Define AdministrativeDivision view set (return all)

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

{
    "id": 7438,
    "ags": "08128137",
    "name": "Wittighausen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Wittighausen",
    "office_zip": "97957",
    "office_street": "Königstraße 17",
    "office_city": "Wittighausen",
    "area": 32.36,
    "citizens_total": 1632,
    "citizens_male": 791,
    "citizens_female": 841,
    "population_density": 50.0,
    "area_accumulated": 32.36,
    "citizens_accumulated": {
        "total": 1632,
        "female": 841,
        "male": 791
    },
    "longitude": 9.838518,
    "latitude": 49.612832,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7438/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7436/?format=api",
    "children": [],
    "zip_codes": [
        "97957"
    ]
}