Skip to main content
GET
/
v1
/
tiktok
/
regions
List Regions
curl --request GET \
  --url https://scrapebadger.com/v1/tiktok/regions \
  --header 'x-api-key: <api-key>'
{
  "regions": [
    {
      "code": "US",
      "country_code": "US",
      "locale": "en",
      "name": "United States"
    },
    {
      "code": "GB",
      "country_code": "GB",
      "locale": "en",
      "name": "United Kingdom"
    },
    {
      "code": "DE",
      "country_code": "DE",
      "locale": "de",
      "name": "Germany"
    },
    {
      "code": "JP",
      "country_code": "JP",
      "locale": "ja",
      "name": "Japan"
    }
  ]
}
The regions list is free (0 credits).

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Supported regions

regions
object[]
required