Define AdministrativeDivision view set (return all)

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

{
    "id": 1645,
    "ags": "03251022",
    "name": "Lembruch",
    "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": "49459",
    "office_street": "Hauptstraße 80",
    "office_city": "Lemförde",
    "area": 22.67,
    "citizens_total": 1196,
    "citizens_male": 575,
    "citizens_female": 621,
    "population_density": 53.0,
    "area_accumulated": 22.67,
    "citizens_accumulated": {
        "total": 1196,
        "female": 621,
        "male": 575
    },
    "longitude": 8.366446,
    "latitude": 52.526785,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1645/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1642/?format=api",
    "children": [],
    "zip_codes": [
        "49459"
    ]
}