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=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2738/?format=api",
            "id": 2738,
            "code": "40HP3018",
            "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.255440399820891,
                    51.89292526435394,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:24.334313Z",
            "created": "2015-08-12T11:32:58.499200Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44451/?format=api",
                    "id": 44451,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ffa0fe83-98b2-468f-aea1-60ecdbacf2d8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/43684271-64e2-4da3-ac3a-0050a4826a03/?format=api"
                    ],
                    "code": "40HP3018001",
                    "last_modified": "2024-07-05T18:41:24.833409Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2738/?format=api",
                    "top_level": 45.43,
                    "filter_top_level": -1.82,
                    "filter_bottom_level": -2.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3018",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 45.18,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2739/?format=api",
            "id": 2739,
            "code": "40HP3019",
            "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.256091461565359,
                    51.89278561860206,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:25.334137Z",
            "created": "2015-08-12T11:32:58.505120Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44452/?format=api",
                    "id": 44452,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/016472db-5c69-41a0-abd2-71634bcceaca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5b9b04c1-6b4a-4daa-8714-d58b38205a86/?format=api"
                    ],
                    "code": "40HP3019001",
                    "last_modified": "2024-07-05T18:41:25.857228Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2739/?format=api",
                    "top_level": 41.15,
                    "filter_top_level": -2.95,
                    "filter_bottom_level": -3.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3019",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 41.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2740/?format=api",
            "id": 2740,
            "code": "40HP3020",
            "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.259290641930368,
                    51.89294168174042,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:26.446911Z",
            "created": "2015-08-12T11:32:58.510662Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44453/?format=api",
                    "id": 44453,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1dc5ac08-2841-4b4e-b2a7-4f59c38421b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/084ff785-60b1-4d49-ada9-117135d0ee71/?format=api"
                    ],
                    "code": "40HP3020001",
                    "last_modified": "2024-07-05T18:41:26.918807Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2740/?format=api",
                    "top_level": 24.9,
                    "filter_top_level": 10.76,
                    "filter_bottom_level": 9.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3020",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 24.76,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2741/?format=api",
            "id": 2741,
            "code": "40HP3021",
            "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.264026463385208,
                    51.89367046376053,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:27.342145Z",
            "created": "2015-08-12T11:32:58.516340Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44454/?format=api",
                    "id": 44454,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dbf6f6ca-35d3-4422-97f3-ae912408de88/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/667be3ba-0943-4379-9130-ee6bdf992db1/?format=api"
                    ],
                    "code": "40HP3021001",
                    "last_modified": "2024-07-05T18:41:27.798473Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2741/?format=api",
                    "top_level": 16.93,
                    "filter_top_level": 8.91,
                    "filter_bottom_level": 7.91,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3021",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 16.91,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2742/?format=api",
            "id": 2742,
            "code": "40HP3022",
            "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.269263807041068,
                    51.89403574054727,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:28.318077Z",
            "created": "2015-08-12T11:32:58.522097Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44455/?format=api",
                    "id": 44455,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fbb6ea75-c780-4f4a-9320-7eb4ee10cb54/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5f9e12f-df55-454c-b80c-e0c97bea983e/?format=api"
                    ],
                    "code": "40HP3022001",
                    "last_modified": "2024-07-05T18:41:28.803066Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2742/?format=api",
                    "top_level": 16.21,
                    "filter_top_level": 11.09,
                    "filter_bottom_level": 10.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3022",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 16.09,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2743/?format=api",
            "id": 2743,
            "code": "40HP9002",
            "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.263667620050607,
                    51.90966273792034,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:24:03.596834Z",
            "created": "2015-08-12T11:32:58.527809Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44456/?format=api",
                    "id": 44456,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a093bc63-0926-45c1-a7fb-1ccb29a87848/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/da5e972e-99d1-4177-a677-591c85dc2a0b/?format=api"
                    ],
                    "code": "40HP9002001",
                    "last_modified": "2024-07-05T18:41:30.015572Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2743/?format=api",
                    "top_level": 18.22,
                    "filter_top_level": 12.48,
                    "filter_bottom_level": 11.48,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0160",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.56,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2744/?format=api",
            "id": 2744,
            "code": "40HP9003",
            "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.255235664889735,
                    51.90865703525335,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:30.612893Z",
            "created": "2015-08-12T11:32:58.533546Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44457/?format=api",
                    "id": 44457,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/159ed8fa-e3c8-4e14-9327-1298d6311221/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9995c044-9bc8-43e3-9285-8520325bcba8/?format=api"
                    ],
                    "code": "40HP9003001",
                    "last_modified": "2024-07-05T18:41:31.070150Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2744/?format=api",
                    "top_level": 21.11,
                    "filter_top_level": 11.5,
                    "filter_bottom_level": 10.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0161",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 20.46,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2745/?format=api",
            "id": 2745,
            "code": "40HP9004",
            "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.226722321060741,
                    51.88534561174168,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:24:06.671735Z",
            "created": "2015-08-12T11:32:58.539281Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44458/?format=api",
                    "id": 44458,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/62f76e10-7c08-4fba-a833-c009a067de91/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/abacd5ac-2e53-497f-9dc2-6ddb0aca6597/?format=api"
                    ],
                    "code": "40HP9004001",
                    "last_modified": "2024-07-05T18:41:32.223337Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2745/?format=api",
                    "top_level": 21.49,
                    "filter_top_level": 11.9,
                    "filter_bottom_level": 10.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0162",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 20.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2746/?format=api",
            "id": 2746,
            "code": "40HP9005",
            "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.243145240377156,
                    51.9125299897974,
                    0.0
                ]
            },
            "last_modified": "2024-11-27T14:50:29.936234Z",
            "created": "2015-08-12T11:32:58.545162Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44459/?format=api",
                    "id": 44459,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3be5e7d9-dd73-4234-85fc-bce99cd1526a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f5ac74b-d7c0-4107-b8ad-707ad38ace09/?format=api"
                    ],
                    "code": "40HP9005001",
                    "last_modified": "2024-07-05T18:41:33.362902Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2746/?format=api",
                    "top_level": 40.08,
                    "filter_top_level": 36.01,
                    "filter_bottom_level": 33.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0163",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2747/?format=api",
            "id": 2747,
            "code": "40HS0015",
            "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.19742860755382,
                    51.9025082309375,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:33.854238Z",
            "created": "2015-08-12T11:32:58.550970Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44460/?format=api",
                    "id": 44460,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8542648b-0b99-40c6-971f-a69a6ca024aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e029873e-ec8f-4077-a60b-f829df7375ab/?format=api"
                    ],
                    "code": "40HS0015001",
                    "last_modified": "2024-07-05T18:41:34.377724Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2747/?format=api",
                    "top_level": null,
                    "filter_top_level": 22.22,
                    "filter_bottom_level": 22.21,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HS0015",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 22.22,
            "top_level": null,
            "bottom_level": null
        }
    ]
}