Define AdministrativeDivision view set (return all)

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

{
    "id": 2040,
    "ags": "03354027",
    "name": "Zernien",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Elbtalaue",
    "office_zip": "29499",
    "office_street": "Rosmarienstraße 3",
    "office_city": "Dannenberg/Elbe",
    "area": 51.98,
    "citizens_total": 1629,
    "citizens_male": 829,
    "citizens_female": 800,
    "population_density": 31.0,
    "area_accumulated": 51.98,
    "citizens_accumulated": {
        "total": 1629,
        "female": 800,
        "male": 829
    },
    "longitude": 10.88551,
    "latitude": 53.067603,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2040/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2030/?format=api",
    "children": [],
    "zip_codes": [
        "29499"
    ]
}