Skip to main content
GET
Get user profile by numeric user ID
Returns a normalized public profile for the given numeric TikTok user ID. Useful when you have the user ID but not the username.

Authorizations

x-rapidapi-key
string
header
required

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

Path Parameters

userId
string<int64>
required

Numeric TikTok user ID (digits only)

Pattern: ^\d+$

Response

Success

meta
object

Response metadata present in every API response

data
object

A normalized TikTok user profile

pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

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