Define AdministrativeDivision view set (return all)

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

{
    "id": 12942,
    "ags": "12066285",
    "name": "Schipkau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Schipkau",
    "office_zip": "01998",
    "office_street": "Schulstraße 4",
    "office_city": "Schipkau/OT",
    "area": 68.94,
    "citizens_total": 6661,
    "citizens_male": 3389,
    "citizens_female": 3272,
    "population_density": 97.0,
    "area_accumulated": 68.94,
    "citizens_accumulated": {
        "total": 6661,
        "female": 3272,
        "male": 3389
    },
    "longitude": 13.899221,
    "latitude": 51.518499,
    "travel_name": "Lausitzer Seenland",
    "travel_code": "A14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12942/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12941/?format=api",
    "children": [],
    "zip_codes": [
        "01968",
        "01993",
        "01994",
        "01998"
    ]
}