Define AdministrativeDivision view set (return all)

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

{
    "id": 7840,
    "ags": "08237045",
    "name": "Loßburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Loßburg",
    "office_zip": "72290",
    "office_street": "Hauptstraße 50",
    "office_city": "Loßburg",
    "area": 79.25,
    "citizens_total": 7435,
    "citizens_male": 3705,
    "citizens_female": 3730,
    "population_density": 94.0,
    "area_accumulated": 79.25,
    "citizens_accumulated": {
        "total": 7435,
        "female": 3730,
        "male": 3705
    },
    "longitude": 8.453275,
    "latitude": 48.411512,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7840/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7839/?format=api",
    "children": [],
    "zip_codes": [
        "72290"
    ]
}