Define AdministrativeDivision view set (return all)

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

{
    "id": 2032,
    "ags": "03354004",
    "name": "Dannenberg (Elbe), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Samtgemeinde Elbtalaue",
    "office_zip": "29451",
    "office_street": "Rosmarienstraße 3",
    "office_city": "Dannenberg/Elbe",
    "area": 76.62,
    "citizens_total": 8181,
    "citizens_male": 4122,
    "citizens_female": 4059,
    "population_density": 107.0,
    "area_accumulated": 76.62,
    "citizens_accumulated": {
        "total": 8181,
        "female": 4059,
        "male": 4122
    },
    "longitude": 11.090108,
    "latitude": 53.096496,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2032/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2030/?format=api",
    "children": [],
    "zip_codes": [
        "29451"
    ]
}