Define AdministrativeDivision view set (return all)

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

{
    "id": 3645,
    "ags": "06431010",
    "name": "Groß-Rohrheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Groß-Rohrheim",
    "office_zip": "68649",
    "office_street": "Rheinstraße 14",
    "office_city": "Groß-Rohrheim",
    "area": 19.56,
    "citizens_total": 3764,
    "citizens_male": 1867,
    "citizens_female": 1897,
    "population_density": 192.0,
    "area_accumulated": 19.56,
    "citizens_accumulated": {
        "total": 3764,
        "female": 1897,
        "male": 1867
    },
    "longitude": 8.477487,
    "latitude": 49.719155,
    "travel_name": "Odenwald-Bergstrasse-Neckartal",
    "travel_code": "I15",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3645/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3644/?format=api",
    "children": [],
    "zip_codes": [
        "68649"
    ]
}