Define AdministrativeDivision view set (return all)

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

{
    "id": 1828,
    "ags": "03256008",
    "name": "Gandesbergen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Grafschaft Hoya",
    "office_zip": "27324",
    "office_street": "Schloßplatz 2",
    "office_city": "Hoya",
    "area": 7.02,
    "citizens_total": 480,
    "citizens_male": 249,
    "citizens_female": 231,
    "population_density": 68.0,
    "area_accumulated": 7.02,
    "citizens_accumulated": {
        "total": 480,
        "female": 231,
        "male": 249
    },
    "longitude": 9.223013,
    "latitude": 52.760767,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1828/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1825/?format=api",
    "children": [],
    "zip_codes": [
        "27324"
    ]
}