Define AdministrativeDivision view set (return all)

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

{
    "id": 12645,
    "ags": "12051000",
    "name": "Brandenburg an der Havel, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadtverwaltung Brandenburg an der Havel",
    "office_zip": "14770",
    "office_street": "Altstädtischer Markt 10",
    "office_city": "Brandenburg",
    "area": 229.72,
    "citizens_total": 72184,
    "citizens_male": 36607,
    "citizens_female": 35577,
    "population_density": 314.0,
    "area_accumulated": 229.72,
    "citizens_accumulated": {
        "total": 72184,
        "female": 35577,
        "male": 36607
    },
    "longitude": 12.563364,
    "latitude": 52.408651,
    "travel_name": "Havelland",
    "travel_code": "A12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12645/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12644/?format=api",
    "children": [],
    "zip_codes": [
        "14770",
        "14772",
        "14774",
        "14776"
    ]
}