Define AdministrativeDivision view set (return all)

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

{
    "id": 6608,
    "ags": "07335012",
    "name": "Hauptstuhl",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Landstuhl",
    "office_zip": "66851",
    "office_street": "Kaiserstraße 49",
    "office_city": "Landstuhl",
    "area": 5.0,
    "citizens_total": 1151,
    "citizens_male": 577,
    "citizens_female": 574,
    "population_density": 230.0,
    "area_accumulated": 5.0,
    "citizens_accumulated": {
        "total": 1151,
        "female": 574,
        "male": 577
    },
    "longitude": 7.492518,
    "latitude": 49.400211,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6608/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6606/?format=api",
    "children": [],
    "zip_codes": [
        "66851"
    ]
}