Skip to main content
GET
/
api
/
x
/
trends
cURL
curl --request GET \
  --url https://api.recoupable.com/api/x/trends \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "trends": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Trends retrieved successfully

status
enum<string>

Status of the request

Available options:
success,
error

List of current trending topics on Twitter