Define AdministrativeDivision view set (return all)

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

{
    "id": 2697,
    "ags": "03460005",
    "name": "Holdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Holdorf",
    "office_zip": "49451",
    "office_street": "Große Straße 19",
    "office_city": "Holdorf",
    "area": 55.0,
    "citizens_total": 7332,
    "citizens_male": 3525,
    "citizens_female": 3807,
    "population_density": 133.0,
    "area_accumulated": 55.0,
    "citizens_accumulated": {
        "total": 7332,
        "female": 3807,
        "male": 3525
    },
    "longitude": 8.123229,
    "latitude": 52.588255,
    "travel_name": "Oldenburger Münsterland",
    "travel_code": "G06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2697/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2696/?format=api",
    "children": [],
    "zip_codes": [
        "49451"
    ]
}