Define AdministrativeDivision view set (return all)

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

{
    "id": 6933,
    "ags": "07340006",
    "name": "Dimbach",
    "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.19,
    "citizens_total": 179,
    "citizens_male": 87,
    "citizens_female": 92,
    "population_density": 82.0,
    "area_accumulated": 2.19,
    "citizens_accumulated": {
        "total": 179,
        "female": 92,
        "male": 87
    },
    "longitude": 7.897336,
    "latitude": 49.167104,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6933/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6931/?format=api",
    "children": [],
    "zip_codes": [
        "76848"
    ]
}