Define AdministrativeDivision view set (return all)

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

{
    "id": 7919,
    "ags": "08315094",
    "name": "St. Märgen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung St. Märgen",
    "office_zip": "79274",
    "office_street": "Rathausplatz 6",
    "office_city": "St.",
    "area": 33.32,
    "citizens_total": 1863,
    "citizens_male": 933,
    "citizens_female": 930,
    "population_density": 56.0,
    "area_accumulated": 33.32,
    "citizens_accumulated": {
        "total": 1863,
        "female": 930,
        "male": 933
    },
    "longitude": 8.092884,
    "latitude": 48.007889,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7919/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7917/?format=api",
    "children": [],
    "zip_codes": [
        "79274"
    ]
}