Define AdministrativeDivision view set (return all)

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

{
    "id": 4905,
    "ags": "07134046",
    "name": "Kempfeld",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Herrstein-Rhaunen",
    "office_zip": "55758",
    "office_street": "Brühlstraße 16",
    "office_city": "Herrstein",
    "area": 9.72,
    "citizens_total": 772,
    "citizens_male": 390,
    "citizens_female": 382,
    "population_density": 79.0,
    "area_accumulated": 9.72,
    "citizens_accumulated": {
        "total": 772,
        "female": 382,
        "male": 390
    },
    "longitude": 7.242394,
    "latitude": 49.791206,
    "travel_name": "Naheland",
    "travel_code": "J15",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4905/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4883/?format=api",
    "children": [],
    "zip_codes": [
        "55758"
    ]
}