Define AdministrativeDivision view set (return all)

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

{
    "id": 9403,
    "ags": "09187121",
    "name": "Breitbrunn a.Chiemsee",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Breitbrunn a.Chiemsee",
    "office_zip": "83254",
    "office_street": "Gollenshausener Straße 1",
    "office_city": "Breitbrunn",
    "area": 8.12,
    "citizens_total": 1603,
    "citizens_male": 834,
    "citizens_female": 769,
    "population_density": 197.0,
    "area_accumulated": 8.12,
    "citizens_accumulated": {
        "total": 1603,
        "female": 769,
        "male": 834
    },
    "longitude": 12.40036,
    "latitude": 47.889886,
    "travel_name": "Chiemsee-Alpenland",
    "travel_code": "T38",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9403/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9402/?format=api",
    "children": [],
    "zip_codes": [
        "83254"
    ]
}