Define AdministrativeDivision view set (return all)

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

{
    "id": 8048,
    "ags": "08325015",
    "name": "Epfendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Epfendorf",
    "office_zip": "78736",
    "office_street": "Adenauerstraße 14",
    "office_city": "Epfendorf",
    "area": 29.68,
    "citizens_total": 3288,
    "citizens_male": 1599,
    "citizens_female": 1689,
    "population_density": 111.0,
    "area_accumulated": 29.68,
    "citizens_accumulated": {
        "total": 3288,
        "female": 1689,
        "male": 1599
    },
    "longitude": 8.594825,
    "latitude": 48.2489,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8048/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8047/?format=api",
    "children": [],
    "zip_codes": [
        "78736"
    ]
}