Define AdministrativeDivision view set (return all)

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

{
    "id": 1467,
    "ags": "03157006",
    "name": "Peine, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Peine",
    "office_zip": "31224",
    "office_street": "Kantstraße 5",
    "office_city": "Peine",
    "area": 119.84,
    "citizens_total": 49990,
    "citizens_male": 25309,
    "citizens_female": 24681,
    "population_density": 417.0,
    "area_accumulated": 119.84,
    "citizens_accumulated": {
        "total": 49990,
        "female": 24681,
        "male": 25309
    },
    "longitude": 10.227076,
    "latitude": 52.321764,
    "travel_name": "Braunschweiger Land",
    "travel_code": "G12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1467/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1466/?format=api",
    "children": [],
    "zip_codes": [
        "31224",
        "31226",
        "31228"
    ]
}