Define AdministrativeDivision view set (return all)

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

{
    "id": 2202,
    "ags": "03357057",
    "name": "Zeven, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Samtgemeinde Zeven",
    "office_zip": "27404",
    "office_street": "Am Markt 4",
    "office_city": "Zeven",
    "area": 74.13,
    "citizens_total": 13822,
    "citizens_male": 6855,
    "citizens_female": 6967,
    "population_density": 186.0,
    "area_accumulated": 74.13,
    "citizens_accumulated": {
        "total": 13822,
        "female": 6967,
        "male": 6855
    },
    "longitude": 9.278731,
    "latitude": 53.295695,
    "travel_name": "Unterelbe-Unterweser",
    "travel_code": "G04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2202/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2198/?format=api",
    "children": [],
    "zip_codes": [
        "27404"
    ]
}