Define AdministrativeDivision view set (return all)

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

{
    "id": 7227,
    "ags": "08118068",
    "name": "Sersheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Sersheim",
    "office_zip": "74372",
    "office_street": "Schloßstraße 21",
    "office_city": "Sersheim",
    "area": 11.48,
    "citizens_total": 5567,
    "citizens_male": 2794,
    "citizens_female": 2773,
    "population_density": 485.0,
    "area_accumulated": 11.48,
    "citizens_accumulated": {
        "total": 5567,
        "female": 2773,
        "male": 2794
    },
    "longitude": 9.01213,
    "latitude": 48.961021,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7227/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7224/?format=api",
    "children": [],
    "zip_codes": [
        "74372"
    ]
}