A viewset for viewing and editing GADM Provinces.

GET /api/core/gadm-provinces/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3679,
    "next": "https://seshatdata.com/api/core/gadm-provinces/?page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "geom": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -1.42242828499991,
                                35.19807979100011
                            ],
                            [
                                -1.470566185999928,
                                35.15075076200014
                            ],
                            [
                                -1.501227860999961,
                                35.15230847200007
                            ],
                            [
                                -1.554702286999941,
                                35.179329139000174
                            ],
                            [
                                -1.545680167999933,
                                35.211773249000146
                            ],
                            [
                                -1.584054859999924,
                                35.23827832000018
                            ],
                            [
                                -1.553340428999945,
                                35.2705921380001
                            ],
                            [
                                -1.464553110999873,
                                35.30776222200012
                            ],
                            [
                                -1.399078691999932,
                                35.30206230800013
                            ],
                            [
                                -1.329805182999905,
                                35.34861145100007
                            ],
                            [
                                -1.285964214999979,
                                35.35605487800018
                            ],
                            [
                                -1.239300716999935,
                                35.43690022499999
                            ],
                            [
                                -1.197753400999886,
                                35.57455063000003
                            ],
                            [
                                -1.157805823999979,
                                35.57333297800005
                            ],
                            [
                                -1.094360780999921,
                                35.6285556790001
                            ],
                            [
                                -1.045582476999869,
                                35.63758690800012
                            ],
                            [
                                -1.048552258999905,
                                35.62093505900003
                            ],
                            [
                                -0.994834861999948,
                                35.58237316500009
                            ],
                            [
                                -1.002014755999824,
                                35.55843090999997
                            ],
                            [
                                -0.956494007999936,
                                35.55662536600016
                            ],
                            [
                                -0.973446011999897,
                                35.51716995400005
                            ],
                            [
                                -1.015586018999954,
                                35.5066680920001
                            ],
                            [
                                -1.005347878999828,
                                35.4445390840001
                            ],
                            [
                                -0.994588334999889,
                                35.447835711000096
                            ],
                            [
                                -1.005184496999902,
                                35.46857744400006
                            ],
                            [
                                -0.964354782999976,
                                35.47385238900017
                            ],
                            [
                                -0.982960238999851,
                                35.4879169460001
                            ],
                            [
                                -0.970436513999971,
                                35.49536514300007
                            ],
                            [
                                -0.932036152999956,
                                35.46997070400005
                            ],
                            [
                                -0.897607194999978,
                                35.4822910310001
                            ],
                            [
                                -0.861622156999886,
                                35.47196013700011
                            ],
                            [
                                -0.741062685999907,
                                35.51641929700003
                            ],
                            [
                                -0.61928841799994,
                                35.536171758000194
                            ],
                            [
                                -0.623081008999918,
                                35.51245753
                            ],
                            [
                                -0.601406180999959,
                                35.48868560800008
                            ],
                            [
                                -0.583150252999872,
                                35.42380428400014
                            ],
                            [
                                -0.618114399999968,
                                35.399590302000036
                            ],
                            [
                                -0.602741870999978,
                                35.385260446000075
                            ],
                            [
                                -0.615277206999963,
                                35.36162643500012
                            ],
                            [
                                -0.740101003999825,
                                35.34050598100015
                            ],
                            [
                                -0.759358326999973,
                                35.30515352900005
                            ],
                            [
                                -0.79898632499993,
                                35.291556676000084
                            ],
                            [
                                -0.837432707999881,
                                35.31142153100012
                            ],
                            [
                                -0.874127342999941,
                                35.25972875000008
                            ],
                            [
                                -0.904226647999906,
                                35.262168067
                            ],
                            [
                                -0.88465899199997,
                                35.20962651600007
                            ],
                            [
                                -0.892714205999937,
                                35.18920015000003
                            ],
                            [
                                -0.953573208999899,
                                35.16924187000012
                            ],
                            [
                                -0.965371676999951,
                                35.11533060100004
                            ],
                            [
                                -1.00280627199993,
                                35.09349496000016
                            ],
                            [
                                -1.045638267999948,
                                35.093597929000055
                            ],
                            [
                                -1.048975096999925,
                                35.123657651000144
                            ],
                            [
                                -1.166811306999932,
                                35.15670013500011
                            ],
                            [
                                -1.216877674999978,
                                35.18598681900016
                            ],
                            [
                                -1.233779702999925,
                                35.178700584000126
                            ],
                            [
                                -1.25289550399998,
                                35.20627880100011
                            ],
                            [
                                -1.302491538999959,
                                35.19485670200015
                            ],
                            [
                                -1.412382819999834,
                                35.215946687000155
                            ],
                            [
                                -1.42242828499991,
                                35.19807979100011
                            ]
                        ]
                    ]
                ]
            },
            "COUNTRY": "Algeria",
            "NAME_1": "Aïn Témouchent",
            "ENGTYPE_1": "Province"
        }
    ]
}