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=18
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=19",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2708/?format=api",
            "id": 2708,
            "code": "40HP0020",
            "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.27424064553391,
                    51.88487467558391,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:44.754349Z",
            "created": "2015-08-12T11:32:58.324309Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44413/?format=api",
                    "id": 44413,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bcabedf9-8824-4511-a188-6c444d667865/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ade75861-b48d-42f3-841d-d8ca04d66f8a/?format=api"
                    ],
                    "code": "40HP0020001",
                    "last_modified": "2024-07-05T18:40:45.217271Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2708/?format=api",
                    "top_level": 14.2,
                    "filter_top_level": 7.25,
                    "filter_bottom_level": 6.25,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP0020",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.09,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2709/?format=api",
            "id": 2709,
            "code": "40HP0021",
            "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.312706695722123,
                    51.88358905140104,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:45.749259Z",
            "created": "2015-08-12T11:32:58.329940Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44414/?format=api",
                    "id": 44414,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c40b413c-2d60-4678-ac3e-984310c318c0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/be05c9c8-abe9-48d1-b9cd-12cd404c78e5/?format=api"
                    ],
                    "code": "40HP0021001",
                    "last_modified": "2024-07-05T18:40:46.234353Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2709/?format=api",
                    "top_level": 13.98,
                    "filter_top_level": 6.93,
                    "filter_bottom_level": 5.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0154",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.01,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2710/?format=api",
            "id": 2710,
            "code": "40HP0022",
            "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.197307120579136,
                    51.89576757153871,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:46.874560Z",
            "created": "2015-08-12T11:32:58.335853Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44415/?format=api",
                    "id": 44415,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/30c24c47-fcc5-4298-a41f-f553bbc7bff2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d661819-5bdf-455d-a74d-86e999dfd689/?format=api"
                    ],
                    "code": "40HP0022001",
                    "last_modified": "2024-07-05T18:40:47.331750Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2710/?format=api",
                    "top_level": 31.46,
                    "filter_top_level": 14.86,
                    "filter_bottom_level": 13.86,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0155",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 31.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2711/?format=api",
            "id": 2711,
            "code": "40HP0023",
            "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.266302072926427,
                    51.90974327783997,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:47.994627Z",
            "created": "2015-08-12T11:32:58.341457Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44416/?format=api",
                    "id": 44416,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/36025af9-f437-4851-85db-55635aba8393/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3f6f01a4-a5d5-459c-943d-85acef83c50e/?format=api"
                    ],
                    "code": "40HP0023001",
                    "last_modified": "2024-07-05T18:40:48.486719Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2711/?format=api",
                    "top_level": 15.03,
                    "filter_top_level": 10.09,
                    "filter_bottom_level": 9.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0023",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 15.08,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2712/?format=api",
            "id": 2712,
            "code": "40HP0024",
            "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:40:49.135164Z",
            "created": "2015-08-12T11:32:58.347066Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44417/?format=api",
                    "id": 44417,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/57a63b18-2ed4-4d52-b6c8-db1e0d10800f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9776136d-585a-409c-ad22-861f84a57b33/?format=api"
                    ],
                    "code": "40HP0024001",
                    "last_modified": "2024-07-05T18:40:49.691900Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2712/?format=api",
                    "top_level": 20.33,
                    "filter_top_level": 11.37,
                    "filter_bottom_level": 10.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0024",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 20.39,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2713/?format=api",
            "id": 2713,
            "code": "40HP0025",
            "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.248541051286599,
                    51.90816698889306,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:50.255533Z",
            "created": "2015-08-12T11:32:58.352599Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44418/?format=api",
                    "id": 44418,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1d251fb2-c6fe-47d2-b173-d7a4406aec73/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/354e23a6-12ae-4234-8cc5-cfc6fa01d398/?format=api"
                    ],
                    "code": "40HP0025001",
                    "last_modified": "2024-07-05T18:40:50.944605Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2713/?format=api",
                    "top_level": 25.88,
                    "filter_top_level": 12.29,
                    "filter_bottom_level": 11.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0025",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 26.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2714/?format=api",
            "id": 2714,
            "code": "40HP0026",
            "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.244879168981116,
                    51.90666570200428,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:31.065111Z",
            "created": "2015-08-12T11:32:58.358210Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44419/?format=api",
                    "id": 44419,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9bf1abce-69be-44f7-a281-c0dc1f1d7eae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d20c2fcc-4741-4250-a6fb-fc07cc5b8f50/?format=api"
                    ],
                    "code": "40HP0026001",
                    "last_modified": "2024-07-05T18:40:52.020876Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2714/?format=api",
                    "top_level": 31.35,
                    "filter_top_level": 13.5,
                    "filter_bottom_level": 12.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 30.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2715/?format=api",
            "id": 2715,
            "code": "40HP0027",
            "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.237303938582336,
                    51.90108485229875,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:52.753698Z",
            "created": "2015-08-12T11:32:58.363773Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44420/?format=api",
                    "id": 44420,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8eeed50b-cd5f-49e0-9963-d18b0315e0b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8e4bda45-91c7-4976-9f9d-e2a8d36eda37/?format=api"
                    ],
                    "code": "40HP0027001",
                    "last_modified": "2024-07-05T18:40:53.467982Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2715/?format=api",
                    "top_level": 30.12,
                    "filter_top_level": 12.76,
                    "filter_bottom_level": 11.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44421/?format=api",
                    "id": 44421,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/353b3150-95ad-43e1-8ea7-eb6dc4c3cbd5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab199c25-ebb0-41a7-b1c6-8099b40e6317/?format=api"
                    ],
                    "code": "40HP0027002",
                    "last_modified": "2024-07-05T18:40:53.900772Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2715/?format=api",
                    "top_level": 30.12,
                    "filter_top_level": 7.12,
                    "filter_bottom_level": 5.12,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0027",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 29.77,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2716/?format=api",
            "id": 2716,
            "code": "40HP0028",
            "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.253755580761331,
                    51.92121870481355,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:34.059993Z",
            "created": "2015-08-12T11:32:58.369626Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44422/?format=api",
                    "id": 44422,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7ca442b5-e936-4ae9-9a80-e9b5e47e7671/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/105f9c72-6cba-48b7-a538-3a31625a5d68/?format=api"
                    ],
                    "code": "40HP0028001",
                    "last_modified": "2024-07-05T18:40:55.047874Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2716/?format=api",
                    "top_level": 19.31,
                    "filter_top_level": 5.72,
                    "filter_bottom_level": 2.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0156",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2717/?format=api",
            "id": 2717,
            "code": "40HP0029",
            "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.257967164331458,
                    51.92211987666361,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:55.670803Z",
            "created": "2015-08-12T11:32:58.375396Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44423/?format=api",
                    "id": 44423,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ea53c535-9f9c-4f81-ada2-8864ec86c257/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5f482e7c-9169-499e-9113-13e1dd322a92/?format=api"
                    ],
                    "code": "40HP0029001",
                    "last_modified": "2024-07-05T18:40:56.148228Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2717/?format=api",
                    "top_level": 16.27,
                    "filter_top_level": -12.0,
                    "filter_bottom_level": -15.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0157",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        }
    ]
}