Define AdministrativeDivision view set (return all)

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

{
    "id": 3960,
    "ags": "06440006",
    "name": "Echzell",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Echzell",
    "office_zip": "61209",
    "office_street": "Lindenstraße 9",
    "office_city": "Echzell",
    "area": 37.65,
    "citizens_total": 5781,
    "citizens_male": 2900,
    "citizens_female": 2881,
    "population_density": 154.0,
    "area_accumulated": 37.65,
    "citizens_accumulated": {
        "total": 5781,
        "female": 2881,
        "male": 2900
    },
    "longitude": 8.885661,
    "latitude": 50.39046,
    "travel_name": "Vogelsberg und Wetterau",
    "travel_code": "I10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3960/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3959/?format=api",
    "children": [],
    "zip_codes": [
        "61200",
        "61209"
    ]
}