Skip to content

Instantly share code, notes, and snippets.

@davidteather
Created May 26, 2019 16:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidteather/bc4baef0edb621dd322c8ad128a31ac1 to your computer and use it in GitHub Desktop.
Save davidteather/bc4baef0edb621dd322c8ad128a31ac1 to your computer and use it in GitHub Desktop.
The Tree structure of the json file for tiktok response
itemInfos
id
text
createTime
authorId
musicId
covers
coversOrigin
coversDynaic
video
urls (array of 4)
videoMeta
width
height
ratio
duration (s)
diggCount
shareCount
commentCount
authorInfos
userId
uniqueId
nickName
signature
covers (array of links to images)
coversMedium (array of links to medium images)
coversLarger (array of links to large images)
musicInfos
musicId
musicName
authorName
original (boolean of True or False)
playUrl (music url)
covers (array of music cover)
coversMedium (array of medium music covers)
coversLarge (array of large music covers)
challengeInfoList
0
challengeId
challengeName
text
covers (array of challenge cover)
coversMedium (array of medium challenge covers)
coversLarge (array of large challenge covers)
1
challengeId
challengeName
text
covers (array of challenge cover)
coversMedium (array of medium challenge covers)
coversLarge (array of large challenge covers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment