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=1257
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=1258",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1256",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94220/?format=api",
            "id": 94220,
            "code": "28CM002",
            "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.447278148993175,
                    52.28848798512085,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.063987Z",
            "created": "2024-08-27T13:40:12.456149Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123729/?format=api",
                    "id": 123729,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8b311a80-1646-4178-a387-0b9dc31e1675/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d049f837-918e-4d21-a97b-d91bb9952b4b/?format=api"
                    ],
                    "code": "28CM002001",
                    "last_modified": "2024-08-27T13:40:13.598409Z",
                    "created": "2024-08-27T13:40:13.598422Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94220/?format=api",
                    "top_level": 18.71,
                    "filter_top_level": 12.11,
                    "filter_bottom_level": 7.11,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28CM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.79,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94221/?format=api",
            "id": 94221,
            "code": "28CM003",
            "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.459501119768461,
                    52.28942108799104,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.135750Z",
            "created": "2024-08-27T13:40:14.172931Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123730/?format=api",
                    "id": 123730,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a62062b9-32a5-4f6d-8a77-1c8aa764143d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/892cf206-7ccb-4ac2-8a87-69f9969d222c/?format=api"
                    ],
                    "code": "28CM003001",
                    "last_modified": "2024-08-27T13:40:15.385952Z",
                    "created": "2024-08-27T13:40:15.385976Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94221/?format=api",
                    "top_level": 16.43,
                    "filter_top_level": 11.13,
                    "filter_bottom_level": 10.13,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28CM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94222/?format=api",
            "id": 94222,
            "code": "28CM004",
            "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.459721216040617,
                    52.28462018306306,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.650430Z",
            "created": "2024-08-27T13:40:15.954379Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123731/?format=api",
                    "id": 123731,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0ce2287c-29b8-4382-a80d-40ad88d0d1e0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c12e63a3-796c-46e1-a3bd-fcdad45ab83f/?format=api"
                    ],
                    "code": "28CM004001",
                    "last_modified": "2024-08-27T13:40:17.141977Z",
                    "created": "2024-08-27T13:40:17.141989Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94222/?format=api",
                    "top_level": 15.8,
                    "filter_top_level": 12.3,
                    "filter_bottom_level": 11.3,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28CM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.19,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94223/?format=api",
            "id": 94223,
            "code": "28CM005",
            "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.460594941945939,
                    52.29471521009199,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.960451Z",
            "created": "2024-08-27T13:40:17.724417Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123732/?format=api",
                    "id": 123732,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d60317c6-4a87-4643-82f1-954b25b184a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d698a61f-ef66-4d43-983d-fed68aa50dce/?format=api"
                    ],
                    "code": "28CM005001",
                    "last_modified": "2024-08-27T13:40:18.909708Z",
                    "created": "2024-08-27T13:40:18.909719Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94223/?format=api",
                    "top_level": 15.67,
                    "filter_top_level": 11.17,
                    "filter_bottom_level": 6.17,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28CM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.91,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94224/?format=api",
            "id": 94224,
            "code": "28DM010",
            "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.546205585093477,
                    52.35076751207293,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.284463Z",
            "created": "2024-08-27T13:40:22.013548Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123733/?format=api",
                    "id": 123733,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/040c60d5-21f4-4270-8a74-32419a351cb8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0363b28c-cc96-47f8-bae3-bd5699c0fb27/?format=api"
                    ],
                    "code": "28DM010001",
                    "last_modified": "2024-08-27T13:40:23.332755Z",
                    "created": "2024-08-27T13:40:23.332767Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94224/?format=api",
                    "top_level": 10.69,
                    "filter_top_level": 7.18,
                    "filter_bottom_level": 6.18,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM010",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.98,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94225/?format=api",
            "id": 94225,
            "code": "28DM011",
            "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.562799608425149,
                    52.35469179904028,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.199687Z",
            "created": "2024-08-27T13:40:23.936941Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123734/?format=api",
                    "id": 123734,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fb0c771f-761a-4017-abf3-35f0ba860ebe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44385c60-d2f7-435c-941b-3e41bf656c42/?format=api"
                    ],
                    "code": "28DM011001",
                    "last_modified": "2024-08-27T13:40:25.293970Z",
                    "created": "2024-08-27T13:40:25.293985Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94225/?format=api",
                    "top_level": 14.04,
                    "filter_top_level": 5.42,
                    "filter_bottom_level": 4.42,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM011",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.42,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94226/?format=api",
            "id": 94226,
            "code": "28DM013",
            "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.594503292433762,
                    52.36272459283835,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.409901Z",
            "created": "2024-08-27T13:40:25.905586Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123735/?format=api",
                    "id": 123735,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/63319725-d346-4323-bd33-262f3bf14289/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67aac7f5-cf5c-4b28-bffe-4c5931387ed8/?format=api"
                    ],
                    "code": "28DM013001",
                    "last_modified": "2024-08-27T13:40:27.167995Z",
                    "created": "2024-08-27T13:40:27.168007Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94226/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": 7.43,
                    "filter_bottom_level": 4.43,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM013",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.73,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94227/?format=api",
            "id": 94227,
            "code": "28DM014",
            "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.582603239563167,
                    52.35789763986593,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.508105Z",
            "created": "2024-08-27T13:40:27.788501Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123736/?format=api",
                    "id": 123736,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8d37b42e-d46e-4bc5-aae6-a3692ca217d7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/49a56bc6-bd1f-42d7-a31f-0c61cb23604e/?format=api"
                    ],
                    "code": "28DM014001",
                    "last_modified": "2024-08-27T13:40:29.047921Z",
                    "created": "2024-08-27T13:40:29.047934Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94227/?format=api",
                    "top_level": 11.97,
                    "filter_top_level": 6.11,
                    "filter_bottom_level": 1.11,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.31,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94228/?format=api",
            "id": 94228,
            "code": "28DM015",
            "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.549433841857045,
                    52.36343662952512,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.571009Z",
            "created": "2024-08-27T13:40:29.675836Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123737/?format=api",
                    "id": 123737,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a1ede17f-787b-4285-bb60-932947fc6cca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a09753a6-8d6c-4f86-997c-ae9bff394690/?format=api"
                    ],
                    "code": "28DM015001",
                    "last_modified": "2024-08-27T13:40:30.889280Z",
                    "created": "2024-08-27T13:40:30.889293Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94228/?format=api",
                    "top_level": 11.27,
                    "filter_top_level": 7.77,
                    "filter_bottom_level": 6.77,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM015",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.67,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94229/?format=api",
            "id": 94229,
            "code": "28DM017",
            "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.586474865980367,
                    52.36356666119992,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:54.340693Z",
            "created": "2024-08-27T13:40:31.504057Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123738/?format=api",
                    "id": 123738,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5218d221-8bff-443e-b56b-94cd7a95ad2f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f727a04c-0570-4d46-a860-69af7d679bf3/?format=api"
                    ],
                    "code": "28DM017001",
                    "last_modified": "2024-08-27T13:40:32.746112Z",
                    "created": "2024-08-27T13:40:32.746136Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94229/?format=api",
                    "top_level": 11.3,
                    "filter_top_level": 7.12,
                    "filter_bottom_level": 2.12,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM017",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.62,
            "top_level": null,
            "bottom_level": null
        }
    ]
}