Define AdministrativeDivision view set (return all)

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

{
    "id": 2609,
    "ags": "03458003",
    "name": "Dötlingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Dötlingen",
    "office_zip": "27801",
    "office_street": "Hauptstraße 26",
    "office_city": "Neerstedt",
    "area": 102.02,
    "citizens_total": 6273,
    "citizens_male": 3137,
    "citizens_female": 3136,
    "population_density": 61.0,
    "area_accumulated": 102.02,
    "citizens_accumulated": {
        "total": 6273,
        "female": 3136,
        "male": 3137
    },
    "longitude": 8.381562,
    "latitude": 52.93637,
    "travel_name": "Oldenburger Land",
    "travel_code": "G05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2609/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2608/?format=api",
    "children": [],
    "zip_codes": [
        "27801"
    ]
}