API endpoint that allows places to be viewed or edited.

GET /places/?format=api&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&page=7",
    "results": [
        {
            "id": 1,
            "name": "Kamwala, Lusaka, Zambia",
            "place_id": "ChIJX9cRPCvzQBkRFCvfzmqthZo",
            "polygon": [
                [
                    28.284517145948865,
                    -15.424767566726565
                ],
                [
                    28.293529368238904,
                    -15.480443515193357
                ],
                [
                    28.31009469111488,
                    -15.477713839833129
                ],
                [
                    28.306446886854626,
                    -15.4631136012932
                ],
                [
                    28.305416918592908,
                    -15.445616775727236
                ],
                [
                    28.310652590589978,
                    -15.440446036315512
                ],
                [
                    28.301211214857556,
                    -15.4353992703604
                ],
                [
                    28.28833661158607,
                    -15.42588454173139
                ],
                [
                    28.288014746504285,
                    -15.424209076971099
                ],
                [
                    28.284517145948865,
                    -15.424767566726565
                ]
            ]
        }
    ]
}