Skip to main content
GET
Get videos reposted by a user
Returns a paginated list of videos that the user has reposted. Not all users have reposts; an empty array is a valid response.

Authorizations

x-rapidapi-key
string
header
required

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

Path Parameters

username
string
required

TikTok username

Query Parameters

count
integer
default:20

Number of reposts to return (1–100)

Required range: 1 <= x <= 100
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.