API endpoint that allows places to be viewed or edited.

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

{
    "count": 64,
    "next": null,
    "previous": "https://api.swistay.com/places/?format=api&ordering=polygon&page=6",
    "results": [
        {
            "id": 34,
            "name": "Chalala, Lusaka, Zambia",
            "place_id": "ChIJey_IxjiNQBkRNT7HLaDdiz0",
            "polygon": [
                [
                    28.376698898950597,
                    -15.49531106349448
                ],
                [
                    28.380754398981114,
                    -15.492953788202186
                ],
                [
                    28.38111917940714,
                    -15.48654351769845
                ],
                [
                    28.379016327539464,
                    -15.474963170537944
                ],
                [
                    28.37060492006876,
                    -15.464292134131018
                ],
                [
                    28.340821671167394,
                    -15.46234812642065
                ],
                [
                    28.340778755823155,
                    -15.477031137214109
                ],
                [
                    28.33919088808634,
                    -15.489355789874098
                ],
                [
                    28.343053269067784,
                    -15.490513773181327
                ],
                [
                    28.37189238039591,
                    -15.49113411871355
                ],
                [
                    28.376698898950597,
                    -15.49531106349448
                ]
            ]
        },
        {
            "id": 43,
            "name": "New Kasama, Lusaka, Zambia",
            "place_id": "ChIJkf1KgwCPQBkRvj-MvPqr7tk",
            "polygon": [
                [
                    28.37598128695605,
                    -15.496324974636261
                ],
                [
                    28.37847037692187,
                    -15.475729025271821
                ],
                [
                    28.37005896945117,
                    -15.464809859078748
                ],
                [
                    28.393834070159176,
                    -15.447437271882464
                ],
                [
                    28.40851111788867,
                    -15.464809859078748
                ],
                [
                    28.413145975066403,
                    -15.467870592540331
                ],
                [
                    28.422909215880612,
                    -15.479596091832292
                ],
                [
                    28.435590700103024,
                    -15.490741938029958
                ],
                [
                    28.437779382659176,
                    -15.498144598423238
                ],
                [
                    28.403103784514645,
                    -15.499137113735058
                ],
                [
                    28.38671012301562,
                    -15.498599501866298
                ],
                [
                    28.37598128695605,
                    -15.496324974636261
                ]
            ]
        },
        {
            "id": 18,
            "name": "Bauleni, Lusaka, Zambia",
            "place_id": "ChIJAaQWhDKMQBkREN0sDRzyGys",
            "polygon": [
                [
                    28.373504748180796,
                    -15.448189637889612
                ],
                [
                    28.372582068279673,
                    -15.447383021036838
                ],
                [
                    28.37691651804774,
                    -15.44173661521206
                ],
                [
                    28.37367640955775,
                    -15.439461463190106
                ],
                [
                    28.37693797571986,
                    -15.43370108038245
                ],
                [
                    28.389319052532603,
                    -15.442088227389146
                ],
                [
                    28.38818179591029,
                    -15.44601796998355
                ],
                [
                    28.373504748180796,
                    -15.448189637889612
                ]
            ]
        },
        {
            "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
                ]
            ]
        }
    ]
}