---
title: "Get list of country regions sorted by localized name"
method: GET
path: "/v1/country-regions"
tags: ["Localization"]
---

# Get list of country regions sorted by localized name

`GET /v1/country-regions`

## Query parameters

- `locale` string

## Response `200`

OK

- RobloxLocaleApiCountryRegionListResponse — Returns list of supported country/regions
  - `countryRegionList` RobloxLocaleApiCountryRegion[] — List of supported country/regions. Will be empty on error.
    - `code` string — code of country region
    - `name` string — native name of country region
    - `displayName` string — localized name of country region. Example "Afghanistan"

## Other responses

- `400` — 2: Invalid supported locale code.
- `403` — 7: Feature is disabled

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/958b2b40425d/schema)
