Define AdministrativeDivision view set (return all)

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

{
    "id": 1826,
    "ags": "03256003",
    "name": "Bücken, Flecken",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Grafschaft Hoya",
    "office_zip": "27333",
    "office_street": "Schloßplatz 2",
    "office_city": "Hoya",
    "area": 32.5,
    "citizens_total": 2101,
    "citizens_male": 1059,
    "citizens_female": 1042,
    "population_density": 65.0,
    "area_accumulated": 32.5,
    "citizens_accumulated": {
        "total": 2101,
        "female": 1042,
        "male": 1059
    },
    "longitude": 9.134546,
    "latitude": 52.780054,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1826/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1825/?format=api",
    "children": [],
    "zip_codes": [
        "27333"
    ]
}