Define AdministrativeDivision view set (return all)

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

{
    "id": 7588,
    "ags": "08216008",
    "name": "Bühlertal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Bühlertal",
    "office_zip": "77830",
    "office_street": "Hauptstraße 131",
    "office_city": "Bühlertal",
    "area": 17.67,
    "citizens_total": 8072,
    "citizens_male": 3986,
    "citizens_female": 4086,
    "population_density": 457.0,
    "area_accumulated": 17.67,
    "citizens_accumulated": {
        "total": 8072,
        "female": 4086,
        "male": 3986
    },
    "longitude": 8.190926,
    "latitude": 48.683772,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7588/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7587/?format=api",
    "children": [],
    "zip_codes": [
        "77830"
    ]
}