Skip to main content
GET
Get user profile by username
Returns a normalized public profile for the given TikTok username. The leading @ is optional and stripped automatically. Pass ?region= to resolve region-specific profile variants.

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 (with or without leading @)

Query Parameters

region
string

ISO 3166-1 alpha-2 region code to resolve a region-specific profile variant (e.g. US, GB)

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.