Define AdministrativeDivision view set (return all)

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

{
    "id": 1649,
    "ags": "03251036",
    "name": "Stemshorn",
    "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": 8.84,
    "citizens_total": 685,
    "citizens_male": 336,
    "citizens_female": 349,
    "population_density": 77.0,
    "area_accumulated": 8.84,
    "citizens_accumulated": {
        "total": 685,
        "female": 349,
        "male": 336
    },
    "longitude": 8.362587,
    "latitude": 52.45209,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1649/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1642/?format=api",
    "children": [],
    "zip_codes": [
        "49448"
    ]
}