Define AdministrativeDivision view set (return all)

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

{
    "id": 14737,
    "ags": "14628140",
    "name": "Gohrisch",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Gohrisch",
    "office_zip": "01824",
    "office_street": "Neue Hauptstraße 116 b",
    "office_city": "Gohrisch",
    "area": 34.87,
    "citizens_total": 1806,
    "citizens_male": 903,
    "citizens_female": 903,
    "population_density": 52.0,
    "area_accumulated": 34.87,
    "citizens_accumulated": {
        "total": 1806,
        "female": 903,
        "male": 903
    },
    "longitude": 14.108678,
    "latitude": 50.91015,
    "travel_name": "Sächsische Schweiz",
    "travel_code": "C04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14737/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14736/?format=api",
    "children": [],
    "zip_codes": [
        "01824"
    ]
}