Define AdministrativeDivision view set (return all)

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

{
    "id": 3006,
    "ags": "05366028",
    "name": "Mechernich, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Mechernich",
    "office_zip": "53894",
    "office_street": "Bergstraße 1",
    "office_city": "Mechernich",
    "area": 136.48,
    "citizens_total": 27714,
    "citizens_male": 13942,
    "citizens_female": 13772,
    "population_density": 203.0,
    "area_accumulated": 136.48,
    "citizens_accumulated": {
        "total": 27714,
        "female": 13772,
        "male": 13942
    },
    "longitude": 6.653673,
    "latitude": 50.588604,
    "travel_name": "Eifel und Region Aachen",
    "travel_code": "H01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3006/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3005/?format=api",
    "children": [],
    "zip_codes": [
        "53894"
    ]
}