Define AdministrativeDivision view set (return all)

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

{
    "id": 10667,
    "ags": "09473141",
    "name": "Lautertal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Lautertal",
    "office_zip": "96486",
    "office_street": "Postfach 1161",
    "office_city": "Lautertal",
    "area": 30.35,
    "citizens_total": 4330,
    "citizens_male": 2210,
    "citizens_female": 2120,
    "population_density": 143.0,
    "area_accumulated": 30.35,
    "citizens_accumulated": {
        "total": 4330,
        "female": 2120,
        "male": 2210
    },
    "longitude": 10.977187,
    "latitude": 50.299243,
    "travel_name": "Coburg.Rennsteig",
    "travel_code": "T43",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10667/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10666/?format=api",
    "children": [],
    "zip_codes": [
        "96486"
    ]
}