Define AdministrativeDivision view set (return all)

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

{
    "id": 1631,
    "ags": "03251037",
    "name": "Stuhr",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Stuhr",
    "office_zip": "28816",
    "office_street": "Blockener Straße 6",
    "office_city": "Stuhr",
    "area": 81.83,
    "citizens_total": 33611,
    "citizens_male": 17338,
    "citizens_female": 16273,
    "population_density": 411.0,
    "area_accumulated": 81.83,
    "citizens_accumulated": {
        "total": 33611,
        "female": 16273,
        "male": 17338
    },
    "longitude": 8.750247,
    "latitude": 53.028414,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1631/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1630/?format=api",
    "children": [],
    "zip_codes": [
        "28816"
    ]
}