Soxway Docs
Geo

List regions

Get available regions for a country. No authentication required.

GET
/v1/geo/regions

Query Parameters

country*string
type?string
Default"residential"
Value in"residential" | "mobile"
lang?string

Display language for name (e.g. ru). Default: server locale / English.

Response Body

application/json

curl -X GET "https://api.soxway.io/v1/geo/regions?country=US"
{
  "data": [
    {
      "id": 1882,
      "code": "Moscow",
      "name": "Moscow Oblast",
      "native": "Москва",
      "name_en": "Moscow Oblast"
    }
  ],
  "total": 0
}