Define AdministrativeDivision view set (return all)

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

{
    "id": 2699,
    "ags": "03460006",
    "name": "Lohne (Oldenburg), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Lohne (Oldenburg)",
    "office_zip": "49393",
    "office_street": "Vogtstraße 26",
    "office_city": "Lohne/Oldenburg",
    "area": 91.11,
    "citizens_total": 26935,
    "citizens_male": 13295,
    "citizens_female": 13640,
    "population_density": 296.0,
    "area_accumulated": 91.11,
    "citizens_accumulated": {
        "total": 26935,
        "female": 13640,
        "male": 13295
    },
    "longitude": 8.238487,
    "latitude": 52.66558,
    "travel_name": "Oldenburger Münsterland",
    "travel_code": "G06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2699/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2698/?format=api",
    "children": [],
    "zip_codes": [
        "49393"
    ]
}