Endpoint for WMSLayers (read-write).

The options GET, POST, PATCH, DELETE are implemented. When updating (PATCH) user must provide the final list for nested objects. If no list of objects is passed during a partial update the list will remains invariant.

Required fields

slug Identifier for this wms layer.

organisation Organisation for this wms layer.

Query parameters:

name Text filter on the name field. All text field filter methods, like startswith, endswith, icontains are supported.

uuid Filter on 'uuid' field. UUIDs must be separated by commas and must be specified in their canonical textual representation (in their 8-4-4-4-12 form, that is). Filtering is case insensitive and may be done across relationships.

organisation Filter on Organisations.

slug Filter on Slug.

layer_collections Filter on LayerCollections.

ordering Show the results in a specific order. You can order them by name, organisation__name or last_modified. Add a - in front to reverse the order.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

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

?name__icontains=Elevation

?organisation__name=DDSC

?organisation__uuid=61f5a464c35044c19bc7d4b42d7f58cb

?organisation__name__startswith=Nelen

?organisation__name__icontains=Schuur

?uuid=10415ccb-ec31-4d43-bdb3-db597061527b

?layer_collections__organisation__name__startswith=Nelen

?layer_collections__slug=LayerCollection

?layer_collections__slug__icontains=LayerCollection

?ordering=name

?ordering=-organisation__name

?access_modifier=Private

?access_modifier=100

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

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

{
    "count": 368,
    "next": "https://demo.lizard.net/api/v4/wmslayers/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/wmslayers/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/ffc2e4ee-35e1-46db-a87b-295e8d572f1e/?format=api",
            "uuid": "ffc2e4ee-35e1-46db-a87b-295e8d572f1e",
            "name": "Waterlopen, IMWA (PDOK)",
            "description": "Waterlopen in beheer van Waterschappen, gestandaardiseerd volgens het Informatiemodel Water (IMWA). Bron: PDOK",
            "slug": "oppervlaktewaterlichaam",
            "get_feature_info": true,
            "min_zoom": 13,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://geodata.nationaalgeoregister.nl/wsaoppervlaktewaterenimwa/wms?",
            "legend_url": null,
            "get_feature_info_url": "https://geodata.nationaalgeoregister.nl/wsaoppervlaktewaterenimwa/wms?",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/eabd2988-1b59-4855-9b82-4b5efa1cef28/?format=api",
                "uuid": "eabd2988-1b59-4855-9b82-4b5efa1cef28",
                "name": "Lizard - algemene lagen"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": null,
            "download_url": null,
            "created": "2017-12-20T09:05:45.910124Z",
            "last_modified": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/d3613c20-8e05-45ae-9f8d-686691ae2fd3/?format=api",
            "uuid": "d3613c20-8e05-45ae-9f8d-686691ae2fd3",
            "name": "Waterlopen",
            "description": "-",
            "slug": "wpn_klimaatatlas:1824_wpn_watergangen",
            "get_feature_info": false,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/wpn_klimaatatlas/wms",
            "legend_url": null,
            "get_feature_info_url": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api",
                "uuid": "0258eefa-4043-409f-879c-601740340654",
                "name": "Waterpanel Noord"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/wpn_klimaatatlas/?format=api",
                    "slug": "wpn_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api",
                        "uuid": "0258eefa-4043-409f-879c-601740340654",
                        "name": "Waterpanel Noord"
                    },
                    "access_modifier": "Public",
                    "supplier": "chris.kerklaan",
                    "created": "2020-02-19T14:04:29.578191Z",
                    "last_modified": "2020-02-19T15:56:26.731593Z"
                }
            ],
            "spatial_bounds": {
                "south": 51.02853711672598,
                "west": 5.617435413659628,
                "north": 51.74544389711183,
                "east": 6.226719049321284
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/wpn_klimaatatlas/wfs/?&request=GetFeature&typeName=wpn_klimaatatlas:1824_wpn_watergangen&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-20T13:27:23.671130Z",
            "last_modified": "2020-02-20T13:28:30.907887Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/5247b0b8-0059-49ba-9218-592b8889d583/?format=api",
            "uuid": "5247b0b8-0059-49ba-9218-592b8889d583",
            "name": "Waterbeheergebieden IMWA (WMS) - Peilgebieden",
            "description": "Deze dataset is gebaseerd op (niet geharmoniseerde) data van alle waterschappen in Nederland conform het Informatiemodel water (IMWA). De dataset bevat de volgende IMWA objecten: - Af-/aanvoergebied - Peilafwijkinggebied - Peilbesluitgebied - Peilgebied",
            "slug": "oppervlaktewaterlichaam",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "https://service.pdok.nl/hwh/oppervlaktewaterenimwa/wms/v1_0?request=GetCapabilities&service=WMS",
            "legend_url": "https://service.pdok.nl/hwh/oppervlaktewaterenimwa/wms/v1_0/legend/oppervlaktewaterlichaam/oppervlaktewaterlichaam.png",
            "get_feature_info_url": "https://www.nationaalgeoregister.nl/geonetwork/srv/dut/csw?service=CSW&version=2.0.2&request=GetRecordById&outputschema=http://www.isotc211.org/2005/gmd&elementsetname=full&id=8b24bde5-ecc5-4523-93b9-cd17f9288bbf",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d9471c89-43f2-45b3-8ce7-14844569659c/?format=api",
                "uuid": "d9471c89-43f2-45b3-8ce7-14844569659c",
                "name": "PDOK"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": {
                "south": 50.2129,
                "west": 2.52713,
                "north": 55.7212,
                "east": 7.37403
            },
            "download_url": "",
            "created": "2021-08-11T08:04:03.080382Z",
            "last_modified": "2024-04-13T09:13:14.054780Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/1448a56c-023a-4fdb-948a-1e964d2b5c12/?format=api",
            "uuid": "1448a56c-023a-4fdb-948a-1e964d2b5c12",
            "name": "Waterbeheergebieden IMWA (WMS)",
            "description": "Deze dataset is gebaseerd op (niet geharmoniseerde) data van alle waterschappen in Nederland conform het Informatiemodel water (IMWA). De dataset bevat de volgende IMWA objecten: - Af-/aanvoergebied - Peilafwijkinggebied - Peilbesluitgebied - Peilgebied",
            "slug": "afvoergebiedAanvoergebied",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "https://service.pdok.nl/hwh/wbehgebimwa/wms/v1_0",
            "legend_url": "https://service.pdok.nl/hwh/wbehgebimwa/wms/v1_0?SERVICE=WMS&language=dut&version=1.3.0&service=WMS&request=GetLegendGraphic&sld_version=1.1.0&layer=afvoergebiedAanvoergebied&format=image/png&STYLE=AfvoergebiedAanvoergebied",
            "get_feature_info_url": "https://service.pdok.nl/hwh/wbehgebimwa/wms/v1_0",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/d9471c89-43f2-45b3-8ce7-14844569659c/?format=api",
                "uuid": "d9471c89-43f2-45b3-8ce7-14844569659c",
                "name": "PDOK"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": {
                "south": 52.211394,
                "west": 5.307255,
                "north": 52.309843,
                "east": 5.633926
            },
            "download_url": "",
            "created": "2021-05-10T13:57:29.109290Z",
            "last_modified": "2021-05-31T12:54:28.339603Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/39d735e7-bf7c-4af4-8cd7-048a0fc3c05d/?format=api",
            "uuid": "39d735e7-bf7c-4af4-8cd7-048a0fc3c05d",
            "name": "Wateraanvoer [twn_klimaatatlas]",
            "description": "In deze gebieden wordt water aangevoerd. De wateraanvoer situatie betreft d.d. 19 Juli 2019.\r \rVerantwoording\r\rBron: Wateraanvoer Vechtstromen (2019)",
            "slug": "twn_klimaatatlas:1830_twn_wateraanvoer",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/wms",
            "legend_url": "https://maps1.klimaatatlas.net/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&LAYER=twn_klimaatatlas:1830_twn_wateraanvoer&LEGEND_OPTIONS=forceRule:True;dx:0.2;dy:0.2;mx:0.2;my:0.2;fontName:Times%20New%20Roman;borderColor:#429A95;border:true;fontColor:#15EBB3;fontSize:18;dpi:180",
            "get_feature_info_url": "https://maps1.klimaatatlas.net/geoserver/wms",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "access_modifier": "Public",
            "supplier": "ruben.vanderzaag",
            "shared_with": [],
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/twn_klimaatatlas/?format=api",
                    "slug": "twn_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                        "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                        "name": "Twents Waternetwerk"
                    },
                    "access_modifier": "Public",
                    "supplier": "ruben.vanderzaag",
                    "created": "2024-07-22T13:49:36.451563Z",
                    "last_modified": "2024-07-22T13:51:44.574982Z"
                }
            ],
            "spatial_bounds": {
                "south": 52.1180694947068,
                "west": 6.32652993223704,
                "north": 52.4949807410574,
                "east": 7.07276336128739
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/wfs?&request=GetFeature&typeName=twn_klimaatatlas:1830_twn_wateraanvoer&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2024-07-22T13:49:49.743419Z",
            "last_modified": "2024-07-22T13:49:49.743407Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/431fa940-6f42-485a-9559-e7ea65348c0e/?format=api",
            "uuid": "431fa940-6f42-485a-9559-e7ea65348c0e",
            "name": "Wateraanvoer",
            "description": "In deze gebieden wordt water aangevoerd. De wateraanvoer situatie betreft d.d. 19 Juli 2019.VerantwoordingBron: Wateraanvoer Vechtstromen (2019)",
            "slug": "twn_klimaatatlas:1830_twn_wateraanvoer",
            "get_feature_info": false,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wms",
            "legend_url": null,
            "get_feature_info_url": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "remo.vantilburg",
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": null,
            "download_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wfs?&request=GetFeature&typeName=twn_klimaatatlas:1830_twn_wateraanvoer&OutputFormat=shape-zip",
            "created": "2020-01-24T12:16:38.900752Z",
            "last_modified": "2020-01-24T12:16:38.900705Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/097729bb-fcd9-4b83-a93c-aa63e12c8ea0/?format=api",
            "uuid": "097729bb-fcd9-4b83-a93c-aa63e12c8ea0",
            "name": "Wateraanvoer",
            "description": "In deze gebieden wordt water aangevoerd. De wateraanvoer situatie betreft d.d. 19 Juli 2019. Bron: Wateraanvoer Vechtstromen (2019)",
            "slug": "twn_klimaatatlas:1830_twn_wateraanvoer",
            "get_feature_info": false,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wms",
            "legend_url": null,
            "get_feature_info_url": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a/?format=api",
                "uuid": "fef9e6e0-0c30-4e8c-a8cd-4f9d8e65922a",
                "name": "Twents Waternetwerk"
            },
            "access_modifier": "Public",
            "supplier": "remo.vantilburg",
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": {
                "south": 52.178830848522935,
                "west": 6.41238211330923,
                "north": 52.49100990775382,
                "east": 6.827490188643413
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wfs?&request=GetFeature&typeName=twn_klimaatatlas:1830_twn_wateraanvoer&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-20T19:56:17.396631Z",
            "last_modified": "2020-02-21T09:37:29.160958Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/122b63cc-5e18-4331-95be-b62b35e8528a/?format=api",
            "uuid": "122b63cc-5e18-4331-95be-b62b35e8528a",
            "name": "WOS duur gebruikersdagen",
            "description": "[Project S0031.2] Duur van water op straat in gebruikersdagen in Rotterdam bij een bui van 50mm, gesimuleerd met 3Di.",
            "slug": "s0031_rdam:s0031_2_duur_wos_gebruiksdagen_20181231",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": true
            },
            "wms_url": "https://maps1.project.lizard.net/geoserver/s0031_rdam/wms",
            "legend_url": null,
            "get_feature_info_url": "https://maps1.project.lizard.net/geoserver/s0031_rdam/wms",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/29eda604-5d52-4fae-ad13-3acb687cb9b5/?format=api",
                "uuid": "29eda604-5d52-4fae-ad13-3acb687cb9b5",
                "name": "Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                    "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                    "name": "Nelen & Schuurmans Consultancy"
                }
            ],
            "layer_collections": [],
            "spatial_bounds": null,
            "download_url": null,
            "created": "2017-12-08T16:23:03.299340Z",
            "last_modified": "2017-12-08T16:22:56Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/a77b65fb-7264-4c31-a6ac-4d73a9b208ce/?format=api",
            "uuid": "a77b65fb-7264-4c31-a6ac-4d73a9b208ce",
            "name": "WOS duur",
            "description": "[Project S0031.2] Duur van water op straat in Rotterdam bij een bui van 50mm, gesimuleerd met 3Di.",
            "slug": "s0031_rdam:s0031_2_duur_wos_20181231",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": true
            },
            "wms_url": "https://maps1.project.lizard.net/geoserver/s0031_rdam/wms",
            "legend_url": null,
            "get_feature_info_url": "https://maps1.project.lizard.net/geoserver/s0031_rdam/wms",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/29eda604-5d52-4fae-ad13-3acb687cb9b5/?format=api",
                "uuid": "29eda604-5d52-4fae-ad13-3acb687cb9b5",
                "name": "Rotterdam"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [
                {
                    "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                    "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                    "name": "Nelen & Schuurmans Consultancy"
                }
            ],
            "layer_collections": [],
            "spatial_bounds": null,
            "download_url": null,
            "created": "2017-12-08T16:21:05.507176Z",
            "last_modified": "2017-12-08T16:20:58Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/c27cd8ec-fd1d-4ca9-94dc-e7fd81de24bb/?format=api",
            "uuid": "c27cd8ec-fd1d-4ca9-94dc-e7fd81de24bb",
            "name": "WMXTEST",
            "description": "WMXTEST DES",
            "slug": "WMXTESTSLUG",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "WMXTESTURL",
            "legend_url": "Lurl",
            "get_feature_info_url": "getF",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/983cda50-9f8d-4aad-ae78-4e2b38a9639b/?format=api",
                "uuid": "983cda50-9f8d-4aad-ae78-4e2b38a9639b",
                "name": "CHT"
            },
            "access_modifier": "Public",
            "supplier": "kameil120",
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": {
                "south": -1.0,
                "west": -1.0,
                "north": 25.0162472,
                "east": 121.4605632
            },
            "download_url": "WMXTESTDL",
            "created": "2020-04-29T03:40:08.202477Z",
            "last_modified": "2020-06-29T09:28:40.651276Z"
        }
    ]
}