API referenceTikTok
TikTok regions
The region codes TikTok accepts, with their country names.
Returns every region code TikTok recognises alongside its country name.
Use it to validate a region before sending it to an endpoint that takes one. The list changes rarely, so it is worth caching rather than calling per request.
The example response below is real output from this endpoint, not an illustration. Long lists and long strings are shortened to keep the page readable, and each place that happens is marked. This example took 0.7s.
Authorization
ApiKeyAuth X-API-Key<token>
Your API key. Sent on every request.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/scrapers/tiktok-regions-v4" \ -H "Content-Type: application/json" \ -d '{}'{ "request_id": "req_8f2c1d94e7b0", "success": true, "status": { "code": "OK", "message": "Scrape completed.", "retryable": false }, "data": { "regions": [ { "code": "AD", "name": "Andorra" }, { "code": "AE", "name": "United Arab Emirates" }, "… 240 more items in the full response" ], "total": 242 }, "error": null, "meta": { "client_id": "client_abc123", "scraper": "tiktok-regions-v4", "billable": true, "duration_ms": 160 }}