Define AdministrativeDivision view set (return all)

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

{
    "id": 7920,
    "ags": "08315095",
    "name": "St. Peter",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung St. Peter",
    "office_zip": "79271",
    "office_street": "Klosterhof 12",
    "office_city": "St.",
    "area": 35.93,
    "citizens_total": 2626,
    "citizens_male": 1327,
    "citizens_female": 1299,
    "population_density": 73.0,
    "area_accumulated": 35.93,
    "citizens_accumulated": {
        "total": 2626,
        "female": 1299,
        "male": 1327
    },
    "longitude": 8.033628,
    "latitude": 48.015753,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7920/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7917/?format=api",
    "children": [],
    "zip_codes": [
        "79271"
    ]
}