Define AdministrativeDivision view set (return all)

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

{
    "id": 15104,
    "ags": "15088025",
    "name": "Bad Lauchstädt, Goethestadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Bad Lauchstädt, Goethestadt",
    "office_zip": "06246",
    "office_street": "Markt 1",
    "office_city": "Goethestadt",
    "area": 85.37,
    "citizens_total": 8773,
    "citizens_male": 4441,
    "citizens_female": 4332,
    "population_density": 103.0,
    "area_accumulated": 85.37,
    "citizens_accumulated": {
        "total": 8773,
        "female": 4332,
        "male": 4441
    },
    "longitude": 11.867012,
    "latitude": 51.387158,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15104/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15103/?format=api",
    "children": [],
    "zip_codes": [
        "06246"
    ]
}