cURL
curl --request GET \ --url https://api.recoupable.com/api/x/trends \ --header 'x-api-key: <api-key>'
{ "status": "success", "trends": [ "<string>" ] }
Retrieve the current trending topics from Twitter using the getTrends method from agent-twitter-client (no Twitter API key required).
Your Recoup API key. Learn more.
Trends retrieved successfully
Status of the request
success
error
List of current trending topics on Twitter
Was this page helpful?