Logo
Modash API Documentation

TikTok Challenge Info

GET {{baseUrl}}/v1/raw/tiktok/challenge-info?url=<string>

Returns TikTok challenge info based on challenge id

 

Body PARAM

Key Datatype Required Description 
url
string (Required) TikTok challengeId or challenge hashtag



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "challenge": { "challengeInfo": { "challenge": { "id": "<string>", "title": "<string>", "desc": "<string>", "profileLarger": "<string>", "profileMedium": "<string>", "profileThumb": "<string>", "coverLarger": "<string>", "coverMedium": "<string>", "coverThumb": "<string>", "isCommerce": "<boolean>", "splitTitle": "<string>" }, "stats": { "videoCount": "<number>", "viewCount": "<number>" } } } }



Curl
curl -X GET 'https://api.modash.io/v1/raw/tiktok/challenge-info?url=<string>?url=<string>' -H 'Accept: application/json'

ENDPOINTS