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": 6,
            "name": "Ridgeway, Lusaka, Zambia",
            "place_id": "ChIJzyS4ba6MQBkRKSTmZIRqemw",
            "polygon": [
                [
                    28.312137877558357,
                    -15.437005068258452
                ],
                [
                    28.31226125917304,
                    -15.43618289517878
                ],
                [
                    28.311934029673225,
                    -15.42491517618567
                ],
                [
                    28.331396138285285,
                    -15.432837289364107
                ],
                [
                    28.328392064188606,
                    -15.44136925320214
                ],
                [
                    28.328381335352546,
                    -15.442599895393817
                ],
                [
                    28.326439416025764,
                    -15.442817066787324
                ],
                [
                    28.312137877558357,
                    -15.437005068258452
                ]
            ]
        }
    ]
}