Define AdministrativeDivision view set (return all)

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

{
    "id": 14929,
    "ags": "15083390",
    "name": "Niedere Börde",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Niedere Börde",
    "office_zip": "39326",
    "office_street": "Große Straße 9/10",
    "office_city": "Niedere",
    "area": 77.88,
    "citizens_total": 7087,
    "citizens_male": 3459,
    "citizens_female": 3628,
    "population_density": 91.0,
    "area_accumulated": 77.88,
    "citizens_accumulated": {
        "total": 7087,
        "female": 3628,
        "male": 3459
    },
    "longitude": 11.521515,
    "latitude": 52.234528,
    "travel_name": "Magdeburg, Elbe-Börde-Heide",
    "travel_code": "D04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14929/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14928/?format=api",
    "children": [],
    "zip_codes": [
        "39326",
        "39345"
    ]
}