Skip to content
Developer Docs

Country list

GET
/location/v1/countries

Lists every country available in the location catalogue, each one with its ISO 3166 alpha-2 code
and name. Entry point of the country → state → city → postal code navigation.

Autorizaciones

OAuth2

OAuth2 security scheme

clientCredentials Flow
URL del token"/api/v2/auth/token"
Scopes:
  • "zertiban-api"Access to the API

Respuestas

List of countries

application/json
JSON
{
  
"countries": [
  
  
{
  
  
  
"code": "ES",
  
  
  
"name": "Spain"
  
  
}
  
]
}

Playground

Servidor
Autorización

Ejemplos