Define AdministrativeDivision view set (return all)

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

{
    "id": 13162,
    "ags": "12071244",
    "name": "Kolkwitz/Gołkojce",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Kolkwitz",
    "office_zip": "03099",
    "office_street": "Berliner Straße 19",
    "office_city": "Kolkwitz",
    "area": 104.67,
    "citizens_total": 9219,
    "citizens_male": 4595,
    "citizens_female": 4624,
    "population_density": 88.0,
    "area_accumulated": 104.67,
    "citizens_accumulated": {
        "total": 9219,
        "female": 4624,
        "male": 4595
    },
    "longitude": 14.244736,
    "latitude": 51.74988,
    "travel_name": "Spreewald",
    "travel_code": "A08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13162/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13161/?format=api",
    "children": [],
    "zip_codes": [
        "03099"
    ]
}