Skip to main content
GET
Get posts in a collection
Returns a paginated list of TikTok videos in the specified collection.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

collectionId
string<int64>
required

Numeric TikTok collection ID

Pattern: ^\d+$

Query Parameters

count
integer
default:20

Number of posts to return (1–50)

Required range: 1 <= x <= 50
cursor
string

Pagination cursor from a previous response

Response

Success

meta
object

Response metadata present in every API response

data
object[]
pagination
object | null

Cursor-based pagination info

error
object | null

Error details. Present only when the request failed; null on success.