Define AdministrativeDivision view set (return all)

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

{
    "id": 14927,
    "ags": "15083298",
    "name": "Hohe Börde",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Hohe Börde",
    "office_zip": "39167",
    "office_street": "Bördestraße 8",
    "office_city": "Hohe",
    "area": 171.75,
    "citizens_total": 18544,
    "citizens_male": 9242,
    "citizens_female": 9302,
    "population_density": 108.0,
    "area_accumulated": 171.75,
    "citizens_accumulated": {
        "total": 18544,
        "female": 9302,
        "male": 9242
    },
    "longitude": 11.483142,
    "latitude": 52.166272,
    "travel_name": "Magdeburg, Elbe-Börde-Heide",
    "travel_code": "D04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14927/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14926/?format=api",
    "children": [],
    "zip_codes": [
        "39167",
        "39326",
        "39343"
    ]
}