API endpoint that allows places to be viewed or edited.

GET /places/?format=api&ordering=polygon&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=polygon&page=7",
    "results": [
        {
            "id": 44,
            "name": "State Lodge, Lusaka, Zambia",
            "place_id": "ChIJdWrZvHCLQBkR6RFGlyTZSXk",
            "polygon": [
                [
                    28.43624206480348,
                    -15.493030042085609
                ],
                [
                    28.41899009641969,
                    -15.476156135214815
                ],
                [
                    28.422080001204847,
                    -15.469290377246578
                ],
                [
                    28.42551322874391,
                    -15.446706218296452
                ],
                [
                    28.423453292220472,
                    -15.44339697730803
                ],
                [
                    28.428088149398206,
                    -15.437357476394522
                ],
                [
                    28.43675704893434,
                    -15.420727257390833
                ],
                [
                    28.45469566282594,
                    -15.425691641342063
                ],
                [
                    28.453064879744886,
                    -15.429456220046454
                ],
                [
                    28.449674567550062,
                    -15.433758512115684
                ],
                [
                    28.4482583611902,
                    -15.438970784945608
                ],
                [
                    28.446927985518812,
                    -15.447037139490726
                ],
                [
                    28.44319435057008,
                    -15.457005892816857
                ],
                [
                    28.43624206480348,
                    -15.493030042085609
                ]
            ]
        }
    ]
}