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=3
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=4",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=2",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2653/?format=api",
            "id": 2653,
            "code": "40FB0042",
            "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.23279746659404,
                    51.93650579151681,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:36:22.827800Z",
            "created": "2015-08-12T11:32:57.861121Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44345/?format=api",
                    "id": 44345,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/546a44fc-24dc-4860-9806-1b878873e846/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a9971a61-9ac8-4d23-8a41-28d14fa59d0e/?format=api"
                    ],
                    "code": "40FB0042001",
                    "last_modified": "2024-07-05T18:36:23.282116Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2653/?format=api",
                    "top_level": 14.91,
                    "filter_top_level": 6.95,
                    "filter_bottom_level": -5.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0324",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.95,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2654/?format=api",
            "id": 2654,
            "code": "40FB0238",
            "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.210869855579173,
                    51.93818957998526,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:36:24.925420Z",
            "created": "2015-08-12T11:32:57.870032Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44346/?format=api",
                    "id": 44346,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3589f8a3-8285-4099-87ed-527417f75c3a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/655b0bc1-8fb0-4edc-ab75-c5a9cbe3dc0c/?format=api"
                    ],
                    "code": "40FB0238001",
                    "last_modified": "2024-07-05T18:36:25.431042Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2654/?format=api",
                    "top_level": 16.01,
                    "filter_top_level": 5.51,
                    "filter_bottom_level": -2.49,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40FB0238",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.57,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2655/?format=api",
            "id": 2655,
            "code": "40FL0036",
            "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.20995481787451,
                    51.95967877948329,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:36:26.910088Z",
            "created": "2015-08-12T11:32:57.878960Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44347/?format=api",
                    "id": 44347,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ed7fcb0-a6be-4d7e-a2ca-8128e2c77cd5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5338d988-4743-4f86-8898-d6e257c04dcf/?format=api"
                    ],
                    "code": "40FL0036001",
                    "last_modified": "2024-07-05T18:36:27.448126Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2655/?format=api",
                    "top_level": 13.25,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40FL0036",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2656/?format=api",
            "id": 2656,
            "code": "40FL0098",
            "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.246717883579759,
                    51.93319396862108,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T14:35:58.283505Z",
            "created": "2015-08-12T11:32:57.887837Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44348/?format=api",
                    "id": 44348,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/551a4c97-cb42-4053-a88e-2283033c0e01/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8798e198-4ede-4203-bf83-9bb8563cae8a/?format=api"
                    ],
                    "code": "40FL0098001",
                    "last_modified": "2024-07-05T18:36:36.316054Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2656/?format=api",
                    "top_level": 14.85,
                    "filter_top_level": 10.74,
                    "filter_bottom_level": 9.74,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0437",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.24,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2657/?format=api",
            "id": 2657,
            "code": "40FL0100",
            "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.281787194305334,
                    51.93083302615069,
                    0.0
                ]
            },
            "last_modified": "2024-09-23T13:02:11.788670Z",
            "created": "2015-08-12T11:32:57.896392Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44349/?format=api",
                    "id": 44349,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/290551a6-5e99-42ff-b8a5-c2d008ec4f73/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f1d18b1d-e1e1-4b98-b887-661832a7118b/?format=api"
                    ],
                    "code": "40FL0100001",
                    "last_modified": "2024-07-05T18:36:37.680852Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2657/?format=api",
                    "top_level": 13.94,
                    "filter_top_level": 9.45,
                    "filter_bottom_level": 8.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0438",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.26,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2658/?format=api",
            "id": 2658,
            "code": "40FL0102",
            "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.26947896695317,
                    51.92545177789972,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:36:38.319962Z",
            "created": "2015-08-12T11:32:57.905138Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44350/?format=api",
                    "id": 44350,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ef26ae1-e088-41bf-a45c-0ce4031f4781/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8fe7d0f6-3895-4242-8fc2-4356c04204c5/?format=api"
                    ],
                    "code": "40FL0102001",
                    "last_modified": "2024-07-05T18:36:38.782848Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2658/?format=api",
                    "top_level": 15.11,
                    "filter_top_level": 10.18,
                    "filter_bottom_level": 9.18,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0439",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 14.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2659/?format=api",
            "id": 2659,
            "code": "40FL0237",
            "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.224546883323015,
                    51.94636248028853,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:36:39.306811Z",
            "created": "2015-08-12T11:32:57.913668Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44351/?format=api",
                    "id": 44351,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ee79090d-d4e3-41a8-b094-b50e90946ed3/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8c8d660d-8284-495d-8247-dfe44ff05e57/?format=api"
                    ],
                    "code": "40FL0237001",
                    "last_modified": "2024-07-05T18:36:39.837529Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2659/?format=api",
                    "top_level": 13.95,
                    "filter_top_level": 11.3,
                    "filter_bottom_level": 10.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0445",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2660/?format=api",
            "id": 2660,
            "code": "40FP0095",
            "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.248681332495806,
                    51.93903669914157,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T14:36:02.967068Z",
            "created": "2015-08-12T11:32:57.925352Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44352/?format=api",
                    "id": 44352,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/728bd5be-4d75-48e6-855f-a2d6d1316aa8/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bbb8276d-7263-45d9-8547-46fb9acdd325/?format=api"
                    ],
                    "code": "40FP0095001",
                    "last_modified": "2024-07-05T18:37:23.192546Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2660/?format=api",
                    "top_level": 14.5,
                    "filter_top_level": 9.76,
                    "filter_bottom_level": 8.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0330",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.93,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2661/?format=api",
            "id": 2661,
            "code": "40FP0096",
            "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.22247061083794,
                    51.93248980489516,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:37:23.831856Z",
            "created": "2015-08-12T11:32:57.934102Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44353/?format=api",
                    "id": 44353,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/07346cbd-209b-4894-b173-04fe3eeca39d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/37bedeaa-50c8-4fee-bb02-bc454b09aedc/?format=api"
                    ],
                    "code": "40FP0096001",
                    "last_modified": "2024-07-05T18:37:24.309246Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2661/?format=api",
                    "top_level": 15.9,
                    "filter_top_level": 0.04,
                    "filter_bottom_level": -2.96,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0331",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 16.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2662/?format=api",
            "id": 2662,
            "code": "40FP0097",
            "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.244244355520268,
                    51.92824372476292,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T14:36:05.935101Z",
            "created": "2015-08-12T11:32:57.948567Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44354/?format=api",
                    "id": 44354,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/df6d108e-38e0-4782-ab47-d27c302b64ac/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0bc27ebc-d1b2-47ce-aef7-b700d5113dcc/?format=api"
                    ],
                    "code": "40FP0097001",
                    "last_modified": "2024-07-05T18:37:25.475825Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2662/?format=api",
                    "top_level": 20.36,
                    "filter_top_level": 3.62,
                    "filter_bottom_level": 0.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0332",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.71,
            "top_level": null,
            "bottom_level": null
        }
    ]
}