Define AdministrativeDivision view set (return all)

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

{
    "id": 9855,
    "ags": "09275149",
    "name": "Tettenweis",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Tettenweis",
    "office_zip": "94167",
    "office_street": "Kirchplatz 15",
    "office_city": "Tettenweis",
    "area": 28.7,
    "citizens_total": 1774,
    "citizens_male": 851,
    "citizens_female": 923,
    "population_density": 62.0,
    "area_accumulated": 28.7,
    "citizens_accumulated": {
        "total": 1774,
        "female": 923,
        "male": 851
    },
    "longitude": 13.272011,
    "latitude": 48.443061,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9855/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9854/?format=api",
    "children": [],
    "zip_codes": [
        "94167"
    ]
}