/tiktok/healthPublic service health and latest chart snapshot coverage by country and interval.
Trending API
Chartmetric TikTok popular track charts, cached by country and interval for private SOUND.RADAR integrations.
Overview
This API exposes TikTok popular track rankings sourced through Chartmetric and normalized behind the SOUND.RADAR API gateway.
Access
https://api.soundradar.co/tiktokX-API-Key.daily and weekly charts are available by ISO country code.Endpoints
/tiktok/healthPublic service health and latest chart snapshot coverage by country and interval.
/tiktok/chartPopular tracks for a country. Query with code2, interval, limit, and offset.
/tiktok/historyHistorical chart movement by country and interval, optionally filtered by Chartmetric track ID or TikTok sound ID.
/tiktok/openapi.jsonOriginal OpenAPI schema for request parameters and validation details.
Examples
curl "https://api.soundradar.co/tiktok/health"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/tiktok/chart?code2=US&interval=daily&limit=100"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
"https://api.soundradar.co/tiktok/history?code2=KR&interval=weekly&limit=500"
Operations
The service is exposed at /tiktok and backed by the tiktokchart MySQL data store. Health checks are public; chart and history data routes are key-protected.