Get videos with audio — TikTok API
Returns a paginated list of TikTok videos using a specific audio track. Maximum 30 per page. Discover trending content by sound or music.
GET
/v1/tiktok/audios/{audioId}/videos1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/audios/{audioId}/videos. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Audio virality analysis and sound propagation tracking
- Sound-based trend monitoring for brand music campaigns
- Music discovery and trend scoring for content strategy
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/audios/2222/videos", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters3
- audioIdrequiredIn · PathType · stringTikTok audio/music ID
- countIn · QueryType · integerNumber of videos to fetch (maximum: 30)1–30default 30
- cursorIn · QueryType · stringPagination cursordefault 0
What you will probably call next.
The TikTok endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.