Define AdministrativeDivision view set (return all)

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

{
    "id": 3968,
    "ags": "06440010",
    "name": "Glauburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Glauburg",
    "office_zip": "63695",
    "office_street": "Bahnhofstraße 34",
    "office_city": "Glauburg",
    "area": 12.67,
    "citizens_total": 3034,
    "citizens_male": 1540,
    "citizens_female": 1494,
    "population_density": 239.0,
    "area_accumulated": 12.67,
    "citizens_accumulated": {
        "total": 3034,
        "female": 1494,
        "male": 1540
    },
    "longitude": 9.017487,
    "latitude": 50.324623,
    "travel_name": "Vogelsberg und Wetterau",
    "travel_code": "I10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3968/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3967/?format=api",
    "children": [],
    "zip_codes": [
        "63695"
    ]
}