Define AdministrativeDivision view set (return all)

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

{
    "id": 3147,
    "ags": "05554036",
    "name": "Legden",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Legden",
    "office_zip": "48739",
    "office_street": "Amtshausstraße 1",
    "office_city": "Legden",
    "area": 56.28,
    "citizens_total": 7326,
    "citizens_male": 3560,
    "citizens_female": 3766,
    "population_density": 130.0,
    "area_accumulated": 56.28,
    "citizens_accumulated": {
        "total": 7326,
        "female": 3766,
        "male": 3560
    },
    "longitude": 7.105517,
    "latitude": 52.030639,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3147/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3146/?format=api",
    "children": [],
    "zip_codes": [
        "48739"
    ]
}