Define AdministrativeDivision view set (return all)

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

{
    "id": 7981,
    "ags": "08317001",
    "name": "Achern, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Achern",
    "office_zip": "77855",
    "office_street": "Illenauer Allee 73",
    "office_city": "Achern",
    "area": 65.24,
    "citizens_total": 25642,
    "citizens_male": 12863,
    "citizens_female": 12779,
    "population_density": 393.0,
    "area_accumulated": 65.24,
    "citizens_accumulated": {
        "total": 25642,
        "female": 12779,
        "male": 12863
    },
    "longitude": 8.074429,
    "latitude": 48.628851,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7981/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7980/?format=api",
    "children": [],
    "zip_codes": [
        "77855"
    ]
}