Define AdministrativeDivision view set (return all)

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

{
    "id": 2038,
    "ags": "03354014",
    "name": "Langendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Elbtalaue",
    "office_zip": "29484",
    "office_street": "Rosmarienstraße 3",
    "office_city": "Dannenberg/Elbe",
    "area": 41.05,
    "citizens_total": 677,
    "citizens_male": 339,
    "citizens_female": 338,
    "population_density": 16.0,
    "area_accumulated": 41.05,
    "citizens_accumulated": {
        "total": 677,
        "female": 338,
        "male": 339
    },
    "longitude": 11.253904,
    "latitude": 53.102229,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2038/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2030/?format=api",
    "children": [],
    "zip_codes": [
        "29484"
    ]
}