Define AdministrativeDivision view set (return all)

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

{
    "id": 10491,
    "ags": "09463000",
    "name": "Coburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Coburg",
    "office_zip": "96450",
    "office_street": "Postfach 3042",
    "office_city": "Coburg",
    "area": 48.29,
    "citizens_total": 41072,
    "citizens_male": 21030,
    "citizens_female": 20042,
    "population_density": 851.0,
    "area_accumulated": 48.29,
    "citizens_accumulated": {
        "total": 41072,
        "female": 20042,
        "male": 21030
    },
    "longitude": 10.964232,
    "latitude": 50.258421,
    "travel_name": "Coburg.Rennsteig",
    "travel_code": "T43",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10491/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10490/?format=api",
    "children": [],
    "zip_codes": [
        "96450"
    ]
}