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=34
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=35",
    "previous": "https://demo.lizard.net/api/v4/wmslayers/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/111e0d75-7991-4888-b9cf-71e8cfbdb4c9/?format=api",
            "uuid": "111e0d75-7991-4888-b9cf-71e8cfbdb4c9",
            "name": "Begaanbaarheid wegen",
            "description": "Deze kaartlaag geeft de begaanbaarheid wegen weer na een hevige regenbui van 70mm 1 uur.\r\n\r\nBij een hevige regenbui kan het water op de straten zo hoog komen te staan dat bepaalde wegdelen onbegaanbaar worden voor personenauto’s, of zelfs voor calamiteitenverkeer zoals ambulances, politie en brandweer. Deze kaart laat zien welke wegen alleen voor calamiteitenverkeer of helemaal niet meer begaanbaar zijn na een extreme bui van 70mm in 1 uur. Voor deze analyse zijn alleen de wegen van het stedelijk gebied meegenomen. Wegen zijn geclassificeerd als ‘begaanbaar’ (groen) als er een maximale waterdiepte is van 10 cm. Bij waterdieptes tussen de 10 en 30 cm zijn de wegen geclassificeerd als ‘begaanbaar voor calamiteitenverkeer’ (geel). Dit houdt in dat ze niet meer begaanbaar zijn voor gewoon verkeer, maar wel voor de hulpdiensten. Wegen met waterdieptes van 30 cm en meer zijn ‘onbegaanbaar’ (rood). De belangrijkste ontsluitingsroutes zijn dikker weergegeven.",
            "slug": "zundert:1822_zundert_begaanbaarheid_wegen",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": "true"
            },
            "wms_url": "https://maps1.klimaatatlas.net/geoserver/zundert/wms",
            "legend_url": "https://maps1.klimaatatlas.net/geoserver/zundert/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&LAYER=zundert:1822_zundert_begaanbaarheid_wegen&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/zundert/wms",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/064ae6fb-4691-4fe7-ad42-6125da4771be/?format=api",
                "uuid": "064ae6fb-4691-4fe7-ad42-6125da4771be",
                "name": "Zundert"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "shared_with": [],
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/zundert_klimaatatlas/?format=api",
                    "slug": "zundert_klimaatatlas",
                    "organisation": {
                        "url": "https://demo.lizard.net/api/v4/organisations/064ae6fb-4691-4fe7-ad42-6125da4771be/?format=api",
                        "uuid": "064ae6fb-4691-4fe7-ad42-6125da4771be",
                        "name": "Zundert"
                    },
                    "access_modifier": "Public",
                    "supplier": "chris.kerklaan",
                    "created": "2021-01-12T09:38:18.945492Z",
                    "last_modified": "2021-01-18T07:51:40.056365Z"
                }
            ],
            "spatial_bounds": {
                "south": 51.42201444071757,
                "west": 4.529896534394389,
                "north": 51.54979853769287,
                "east": 4.744059816384777
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/zundert/wfs?&request=GetFeature&typeName=zundert:1822_zundert_begaanbaarheid_wegen&OutputFormat=shape-zip",
            "created": "2021-01-12T09:50:01.505220Z",
            "last_modified": "2021-01-18T07:53:39.790504Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/c8aa43b4-b139-4955-a2d1-d635fa6a04f1/?format=api",
            "uuid": "c8aa43b4-b139-4955-a2d1-d635fa6a04f1",
            "name": "Begaanbaarheid spoor",
            "description": "[Project S0031.2] Spoorbegaanbaarheid in Rotterdam na een bui van 50mm, gesimuleerd met 3Di.",
            "slug": "s0031_rdam:s0031_2_begaanbaarheid_spoor_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:16:41.133108Z",
            "last_modified": "2017-12-08T16:16:28Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/67d56ac6-6267-48a5-a7b7-34d584eb6520/?format=api",
            "uuid": "67d56ac6-6267-48a5-a7b7-34d584eb6520",
            "name": "Begaanbaarheid 70mm in 1uur",
            "description": "[Project T0165 ] Wegbegaanbaarheid in de wijk Lombardije na een bui van 70mm, gesimuleerd met 3Di.",
            "slug": "postgis:t0165_beg_weg_70mm_20181023",
            "get_feature_info": true,
            "min_zoom": 0,
            "max_zoom": 31,
            "tiled": true,
            "options": {
                "transparent": true
            },
            "wms_url": "https://maps1.project.lizard.net/geoserver/postgis/wms",
            "legend_url": null,
            "get_feature_info_url": "https://maps1.project.lizard.net/geoserver/postgis/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": "2018-10-23T09:55:16.720070Z",
            "last_modified": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/e4bbd699-76e2-406d-8779-a2bd46f34374/?format=api",
            "uuid": "e4bbd699-76e2-406d-8779-a2bd46f34374",
            "name": "Begaanbaarheid 50mm in 1 uur",
            "description": "[Project S0031.2] Wegbegaanbaarheid in Rotterdam na een bui van 50mm, gesimuleerd met 3Di.",
            "slug": "s0031_rdam:s0031_2_begaanbaarheid_wegen_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:08:10.924248Z",
            "last_modified": "2017-12-08T16:08:02Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/a4a882d0-8c12-4ec5-b072-4a2a0034a387/?format=api",
            "uuid": "a4a882d0-8c12-4ec5-b072-4a2a0034a387",
            "name": "Beekherstelprojecten",
            "description": "-",
            "slug": "wpn_klimaatatlas:1824_wpn_projecten_a_v",
            "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.02959521996341,
                "west": 5.624916258183393,
                "north": 51.737806667246524,
                "east": 6.222187815670831
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/wpn_klimaatatlas/wfs/?&request=GetFeature&typeName=wpn_klimaatatlas:1824_wpn_projecten_a_v&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-20T14:14:13.359393Z",
            "last_modified": "2020-02-20T14:14:47.792962Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/e200a098-4eb4-4198-8cc0-d8f6dd61281a/?format=api",
            "uuid": "e200a098-4eb4-4198-8cc0-d8f6dd61281a",
            "name": "Beekdalzones",
            "description": "-",
            "slug": "wpn_klimaatatlas:1824_wpn_beekdal",
            "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": 50.74785895297161,
                "west": 5.613310014689338,
                "north": 51.75068759131157,
                "east": 6.225473140970164
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/wpn_klimaatatlas/wfs/?&request=GetFeature&typeName=wpn_klimaatatlas:1824_wpn_beekdal&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-20T13:34:50.065701Z",
            "last_modified": "2020-02-20T13:35:26.191577Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/44429a70-614f-4439-a484-7d14ff7228f0/?format=api",
            "uuid": "44429a70-614f-4439-a484-7d14ff7228f0",
            "name": "Bebouwd gebied met toenemende kans op grondwateroverlast [twn_klimaatatlas]",
            "description": "Deze kaart laat risicogebieden voor hoge grondwaterstanden zien. Hogere grondwaterstanden kunnen leiden tot natte kelders, kruipruimten en tuinen, wat overlast geeft.\r\rVerantwoording\r\rBron: provincie Overijssel  (december 2018)",
            "slug": "twn_klimaatatlas:1830_twn_bebouwdgebied_toenemende_kans_grondwat",
            "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_bebouwdgebied_toenemende_kans_grondwat&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_bebouwdgebied_toenemende_kans_grondwat&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2024-07-22T13:49:41.000101Z",
            "last_modified": "2024-07-22T13:49:41.000088Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/324cc3ec-7632-4b0f-a565-f7f8641186d6/?format=api",
            "uuid": "324cc3ec-7632-4b0f-a565-f7f8641186d6",
            "name": "Bebouwd gebied met toenemende kans op grondwateroverlast",
            "description": "Deze kaart laat risicogebieden voor hoge grondwaterstanden zien. Hogere grondwaterstanden kunnen leiden tot natte kelders, kruipruimten en tuinen, wat overlast geeft.VerantwoordingBron: provincie Overijssel  (december 2018)",
            "slug": "twn_klimaatatlas:1830_twn_bebouwdgebied_toenemende_kans_grondwat",
            "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": "chris.kerklaan",
            "shared_with": [],
            "layer_collections": [
                {
                    "url": "https://demo.lizard.net/api/v4/layercollections/cursus_klimaatatlas/?format=api",
                    "slug": "cursus_klimaatatlas",
                    "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": "chris.kerklaan",
                    "created": "2020-02-10T07:37:13.146099Z",
                    "last_modified": "2020-02-10T07:37:13.146050Z"
                }
            ],
            "spatial_bounds": {
                "south": 52.141282134729295,
                "west": 6.3416511337712365,
                "north": 52.48238636633894,
                "east": 7.049612286291725
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wfs?&request=GetFeature&typeName=twn_klimaatatlas:1830_twn_bebouwdgebied_toenemende_kans_grondwateroverlast&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-18T15:03:35.677191Z",
            "last_modified": "2020-02-18T15:03:35.677144Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/8df006c6-1372-41c0-bd56-3f9823a1438c/?format=api",
            "uuid": "8df006c6-1372-41c0-bd56-3f9823a1438c",
            "name": "Bebouwd gebied met toenemende kans op grondwateroverlast",
            "description": "Deze kaart laat risicogebieden voor hoge grondwaterstanden zien. Hogere grondwaterstanden kunnen leiden tot natte kelders, kruipruimten en tuinen, wat overlast geeft.VerantwoordingBron: provincie Overijssel  (december 2018)",
            "slug": "twn_klimaatatlas:1830_twn_bebouwdgebied_toenemende_kans_gr",
            "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_bebouwdgebied_toenemende_kans_gr&OutputFormat=shape-zip",
            "created": "2020-01-24T12:15:58.117217Z",
            "last_modified": "2020-01-24T12:15:58.117169Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/wmslayers/c8bf56cc-a088-40b0-978d-5c38c0b454bc/?format=api",
            "uuid": "c8bf56cc-a088-40b0-978d-5c38c0b454bc",
            "name": "Bebouwd gebied met toenemende kans op grondwateroverlast",
            "description": "Deze kaart laat risicogebieden voor hoge grondwaterstanden zien. Hogere grondwaterstanden kunnen leiden tot natte kelders, kruipruimten en tuinen, wat overlast geeft. Bron: provincie Overijssel  (december 2018)",
            "slug": "twn_klimaatatlas:1830_twn_bebouwdgebied_toenemende_kans_grondwat",
            "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.141282134729295,
                "west": 6.3416511337712365,
                "north": 52.48238636633894,
                "east": 7.049612286291725
            },
            "download_url": "https://maps1.klimaatatlas.net/geoserver/twn_klimaatatlas/wfs?&request=GetFeature&typeName=twn_klimaatatlas:1830_twn_bebouwdgebied_toenemende_kans_grondwateroverlast&srsName=epsg:28992&OutputFormat=shape-zip",
            "created": "2020-02-20T16:19:01.522225Z",
            "last_modified": "2020-02-21T09:59:54.637927Z"
        }
    ]
}