Define AdministrativeDivision view set (return all)

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

{
    "id": 1741,
    "ags": "03254043",
    "name": "Gronau (Leine), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Samtgemeinde Leinebergland",
    "office_zip": "31028",
    "office_street": "Blanke Straße 16",
    "office_city": "Gronau",
    "area": 88.39,
    "citizens_total": 10736,
    "citizens_male": 5491,
    "citizens_female": 5245,
    "population_density": 121.0,
    "area_accumulated": 88.39,
    "citizens_accumulated": {
        "total": 10736,
        "female": 5245,
        "male": 5491
    },
    "longitude": 9.774244,
    "latitude": 52.084178,
    "travel_name": "Hannover-Hildesheim",
    "travel_code": "G11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1741/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1738/?format=api",
    "children": [],
    "zip_codes": [
        "31028"
    ]
}