Define AdministrativeDivision view set (return all)

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

{
    "id": 15026,
    "ags": "15085185",
    "name": "Huy",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Huy",
    "office_zip": "38838",
    "office_street": "Bahnhofstraße 243",
    "office_city": "Huy",
    "area": 167.27,
    "citizens_total": 7139,
    "citizens_male": 3529,
    "citizens_female": 3610,
    "population_density": 43.0,
    "area_accumulated": 167.27,
    "citizens_accumulated": {
        "total": 7139,
        "female": 3610,
        "male": 3529
    },
    "longitude": 10.980339,
    "latitude": 51.975885,
    "travel_name": "Harz und Harzvorland",
    "travel_code": "D01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15026/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15025/?format=api",
    "children": [],
    "zip_codes": [
        "38836",
        "38838"
    ]
}