Define AdministrativeDivision view set (return all)

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

{
    "id": 8070,
    "ags": "08325060",
    "name": "Villingendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Villingendorf",
    "office_zip": "78667",
    "office_street": "Hauptstraße 2",
    "office_city": "Villingendorf",
    "area": 9.33,
    "citizens_total": 3395,
    "citizens_male": 1702,
    "citizens_female": 1693,
    "population_density": 364.0,
    "area_accumulated": 9.33,
    "citizens_accumulated": {
        "total": 3395,
        "female": 1693,
        "male": 1702
    },
    "longitude": 8.590079,
    "latitude": 48.202342,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8070/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8068/?format=api",
    "children": [],
    "zip_codes": [
        "78667"
    ]
}