Define AdministrativeDivision view set (return all)

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

{
    "id": 1797,
    "ags": "03256022",
    "name": "Nienburg (Weser), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Nienburg (Weser)",
    "office_zip": "31582",
    "office_street": "Marktplatz 1",
    "office_city": "Nienburg/Weser",
    "area": 64.53,
    "citizens_total": 31448,
    "citizens_male": 16165,
    "citizens_female": 15283,
    "population_density": 487.0,
    "area_accumulated": 64.53,
    "citizens_accumulated": {
        "total": 31448,
        "female": 15283,
        "male": 16165
    },
    "longitude": 9.211648,
    "latitude": 52.640859,
    "travel_name": "Mittelweser",
    "travel_code": "G08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1797/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1796/?format=api",
    "children": [],
    "zip_codes": [
        "31582"
    ]
}