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=1258
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=1259",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1257",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94230/?format=api",
            "id": 94230,
            "code": "28DM036",
            "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.560419343671209,
                    52.34484721140666,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.697513Z",
            "created": "2024-08-27T13:40:33.383119Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123739/?format=api",
                    "id": 123739,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4e3d0201-03c4-4cda-8be2-1b61cdf9834c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e62a15ef-3cb9-4712-b186-614c05b56bfa/?format=api"
                    ],
                    "code": "28DM036001",
                    "last_modified": "2024-08-27T13:40:34.608817Z",
                    "created": "2024-08-27T13:40:34.608828Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94230/?format=api",
                    "top_level": 11.45,
                    "filter_top_level": 8.72,
                    "filter_bottom_level": 7.72,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM036",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.72,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94231/?format=api",
            "id": 94231,
            "code": "28DM037",
            "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.55418163617695,
                    52.35706215420856,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.756423Z",
            "created": "2024-08-27T13:40:35.234877Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123740/?format=api",
                    "id": 123740,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/150333f9-cc5c-45ac-87f4-726363763c38/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/358cd586-3125-43bb-a203-b5111d14082b/?format=api"
                    ],
                    "code": "28DM037001",
                    "last_modified": "2024-08-27T13:40:36.436915Z",
                    "created": "2024-08-27T13:40:36.436927Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94231/?format=api",
                    "top_level": 11.92,
                    "filter_top_level": 6.38,
                    "filter_bottom_level": 5.38,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM037",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.28,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94232/?format=api",
            "id": 94232,
            "code": "28HM002",
            "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.915552039159112,
                    52.32398326475095,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.817046Z",
            "created": "2024-08-27T13:40:37.044611Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123741/?format=api",
                    "id": 123741,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a92b8687-d584-4a33-97ae-92a237a84c1e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dac71ab1-6785-4486-bdf2-094c77e44282/?format=api"
                    ],
                    "code": "28HM002001",
                    "last_modified": "2024-08-27T13:40:38.286274Z",
                    "created": "2024-08-27T13:40:38.286287Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94232/?format=api",
                    "top_level": 32.02,
                    "filter_top_level": 28.43,
                    "filter_bottom_level": 23.43,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28HM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 31.328,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94233/?format=api",
            "id": 94233,
            "code": "28HM003",
            "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.901707127588169,
                    52.32266581075812,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.634477Z",
            "created": "2024-08-27T13:40:38.874217Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123742/?format=api",
                    "id": 123742,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/68db832a-e8fc-4327-ac8a-467e7c5e17c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b69cef94-a23a-4605-bf13-6923eb4f61a3/?format=api"
                    ],
                    "code": "28HM003001",
                    "last_modified": "2024-08-27T13:40:40.115615Z",
                    "created": "2024-08-27T13:40:40.115630Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94233/?format=api",
                    "top_level": 29.22,
                    "filter_top_level": 26.04,
                    "filter_bottom_level": 22.04,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28HM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 28.244,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94234/?format=api",
            "id": 94234,
            "code": "32FM010",
            "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.634126015274172,
                    52.23252676122406,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.027374Z",
            "created": "2024-08-27T13:40:53.639604Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123743/?format=api",
                    "id": 123743,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e5bcf22a-6952-46b6-8033-40b97dbefcf4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e945e96a-ab76-45a7-b6e4-0d1e76ef8524/?format=api"
                    ],
                    "code": "32FM010001",
                    "last_modified": "2024-08-27T13:40:55.110777Z",
                    "created": "2024-08-27T13:40:55.110792Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94234/?format=api",
                    "top_level": 23.16,
                    "filter_top_level": 12.46,
                    "filter_bottom_level": 11.46,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32FM010",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 22.46,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94235/?format=api",
            "id": 94235,
            "code": "32FM011",
            "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.621253888194177,
                    52.23402160212633,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.972709Z",
            "created": "2024-08-27T13:40:55.694849Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123744/?format=api",
                    "id": 123744,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5af149c6-f9ea-4fca-8c0c-c5297fcf038d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/272030ca-8639-4a1e-8bbf-60f8ff4ca331/?format=api"
                    ],
                    "code": "32FM011001",
                    "last_modified": "2024-08-27T13:40:56.965860Z",
                    "created": "2024-08-27T13:40:56.965873Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94235/?format=api",
                    "top_level": 19.7,
                    "filter_top_level": 10.91,
                    "filter_bottom_level": 5.91,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32FM011",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.11,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94236/?format=api",
            "id": 94236,
            "code": "32FM012",
            "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.626018030267929,
                    52.24125625001724,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.888382Z",
            "created": "2024-08-27T13:40:57.534091Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123745/?format=api",
                    "id": 123745,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bd48df69-de9b-49c8-b522-d251c1004814/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/114a6958-b062-4ce7-9718-1c07eeac047f/?format=api"
                    ],
                    "code": "32FM012001",
                    "last_modified": "2024-08-27T13:40:58.718887Z",
                    "created": "2024-08-27T13:40:58.718899Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94236/?format=api",
                    "top_level": 22.35,
                    "filter_top_level": 8.11,
                    "filter_bottom_level": 7.11,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32FM012",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 21.71,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94237/?format=api",
            "id": 94237,
            "code": "33BM003",
            "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.932886771087839,
                    52.2192444292597,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.249804Z",
            "created": "2024-08-27T13:40:59.348706Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123746/?format=api",
                    "id": 123746,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/50f60eba-9c64-4146-9fb8-ac89f511122f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/300753a6-255b-4f36-b782-e690db5430e1/?format=api"
                    ],
                    "code": "33BM003001",
                    "last_modified": "2024-08-27T13:41:00.666319Z",
                    "created": "2024-08-27T13:41:00.666331Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94237/?format=api",
                    "top_level": 31.61,
                    "filter_top_level": 17.37,
                    "filter_bottom_level": 12.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "33BM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 30.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94238/?format=api",
            "id": 94238,
            "code": "33BM005",
            "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.919429468603448,
                    52.21667418691439,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.097471Z",
            "created": "2024-08-27T13:41:01.214006Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123747/?format=api",
                    "id": 123747,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/62a38939-3e78-46d7-be30-764417f854a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79464343-94e6-4fc0-b1c8-0f49ebc25540/?format=api"
                    ],
                    "code": "33BM005001",
                    "last_modified": "2024-08-27T13:41:02.383280Z",
                    "created": "2024-08-27T13:41:02.383293Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94238/?format=api",
                    "top_level": 36.87,
                    "filter_top_level": 21.27,
                    "filter_bottom_level": 16.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "33BM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 36.27,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94239/?format=api",
            "id": 94239,
            "code": "33CM005",
            "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.875488616975393,
                    52.1179407595186,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.181507Z",
            "created": "2024-08-27T13:41:02.957109Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123748/?format=api",
                    "id": 123748,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6e59b8be-1ad1-4ea9-9fd6-a47587213ad8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dcf38ad8-2d79-4047-88ed-4e836629374d/?format=api"
                    ],
                    "code": "33CM005001",
                    "last_modified": "2024-08-27T13:41:04.150134Z",
                    "created": "2024-08-27T13:41:04.150147Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94239/?format=api",
                    "top_level": 51.55,
                    "filter_top_level": 30.95,
                    "filter_bottom_level": 25.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "33CM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 50.95,
            "top_level": null,
            "bottom_level": null
        }
    ]
}