Skip to content
Guides
API reference
stable

Resolve area by source code

Finds which area a location belongs to, from a source code.

GET/v1/geo/resolve

Finds which area a location belongs to, from a source code.

Query Parameters

CountryCode*string
Source*string
Code*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/geo/resolve?CountryCode=string&Source=string&Code=string"
{  "id": "string",  "countryCode": "string",  "type": "level1",  "code": "string",  "name": "string",  "parentId": null,  "source": "string"}