Define AdministrativeDivision view set (return all)

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

{
    "id": 3974,
    "ags": "06440013",
    "name": "Kefenrod",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Kefenrod",
    "office_zip": "63699",
    "office_street": "Hitzkirchener Straße 19",
    "office_city": "Kefenrod",
    "area": 30.67,
    "citizens_total": 2733,
    "citizens_male": 1361,
    "citizens_female": 1372,
    "population_density": 89.0,
    "area_accumulated": 30.67,
    "citizens_accumulated": {
        "total": 2733,
        "female": 1372,
        "male": 1361
    },
    "longitude": 9.210801,
    "latitude": 50.345008,
    "travel_name": "Vogelsberg und Wetterau",
    "travel_code": "I10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3974/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3973/?format=api",
    "children": [],
    "zip_codes": [
        "63699"
    ]
}