Define AdministrativeDivision view set (return all)

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

{
    "id": 2434,
    "ags": "03453009",
    "name": "Lastrup",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Lastrup",
    "office_zip": "49688",
    "office_street": "Am Marktplatz 1",
    "office_city": "Lastrup",
    "area": 85.53,
    "citizens_total": 6955,
    "citizens_male": 3374,
    "citizens_female": 3581,
    "population_density": 81.0,
    "area_accumulated": 85.53,
    "citizens_accumulated": {
        "total": 6955,
        "female": 3581,
        "male": 3374
    },
    "longitude": 7.864551,
    "latitude": 52.79503,
    "travel_name": "Oldenburger Münsterland",
    "travel_code": "G06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2434/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2433/?format=api",
    "children": [],
    "zip_codes": [
        "49688"
    ]
}