TikTok User Feed
GET {{baseUrl}}/v1/raw/tiktok/user-feed?url=<string>&after=<string>
Returns user feed information of a TikTok user by userId or username
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | (Required) Username (@handle) or user id, or url | |
after
|
string | Use `maxCursor` from the last page to get the next page |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"user_feed": {
"items": [
{
"id": "<string>",
"video": {
"id": "<string>",
"height": "<number>",
"width": "<number>",
"duration": "<number>",
"ratio": "<string>",
"cover": "<string>",
"originCover": "<string>",
"dynamicCover": "<string>",
"playAddr": "<string>",
"downloadAddr": "<string>",
"shareCover": [
"<string>",
"<string>"
],
"reflowCover": "<string>"
},
"author": {
"id": "<string>",
"uniqueId": "<string>",
"nickname": "<string>",
"avatarThumb": "<string>",
"avatarMedium": "<string>",
"avatarLarger": "<string>",
"signature": "<string>",
"verified": "<boolean>",
"secUid": "<string>",
"secret": "<boolean>",
"ftc": "<boolean>",
"openFavorite": "<boolean>",
"commentSetting": "<number>",
"duetSetting": "<number>",
"stitchSetting": "<number>",
"privateAccount": "<boolean>"
},
"music": {
"id": "<string>",
"title": "<string>",
"playUrl": "<string>",
"coverThumb": "<string>",
"coverMedium": "<string>",
"coverLarge": "<string>",
"authorName": "<string>",
"original": &qu Curl curl -X GET 'https://api.modash.io/v1/raw/tiktok/user-feed?url=<string>&after=<string>?url=<string>&after=<string>' -H 'Accept: application/json' ENDPOINTS |