Define AdministrativeDivision view set (return all)

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

{
    "id": 13145,
    "ags": "12070222",
    "name": "Kümmernitztal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Meyenburg",
    "office_zip": "16945",
    "office_street": "Freyensteiner Straße 42",
    "office_city": "Meyenburg",
    "area": 20.38,
    "citizens_total": 356,
    "citizens_male": 170,
    "citizens_female": 186,
    "population_density": 17.0,
    "area_accumulated": 20.38,
    "citizens_accumulated": {
        "total": 356,
        "female": 186,
        "male": 170
    },
    "longitude": 12.1553,
    "latitude": 53.224187,
    "travel_name": "Prignitz",
    "travel_code": "A01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13145/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13142/?format=api",
    "children": [],
    "zip_codes": [
        "16945"
    ]
}