Define AdministrativeDivision view set (return all)

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

{
    "id": 6932,
    "ags": "07340005",
    "name": "Darstein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Hauenstein",
    "office_zip": "76848",
    "office_street": "Schulstraße 4",
    "office_city": "Hauenstein",
    "area": 2.39,
    "citizens_total": 200,
    "citizens_male": 103,
    "citizens_female": 97,
    "population_density": 84.0,
    "area_accumulated": 2.39,
    "citizens_accumulated": {
        "total": 200,
        "female": 97,
        "male": 103
    },
    "longitude": 7.883724,
    "latitude": 49.156922,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6932/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6931/?format=api",
    "children": [],
    "zip_codes": [
        "76848"
    ]
}