Define AdministrativeDivision view set (return all)

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

{
    "id": 7269,
    "ags": "08119075",
    "name": "Sulzbach an der Murr",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Sulzbach an der Murr",
    "office_zip": "71560",
    "office_street": "Bahnhofstraße 3",
    "office_city": "Sulzbach",
    "area": 40.12,
    "citizens_total": 5378,
    "citizens_male": 2702,
    "citizens_female": 2676,
    "population_density": 134.0,
    "area_accumulated": 40.12,
    "citizens_accumulated": {
        "total": 5378,
        "female": 2676,
        "male": 2702
    },
    "longitude": 9.501017,
    "latitude": 49.002908,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7269/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7266/?format=api",
    "children": [],
    "zip_codes": [
        "71560"
    ]
}