点击前往 活动页 领取免费余额!
Authorization: Bearer ********************
curl --location --request GET 'https://api.multipost.app/v1/social/x/trending?country=UnitedStates' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"trends": [
{
"name": "El Salvador",
"description": null,
"context": "Politics · Trending"
},
{
"name": "Harvard",
"description": "260K posts",
"context": "Politics · Trending"
},
{
"name": "#AEWDynamite",
"description": null,
"context": "Wrestling · Trending"
}
]
},
"meta": {
"credits": 0.01
}
}