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=32
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=33",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=31",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2946/?format=api",
            "id": 2946,
            "code": "B22C0427",
            "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.400426046776955,
                    52.48778912898509,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:03:34.211097Z",
            "created": "2015-08-12T11:32:59.755824Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44815/?format=api",
                    "id": 44815,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/718c4d49-3b15-4e8d-9139-f3c8e641c2f9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b458b951-47c1-4a0f-b10f-2547606e99c4/?format=api"
                    ],
                    "code": "B22C0427001",
                    "last_modified": "2024-07-05T19:03:34.785714Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2946/?format=api",
                    "top_level": 6.01,
                    "filter_top_level": 4.28,
                    "filter_bottom_level": 3.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0427",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.85,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2947/?format=api",
            "id": 2947,
            "code": "B22C0428",
            "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.399780685421021,
                    52.48773631069906,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:45:49.455892Z",
            "created": "2015-08-12T11:32:59.761649Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44816/?format=api",
                    "id": 44816,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e62be417-a29c-4ef5-a14a-ef5390a72bc1/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/68ad3875-04a8-45aa-b6fc-0d0747c1dcba/?format=api"
                    ],
                    "code": "B22C0428001",
                    "last_modified": "2024-07-05T19:03:36.113958Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2947/?format=api",
                    "top_level": 6.465,
                    "filter_top_level": -1.07,
                    "filter_bottom_level": -2.07,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0428",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2948/?format=api",
            "id": 2948,
            "code": "B22C0521",
            "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.350441433866474,
                    52.51148436947217,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:03:39.890519Z",
            "created": "2015-08-12T11:32:59.767310Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44817/?format=api",
                    "id": 44817,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0a29fd86-2534-4a1e-bba9-40974a579134/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fd5d8778-c620-42ce-8837-16c3138d109f/?format=api"
                    ],
                    "code": "B22C0521001",
                    "last_modified": "2024-07-05T19:03:40.425997Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2948/?format=api",
                    "top_level": 4.67,
                    "filter_top_level": 4.47,
                    "filter_bottom_level": 2.67,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0521",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 4.81,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2949/?format=api",
            "id": 2949,
            "code": "B22C0522",
            "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.350452579023496,
                    52.51114444814997,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:45:52.328498Z",
            "created": "2015-08-12T11:32:59.772942Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44818/?format=api",
                    "id": 44818,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/012e6a4a-4b60-4d86-82c9-11f6bc2ab717/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8816cb09-92bf-4a2a-8bc1-7b7ab0f79beb/?format=api"
                    ],
                    "code": "B22C0522001",
                    "last_modified": "2024-07-05T19:03:41.800629Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2949/?format=api",
                    "top_level": 4.874,
                    "filter_top_level": 2.35,
                    "filter_bottom_level": 1.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0522",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2950/?format=api",
            "id": 2950,
            "code": "B28A0341",
            "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.370607506098972,
                    52.47770408620509,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:12.019584Z",
            "created": "2015-08-12T11:32:59.778640Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44819/?format=api",
                    "id": 44819,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e57414f-1020-489c-ab6c-1c5b438efc76/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bef901e3-98d1-4b05-bbb1-2f01efebb6eb/?format=api"
                    ],
                    "code": "B28A0341001",
                    "last_modified": "2024-07-05T19:06:12.484188Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2950/?format=api",
                    "top_level": 5.61,
                    "filter_top_level": -1.54,
                    "filter_bottom_level": -2.04,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0341",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 5.74,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2951/?format=api",
            "id": 2951,
            "code": "B28A0342",
            "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.370163987956221,
                    52.47761788533727,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:13.296006Z",
            "created": "2015-08-12T11:32:59.784274Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44820/?format=api",
                    "id": 44820,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4f80d8c6-88d9-4dd1-b33f-a000dad7d408/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3d0835e7-6dc8-485f-aa25-87ee1363b831/?format=api"
                    ],
                    "code": "B28A0342001",
                    "last_modified": "2024-07-05T19:06:13.759299Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2951/?format=api",
                    "top_level": 5.59,
                    "filter_top_level": 4.09,
                    "filter_bottom_level": 3.59,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0342",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 5.66,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2952/?format=api",
            "id": 2952,
            "code": "B28A0343",
            "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.370308955176947,
                    52.4775108950335,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:14.627480Z",
            "created": "2015-08-12T11:32:59.789874Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44821/?format=api",
                    "id": 44821,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d7ec2bf2-24c8-4998-ad8e-dbe266730be9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a9983352-fcbb-4fa9-9c2f-35107bed4402/?format=api"
                    ],
                    "code": "B28A0343001",
                    "last_modified": "2024-07-05T19:06:15.101347Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2952/?format=api",
                    "top_level": 5.66,
                    "filter_top_level": 4.12,
                    "filter_bottom_level": 3.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0343",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 5.74,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2953/?format=api",
            "id": 2953,
            "code": "B28A0344",
            "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.44121023308533,
                    52.46927774540083,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:15.963426Z",
            "created": "2015-08-12T11:32:59.795322Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44822/?format=api",
                    "id": 44822,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/93e8969a-83be-4675-ab59-486f1d456dc9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fec98b07-5256-4b80-ae4c-fde6581dc49d/?format=api"
                    ],
                    "code": "B28A0344001",
                    "last_modified": "2024-07-05T19:06:16.622637Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2953/?format=api",
                    "top_level": 5.92,
                    "filter_top_level": 5.72,
                    "filter_bottom_level": 3.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0344",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.02,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2954/?format=api",
            "id": 2954,
            "code": "B28A0345",
            "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.440913806150473,
                    52.46919050060694,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:17.551798Z",
            "created": "2015-08-12T11:32:59.801104Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44823/?format=api",
                    "id": 44823,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8639c2d8-87cb-40a3-98cf-aee61be07ba1/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b9243d21-e3a0-43bb-8041-3a0ef3d54517/?format=api"
                    ],
                    "code": "B28A0345001",
                    "last_modified": "2024-07-05T19:06:17.980130Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2954/?format=api",
                    "top_level": 5.97,
                    "filter_top_level": 4.47,
                    "filter_bottom_level": 3.97,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0345",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2955/?format=api",
            "id": 2955,
            "code": "B28A0346",
            "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.44121023308533,
                    52.46927774540083,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:18.976885Z",
            "created": "2015-08-12T11:32:59.806791Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44824/?format=api",
                    "id": 44824,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c0cfce0b-823e-45ac-9bcf-7564dcb22d97/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1fe6dde7-d0c7-44bf-83bd-b57399232600/?format=api"
                    ],
                    "code": "B28A0346001",
                    "last_modified": "2024-07-05T19:06:19.539038Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2955/?format=api",
                    "top_level": 6.27,
                    "filter_top_level": 3.77,
                    "filter_bottom_level": 3.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0346",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.33,
            "top_level": null,
            "bottom_level": null
        }
    ]
}