Define AdministrativeDivision view set (return all)

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

{
    "id": 2037,
    "ags": "03354012",
    "name": "Karwitz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Elbtalaue",
    "office_zip": "29481",
    "office_street": "Rosmarienstraße 3",
    "office_city": "Dannenberg/Elbe",
    "area": 31.73,
    "citizens_total": 732,
    "citizens_male": 381,
    "citizens_female": 351,
    "population_density": 23.0,
    "area_accumulated": 31.73,
    "citizens_accumulated": {
        "total": 732,
        "female": 351,
        "male": 381
    },
    "longitude": 11.015675,
    "latitude": 53.087565,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2037/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2030/?format=api",
    "children": [],
    "zip_codes": [
        "29481"
    ]
}