List assets of type GroundwaterStation

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also 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.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

name: Exact filter on the name field, the startswith lookup is also supported.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

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

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/

?name__startswith=station3
GET /api/v4/groundwaterstations/?format=api&page=21
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10842,
    "next": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=22",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=20",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2835/?format=api",
            "id": 2835,
            "code": "B40B0601",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.009539466910861,
                    51.95461857669758,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:15:31.562233Z",
            "created": "2015-08-12T11:32:59.093017Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44594/?format=api",
                    "id": 44594,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3d673938-e854-4a90-a000-298f2d86e8b4/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1f88b69-1e43-42b9-a021-267886e08cd7/?format=api"
                    ],
                    "code": "B40B0601001",
                    "last_modified": "2024-07-05T19:15:31.999601Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2835/?format=api",
                    "top_level": 9.8,
                    "filter_top_level": 8.3,
                    "filter_bottom_level": 7.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0601",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.85,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2836/?format=api",
            "id": 2836,
            "code": "B40B0602",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.008832352733042,
                    51.95451527924836,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:44:02.208567Z",
            "created": "2015-08-12T11:32:59.098685Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44595/?format=api",
                    "id": 44595,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5d17e32f-4374-47ae-be0d-0453fd9f8d71/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a753af71-a75d-470c-a67a-8271df8a2114/?format=api"
                    ],
                    "code": "B40B0602001",
                    "last_modified": "2024-07-08T10:44:02.711900Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2836/?format=api",
                    "top_level": 10.81,
                    "filter_top_level": 8.43,
                    "filter_bottom_level": 7.43,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40B0602",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 10.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2837/?format=api",
            "id": 2837,
            "code": "B40E0312",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.162195463451246,
                    51.97438497556681,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:00.902558Z",
            "created": "2015-08-12T11:32:59.104325Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44596/?format=api",
                    "id": 44596,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a9b775b1-992b-4729-900d-5c9b4c775c50/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6fba18b7-a833-44bd-b208-a2c3fcef8b64/?format=api"
                    ],
                    "code": "B40E0312001",
                    "last_modified": "2024-07-05T19:16:01.418944Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2837/?format=api",
                    "top_level": 10.12,
                    "filter_top_level": 10.12,
                    "filter_bottom_level": 7.11,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0312",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.23,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2838/?format=api",
            "id": 2838,
            "code": "B40E0313",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.161456974389877,
                    51.9737606424892,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:01.919912Z",
            "created": "2015-08-12T11:32:59.110031Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44597/?format=api",
                    "id": 44597,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f421dfc4-724c-4400-94fd-031f5aa95f00/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cf2a9d39-4d6f-43c2-88f5-4ca52fe30495/?format=api"
                    ],
                    "code": "B40E0313001",
                    "last_modified": "2024-07-05T19:16:02.436370Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2838/?format=api",
                    "top_level": 10.16,
                    "filter_top_level": 8.66,
                    "filter_bottom_level": 8.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0313",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2839/?format=api",
            "id": 2839,
            "code": "B40E0314",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.161463180069775,
                    51.97412014314694,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:02.994816Z",
            "created": "2015-08-12T11:32:59.115859Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44598/?format=api",
                    "id": 44598,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ffb7e838-cfe2-4e9f-9e54-a88aac48ff00/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f4a0334d-9073-4db4-bba8-b58618c3531b/?format=api"
                    ],
                    "code": "B40E0314001",
                    "last_modified": "2024-07-05T19:16:03.417647Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2839/?format=api",
                    "top_level": 10.1,
                    "filter_top_level": 8.6,
                    "filter_bottom_level": 8.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0314",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2840/?format=api",
            "id": 2840,
            "code": "B40E0315",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.161453871592903,
                    51.97358089215326,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:03.919934Z",
            "created": "2015-08-12T11:32:59.121611Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44599/?format=api",
                    "id": 44599,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/78036fce-c3b6-41b4-ba8c-13e8b7da1b3d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/721526b1-ad91-4deb-8e47-37f66ec593f7/?format=api"
                    ],
                    "code": "B40E0315001",
                    "last_modified": "2024-07-05T19:16:04.404706Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2840/?format=api",
                    "top_level": 10.03,
                    "filter_top_level": 8.7,
                    "filter_bottom_level": 8.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0315",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.19,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2841/?format=api",
            "id": 2841,
            "code": "B40E0316",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.16145395090548,
                    51.97358089439455,
                    0.0
                ]
            },
            "last_modified": "2023-04-26T14:50:03.380208Z",
            "created": "2015-08-12T11:32:59.127614Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44600/?format=api",
                    "id": 44600,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c86dc60b-88df-4f17-91ba-acf511d07724/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e153e0f7-93eb-4988-a5b9-0dc45406a991/?format=api"
                    ],
                    "code": "B40E0316001",
                    "last_modified": "2023-10-25T14:17:42.665379Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2841/?format=api",
                    "top_level": 11.19,
                    "filter_top_level": 8.8,
                    "filter_bottom_level": 7.8,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": 9.43,
                    "low_groundwater_level": 8.5
                }
            ],
            "name": "B40E0316",
            "station_type": "quantitative",
            "status": "active",
            "scale": "area",
            "surface_level": 10.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2842/?format=api",
            "id": 2842,
            "code": "B40E0339",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.184869122703313,
                    51.93171735104787,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:11.146710Z",
            "created": "2015-08-12T11:32:59.134867Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44601/?format=api",
                    "id": 44601,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/167b81a9-e07d-4055-902d-85e36b02616f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb15afba-fd34-48cf-a28c-4e56293f5201/?format=api"
                    ],
                    "code": "B40E0339001",
                    "last_modified": "2024-07-05T19:16:11.629125Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2842/?format=api",
                    "top_level": 14.9,
                    "filter_top_level": 12.9,
                    "filter_bottom_level": 12.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0339",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2843/?format=api",
            "id": 2843,
            "code": "B40E0340",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.184429771010473,
                    51.93154056014625,
                    0.0
                ]
            },
            "last_modified": "2024-10-16T13:09:09.716940Z",
            "created": "2015-08-12T11:32:59.141373Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44602/?format=api",
                    "id": 44602,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/00ce746d-054e-4c9e-8a35-5ff88652bcbf/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dc7057f3-f0f3-4c80-b46b-01e0a9b54e2f/?format=api"
                    ],
                    "code": "B40E0340001",
                    "last_modified": "2024-07-05T19:16:12.654066Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2843/?format=api",
                    "top_level": 14.99,
                    "filter_top_level": 11.49,
                    "filter_bottom_level": 10.49,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0340",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2844/?format=api",
            "id": 2844,
            "code": "B40G0270",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.124807640059984,
                    51.86029076583369,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:44:09.268895Z",
            "created": "2015-08-12T11:32:59.147621Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44603/?format=api",
                    "id": 44603,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b88d0489-e0ba-4a79-a424-fdd45887080a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dd3d6399-1e08-4ee2-96b2-8dbb5d315fe1/?format=api"
                    ],
                    "code": "B40G0270001",
                    "last_modified": "2024-07-08T10:44:09.743758Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2844/?format=api",
                    "top_level": 12.67,
                    "filter_top_level": 9.17,
                    "filter_bottom_level": 8.67,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0270",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.53,
            "top_level": null,
            "bottom_level": null
        }
    ]
}