Skip to content

TikTok Comments

Request

Returns TikTok comments list based on media id

Security
accessToken
Query
urlstringrequired

TikTok media ID

Example:url=7364804047850884398
afterstring

Use maxCursor from the last page to get the next page

GET
/raw/tiktok/comments
curl -i -X GET \
  'https://api.modash.io/v1/raw/tiktok/comments?url=7364804047850884398&after=string' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
commentsobjectrequired
successbooleanrequired
Response
{ "comments": { "comments": [], "total": 0, "has_more": 0, "cursor": 0 }, "success": true }