Define AdministrativeDivision view set (return all)

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

{
    "id": 7733,
    "ags": "08226029",
    "name": "Heiligkreuzsteinach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Heiligkreuzsteinach",
    "office_zip": "69253",
    "office_street": "Silberne Bergstraße 3",
    "office_city": "Heiligkreuzsteinach",
    "area": 19.6,
    "citizens_total": 2621,
    "citizens_male": 1336,
    "citizens_female": 1285,
    "population_density": 134.0,
    "area_accumulated": 19.6,
    "citizens_accumulated": {
        "total": 2621,
        "female": 1285,
        "male": 1336
    },
    "longitude": 8.797006,
    "latitude": 49.485877,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7733/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7731/?format=api",
    "children": [],
    "zip_codes": [
        "69253"
    ]
}