Define AdministrativeDivision view set (return all)

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

{
    "id": 8755,
    "ags": "09173127",
    "name": "Greiling",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Greiling",
    "office_zip": "83677",
    "office_street": "Postfach 1145",
    "office_city": "Reichersbeuern",
    "area": 7.66,
    "citizens_total": 1474,
    "citizens_male": 750,
    "citizens_female": 724,
    "population_density": 192.0,
    "area_accumulated": 7.66,
    "citizens_accumulated": {
        "total": 1474,
        "female": 724,
        "male": 750
    },
    "longitude": 11.608942,
    "latitude": 47.76297,
    "travel_name": "Tölzer Land",
    "travel_code": "T30",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8755/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8754/?format=api",
    "children": [],
    "zip_codes": [
        "83677"
    ]
}