Define AdministrativeDivision view set (return all)

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

{
    "id": 1647,
    "ags": "03251025",
    "name": "Marl",
    "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": 9.84,
    "citizens_total": 720,
    "citizens_male": 337,
    "citizens_female": 383,
    "population_density": 73.0,
    "area_accumulated": 9.84,
    "citizens_accumulated": {
        "total": 720,
        "female": 383,
        "male": 337
    },
    "longitude": 8.364876,
    "latitude": 52.484483,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1647/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1642/?format=api",
    "children": [],
    "zip_codes": [
        "49448"
    ]
}