v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-14132221.2 KB

Get details for a specific area

get/population-types/{population-type}/area-types/{area-type}/areas/{area-id}

Path parameters

population-typestring required
area-typestring required
area-idstring required

Query parameters

limitinteger

Limit the number of items that will be returned. Defaults to 20 and capped at 500

offsetinteger

Starting index of the items array that will be returned. By default it is zero, meaning that the returned items will start from the beginning.

Response

Information for area returned

Example response

{
  "area": {
    "id": "E06000001",
    "label": "Hartlepool",
    "area-type": "LADCD"
  }
}