Get tiktok video
Query parameters
-
TikTok video URL. Example: https://www.tiktok.com/@username/video/1234567890
GET
/tiktok/get
curl \
-X GET https://api.itsrose.rest/tiktok/get?url=string
Response examples (200)
{
"status": true,
"message": "success",
"result": {
"type": "images",
"aweme_id": "string",
"region": "string",
"desc": "string",
"author": {
"uid": "string",
"unique_id": "string",
"nickname": "string",
"avatar": "string"
},
"duration": 42.0,
"download": {
"nowm": "string",
"wm": "string",
"music": "string",
"music_info": {
"id": "string",
"title": "string",
"author": "string",
"is_original": true,
"cover": "string",
"cover_large": null,
"cover_medium": null,
"cover_hd": null
},
"images": [
"string"
]
}
}
}
Response examples (400)
{
"status": false,
"message": "string",
"result": {}
}
Response examples (401)
{
"status": false,
"message": "string",
"result": {}
}
Response examples (500)
{
"status": false,
"message": "string",
"result": {}
}