API endpoint that allows places to be viewed or edited.

GET /places/?format=api&ordering=-name&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=-name&page=6",
    "results": [
        {
            "id": 52,
            "name": "Chainda, Lusaka, Zambia",
            "place_id": "ChIJpYm-0E2JQBkRPkEYKS4bBvE",
            "polygon": [
                [
                    28.411977522653697,
                    -15.390381036835203
                ],
                [
                    28.412685625833628,
                    -15.39569783617152
                ],
                [
                    28.40262197760975,
                    -15.397787280438727
                ],
                [
                    28.398952715677378,
                    -15.386698504766642
                ],
                [
                    28.411977522653697,
                    -15.390381036835203
                ]
            ]
        },
        {
            "id": 51,
            "name": "Cathedral Hill, Lusaka, Zambia",
            "place_id": "ChIJN-zV1lPzQBkRHYCu-TYBApw",
            "polygon": [
                [
                    28.34120221114708,
                    -15.436939584928956
                ],
                [
                    28.340794515376817,
                    -15.433071722219264
                ],
                [
                    28.342618417506944,
                    -15.429741579464318
                ],
                [
                    28.337554406886827,
                    -15.42645275251089
                ],
                [
                    28.33450741744591,
                    -15.422957023983999
                ],
                [
                    28.327555131679308,
                    -15.42407400872726
                ],
                [
                    28.315195512538683,
                    -15.418737249630759
                ],
                [
                    28.314637613063585,
                    -15.416834186092546
                ],
                [
                    28.313189220195543,
                    -15.415562019767318
                ],
                [
                    28.310367536311876,
                    -15.414786304770839
                ],
                [
                    28.303694200282823,
                    -15.4134003534352
                ],
                [
                    28.300432634120714,
                    -15.418033945571265
                ],
                [
                    28.296141099696886,
                    -15.41522070552564
                ],
                [
                    28.288738202815782,
                    -15.415013848136605
                ],
                [
                    28.28154988265587,
                    -15.41613087559094
                ],
                [
                    28.28305191970421,
                    -15.42510824850314
                ],
                [
                    28.28803009963585,
                    -15.424301541919908
                ],
                [
                    28.304681253200304,
                    -15.419357810058917
                ],
                [
                    28.311848115688097,
                    -15.425025509510627
                ],
                [
                    28.34120221114708,
                    -15.436939584928956
                ]
            ]
        },
        {
            "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": 20,
            "name": "Avondale, Lusaka, Zambia",
            "place_id": "ChIJ5yB881mJQBkRx--DOWn6ntg",
            "polygon": [
                [
                    28.373018468391802,
                    -15.377180028960165
                ],
                [
                    28.384112084877398,
                    -15.382083385343794
                ],
                [
                    28.38431593276253,
                    -15.382879911241442
                ],
                [
                    28.387148345482256,
                    -15.383635056357146
                ],
                [
                    28.387282455933,
                    -15.389293385354973
                ],
                [
                    28.386319542896654,
                    -15.389515784541953
                ],
                [
                    28.388070354831125,
                    -15.40060828894559
                ],
                [
                    28.38928338385811,
                    -15.402761037742
                ],
                [
                    28.394840920936968,
                    -15.401447411096303
                ],
                [
                    28.399883473884966,
                    -15.39976140568478
                ],
                [
                    28.404325212013628,
                    -15.397413387651305
                ],
                [
                    28.40477582312813,
                    -15.392608660232089
                ],
                [
                    28.40405699111214,
                    -15.389626984046348
                ],
                [
                    28.402222360145952,
                    -15.3876383141744
                ],
                [
                    28.41198560096016,
                    -15.390420895060927
                ],
                [
                    28.411395514976885,
                    -15.38879686538245
                ],
                [
                    28.401213849556353,
                    -15.370310998107055
                ],
                [
                    28.373018468391802,
                    -15.377180028960165
                ]
            ]
        }
    ]
}