SOUND.RADAR API DEV
NOINDEX Docs

Trending API

TikTok Trending

Chartmetric TikTok popular track charts, cached by country and interval for private SOUND.RADAR integrations.

Overview

What this API is for

This API exposes TikTok popular track rankings sourced through Chartmetric and normalized behind the SOUND.RADAR API gateway.

Access

Public path and credentials

Basehttps://api.soundradar.co/tiktok
AuthProtected data endpoints require X-API-Key.
Intervalsdaily and weekly charts are available by ISO country code.

Endpoints

Available routes

GET/tiktok/health

Public service health and latest chart snapshot coverage by country and interval.

GET/tiktok/chart

Popular tracks for a country. Query with code2, interval, limit, and offset.

GET/tiktok/history

Historical chart movement by country and interval, optionally filtered by Chartmetric track ID or TikTok sound ID.

GET/tiktok/openapi.json

Original OpenAPI schema for request parameters and validation details.

Examples

Requests

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

Runtime notes

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.