Define AdministrativeDivision view set (return all)

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

{
    "id": 6937,
    "ags": "07340047",
    "name": "Schwanheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Hauenstein",
    "office_zip": "76848",
    "office_street": "Schulstraße 4",
    "office_city": "Hauenstein",
    "area": 6.96,
    "citizens_total": 590,
    "citizens_male": 298,
    "citizens_female": 292,
    "population_density": 85.0,
    "area_accumulated": 6.96,
    "citizens_accumulated": {
        "total": 590,
        "female": 292,
        "male": 298
    },
    "longitude": 7.881223,
    "latitude": 49.167601,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6937/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6931/?format=api",
    "children": [],
    "zip_codes": [
        "76848"
    ]
}