Define AdministrativeDivision view set (return all)

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

{
    "id": 4917,
    "ags": "07134069",
    "name": "Rhaunen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Herrstein-Rhaunen",
    "office_zip": "55624",
    "office_street": "Brühlstraße 16",
    "office_city": "Herrstein",
    "area": 10.75,
    "citizens_total": 2154,
    "citizens_male": 1081,
    "citizens_female": 1073,
    "population_density": 200.0,
    "area_accumulated": 10.75,
    "citizens_accumulated": {
        "total": 2154,
        "female": 1073,
        "male": 1081
    },
    "longitude": 7.346012,
    "latitude": 49.863975,
    "travel_name": "Naheland",
    "travel_code": "J15",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4917/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4883/?format=api",
    "children": [],
    "zip_codes": [
        "55624"
    ]
}