Define AdministrativeDivision view set (return all)

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

{
    "id": 1643,
    "ags": "03251009",
    "name": "Brockum",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "\"Samtgemeinde \"\"Altes Amt Lemförde\"\"\"",
    "office_zip": "49448",
    "office_street": "Hauptstraße 80",
    "office_city": "Lemförde",
    "area": 30.62,
    "citizens_total": 1047,
    "citizens_male": 534,
    "citizens_female": 513,
    "population_density": 34.0,
    "area_accumulated": 30.62,
    "citizens_accumulated": {
        "total": 1047,
        "female": 513,
        "male": 534
    },
    "longitude": 8.41884,
    "latitude": 52.46665,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1643/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1642/?format=api",
    "children": [],
    "zip_codes": [
        "49448"
    ]
}