Define AdministrativeDivision view set (return all)

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

{
    "id": 8085,
    "ags": "08326027",
    "name": "Hüfingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Hüfingen",
    "office_zip": "78183",
    "office_street": "Hauptstraße 18",
    "office_city": "Hüfingen",
    "area": 58.55,
    "citizens_total": 7921,
    "citizens_male": 3964,
    "citizens_female": 3957,
    "population_density": 135.0,
    "area_accumulated": 58.55,
    "citizens_accumulated": {
        "total": 7921,
        "female": 3957,
        "male": 3964
    },
    "longitude": 8.488945,
    "latitude": 47.9255,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8085/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8082/?format=api",
    "children": [],
    "zip_codes": [
        "78183"
    ]
}