GET
/x-trends/healthPublic service health and latest configured location snapshots.
Trends API
X trending topics by WOEID, normalized into SOUND.RADAR trend endpoints.
Overview
This API turns public X trend signals into SOUND.RADAR snapshots by location slug or WOEID-compatible IDs.
Access
https://api.soundradar.co/x-trendsX-API-Key.Endpoints
/x-trends/healthPublic service health and latest configured location snapshots.
/x-trends/locationsSupported location slugs and WOEIDs. Requires X-API-Key.
/x-trends/trends/{location_slug}Latest cached trends by slug, e.g. worldwide, south-korea, seoul, tokyo.
/x-trends/trends/by-woeid/{woeid}Latest cached trends by numeric WOEID.
/x-trends/refreshManually refresh one location from the configured trend source.
Examples
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/x-trends/trends/worldwide?limit=20"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/x-trends/trends/by-woeid/1118370?limit=20"
Operations
The X Trends channel refreshes on a scheduled cadence and publishes location-based snapshots behind the public /x-trends contract.