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=1256
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=1257",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1255",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94210/?format=api",
            "id": 94210,
            "code": "28BM001",
            "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.556097996644888,
                    52.3939655998261,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.333836Z",
            "created": "2024-08-27T13:39:53.945995Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123719/?format=api",
                    "id": 123719,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/df6e00eb-15d5-4035-a7e0-4742be0cf853/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/510fb5e2-3026-4ab4-ac14-2270ca8bdfac/?format=api"
                    ],
                    "code": "28BM001001",
                    "last_modified": "2024-08-27T13:39:55.161829Z",
                    "created": "2024-08-27T13:39:55.161841Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94210/?format=api",
                    "top_level": 16.77,
                    "filter_top_level": 7.77,
                    "filter_bottom_level": 6.77,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM001",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 16.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94211/?format=api",
            "id": 94211,
            "code": "28BM002",
            "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.551756927137253,
                    52.38976786462611,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.400776Z",
            "created": "2024-08-27T13:39:55.718772Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123720/?format=api",
                    "id": 123720,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/477cc56a-560c-4a92-bcd9-ee9c83e31550/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/067f3aa7-4c53-47f3-ab59-4e2e8211c52b/?format=api"
                    ],
                    "code": "28BM002001",
                    "last_modified": "2024-08-27T13:39:57.002141Z",
                    "created": "2024-08-27T13:39:57.002155Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94211/?format=api",
                    "top_level": 10.98,
                    "filter_top_level": -2.8,
                    "filter_bottom_level": -3.8,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.23,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94212/?format=api",
            "id": 94212,
            "code": "28BM003",
            "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.547117588780482,
                    52.39390364705872,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.455776Z",
            "created": "2024-08-27T13:39:57.614491Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123721/?format=api",
                    "id": 123721,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/521f3871-c152-41a5-b989-4a4fa67638d5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cccbc466-6214-4bbe-998d-2865b3eceecd/?format=api"
                    ],
                    "code": "28BM003001",
                    "last_modified": "2024-08-27T13:39:59.017508Z",
                    "created": "2024-08-27T13:39:59.017522Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94212/?format=api",
                    "top_level": 10.79,
                    "filter_top_level": 7.44,
                    "filter_bottom_level": 6.44,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.12,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94213/?format=api",
            "id": 94213,
            "code": "28BM004",
            "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.575268267010474,
                    52.39463144091626,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.271791Z",
            "created": "2024-08-27T13:39:59.590837Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123722/?format=api",
                    "id": 123722,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/862fb98c-6174-49f7-bad5-7b6ccfe92e99/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5e926ec-763e-49b4-a46b-ce252f314bc3/?format=api"
                    ],
                    "code": "28BM004001",
                    "last_modified": "2024-08-27T13:40:00.878688Z",
                    "created": "2024-08-27T13:40:00.878699Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94213/?format=api",
                    "top_level": 11.32,
                    "filter_top_level": -3.6,
                    "filter_bottom_level": -4.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.65,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94214/?format=api",
            "id": 94214,
            "code": "28BM005",
            "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.554838691273078,
                    52.39913328801207,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.512154Z",
            "created": "2024-08-27T13:40:01.469926Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123723/?format=api",
                    "id": 123723,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e0486f3c-62e5-4926-86ff-ad2c65f14e9c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/447c9209-943b-4ed4-b190-8b27a20e12d2/?format=api"
                    ],
                    "code": "28BM005001",
                    "last_modified": "2024-08-27T13:40:02.922180Z",
                    "created": "2024-08-27T13:40:02.922193Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94214/?format=api",
                    "top_level": 16.15,
                    "filter_top_level": -8.0,
                    "filter_bottom_level": -9.0,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94215/?format=api",
            "id": 94215,
            "code": "28BM006",
            "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.559021180796409,
                    52.38428086869957,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.568145Z",
            "created": "2024-08-27T13:40:03.535671Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123724/?format=api",
                    "id": 123724,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/26ec9e82-8429-4031-b0ef-ecfe90f4d5ee/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/49fa6589-5e17-4f50-9498-63e52f242063/?format=api"
                    ],
                    "code": "28BM006001",
                    "last_modified": "2024-08-27T13:40:04.758654Z",
                    "created": "2024-08-27T13:40:04.758666Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94215/?format=api",
                    "top_level": 11.41,
                    "filter_top_level": 8.8,
                    "filter_bottom_level": 6.8,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM006",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94216/?format=api",
            "id": 94216,
            "code": "28BM077",
            "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.522210004972287,
                    52.47070182828577,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.771227Z",
            "created": "2024-08-27T13:40:05.342141Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123725/?format=api",
                    "id": 123725,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/87ce6d1b-1799-44b4-afd5-7545e3abe6b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/962a1801-effc-4479-a5a7-81533bc4a589/?format=api"
                    ],
                    "code": "28BM077001",
                    "last_modified": "2024-08-27T13:40:06.542467Z",
                    "created": "2024-08-27T13:40:06.542483Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94216/?format=api",
                    "top_level": 8.28,
                    "filter_top_level": 4.58,
                    "filter_bottom_level": 3.58,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM077",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.59,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94217/?format=api",
            "id": 94217,
            "code": "28BM078",
            "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.528683512647395,
                    52.46329533952868,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.900802Z",
            "created": "2024-08-27T13:40:07.114682Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123726/?format=api",
                    "id": 123726,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2a5c948b-2a70-45f1-b034-ae6ecb903557/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19e32d95-da0d-4ccb-8f89-3e71807c1aeb/?format=api"
                    ],
                    "code": "28BM078001",
                    "last_modified": "2024-08-27T13:40:08.310841Z",
                    "created": "2024-08-27T13:40:08.310855Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94217/?format=api",
                    "top_level": 9.07,
                    "filter_top_level": 4.47,
                    "filter_bottom_level": 0.87,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM078",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.48,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94218/?format=api",
            "id": 94218,
            "code": "28BM079",
            "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.560634562486777,
                    52.46494020255183,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.008973Z",
            "created": "2024-08-27T13:40:08.876884Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123727/?format=api",
                    "id": 123727,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c7608723-d458-48b0-a6b9-f83c90d35d99/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8a3b5f84-ee32-4759-a016-fb55adad0398/?format=api"
                    ],
                    "code": "28BM079001",
                    "last_modified": "2024-08-27T13:40:10.130590Z",
                    "created": "2024-08-27T13:40:10.130602Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94218/?format=api",
                    "top_level": 9.07,
                    "filter_top_level": 6.12,
                    "filter_bottom_level": 1.12,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM079",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.48,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94219/?format=api",
            "id": 94219,
            "code": "28BM080",
            "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.542734956439468,
                    52.48522935654668,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.839276Z",
            "created": "2024-08-27T13:40:10.693919Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123728/?format=api",
                    "id": 123728,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fc30d233-67d6-46d9-bbf8-ca39927458d4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/54c519a1-40bf-4766-bc07-82c302bcdf2b/?format=api"
                    ],
                    "code": "28BM080001",
                    "last_modified": "2024-08-27T13:40:11.883998Z",
                    "created": "2024-08-27T13:40:11.884014Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94219/?format=api",
                    "top_level": 7.58,
                    "filter_top_level": 4.38,
                    "filter_bottom_level": 3.38,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM080",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.91,
            "top_level": null,
            "bottom_level": null
        }
    ]
}