Define AdministrativeDivision view set (return all)

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

{
    "id": 1385,
    "ags": "03153018",
    "name": "Clausthal-Zellerfeld, Berg- und Universitätsstadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Berg- und Universitätsstadt Clausthal-Zellerfeld",
    "office_zip": "38678",
    "office_street": "Am Rathaus 1",
    "office_city": "Clausthal-Zellerfeld",
    "area": 43.69,
    "citizens_total": 15727,
    "citizens_male": 6875,
    "citizens_female": 8852,
    "population_density": 360.0,
    "area_accumulated": 43.69,
    "citizens_accumulated": {
        "total": 15727,
        "female": 8852,
        "male": 6875
    },
    "longitude": 10.333189,
    "latitude": 51.803755,
    "travel_name": "Harz",
    "travel_code": "G13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1385/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1384/?format=api",
    "children": [],
    "zip_codes": [
        "38667",
        "38678",
        "38707",
        "38709"
    ]
}