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=33
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=34",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=32",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2956/?format=api",
            "id": 2956,
            "code": "B28A0347",
            "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.427879700976805,
                    52.45941881578505,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:20.369373Z",
            "created": "2015-08-12T11:32:59.812460Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44825/?format=api",
                    "id": 44825,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a97e1508-f70d-4227-a303-e4fb8598b841/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bf2fbb8a-3d8e-4d14-af93-74afec37ca04/?format=api"
                    ],
                    "code": "B28A0347001",
                    "last_modified": "2024-07-05T19:06:20.833763Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2956/?format=api",
                    "top_level": 6.83,
                    "filter_top_level": 5.8,
                    "filter_bottom_level": 4.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0347",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.92,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2957/?format=api",
            "id": 2957,
            "code": "B28A0348",
            "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.428027130422807,
                    52.45937482777541,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:21.704414Z",
            "created": "2015-08-12T11:32:59.818601Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44826/?format=api",
                    "id": 44826,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3701ac4c-64c6-4c60-9c2f-a8518a86b91c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9fc77250-99f3-4292-9cc2-b99bbbea2d08/?format=api"
                    ],
                    "code": "B28A0348001",
                    "last_modified": "2024-07-05T19:06:22.244501Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2957/?format=api",
                    "top_level": 7.254,
                    "filter_top_level": 5.69,
                    "filter_bottom_level": 5.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0348",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 7.36,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2958/?format=api",
            "id": 2958,
            "code": "B28A0351",
            "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.371343793734177,
                    52.45127333910853,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:23.024562Z",
            "created": "2015-08-12T11:32:59.824330Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44827/?format=api",
                    "id": 44827,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6eaff16b-6f2e-487c-8363-88f5ef17303d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ad08b480-248b-44ac-a19c-12dfdc0c1a06/?format=api"
                    ],
                    "code": "B28A0351001",
                    "last_modified": "2024-07-05T19:06:23.481992Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2958/?format=api",
                    "top_level": 6.84,
                    "filter_top_level": 5.84,
                    "filter_bottom_level": 4.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0351",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.89,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2959/?format=api",
            "id": 2959,
            "code": "B28A0352",
            "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.371930133619047,
                    52.45117858771716,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:24.325752Z",
            "created": "2015-08-12T11:32:59.829768Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44828/?format=api",
                    "id": 44828,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ab8d44aa-5ccd-46ce-a8b5-1006f6661609/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d4f45b48-d681-4dad-88e0-1a67eff457a3/?format=api"
                    ],
                    "code": "B28A0352001",
                    "last_modified": "2024-07-05T19:06:24.773239Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2959/?format=api",
                    "top_level": 7.11,
                    "filter_top_level": 5.61,
                    "filter_bottom_level": 5.11,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0352",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.01,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2960/?format=api",
            "id": 2960,
            "code": "B28A0353",
            "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.372091816270581,
                    52.4508089157392,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:58:56.599064Z",
            "created": "2015-08-12T11:32:59.835512Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44829/?format=api",
                    "id": 44829,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cead5306-30c1-4b20-8b66-af081b438187/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b09f6b8e-c326-4427-acc6-505bff240318/?format=api"
                    ],
                    "code": "B28A0353001",
                    "last_modified": "2024-07-05T19:06:26.121352Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2960/?format=api",
                    "top_level": 6.968,
                    "filter_top_level": 4.64,
                    "filter_bottom_level": 4.14,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0353",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2961/?format=api",
            "id": 2961,
            "code": "B28A0354",
            "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.412670186772865,
                    52.45074312595167,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:27.048992Z",
            "created": "2015-08-12T11:32:59.841294Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44830/?format=api",
                    "id": 44830,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/37759946-8f02-41b0-b7f5-6bb2f87a2ffb/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ee39e954-ba5a-40c3-ad9c-2229c62248a8/?format=api"
                    ],
                    "code": "B28A0354001",
                    "last_modified": "2024-07-05T19:06:27.430964Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2961/?format=api",
                    "top_level": 7.18,
                    "filter_top_level": 5.23,
                    "filter_bottom_level": 4.23,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0354",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 7.34,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2962/?format=api",
            "id": 2962,
            "code": "B28A0355",
            "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.413996009601813,
                    52.45082152463969,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:28.326643Z",
            "created": "2015-08-12T11:32:59.846816Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44831/?format=api",
                    "id": 44831,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f74d5001-9ee9-4bf2-bb40-b4f5a0f99d1b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/be175667-d5eb-4a85-9bbc-f454eceefb57/?format=api"
                    ],
                    "code": "B28A0355001",
                    "last_modified": "2024-07-05T19:06:28.729204Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2962/?format=api",
                    "top_level": 7.37,
                    "filter_top_level": 4.92,
                    "filter_bottom_level": 4.42,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0355",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 7.42,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2963/?format=api",
            "id": 2963,
            "code": "B28A0356",
            "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.414004354293676,
                    52.45118097429206,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:06:29.563956Z",
            "created": "2015-08-12T11:32:59.852146Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44832/?format=api",
                    "id": 44832,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/59a0da79-36aa-4084-8e34-728abd4e3aa4/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e5a3b05c-1e1b-49ca-92f7-73091679e41e/?format=api"
                    ],
                    "code": "B28A0356001",
                    "last_modified": "2024-07-05T19:06:30.100661Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2963/?format=api",
                    "top_level": 7.65,
                    "filter_top_level": 4.35,
                    "filter_bottom_level": 3.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0356",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.65,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2964/?format=api",
            "id": 2964,
            "code": "B28A0357",
            "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.414208235048153,
                    52.45068603306185,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:32:03.280148Z",
            "created": "2015-08-12T11:32:59.857674Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44833/?format=api",
                    "id": 44833,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5fa3d91b-dcae-4969-8a96-1195afd57d12/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7692223-1216-45d0-aa24-c7f477bc1019/?format=api"
                    ],
                    "code": "B28A0357001",
                    "last_modified": "2024-07-05T19:06:31.377788Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2964/?format=api",
                    "top_level": 7.513,
                    "filter_top_level": 5.55,
                    "filter_bottom_level": 4.55,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0357",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.62,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2965/?format=api",
            "id": 2965,
            "code": "B28A0410",
            "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.401006216099445,
                    52.4424846195252,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:07:08.318305Z",
            "created": "2015-08-12T11:32:59.863279Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44834/?format=api",
                    "id": 44834,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/243e5397-086e-480f-be39-3303161aac20/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/31a08768-b711-4d50-afc9-a92454499a79/?format=api"
                    ],
                    "code": "B28A0410001",
                    "last_modified": "2024-07-05T19:07:08.775158Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2965/?format=api",
                    "top_level": 6.76,
                    "filter_top_level": 6.05,
                    "filter_bottom_level": 4.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0410",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.86,
            "top_level": null,
            "bottom_level": null
        }
    ]
}