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/90035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
    "id": 90035,
    "code": "B50F1709",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/c152eb26-47d7-4444-956c-15da0dcf5464/?format=api",
        "uuid": "c152eb26-47d7-4444-956c-15da0dcf5464",
        "name": "Provincie Noord-Brabant"
    },
    "geometry": {
        "type": "Point",
        "coordinates": [
            5.066482014046758,
            51.51534685458655,
            0.0
        ]
    },
    "last_modified": "2025-02-26T19:12:56.350915Z",
    "created": "2022-09-23T18:35:19.704454Z",
    "image_url": "",
    "timeseries": [],
    "filters": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/123088/?format=api",
            "id": 123088,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/3b2a1f24-ac37-4635-9615-a43e69b7eb87/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f623cc15-8065-4c37-85df-265e26960ca3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc2a0949-3ed5-45e8-8407-2fdb8ef47126/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d046576-34d8-4313-abe6-aacd53eb846b/?format=api"
            ],
            "code": "B50F1709-002",
            "last_modified": "2025-02-11T17:40:04.616032Z",
            "created": "2022-09-23T18:35:23.123005Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
            "top_level": 15.172,
            "filter_top_level": -22.56,
            "filter_bottom_level": -24.56,
            "aquifer_confinement": "1",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123091/?format=api",
            "id": 123091,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2b8eb466-c84c-47c1-b04c-3027545fd8ba/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66ee4b1e-1b7e-46f9-a5c3-b7e361b4355c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ca5fef09-b38c-4bc8-a437-1a316415d44b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c1f59fd1-55fb-46a4-bcd3-1783f789d235/?format=api"
            ],
            "code": "B50F1709-005",
            "last_modified": "2025-02-11T17:40:06.269802Z",
            "created": "2022-09-23T18:35:33.355696Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
            "top_level": 15.158,
            "filter_top_level": -153.54,
            "filter_bottom_level": -155.54,
            "aquifer_confinement": "3",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123087/?format=api",
            "id": 123087,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dd81ba92-e3f4-466a-8838-43cbd1470eed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/658e0e78-bb98-4d9b-b267-eaa93b6eb2c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/11dd0f38-5a7c-48ff-9794-c3912e51d0e4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9decf5eb-c822-4a86-8fb1-901e0293c6fd/?format=api"
            ],
            "code": "B50F1709-001",
            "last_modified": "2025-02-11T17:40:04.014248Z",
            "created": "2022-09-23T18:35:19.914817Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
            "top_level": 15.17,
            "filter_top_level": 8.44,
            "filter_bottom_level": 6.44,
            "aquifer_confinement": "1",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123089/?format=api",
            "id": 123089,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/497f10da-b2f9-4121-aead-5ed13b05cbae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/529d5c05-602d-440a-a622-382530d300cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/07c08a64-d804-4538-97d7-8e017d3afe46/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6957167d-4b7c-46a4-8e64-8a1970cc26e2/?format=api"
            ],
            "code": "B50F1709-003",
            "last_modified": "2025-02-11T17:40:05.170394Z",
            "created": "2022-09-23T18:35:26.455912Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
            "top_level": 15.169,
            "filter_top_level": -50.06,
            "filter_bottom_level": -52.06,
            "aquifer_confinement": "2",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123090/?format=api",
            "id": 123090,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f83b4494-544c-4e35-8cad-90633314d00e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b680bd27-f2c5-45ef-918d-ba931c9383dd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5b5b3cd2-c723-484b-bd7f-894752a252a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4676040a-dd80-4f9f-acd9-e7b0113c9a3b/?format=api"
            ],
            "code": "B50F1709-004",
            "last_modified": "2025-02-11T17:40:05.703167Z",
            "created": "2022-09-23T18:35:29.752184Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90035/?format=api",
            "top_level": 15.17,
            "filter_top_level": -76.56,
            "filter_bottom_level": -78.56,
            "aquifer_confinement": "2",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ],
    "name": "B50F1709",
    "station_type": "base",
    "status": "active",
    "scale": "region",
    "surface_level": 14.436,
    "top_level": null,
    "bottom_level": null
}