TikTok Music API for Charts & Trends
Build with normalized Popular and Viral charts, stable sound identities, and historical movement across five markets.
Proposed endpoints
The first release is planned around current charts, durable sound identities, and the history already collected by this directory.
- GET
/v1/charts/{country}/{type}Popular and Viral Top 50 charts with daily movement.
- GET
/v1/sounds/{audio_id}Stable sound identity, usage totals, and verified DSP links.
- GET
/v1/sounds/{audio_id}/historyRank and usage observations across charts and countries.
- GET
/v1/movers/{country}New, rising, and accelerating sounds by market.
Example response
Generated from the latest stored United States Viral chart. The response contract may change before access opens.
GET /v1/charts/US/viral{
"data": {
"country": "US",
"chart_type": "viral",
"updated_at": "2026-08-28T00:00:00.000Z",
"songs": [
{
"rank": 1,
"audio_id": "6928441550634043394",
"title": "Without You - BBC Session",
"artist": "Oh Wonder",
"usage_count": 17691,
"rank_change": 0
},
{
"rank": 2,
"audio_id": "6701973547109058562",
"title": "Piano And Strings (1995 Remastered)",
"artist": "Henry Mancini & His Orchestra",
"usage_count": 36295,
"rank_change": 0
},
{
"rank": 3,
"audio_id": "6928624118368176130",
"title": "Talking Body",
"artist": "Tove Lo",
"usage_count": 123740,
"rank_change": 0
}
]
},
"meta": {
"endpoint": "/v1/charts/US/viral",
"status": "proposed"
}
}About the API preview
This is a developer-interest preview, not a live or official TikTok API. The planned API would expose normalized chart and sound data, not raw source responses or media download URLs.
Developer requests will help decide which endpoints, markets, update frequencies, and historical fields belong in the first release.
Until access opens, browse the current TikTok Popular chart or review the TikTok chart methodology.