Define AdministrativeDivision view set (return all)

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

{
    "id": 5997,
    "ags": "07232057",
    "name": "Hütterscheid",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Bitburger Land",
    "office_zip": "54636",
    "office_street": "Hubert-Prim-Straße 7",
    "office_city": "Bitburg",
    "area": 2.99,
    "citizens_total": 176,
    "citizens_male": 86,
    "citizens_female": 90,
    "population_density": 59.0,
    "area_accumulated": 2.99,
    "citizens_accumulated": {
        "total": 176,
        "female": 90,
        "male": 86
    },
    "longitude": 6.387642,
    "latitude": 49.99724,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5997/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5974/?format=api",
    "children": [],
    "zip_codes": [
        "54636"
    ]
}