Define AdministrativeDivision view set (return all)

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

{
    "id": 7982,
    "ags": "08317068",
    "name": "Lauf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Lauf",
    "office_zip": "77886",
    "office_street": "Hauptstraße 70",
    "office_city": "Lauf",
    "area": 15.0,
    "citizens_total": 3980,
    "citizens_male": 1983,
    "citizens_female": 1997,
    "population_density": 265.0,
    "area_accumulated": 15.0,
    "citizens_accumulated": {
        "total": 3980,
        "female": 1997,
        "male": 1983
    },
    "longitude": 8.131381,
    "latitude": 48.649219,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7982/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7980/?format=api",
    "children": [],
    "zip_codes": [
        "77886"
    ]
}