Define AdministrativeDivision view set (return all)

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

{
    "id": 2587,
    "ags": "03457020",
    "name": "Uplengen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Uplengen",
    "office_zip": "26670",
    "office_street": "Alter Postweg 113",
    "office_city": "Uplengen",
    "area": 148.81,
    "citizens_total": 11817,
    "citizens_male": 5951,
    "citizens_female": 5866,
    "population_density": 79.0,
    "area_accumulated": 148.81,
    "citizens_accumulated": {
        "total": 11817,
        "female": 5866,
        "male": 5951
    },
    "longitude": 7.750133,
    "latitude": 53.305137,
    "travel_name": "Ostfriesland",
    "travel_code": "G03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2587/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2586/?format=api",
    "children": [],
    "zip_codes": [
        "26670"
    ]
}