Define AdministrativeDivision view set (return all)

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

{
    "id": 7197,
    "ags": "08118018",
    "name": "Gemmrigheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Gemmrigheim",
    "office_zip": "74376",
    "office_street": "Ottmarsheimer Straße 1",
    "office_city": "Gemmrigheim",
    "area": 8.23,
    "citizens_total": 4460,
    "citizens_male": 2184,
    "citizens_female": 2276,
    "population_density": 542.0,
    "area_accumulated": 8.23,
    "citizens_accumulated": {
        "total": 4460,
        "female": 2276,
        "male": 2184
    },
    "longitude": 9.154976,
    "latitude": 49.027251,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7197/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7194/?format=api",
    "children": [],
    "zip_codes": [
        "74376"
    ]
}