UnifyAPI
← Back to catalog

twitter.trending

mock data$0.002 / call

Trending Topics

Get current trending topics on Twitter/X. Filter by location using WOEID (Where On Earth ID). Returns trend name, search query, and rank. 1=worldwide, 23424977=US, 23424975=UK.

Socialprovider: Twitter#twitter#social

Input schema

woeid

Where On Earth ID for location-specific trends (1=worldwide, 23424977=US, 23424975=UK, 23424856=Japan)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/twitter.trending \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"woeid":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.