v1

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

Get list of area types for given population type

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

Path parameters

population-typestring 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

area types returned successfully

countinteger

The number of area-types returned

limitinteger

The number of area-types requested

offsetinteger

The first row of area-types for to retrieve, starting at 0. Use this parameter as a pagination mechanism along with the limit parameter

total_countinteger

The total number of area-types

Example response

{
  "items": [
    {
      "id": "NATCD",
      "label": "National code",
      "description": "National code definition for Census 2021"
    }
  ]
}