Define AdministrativeDivision view set (return all)

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

{
    "id": 3542,
    "ags": "05970008",
    "name": "Burbach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Burbach",
    "office_zip": "57299",
    "office_street": "Eicher Weg 13",
    "office_city": "Burbach",
    "area": 79.72,
    "citizens_total": 14856,
    "citizens_male": 7144,
    "citizens_female": 7712,
    "population_density": 186.0,
    "area_accumulated": 79.72,
    "citizens_accumulated": {
        "total": 14856,
        "female": 7712,
        "male": 7144
    },
    "longitude": 8.080321,
    "latitude": 50.745639,
    "travel_name": "Siegerland-Wittgenstein",
    "travel_code": "H06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3542/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3541/?format=api",
    "children": [],
    "zip_codes": [
        "57299"
    ]
}