Define AdministrativeDivision view set (return all)

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

{
    "id": 9192,
    "ags": "09183126",
    "name": "Maitenbeth",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Maitenbeth",
    "office_zip": "83558",
    "office_street": "Kirchplatz 9",
    "office_city": "Maitenbeth",
    "area": 30.94,
    "citizens_total": 2037,
    "citizens_male": 1007,
    "citizens_female": 1030,
    "population_density": 66.0,
    "area_accumulated": 30.94,
    "citizens_accumulated": {
        "total": 2037,
        "female": 1030,
        "male": 1007
    },
    "longitude": 12.092587,
    "latitude": 48.150129,
    "travel_name": "Inn-Salzach",
    "travel_code": "T34",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9192/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9191/?format=api",
    "children": [],
    "zip_codes": [
        "83558"
    ]
}