Soxway Docs
Geo

List countries

Get available countries for proxy targeting. No authentication required.

GET
/v1/geo/countries

Query Parameters

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/countries"
{
  "data": [
    {
      "code": "RU",
      "name": "Russia",
      "native": "Россия",
      "name_en": "Germany"
    }
  ],
  "total": 0
}