Administrative boundaries of countries, provinces, etc.

Query parameters:

code Filter on code. Filter methods exact and startswith are supported.

name Filter on name. Filter methods exact and startswith are supported.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

Examples

?code__startswith=NL

?code=NL_GM0344

?name__startswith=Utrechtse

?name=Utrecht

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/boundaries/?format=api&page=24761
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 247683,
    "next": "https://demo.lizard.net/api/v4/boundaries/?format=api&page=24762",
    "previous": "https://demo.lizard.net/api/v4/boundaries/?format=api&page=24760",
    "results": {
        "type": "FeatureCollection",
        "features": [
            {
                "id": 316817,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.2686230903673,
                                52.3938950098851
                            ],
                            [
                                5.27016567835204,
                                52.3929174392861
                            ],
                            [
                                5.27222057915452,
                                52.3921714981714
                            ],
                            [
                                5.27265430968818,
                                52.3922129954932
                            ],
                            [
                                5.27421267592862,
                                52.39284767592
                            ],
                            [
                                5.27490359354938,
                                52.3924956661554
                            ],
                            [
                                5.27352074568991,
                                52.3913798978289
                            ],
                            [
                                5.27307634251842,
                                52.3913009052628
                            ],
                            [
                                5.27056792781737,
                                52.3888006636148
                            ],
                            [
                                5.27007350994699,
                                52.3885619057429
                            ],
                            [
                                5.27025876264528,
                                52.388396510815
                            ],
                            [
                                5.27010763692552,
                                52.3881358795114
                            ],
                            [
                                5.26981492232449,
                                52.3880570258963
                            ],
                            [
                                5.26812627038242,
                                52.3865407317704
                            ],
                            [
                                5.26856922127105,
                                52.386272498666
                            ],
                            [
                                5.26844206866529,
                                52.3861560120043
                            ],
                            [
                                5.26651272332912,
                                52.3872983276695
                            ],
                            [
                                5.2666127302909,
                                52.3873459207738
                            ],
                            [
                                5.26496586534639,
                                52.3886890092651
                            ],
                            [
                                5.26565828708205,
                                52.3889922213046
                            ],
                            [
                                5.26549400493043,
                                52.3891318753793
                            ],
                            [
                                5.26574176297647,
                                52.3890300450232
                            ],
                            [
                                5.26612156588552,
                                52.3892706517582
                            ],
                            [
                                5.26591783914733,
                                52.3894498966916
                            ],
                            [
                                5.26569959619216,
                                52.3893623993766
                            ],
                            [
                                5.26536998029621,
                                52.3896330271902
                            ],
                            [
                                5.26445821423878,
                                52.3892467394549
                            ],
                            [
                                5.26224721412943,
                                52.3910187614619
                            ],
                            [
                                5.2627252767175,
                                52.3912071318358
                            ],
                            [
                                5.26256840052097,
                                52.3913447340798
                            ],
                            [
                                5.26280534213235,
                                52.3912386795634
                            ],
                            [
                                5.2649441350598,
                                52.392235779342
                            ],
                            [
                                5.26485221125364,
                                52.3923174440383
                            ],
                            [
                                5.26495319071731,
                                52.3922397023554
                            ],
                            [
                                5.26657312642853,
                                52.3929514533621
                            ],
                            [
                                5.26648719885065,
                                52.3930300248061
                            ],
                            [
                                5.26814287126675,
                                52.3934687561044
                            ],
                            [
                                5.2686230903673,
                                52.3938950098851
                            ]
                        ],
                        [
                            [
                                5.26899020370777,
                                52.3904401800483
                            ],
                            [
                                5.26955286781764,
                                52.390660178281
                            ],
                            [
                                5.26906569814972,
                                52.3910237993668
                            ],
                            [
                                5.26795901696944,
                                52.3905659341912
                            ],
                            [
                                5.26799441148632,
                                52.3902473774485
                            ],
                            [
                                5.26723795492541,
                                52.3899751607782
                            ],
                            [
                                5.26694012114687,
                                52.3900756382671
                            ],
                            [
                                5.26596461363522,
                                52.3897028604753
                            ],
                            [
                                5.26637635183294,
                                52.3892932133402
                            ],
                            [
                                5.26899020370777,
                                52.3904401800483
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_199",
                    "name": "almere_afwatering_199",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316818,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.2686230903673,
                                52.3938950098851
                            ],
                            [
                                5.26913401997411,
                                52.3939082083188
                            ],
                            [
                                5.27052929857378,
                                52.3947809165849
                            ],
                            [
                                5.27241672381474,
                                52.3955004134939
                            ],
                            [
                                5.27425578647449,
                                52.3964517406187
                            ],
                            [
                                5.2744267803288,
                                52.3963630404719
                            ],
                            [
                                5.27760050591182,
                                52.3977047950204
                            ],
                            [
                                5.27752847013706,
                                52.39780450966
                            ],
                            [
                                5.27763143838356,
                                52.3977178715061
                            ],
                            [
                                5.27984757277099,
                                52.3986546857082
                            ],
                            [
                                5.28104680276405,
                                52.3976143340661
                            ],
                            [
                                5.28120007502567,
                                52.3976780178442
                            ],
                            [
                                5.2810804809844,
                                52.3975851167736
                            ],
                            [
                                5.28221605306656,
                                52.3965999313265
                            ],
                            [
                                5.28049121951846,
                                52.3958607225675
                            ],
                            [
                                5.28060194791908,
                                52.3957682615608
                            ],
                            [
                                5.27841633837907,
                                52.3945923642784
                            ],
                            [
                                5.27852626744807,
                                52.3945253162555
                            ],
                            [
                                5.2765163928654,
                                52.3932952957099
                            ],
                            [
                                5.27639696252362,
                                52.3933681367428
                            ],
                            [
                                5.27489892264614,
                                52.3924980761004
                            ],
                            [
                                5.27421267592862,
                                52.39284767592
                            ],
                            [
                                5.27265430968818,
                                52.3922129954932
                            ],
                            [
                                5.27222057915452,
                                52.3921714981714
                            ],
                            [
                                5.27016567835204,
                                52.3929174392861
                            ],
                            [
                                5.2686230903673,
                                52.3938950098851
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_200",
                    "name": "almere_afwatering_200",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316819,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.22891833613434,
                                52.3921164053673
                            ],
                            [
                                5.22865387214775,
                                52.3924556647772
                            ],
                            [
                                5.23483171598644,
                                52.3941729972954
                            ],
                            [
                                5.24094952318313,
                                52.3878030058301
                            ],
                            [
                                5.24086599640836,
                                52.387419572983
                            ],
                            [
                                5.24110888720887,
                                52.3871270430143
                            ],
                            [
                                5.23949600340984,
                                52.3866133966845
                            ],
                            [
                                5.23926881806296,
                                52.3869252504304
                            ],
                            [
                                5.23854762620438,
                                52.3871270763111
                            ],
                            [
                                5.2382991136738,
                                52.3875225670223
                            ],
                            [
                                5.23728508233465,
                                52.3872220233444
                            ],
                            [
                                5.23801421303875,
                                52.3862253918101
                            ],
                            [
                                5.23765308431587,
                                52.3857052444463
                            ],
                            [
                                5.23787457978871,
                                52.3853708340729
                            ],
                            [
                                5.237168216237,
                                52.3854054346707
                            ],
                            [
                                5.23748434279222,
                                52.3861190074713
                            ],
                            [
                                5.2368896072916,
                                52.3867480278206
                            ],
                            [
                                5.23602470166922,
                                52.3865656294704
                            ],
                            [
                                5.23562994766635,
                                52.3857111147203
                            ],
                            [
                                5.23517220400456,
                                52.3857783928983
                            ],
                            [
                                5.23543304004398,
                                52.3862881548233
                            ],
                            [
                                5.23507268999965,
                                52.3867743357067
                            ],
                            [
                                5.23405975451503,
                                52.3865583358388
                            ],
                            [
                                5.23425543138954,
                                52.386343893125
                            ],
                            [
                                5.2333349518828,
                                52.3861011356584
                            ],
                            [
                                5.2335272885022,
                                52.3862330160413
                            ],
                            [
                                5.23257970975159,
                                52.3873532163265
                            ],
                            [
                                5.23232096336328,
                                52.3874033563297
                            ],
                            [
                                5.23241827117154,
                                52.3874661389778
                            ],
                            [
                                5.23227738522592,
                                52.3876513371425
                            ],
                            [
                                5.2320943672578,
                                52.3876401554193
                            ],
                            [
                                5.23224159835942,
                                52.3876983796161
                            ],
                            [
                                5.23150825768459,
                                52.3884320548068
                            ],
                            [
                                5.23159728073604,
                                52.3885599029154
                            ],
                            [
                                5.23147731963615,
                                52.3887495174241
                            ],
                            [
                                5.23073113046374,
                                52.3889164099534
                            ],
                            [
                                5.23029895843882,
                                52.3893063311087
                            ],
                            [
                                5.23030251842541,
                                52.3894849730056
                            ],
                            [
                                5.23012939930269,
                                52.3894818094415
                            ],
                            [
                                5.23027256466714,
                                52.3895256492457
                            ],
                            [
                                5.22963756654095,
                                52.3903879368264
                            ],
                            [
                                5.22939768790562,
                                52.3903819641771
                            ],
                            [
                                5.22960849808799,
                                52.3904274090712
                            ],
                            [
                                5.22926869131207,
                                52.3908888291696
                            ],
                            [
                                5.22976175835767,
                                52.3914624505201
                            ],
                            [
                                5.22879636440783,
                                52.3918530569129
                            ],
                            [
                                5.22891833613434,
                                52.3921164053673
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_201",
                    "name": "almere_afwatering_201",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316820,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.24723608078656,
                                52.3883107016323
                            ],
                            [
                                5.24857922736835,
                                52.3869080940328
                            ],
                            [
                                5.24747713571964,
                                52.3865107475146
                            ],
                            [
                                5.24818535278562,
                                52.3858454918239
                            ],
                            [
                                5.24784745594793,
                                52.3857010759237
                            ],
                            [
                                5.24682979256194,
                                52.386527985056
                            ],
                            [
                                5.24581584820819,
                                52.3861757333538
                            ],
                            [
                                5.24460550186505,
                                52.3874344506191
                            ],
                            [
                                5.24723608078656,
                                52.3883107016323
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_202",
                    "name": "almere_afwatering_202",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316821,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.24925725027093,
                                52.3893468868161
                            ],
                            [
                                5.25106905949568,
                                52.3900032363754
                            ],
                            [
                                5.25148818724222,
                                52.3896140780083
                            ],
                            [
                                5.25249581016738,
                                52.3899565267725
                            ],
                            [
                                5.2534486757782,
                                52.3890101161978
                            ],
                            [
                                5.25132980714392,
                                52.3882433450672
                            ],
                            [
                                5.25005369150906,
                                52.3885038285506
                            ],
                            [
                                5.24925725027093,
                                52.3893468868161
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_203",
                    "name": "almere_afwatering_203",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316822,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.18294995482295,
                                52.385830701046
                            ],
                            [
                                5.18271457331269,
                                52.3861009002412
                            ],
                            [
                                5.18308472029417,
                                52.3862249025853
                            ],
                            [
                                5.18329392060462,
                                52.3859904730019
                            ],
                            [
                                5.18352120466523,
                                52.3860664741892
                            ],
                            [
                                5.18330550140225,
                                52.3863008929794
                            ],
                            [
                                5.18542907486525,
                                52.3870009384449
                            ],
                            [
                                5.18585397771362,
                                52.3865281022724
                            ],
                            [
                                5.18532791008708,
                                52.3863640481897
                            ],
                            [
                                5.18511877314917,
                                52.3865865429847
                            ],
                            [
                                5.18489800565391,
                                52.3865065765177
                            ],
                            [
                                5.18508116441396,
                                52.3862760788222
                            ],
                            [
                                5.18313949646304,
                                52.3856280737342
                            ],
                            [
                                5.18294995482295,
                                52.385830701046
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_204",
                    "name": "almere_afwatering_204",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316823,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.26130602612301,
                                52.3871846354827
                            ],
                            [
                                5.26074452979734,
                                52.3874481061024
                            ],
                            [
                                5.25998259705334,
                                52.3872918031103
                            ],
                            [
                                5.25968681819939,
                                52.3875373291322
                            ],
                            [
                                5.26047609926425,
                                52.388011552514
                            ],
                            [
                                5.25872101328083,
                                52.3895461549633
                            ],
                            [
                                5.25936383557369,
                                52.3898173934628
                            ],
                            [
                                5.25926953210228,
                                52.3899039157239
                            ],
                            [
                                5.25938314012324,
                                52.3898255389008
                            ],
                            [
                                5.26148761263651,
                                52.3907134714723
                            ],
                            [
                                5.26136802126151,
                                52.3908154333332
                            ],
                            [
                                5.26151773055324,
                                52.3907261784861
                            ],
                            [
                                5.26177840845926,
                                52.3909794358855
                            ],
                            [
                                5.2620994034463,
                                52.3909648018361
                            ],
                            [
                                5.26224568335764,
                                52.3908185984758
                            ],
                            [
                                5.26207646005583,
                                52.3907449952682
                            ],
                            [
                                5.26285498714467,
                                52.3900418007123
                            ],
                            [
                                5.26308790145556,
                                52.390059321183
                            ],
                            [
                                5.26293284696115,
                                52.3899684576053
                            ],
                            [
                                5.26377498907491,
                                52.3892264516461
                            ],
                            [
                                5.26393723402188,
                                52.3892698114755
                            ],
                            [
                                5.26383160790649,
                                52.3891746813379
                            ],
                            [
                                5.26437498364831,
                                52.3887036745857
                            ],
                            [
                                5.26392118706326,
                                52.3884939193701
                            ],
                            [
                                5.26355942317753,
                                52.3887394072324
                            ],
                            [
                                5.26309985434851,
                                52.3885536377883
                            ],
                            [
                                5.26335087701616,
                                52.3883401049799
                            ],
                            [
                                5.26242020585563,
                                52.3879329179466
                            ],
                            [
                                5.26218088885605,
                                52.388125081613
                            ],
                            [
                                5.26170971484418,
                                52.3879286047338
                            ],
                            [
                                5.26216502369935,
                                52.3875549439657
                            ],
                            [
                                5.26130602612301,
                                52.3871846354827
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_205",
                    "name": "almere_afwatering_205",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316824,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.16513295268497,
                                52.3949414707964
                            ],
                            [
                                5.17565036109935,
                                52.3985936544702
                            ],
                            [
                                5.18105535895459,
                                52.3925761681544
                            ],
                            [
                                5.17900436385432,
                                52.391971651074
                            ],
                            [
                                5.1803907553704,
                                52.3901275076929
                            ],
                            [
                                5.1721960641429,
                                52.3872612994426
                            ],
                            [
                                5.1708952956008,
                                52.388515426108
                            ],
                            [
                                5.16973615704222,
                                52.3881855232776
                            ],
                            [
                                5.16883884488794,
                                52.389085270914
                            ],
                            [
                                5.16919506216393,
                                52.3892771324544
                            ],
                            [
                                5.16856653382757,
                                52.3899861665251
                            ],
                            [
                                5.16923433764595,
                                52.390369807983
                            ],
                            [
                                5.16748218580511,
                                52.3925790928593
                            ],
                            [
                                5.16659044573019,
                                52.3923316003524
                            ],
                            [
                                5.16578282878078,
                                52.3931222309495
                            ],
                            [
                                5.16547069764031,
                                52.3930397020885
                            ],
                            [
                                5.16461771291421,
                                52.3939668150777
                            ],
                            [
                                5.16559809195614,
                                52.3943510634275
                            ],
                            [
                                5.16513295268497,
                                52.3949414707964
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_206",
                    "name": "almere_afwatering_206",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316825,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.16513295268497,
                                52.3949414707964
                            ],
                            [
                                5.16576851334964,
                                52.395248885239
                            ],
                            [
                                5.16405171489422,
                                52.3972918046077
                            ],
                            [
                                5.16652778966739,
                                52.3981316002621
                            ],
                            [
                                5.1656393206713,
                                52.3991017297777
                            ],
                            [
                                5.17278894124553,
                                52.401521068621
                            ],
                            [
                                5.17565036109935,
                                52.3985936544702
                            ],
                            [
                                5.16513295268497,
                                52.3949414707964
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_207",
                    "name": "almere_afwatering_207",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            },
            {
                "id": 316826,
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                5.24280401662403,
                                52.3905930678464
                            ],
                            [
                                5.24447312970155,
                                52.3889847825043
                            ],
                            [
                                5.24443330953165,
                                52.3888243208114
                            ],
                            [
                                5.24290079629396,
                                52.388742258187
                            ],
                            [
                                5.24135276964988,
                                52.3903136519894
                            ],
                            [
                                5.24185668540549,
                                52.3904068173181
                            ],
                            [
                                5.24192620553189,
                                52.3907338996815
                            ],
                            [
                                5.24280401662403,
                                52.3905930678464
                            ]
                        ]
                    ]
                },
                "properties": {
                    "code": "almr_gebied_208",
                    "name": "almere_afwatering_208",
                    "type": "PUMPED_DRAINAGE_AREA"
                }
            }
        ]
    }
}