Define AdministrativeDivision view set (return all)

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

{
    "id": 1921,
    "ags": "03351016",
    "name": "Lachendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Lachendorf",
    "office_zip": "29331",
    "office_street": "Oppershäuser Straße 1",
    "office_city": "Lachendorf",
    "area": 38.43,
    "citizens_total": 6471,
    "citizens_male": 3310,
    "citizens_female": 3161,
    "population_density": 168.0,
    "area_accumulated": 38.43,
    "citizens_accumulated": {
        "total": 6471,
        "female": 3161,
        "male": 3310
    },
    "longitude": 10.245238,
    "latitude": 52.62209,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1921/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1916/?format=api",
    "children": [],
    "zip_codes": [
        "29331"
    ]
}