Define AdministrativeDivision view set (return all)

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

{
    "id": 9583,
    "ags": "09263000",
    "name": "Straubing",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Straubing",
    "office_zip": "94315",
    "office_street": "Postfach 0352",
    "office_city": "Straubing",
    "area": 67.59,
    "citizens_total": 47791,
    "citizens_male": 23703,
    "citizens_female": 24088,
    "population_density": 707.0,
    "area_accumulated": 67.59,
    "citizens_accumulated": {
        "total": 47791,
        "female": 24088,
        "male": 23703
    },
    "longitude": 12.572499,
    "latitude": 48.875878,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9583/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9582/?format=api",
    "children": [],
    "zip_codes": [
        "94315"
    ]
}