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=1255
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1256",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1254",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94200/?format=api",
            "id": 94200,
            "code": "06DM014",
            "organisation": {
                "url": "https://demo.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.014260521066894,
                    53.20725563445254,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.336701Z",
            "created": "2024-08-27T13:38:57.495122Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123705/?format=api",
                    "id": 123705,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ee51b2c8-3da9-4c69-b1e4-6fe2f59a0437/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/22f66dcf-e90f-406e-af40-c72e3cb56568/?format=api"
                    ],
                    "code": "06DM014001",
                    "last_modified": "2024-08-27T13:38:58.684314Z",
                    "created": "2024-08-27T13:38:58.684327Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94200/?format=api",
                    "top_level": 3.01,
                    "filter_top_level": -1.23,
                    "filter_bottom_level": -2.23,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "06DM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.27,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94201/?format=api",
            "id": 94201,
            "code": "11DM056",
            "organisation": {
                "url": "https://demo.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": [
                    5.982411181869461,
                    52.99623646806127,
                    0.0
                ]
            },
            "last_modified": "2024-12-12T11:09:35.369544Z",
            "created": "2024-08-27T13:38:59.261777Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123706/?format=api",
                    "id": 123706,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d27d86e5-f22c-49e6-a1f8-636572b48323/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/702d7c5b-4e12-4438-affa-f104642cf230/?format=api"
                    ],
                    "code": "11DM056001",
                    "last_modified": "2024-08-27T13:39:00.486111Z",
                    "created": "2024-08-27T13:39:00.486132Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94201/?format=api",
                    "top_level": -0.32,
                    "filter_top_level": -3.0,
                    "filter_bottom_level": -4.0,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "11DM056",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94202/?format=api",
            "id": 94202,
            "code": "21HM006",
            "organisation": {
                "url": "https://demo.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.217196919341919,
                    52.52049700072639,
                    0.0
                ]
            },
            "last_modified": "2025-02-07T13:45:04.114398Z",
            "created": "2024-08-27T13:39:14.773536Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123709/?format=api",
                    "id": 123709,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c64ebc95-d985-4368-bcc9-d2bd197bfcb8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/33971f39-bd41-468e-bf46-aa35ccaf2340/?format=api"
                    ],
                    "code": "21HM006001",
                    "last_modified": "2024-08-27T13:39:15.944941Z",
                    "created": "2024-08-27T13:39:15.944955Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94202/?format=api",
                    "top_level": 1.61,
                    "filter_top_level": -4.33,
                    "filter_bottom_level": -6.33,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123710/?format=api",
                    "id": 123710,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7e13d9ce-2226-4399-b7ff-f57fbf449e00/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8b752cd-e0c0-46d0-b6d6-a4dce3c7209e/?format=api"
                    ],
                    "code": "21HM006002",
                    "last_modified": "2024-08-27T13:39:17.400105Z",
                    "created": "2024-08-27T13:39:17.400130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94202/?format=api",
                    "top_level": 1.58,
                    "filter_top_level": -24.33,
                    "filter_bottom_level": -26.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "21HM006",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.67,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94203/?format=api",
            "id": 94203,
            "code": "21HM007",
            "organisation": {
                "url": "https://demo.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.217447987215634,
                    52.52475810461112,
                    0.0
                ]
            },
            "last_modified": "2025-02-07T13:45:06.117252Z",
            "created": "2024-08-27T13:39:17.993307Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123711/?format=api",
                    "id": 123711,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ce26db96-7f70-45a3-8b42-cf7740e71b7c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f312579e-7ae4-4622-bc15-eeac5fcda1ef/?format=api"
                    ],
                    "code": "21HM007001",
                    "last_modified": "2024-08-27T13:39:19.234803Z",
                    "created": "2024-08-27T13:39:19.234817Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94203/?format=api",
                    "top_level": 2.34,
                    "filter_top_level": -2.36,
                    "filter_bottom_level": -4.36,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "21HM007",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.62,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94204/?format=api",
            "id": 94204,
            "code": "21HM008",
            "organisation": {
                "url": "https://demo.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.213883386926376,
                    52.51381801418223,
                    0.0
                ]
            },
            "last_modified": "2025-02-07T13:45:07.996987Z",
            "created": "2024-08-27T13:39:19.812313Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123712/?format=api",
                    "id": 123712,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/15bf526e-159e-4c47-b53d-7caaac094216/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/786a72ba-7dea-4a87-98b6-87bbf8e4d397/?format=api"
                    ],
                    "code": "21HM008001",
                    "last_modified": "2024-08-27T13:39:21.046832Z",
                    "created": "2024-08-27T13:39:21.046866Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94204/?format=api",
                    "top_level": 2.4,
                    "filter_top_level": -2.5,
                    "filter_bottom_level": -4.5,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "21HM008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94205/?format=api",
            "id": 94205,
            "code": "26HM008",
            "organisation": {
                "url": "https://demo.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": [
                    5.647398429362322,
                    52.33214583433313,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.883297Z",
            "created": "2024-08-27T13:39:32.986321Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123713/?format=api",
                    "id": 123713,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d369bd72-3462-4fb6-94f8-2dce93efa626/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e66c3318-1ce9-4ed8-ba0f-50530b551cc1/?format=api"
                    ],
                    "code": "26HM008001",
                    "last_modified": "2024-08-27T13:39:34.200635Z",
                    "created": "2024-08-27T13:39:34.200650Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94205/?format=api",
                    "top_level": 9.82,
                    "filter_top_level": 3.11,
                    "filter_bottom_level": -0.89,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "26HM008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.113,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94206/?format=api",
            "id": 94206,
            "code": "26HM009",
            "organisation": {
                "url": "https://demo.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": [
                    5.664057477992173,
                    52.33195583331287,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:52.945768Z",
            "created": "2024-08-27T13:39:34.776245Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123714/?format=api",
                    "id": 123714,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/72261db1-06c0-4447-8e54-d52b3015428a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bf27ddfe-74c7-4671-a1d1-e4dd61ac14a0/?format=api"
                    ],
                    "code": "26HM009001",
                    "last_modified": "2024-08-27T13:39:36.013580Z",
                    "created": "2024-08-27T13:39:36.013594Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94206/?format=api",
                    "top_level": 8.2,
                    "filter_top_level": -3.46,
                    "filter_bottom_level": -8.46,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "26HM009",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.54,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94207/?format=api",
            "id": 94207,
            "code": "27BM013",
            "organisation": {
                "url": "https://demo.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.002981867772686,
                    52.45578786185033,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.024241Z",
            "created": "2024-08-27T13:39:38.307757Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123716/?format=api",
                    "id": 123716,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f79fc696-6f25-46cf-97da-7ccdc58bec9f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f262ee4f-5781-40ff-a212-24605037bbff/?format=api"
                    ],
                    "code": "27BM013001",
                    "last_modified": "2024-08-27T13:39:39.493257Z",
                    "created": "2024-08-27T13:39:39.493272Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94207/?format=api",
                    "top_level": 9.78,
                    "filter_top_level": -1.28,
                    "filter_bottom_level": -6.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "27BM013",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.22,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94208/?format=api",
            "id": 94208,
            "code": "27BM014",
            "organisation": {
                "url": "https://demo.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.006090985916463,
                    52.44961692594659,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.098109Z",
            "created": "2024-08-27T13:39:40.028971Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123717/?format=api",
                    "id": 123717,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/808e1a03-99fa-46d1-8af9-25f4a6120d47/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f32fede4-2db8-455f-88ab-1ce64611409c/?format=api"
                    ],
                    "code": "27BM014001",
                    "last_modified": "2024-08-27T13:39:41.221176Z",
                    "created": "2024-08-27T13:39:41.221188Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94208/?format=api",
                    "top_level": 23.1,
                    "filter_top_level": -0.35,
                    "filter_bottom_level": -5.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "27BM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 22.35,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94209/?format=api",
            "id": 94209,
            "code": "27CM001",
            "organisation": {
                "url": "https://demo.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": [
                    5.780469132098082,
                    52.37168048780705,
                    0.0
                ]
            },
            "last_modified": "2024-12-09T09:36:08.946467Z",
            "created": "2024-08-27T13:39:41.798719Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123718/?format=api",
                    "id": 123718,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1c4c05d8-68cf-4dc1-95ff-8c2848851740/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5dc644b-f262-4887-9dd5-7e68c9d241cb/?format=api"
                    ],
                    "code": "27CM001001",
                    "last_modified": "2024-08-27T13:39:43.028869Z",
                    "created": "2024-08-27T13:39:43.028880Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94209/?format=api",
                    "top_level": 9.32,
                    "filter_top_level": 5.17,
                    "filter_bottom_level": 4.17,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "27CM001",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.72,
            "top_level": null,
            "bottom_level": null
        }
    ]
}