Define AdministrativeDivision view set (return all)

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

{
    "id": 5523,
    "ags": "07143261",
    "name": "Marzhausen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Hachenburg",
    "office_zip": "57627",
    "office_street": "Gartenstraße 11",
    "office_city": "Hachenburg",
    "area": 3.04,
    "citizens_total": 254,
    "citizens_male": 128,
    "citizens_female": 126,
    "population_density": 84.0,
    "area_accumulated": 3.04,
    "citizens_accumulated": {
        "total": 254,
        "female": 126,
        "male": 128
    },
    "longitude": 7.755205,
    "latitude": 50.688672,
    "travel_name": "Westerwald-Lahn",
    "travel_code": "J19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5523/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5504/?format=api",
    "children": [],
    "zip_codes": [
        "57627"
    ]
}