Define AdministrativeDivision view set (return all)

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

{
    "id": 12991,
    "ags": "12067544",
    "name": "Woltersdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Woltersdorf",
    "office_zip": "15569",
    "office_street": "Rudolf-Breitscheid-Straße 23",
    "office_city": "Woltersdorf",
    "area": 9.12,
    "citizens_total": 8302,
    "citizens_male": 4180,
    "citizens_female": 4122,
    "population_density": 910.0,
    "area_accumulated": 9.12,
    "citizens_accumulated": {
        "total": 8302,
        "female": 4122,
        "male": 4180
    },
    "longitude": 13.756782,
    "latitude": 52.450193,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12991/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12990/?format=api",
    "children": [],
    "zip_codes": [
        "15569"
    ]
}