Define AdministrativeDivision view set (return all)

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

{
    "id": 7148,
    "ags": "08117031",
    "name": "Hohenstadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Hohenstadt",
    "office_zip": "73345",
    "office_street": "Schulstraße 9",
    "office_city": "Hohenstadt",
    "area": 11.64,
    "citizens_total": 822,
    "citizens_male": 352,
    "citizens_female": 470,
    "population_density": 71.0,
    "area_accumulated": 11.64,
    "citizens_accumulated": {
        "total": 822,
        "female": 470,
        "male": 352
    },
    "longitude": 9.663973,
    "latitude": 48.54445,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7148/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7145/?format=api",
    "children": [],
    "zip_codes": [
        "73345"
    ]
}