Skip to content
Guides
API reference
stable

Get area

Returns one area with the districts it covers.

GET/v1/geo/areas/{id}

Returns one area with the districts it covers.

Path Parameters

id*string

Unique identifier of the resource.

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/areas/string"
{  "id": "string",  "countryCode": "string",  "type": "level1",  "code": "string",  "name": "string",  "parentId": null,  "source": "string"}