Define AdministrativeDivision view set (return all)

GET /api/administrative_divisions/2144/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2144,
    "ags": "03357006",
    "name": "Bothel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Bothel",
    "office_zip": "27386",
    "office_street": "Horstweg 17",
    "office_city": "Bothel",
    "area": 16.71,
    "citizens_total": 2376,
    "citizens_male": 1170,
    "citizens_female": 1206,
    "population_density": 142.0,
    "area_accumulated": 16.71,
    "citizens_accumulated": {
        "total": 2376,
        "female": 1206,
        "male": 1170
    },
    "longitude": 9.503907,
    "latitude": 53.07374,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2144/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2143/?format=api",
    "children": [],
    "zip_codes": [
        "27386"
    ]
}