cURL
curl --request GET \ --url https://api.x.com/2/users/personalized_trends \ --header 'Authorization: Bearer <token>'
{ "data": [ { "category": "<string>", "post_count": 123, "trend_name": "<string>", "trending_since": "<string>" } ], "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Retrieves personalized trending topics for the authenticated user.
1
Show child attributes