Define AdministrativeDivision view set (return all)

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

{
    "id": 8949,
    "ags": "09178124",
    "name": "Freising, GKSt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Große Kreisstadt Freising",
    "office_zip": "85350",
    "office_street": "Ort",
    "office_city": "Freising",
    "area": 88.59,
    "citizens_total": 49126,
    "citizens_male": 24294,
    "citizens_female": 24832,
    "population_density": 555.0,
    "area_accumulated": 88.59,
    "citizens_accumulated": {
        "total": 49126,
        "female": 24832,
        "male": 24294
    },
    "longitude": 11.748361,
    "latitude": 48.403627,
    "travel_name": "Münchener Umland",
    "travel_code": "T24",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8949/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8948/?format=api",
    "children": [],
    "zip_codes": [
        "85354",
        "85356"
    ]
}