GET
/
countries
/
{id}
/
provinces
curl --request GET \
  --url https://api.geocoders.io/countries/{id}/provinces \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "country_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "local_identifier": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

ID of Country Provinces to list

Query Parameters

name
string

name to filter by

Response

200 - application/json
Get Country Provinces response
id
string
country_id
string
name
string
local_identifier
string