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=27
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=28",
    "previous": "https://demo.lizard.net/api/v4/wmslayers/?format=api&page=26",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/63d651fd-2107-4519-9ad3-be737103d1be/?format=api",
            "uuid": "63d651fd-2107-4519-9ad3-be737103d1be",
            "name": "Gemeenten [twn_klimaatatlas]",
            "description": "Een overzicht van alle gemeentengrenzen in Twente.",
            "slug": "twn_klimaatatlas:1830_twn_gemeentes",
            "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_gemeentes&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_gemeentes&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2024-07-22T13:49:45.056754Z",
            "last_modified": "2024-07-22T13:49:45.056742Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/c5404fc3-067c-449b-a204-3bdef1e6dec4/?format=api",
            "uuid": "c5404fc3-067c-449b-a204-3bdef1e6dec4",
            "name": "Gemeenten",
            "description": "Een overzicht van alle gemeentengrenzen in Twente.",
            "slug": "twn_klimaatatlas:1830_twn_gemeentes",
            "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_gemeentes&OutputFormat=shape-zip",
            "created": "2020-01-24T12:16:10.550081Z",
            "last_modified": "2020-01-24T12:16:10.550034Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/0975243f-5c44-4140-a3f6-58233d052d75/?format=api",
            "uuid": "0975243f-5c44-4140-a3f6-58233d052d75",
            "name": "Gemeenten",
            "description": "Een overzicht van alle gemeentengrenzen in Twente.",
            "slug": "twn_klimaatatlas:1830_twn_gemeentes",
            "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.11806949510386,
                "west": 6.333501944017579,
                "north": 52.494980741278184,
                "east": 7.07276336265943
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wfs?&request=GetFeature&typeName=twn_klimaatatlas:1830_twn_gemeentes&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-20T16:49:17.040386Z",
            "last_modified": "2020-02-20T16:49:17.040333Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/a654ab35-c4ce-4363-9dd8-bfe16e26c7b5/?format=api",
            "uuid": "a654ab35-c4ce-4363-9dd8-bfe16e26c7b5",
            "name": "Gemeentegrenzen",
            "description": "Een overzicht van alle gemeentegrenzen in AS50+",
            "slug": "1838_as50_losse_gemeentegrenzen",
            "get_feature_info": false,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/as50_klimaatatlas/wms",
            "legend_url": null,
            "get_feature_info_url": null,
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api",
                "uuid": "5d0509a3-699e-41b7-8074-22d66494e093",
                "name": "AS50+"
            },
            "access_modifier": "Public",
            "supplier": "maud.vandelden",
            "shared_with": [],
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/as50_klimaatatlas/?format=api",
                    "slug": "as50_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/5d0509a3-699e-41b7-8074-22d66494e093/?format=api",
                        "uuid": "5d0509a3-699e-41b7-8074-22d66494e093",
                        "name": "AS50+"
                    },
                    "access_modifier": "Public",
                    "supplier": "remo.vantilburg",
                    "created": "2020-05-06T14:57:38.997174Z",
                    "last_modified": "2020-05-07T14:39:30.517746Z"
                }
            ],
            "spatial_bounds": {
                "south": 51.52129623672462,
                "west": 5.3535144381363455,
                "north": 51.830750955946876,
                "east": 5.758614667093561
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/as50_klimaatatlas/wfs?&request=GetFeature&typeName=1838_as50_losse_gemeentegrenzen&OutputFormat=shape-zip",
            "created": "2020-05-11T06:55:21.408971Z",
            "last_modified": "2020-05-11T10:32:50.088599Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/44138ccf-e47f-4e1b-b4ac-0837def45d08/?format=api",
            "uuid": "44138ccf-e47f-4e1b-b4ac-0837def45d08",
            "name": "Gemeentegrens",
            "description": "De grens van de gemeente zevenaar",
            "slug": "zevenaar_klimaatatlas:1839_zevenaar_extent",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/zevenaar_klimaatatlas/wms",
            "legend_url": "https://maps1.klimaatatlas.net/geoserver/zevenaar_klimaatatlas/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&LAYER=zevenaar_klimaatatlas:1839_zevenaar_extent&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/zevenaar_klimaatatlas/wms",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/4dfa8be0-8ce0-4348-b6bb-e0303e9279a9/?format=api",
                "uuid": "4dfa8be0-8ce0-4348-b6bb-e0303e9279a9",
                "name": "Zevenaar"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/zevenaar_klimaatatlas/?format=api",
                    "slug": "zevenaar_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/4dfa8be0-8ce0-4348-b6bb-e0303e9279a9/?format=api",
                        "uuid": "4dfa8be0-8ce0-4348-b6bb-e0303e9279a9",
                        "name": "Zevenaar"
                    },
                    "access_modifier": "Public",
                    "supplier": "chris.kerklaan",
                    "created": "2021-02-22T07:39:26.807567Z",
                    "last_modified": "2021-03-05T13:23:24.913711Z"
                }
            ],
            "spatial_bounds": {
                "south": 51.84071942617926,
                "west": 5.986109391995118,
                "north": 52.01542995228657,
                "east": 6.169913658985487
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/zevenaar_klimaatatlas/wfs?&request=GetFeature&typeName=zevenaar_klimaatatlas:1839_zevenaar_extent&OutputFormat=shape-zip",
            "created": "2021-02-22T11:20:55.698094Z",
            "last_modified": "2021-03-08T13:48:59.233910Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/0cbcb668-8490-45f5-a383-ce1fdc7f1cf5/?format=api",
            "uuid": "0cbcb668-8490-45f5-a383-ce1fdc7f1cf5",
            "name": "Gemalen",
            "description": "Gemalen Waterschap Zuiderzeeland",
            "slug": "wzzl:v_gemalen",
            "get_feature_info": true,
            "min_zoom": 10,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "http://geoserver9.lizard.net/geoserver/wzzl/wms",
            "legend_url": "",
            "get_feature_info_url": "http://geoserver9.lizard.net/geoserver/wzzl/wms",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "access_modifier": "Public",
            "supplier": null,
            "shared_with": [],
            "layer_collections": [],
            "spatial_bounds": null,
            "download_url": null,
            "created": "1969-12-31T23:00:00Z",
            "last_modified": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/d56f6cda-2878-4c07-a579-dd8946ac2655/?format=api",
            "uuid": "d56f6cda-2878-4c07-a579-dd8946ac2655",
            "name": "Gebouwen (INSPIRE geharmoniseerd)",
            "description": "INSPIRE Gebouwen, geharmoniseerd, gevuld met relevante gebouwen, afkomstig uit de Basisregistratie Adressen en Gebouwen (BAG), beheerd door het Kadaster.",
            "slug": "BU.Building",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "https://geodata.nationaalgeoregister.nl/inspire/bu/wms",
            "legend_url": "https://geodata.nationaalgeoregister.nl/bu/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=BU.Building",
            "get_feature_info_url": "https://geodata.nationaalgeoregister.nl/inspire/bu/wms",
            "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.7539,
                "west": 3.37087,
                "north": 53.4658,
                "east": 7.21097
            },
            "download_url": "",
            "created": "2021-05-10T11:52:59.459153Z",
            "last_modified": "2021-05-10T11:52:59.459129Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/7cba2610-8c27-4b16-9e7d-4c864a537196/?format=api",
            "uuid": "7cba2610-8c27-4b16-9e7d-4c864a537196",
            "name": "Gebieden met hogere grondwaterstanden in 2050",
            "description": "Deze kaart laat de risico's op hoge grondwaterstanden in 2050 zien. De resultaten zijn gebaseerd op simulaties met het Nationaal Hydrologisch Instrumentarium, versie 2.2.*VerantwoordingBron: Zoetwatervoorziening Oost Nederland (ZON) Gevolgen van droogte voor het waterbeheer, Hoofdrapport , Tauw (15 oktober 2012)",
            "slug": "twn_klimaatatlas:1830_twn_toename_kans_op_grondwateroverla",
            "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_toename_kans_op_grondwateroverla&OutputFormat=shape-zip",
            "created": "2020-01-24T12:16:36.580854Z",
            "last_modified": "2020-01-24T12:16:36.580791Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/74e2f4b9-e1b1-47f8-8b67-b571b1e8bd7a/?format=api",
            "uuid": "74e2f4b9-e1b1-47f8-8b67-b571b1e8bd7a",
            "name": "GWSW - Putten",
            "description": "Putten die zijn aangeleverd via het GWSW",
            "slug": "beheer_put",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/wms/v1_0",
            "legend_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/wms/v1_0?SERVICE=WMS&language=dut&version=1.3.0&service=WMS&request=GetLegendGraphic&sld_version=1.1.0&layer=beheer_put&format=image/png&STYLE=gwsw:beheer_put",
            "get_feature_info_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/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": 50.2213,
                "west": 3.07312,
                "north": 54.5092,
                "east": 7.31586
            },
            "download_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/wfs/v1_0?&request=GetFeature&typeName=gwsw:beheer_put&OutputFormat=geojson",
            "created": "2021-05-04T08:51:06.904768Z",
            "last_modified": "2021-05-04T09:26:35.585016Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/1d9809a9-eb50-4a63-9fd2-f7da0d7f0be1/?format=api",
            "uuid": "1d9809a9-eb50-4a63-9fd2-f7da0d7f0be1",
            "name": "GWSW - Pompen",
            "description": "Pompen die zijn aangeleverd via het GWSW",
            "slug": "beheer_pomp",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "True"
            },
            "wms_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/wms/v1_0",
            "legend_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/wms/v1_0?SERVICE=WMS&language=dut&version=1.3.0&service=WMS&request=GetLegendGraphic&sld_version=1.1.0&layer=beheer_pomp&format=image/png&STYLE=gwsw:beheer_pomp",
            "get_feature_info_url": "https://geodata.nationaalgeoregister.nl/rioned/gwsw/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": 50.2213,
                "west": 3.07312,
                "north": 54.5092,
                "east": 7.31586
            },
            "download_url": "http://geodata.nationaalgeoregister.nl/gwsw/extract/gwsw.zip",
            "created": "2020-03-10T14:11:06.501382Z",
            "last_modified": "2021-05-04T09:26:43.256747Z"
        }
    ]
}