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=1259
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=1260",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1258",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94240/?format=api",
            "id": 94240,
            "code": "39CM003",
            "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.2403278194565,
                    51.83252166867251,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.509721Z",
            "created": "2024-08-27T13:41:32.505272Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123749/?format=api",
                    "id": 123749,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b791196b-423f-48c6-a023-89da135cec7f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a641cc00-ad81-45ba-a683-32c77403e0d7/?format=api"
                    ],
                    "code": "39CM003001",
                    "last_modified": "2024-08-27T13:41:33.626017Z",
                    "created": "2024-08-27T13:41:33.626029Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94240/?format=api",
                    "top_level": 3.39,
                    "filter_top_level": 0.71,
                    "filter_bottom_level": -1.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39CM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.71,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94241/?format=api",
            "id": 94241,
            "code": "39CM004",
            "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.246305891073889,
                    51.83345811615422,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:53.705510Z",
            "created": "2024-08-27T13:41:34.185004Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123750/?format=api",
                    "id": 123750,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e57066d4-547c-42c0-90a1-f41f6bfc827c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f34a9339-eb9d-46d8-a356-4145c330ecb8/?format=api"
                    ],
                    "code": "39CM004001",
                    "last_modified": "2024-08-27T13:41:35.615891Z",
                    "created": "2024-08-27T13:41:35.615907Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94241/?format=api",
                    "top_level": 3.73,
                    "filter_top_level": 1.47,
                    "filter_bottom_level": 0.47,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39CM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94242/?format=api",
            "id": 94242,
            "code": "39CM005",
            "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.226859853188129,
                    51.838821351422,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.586236Z",
            "created": "2024-08-27T13:41:36.222909Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123751/?format=api",
                    "id": 123751,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b843a2a3-aed7-49fb-9d52-217ec588a9bf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d9a58ad0-99ab-4c61-86dc-37d6b8ccdcdb/?format=api"
                    ],
                    "code": "39CM005001",
                    "last_modified": "2024-08-27T13:41:37.468359Z",
                    "created": "2024-08-27T13:41:37.468382Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94242/?format=api",
                    "top_level": 2.73,
                    "filter_top_level": -0.07,
                    "filter_bottom_level": -2.07,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39CM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.13,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94243/?format=api",
            "id": 94243,
            "code": "39CM006",
            "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.223176503615488,
                    51.84620559434434,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.645043Z",
            "created": "2024-08-27T13:41:38.053845Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123752/?format=api",
                    "id": 123752,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0ada8b9a-cbd0-464f-b33a-6e2d6a4b0c1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0bb63b58-ab9b-4133-b7dd-808acb516c66/?format=api"
                    ],
                    "code": "39CM006001",
                    "last_modified": "2024-08-27T13:41:39.445580Z",
                    "created": "2024-08-27T13:41:39.445593Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94243/?format=api",
                    "top_level": 2.75,
                    "filter_top_level": -0.53,
                    "filter_bottom_level": -2.53,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39CM006",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94244/?format=api",
            "id": 94244,
            "code": "39CM007",
            "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.241780615028572,
                    51.84571020293259,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.774187Z",
            "created": "2024-08-27T13:41:40.061121Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123753/?format=api",
                    "id": 123753,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2edc252b-9cac-4f15-a667-cd2272d29500/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8ef07387-201c-4a90-845b-11cbc0cc5ea4/?format=api"
                    ],
                    "code": "39CM007001",
                    "last_modified": "2024-08-27T13:41:41.264406Z",
                    "created": "2024-08-27T13:41:41.264419Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94244/?format=api",
                    "top_level": 2.64,
                    "filter_top_level": -0.01,
                    "filter_bottom_level": -2.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39CM007",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.99,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94245/?format=api",
            "id": 94245,
            "code": "39CM008",
            "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.223277625137259,
                    51.83575748913081,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.349471Z",
            "created": "2024-08-27T13:41:41.846649Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123754/?format=api",
                    "id": 123754,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e79641d3-556e-402d-8ceb-61d65b0741d3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f0992ccd-1bf6-42ac-a033-bd59559aaefe/?format=api"
                    ],
                    "code": "39CM008001",
                    "last_modified": "2024-08-27T13:41:43.237143Z",
                    "created": "2024-08-27T13:41:43.237160Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94245/?format=api",
                    "top_level": 2.98,
                    "filter_top_level": -0.49,
                    "filter_bottom_level": -2.49,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39CM008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.31,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94246/?format=api",
            "id": 94246,
            "code": "39FM027",
            "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.729254038675232,
                    51.92398833165216,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.847136Z",
            "created": "2024-08-27T13:41:56.311148Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123755/?format=api",
                    "id": 123755,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d45212f0-b4a9-44c8-b700-10f5c5feaeb9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bef14161-858e-421e-913f-f6189e0e599c/?format=api"
                    ],
                    "code": "39FM027001",
                    "last_modified": "2024-08-27T13:41:57.496420Z",
                    "created": "2024-08-27T13:41:57.496432Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94246/?format=api",
                    "top_level": 8.6,
                    "filter_top_level": 5.48,
                    "filter_bottom_level": 4.48,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39FM027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.98,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94247/?format=api",
            "id": 94247,
            "code": "39FM028",
            "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.737615701545675,
                    51.92840562318013,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.434638Z",
            "created": "2024-08-27T13:41:58.081647Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123756/?format=api",
                    "id": 123756,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e0fe67fc-dc71-4d93-9a06-6632131980fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7335e27c-b3b4-4551-bb57-aad186bc956d/?format=api"
                    ],
                    "code": "39FM028001",
                    "last_modified": "2024-08-27T13:41:59.325328Z",
                    "created": "2024-08-27T13:41:59.325346Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94247/?format=api",
                    "top_level": 8.05,
                    "filter_top_level": 5.39,
                    "filter_bottom_level": 4.39,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39FM028",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.39,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94248/?format=api",
            "id": 94248,
            "code": "39FM030",
            "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.716694369673571,
                    51.92941074238727,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.707096Z",
            "created": "2024-08-27T13:41:59.907134Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123757/?format=api",
                    "id": 123757,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1abce387-d6dc-4d84-abab-441df7644d20/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a215ea40-d945-4ba6-aa7b-a24970d7fbc1/?format=api"
                    ],
                    "code": "39FM030001",
                    "last_modified": "2024-08-27T13:42:01.105419Z",
                    "created": "2024-08-27T13:42:01.105432Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94248/?format=api",
                    "top_level": 8.84,
                    "filter_top_level": 5.27,
                    "filter_bottom_level": 3.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39FM030",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/94249/?format=api",
            "id": 94249,
            "code": "40AM034",
            "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.826459698028925,
                    52.011311948663,
                    0.0
                ]
            },
            "last_modified": "2024-08-28T07:10:55.987648Z",
            "created": "2024-08-27T13:42:06.998704Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123758/?format=api",
                    "id": 123758,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dda676fb-8b10-4b5d-8fd3-4cb74e3d7662/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8a97695-2273-4144-b279-f12d00699f04/?format=api"
                    ],
                    "code": "40AM034001",
                    "last_modified": "2024-08-27T13:42:08.334437Z",
                    "created": "2024-08-27T13:42:08.334452Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94249/?format=api",
                    "top_level": 37.46,
                    "filter_top_level": 14.07,
                    "filter_bottom_level": 9.07,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40AM034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 36.77,
            "top_level": null,
            "bottom_level": null
        }
    ]
}