Define AdministrativeDivision view set (return all)

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

{
    "id": 7700,
    "ags": "08226103",
    "name": "St. Leon-Rot",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung St. Leon-Rot",
    "office_zip": "68789",
    "office_street": "Rathausstraße 2",
    "office_city": "St.",
    "area": 25.56,
    "citizens_total": 13766,
    "citizens_male": 6935,
    "citizens_female": 6831,
    "population_density": 539.0,
    "area_accumulated": 25.56,
    "citizens_accumulated": {
        "total": 13766,
        "female": 6831,
        "male": 6935
    },
    "longitude": 8.599891,
    "latitude": 49.267197,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7700/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7699/?format=api",
    "children": [],
    "zip_codes": [
        "68789"
    ]
}