API endpoint that allows places to be viewed or edited.

GET /places/?format=api&ordering=-place_id&page=8
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 71,
    "next": null,
    "previous": "https://api.swistay.com/places/?format=api&ordering=-place_id&page=7",
    "results": [
        {
            "id": 65,
            "name": "Ngwerere, Lusaka, Zambia",
            "place_id": "ChIJ0ebz0D1gQBkR4Wu9MMahuCI",
            "polygon": [
                [
                    28.34055458016196,
                    -15.306832318829088
                ],
                [
                    28.333516463706882,
                    -15.30492823387271
                ],
                [
                    28.32707916207114,
                    -15.303520855601043
                ],
                [
                    28.324160918662937,
                    -15.30269298161057
                ],
                [
                    28.322229728172214,
                    -15.30492823387271
                ],
                [
                    28.318925246665867,
                    -15.30327249374758
                ],
                [
                    28.319697722862156,
                    -15.300085157147754
                ],
                [
                    28.316951140830906,
                    -15.29913308615696
                ],
                [
                    28.311715468833835,
                    -15.30012655144048
                ],
                [
                    28.313775405357273,
                    -15.315773007868533
                ],
                [
                    28.323474273155124,
                    -15.316849176161035
                ],
                [
                    28.33034072823325,
                    -15.312461686094943
                ],
                [
                    28.335404738853367,
                    -15.316435265934448
                ],
                [
                    28.343644484947117,
                    -15.306583960903852
                ],
                [
                    28.34055458016196,
                    -15.306832318829088
                ]
            ]
        }
    ]
}