API endpoint that allows places to be viewed or edited.

GET /places/?format=api&ordering=name&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=name&page=7",
    "results": [
        {
            "id": 17,
            "name": "Woodlands, Lusaka, Zambia",
            "place_id": "ChIJqS5uFvKMQBkRx3ju_7Y4zvw",
            "polygon": [
                [
                    28.342378515700606,
                    -15.429559945400447
                ],
                [
                    28.34124125907829,
                    -15.431287077307866
                ],
                [
                    28.340597528914717,
                    -15.432952142966162
                ],
                [
                    28.34053315589836,
                    -15.434824033128464
                ],
                [
                    28.341133970717696,
                    -15.43692342576367
                ],
                [
                    28.331349272231368,
                    -15.432890091069455
                ],
                [
                    28.328490037421492,
                    -15.440941169682146
                ],
                [
                    28.328345198134688,
                    -15.442673377609069
                ],
                [
                    28.343665976027754,
                    -15.44106009785306
                ],
                [
                    28.350918669204024,
                    -15.455930752513469
                ],
                [
                    28.365863937835005,
                    -15.452616488272438
                ],
                [
                    28.374929804305342,
                    -15.449571041178617
                ],
                [
                    28.370868939856795,
                    -15.445416441462871
                ],
                [
                    28.368452269534377,
                    -15.443607988265672
                ],
                [
                    28.365799564818648,
                    -15.441964983876817
                ],
                [
                    28.355596441725996,
                    -15.436737273580327
                ],
                [
                    28.342378515700606,
                    -15.429559945400447
                ]
            ]
        }
    ]
}