Social Fetch
TikTok

Get TikTok profile region

Get the region code reported for a TikTok profile.

GET/v1/tiktok/profiles/{handle}/region
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
handle*stringpath

TikTok handle to look up, with or without a leading @.

min 1 chars · max 128 chars

Response fields
11

Endpoint-specific response payload.

datalookupStatus
string

Whether a TikTok profile could be resolved for the handle.

one of: found, not_found

Profile identity when the lookup resolved.

dataprofileplatform
string

Social platform for this profile.

one of: tiktok

dataprofilehandle
string

TikTok username without the leading @.

dataprofileprofileUrl
string

Canonical public TikTok profile URL.

min 1 chars

dataregion
stringnullable

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.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/tiktok/profiles/charlidamelio/region" \
  -H "x-api-key: YOUR_API_KEY"

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.

On this page

No Headings