Get TikTok profile region
Get the region code reported for a TikTok profile.
Operation
/v1/tiktok/profiles/{handle}/regionHeaders
API key (`sfk_...`)
Parameters
TikTok handle to look up, with or without a leading @.
min 1 chars · max 64 chars
Response fields
Endpoint-specific response payload.
Whether a TikTok profile could be resolved for the handle.
one of: found, not_found
Profile identity when the lookup resolved.
Social platform for this profile.
one of: tiktok
TikTok username without the leading @.
Canonical public TikTok profile URL.
min 1 chars
Country or region code reported for the profile when available. Null when the profile could not be resolved.
min 1 chars
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Lookup result. Check `data.lookupStatus` for `found` or `not_found`; when found, `data.profile` contains profile identity and `data.region` contains the reported region code.
Error codes