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=26
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=27",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=25",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2789/?format=api",
            "id": 2789,
            "code": "40EA3075",
            "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.090658985590929,
                    51.98163893886028,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:04.722969Z",
            "created": "2015-08-12T11:32:58.802136Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44520/?format=api",
                    "id": 44520,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ca0c6b7f-bd90-4d0b-851e-6ac67b79c7b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f8d3c6a-6229-46ca-b6fc-afcf017c5438/?format=api"
                    ],
                    "code": "40EA3075002",
                    "last_modified": "2024-07-05T18:34:05.587070Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2789/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -26.2,
                    "filter_bottom_level": -27.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44519/?format=api",
                    "id": 44519,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6e74334d-c85a-481e-b390-b4fa2ca0224e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aa3d13ee-20b8-4c70-8e4d-e98cd8f7d76c/?format=api"
                    ],
                    "code": "40EA3075001",
                    "last_modified": "2024-07-05T18:34:05.179330Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2789/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -6.5,
                    "filter_bottom_level": -7.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3075",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 8.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2790/?format=api",
            "id": 2790,
            "code": "40EA3095",
            "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.132689844742199,
                    51.93472055592838,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:06.247556Z",
            "created": "2015-08-12T11:32:58.807890Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44522/?format=api",
                    "id": 44522,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2962cfde-4038-4e08-bfdc-b1826fd4787d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e13c24f4-a0dc-4649-9950-4aef3dae5927/?format=api"
                    ],
                    "code": "40EA3095002",
                    "last_modified": "2024-07-05T18:34:07.214258Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2790/?format=api",
                    "top_level": null,
                    "filter_top_level": -3.51,
                    "filter_bottom_level": -6.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44521/?format=api",
                    "id": 44521,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/070f5eed-9554-465e-a4f7-4c13feb8f5cc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc0ae4a1-04db-460b-b229-a5f813a1f554/?format=api"
                    ],
                    "code": "40EA3095001",
                    "last_modified": "2024-07-05T18:34:06.775442Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2790/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -2.01,
                    "filter_bottom_level": -7.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44523/?format=api",
                    "id": 44523,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0f63443e-4cab-4b97-a200-d5d6381a3204/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5419af96-a207-4511-83b3-caccba5fbbe3/?format=api"
                    ],
                    "code": "40EA3095003",
                    "last_modified": "2024-07-05T18:34:07.648919Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2790/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -69.51,
                    "filter_bottom_level": -70.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3095",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.49,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2791/?format=api",
            "id": 2791,
            "code": "40EA3098",
            "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.1334164505808,
                    51.97231500043843,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:09.310986Z",
            "created": "2015-08-12T11:32:58.833809Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44525/?format=api",
                    "id": 44525,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/be8265ca-b559-4ea4-999b-5fde8ba8215c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a589cff-967d-4128-ad0e-98865ccbfeb9/?format=api"
                    ],
                    "code": "40EA3098002",
                    "last_modified": "2024-07-05T18:34:10.263376Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2791/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -39.3,
                    "filter_bottom_level": -40.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44524/?format=api",
                    "id": 44524,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3e6799a2-b7c4-479a-b336-39a44c3f756f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/14f041ca-bdd0-4a96-818d-be012e118b70/?format=api"
                    ],
                    "code": "40EA3098001",
                    "last_modified": "2024-07-05T18:34:09.865229Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2791/?format=api",
                    "top_level": null,
                    "filter_top_level": -7.3,
                    "filter_bottom_level": -9.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3098",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.7,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2792/?format=api",
            "id": 2792,
            "code": "40EA3156",
            "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.052279997495273,
                    51.9565507601003,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:10.954819Z",
            "created": "2015-08-12T11:32:58.839986Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44526/?format=api",
                    "id": 44526,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ea902286-7ec2-4e95-8c8e-463589255e39/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c347dba7-3867-4b7a-8bca-39f8eae49c87/?format=api"
                    ],
                    "code": "40EA3156001",
                    "last_modified": "2024-07-05T18:34:11.502001Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -10.3,
                    "filter_bottom_level": -12.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44527/?format=api",
                    "id": 44527,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9cd62417-4351-47ff-aed4-ca65a540d1c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cdcb66eb-8a24-4b7c-a087-1299ac44a0a5/?format=api"
                    ],
                    "code": "40EA3156002",
                    "last_modified": "2024-07-05T18:34:11.910534Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -24.5,
                    "filter_bottom_level": -29.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44529/?format=api",
                    "id": 44529,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8196566a-3d47-4e5f-90c7-be430499faf2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/88a8625e-1478-4bfa-9657-c9410412259e/?format=api"
                    ],
                    "code": "40EA3156004",
                    "last_modified": "2024-07-05T18:34:12.874563Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -87.0,
                    "filter_bottom_level": -89.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44528/?format=api",
                    "id": 44528,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/89be3272-e4cc-4e0d-8b06-fdc12fbefeb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a05efaa8-a88a-4bc2-b83a-b4ee1ce5eb2f/?format=api"
                    ],
                    "code": "40EA3156003",
                    "last_modified": "2024-07-05T18:34:12.384339Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": null,
                    "filter_top_level": -47.5,
                    "filter_bottom_level": -49.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3156",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2793/?format=api",
            "id": 2793,
            "code": "40EA3158",
            "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.162334576270452,
                    51.95632606254588,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:13.451523Z",
            "created": "2015-08-12T11:32:58.845983Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44530/?format=api",
                    "id": 44530,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d2022b4a-a2db-43b3-8a1c-c3485df501cf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2e944fef-d109-42d8-b423-411307d1a14b/?format=api"
                    ],
                    "code": "40EA3158001",
                    "last_modified": "2024-07-05T18:34:13.903489Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2793/?format=api",
                    "top_level": null,
                    "filter_top_level": -1.8,
                    "filter_bottom_level": -4.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3158",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2794/?format=api",
            "id": 2794,
            "code": "40EA3163",
            "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.084266933329045,
                    51.94219058065309,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:15.884355Z",
            "created": "2015-08-12T11:32:58.851579Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44531/?format=api",
                    "id": 44531,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6e51f167-dc29-4be6-8ab8-a00fd954f3eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/399eac83-a9ca-4a72-9767-3e586af92de0/?format=api"
                    ],
                    "code": "40EA3163001",
                    "last_modified": "2024-07-05T18:34:16.362932Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2794/?format=api",
                    "top_level": null,
                    "filter_top_level": -39.82,
                    "filter_bottom_level": -42.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3163",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 10.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2795/?format=api",
            "id": 2795,
            "code": "40EA3190",
            "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.160815708355412,
                    51.95767536244228,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:17.110070Z",
            "created": "2015-08-12T11:32:58.857339Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44533/?format=api",
                    "id": 44533,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d2660f59-92e7-456a-89ba-c57a744d44bd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0163edb3-6407-46fe-a493-c4141856c8ba/?format=api"
                    ],
                    "code": "40EA3190002",
                    "last_modified": "2024-07-05T18:34:18.158914Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2795/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -67.6,
                    "filter_bottom_level": -69.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44532/?format=api",
                    "id": 44532,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0d0fb25d-e0db-4735-8cc9-bbebbf7e0657/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5fb5a904-64bc-483d-8b86-f1e06949d25b/?format=api"
                    ],
                    "code": "40EA3190001",
                    "last_modified": "2024-07-05T18:34:17.749520Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2795/?format=api",
                    "top_level": null,
                    "filter_top_level": -34.6,
                    "filter_bottom_level": -36.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44534/?format=api",
                    "id": 44534,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/27816cd6-4c68-49aa-9732-82b84d920ff0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5ef66dd9-ed3a-4b52-bd1d-61874ea03755/?format=api"
                    ],
                    "code": "40EA3190003",
                    "last_modified": "2024-07-05T18:34:18.619933Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2795/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -86.6,
                    "filter_bottom_level": -88.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44535/?format=api",
                    "id": 44535,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4ba936ec-86b7-4542-8e14-da0b9d4871b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f50888ee-28a3-4006-a138-0e7ab3af8bfa/?format=api"
                    ],
                    "code": "40EA3190004",
                    "last_modified": "2024-07-05T18:34:19.033202Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2795/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -121.6,
                    "filter_bottom_level": -123.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44536/?format=api",
                    "id": 44536,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c09cc6a7-731e-4e8c-832a-db6e37bb107f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/728ba758-af53-4223-8824-dfbea0770fb7/?format=api"
                    ],
                    "code": "40EA3190005",
                    "last_modified": "2024-07-05T18:34:19.465383Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2795/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -154.6,
                    "filter_bottom_level": -156.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3190",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2796/?format=api",
            "id": 2796,
            "code": "40EB0018",
            "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.172077887413244,
                    51.96524099340758,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:21.122599Z",
            "created": "2015-08-12T11:32:58.863061Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44537/?format=api",
                    "id": 44537,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7a0d2e99-c1bb-435a-9de3-f869b0652126/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/92a44f60-182f-414a-a955-9a536b530e60/?format=api"
                    ],
                    "code": "40EB0018001",
                    "last_modified": "2024-07-05T18:34:21.594611Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2796/?format=api",
                    "top_level": null,
                    "filter_top_level": -8.58,
                    "filter_bottom_level": -20.58,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EB0018",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.23,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2797/?format=api",
            "id": 2797,
            "code": "40EB0022",
            "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.14393184425718,
                    51.95293143667997,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:22.095970Z",
            "created": "2015-08-12T11:32:58.869535Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44538/?format=api",
                    "id": 44538,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a24e0a23-63ed-4e21-a3e2-66618b823ad6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0782eff6-a7e6-44b2-8355-256937259aa3/?format=api"
                    ],
                    "code": "40EB0022001",
                    "last_modified": "2024-07-05T18:34:22.545362Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2797/?format=api",
                    "top_level": 11.31,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EB0022",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.41,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2798/?format=api",
            "id": 2798,
            "code": "40EB0024",
            "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.142533750803358,
                    51.93900816653516,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:19.662265Z",
            "created": "2015-08-12T11:32:58.875244Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44539/?format=api",
                    "id": 44539,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7b93a15f-dd77-4ac3-9e61-ffb67717b446/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8844dc35-f335-4a14-88eb-49c6686bcb4d/?format=api"
                    ],
                    "code": "40EB0024001",
                    "last_modified": "2024-07-08T10:41:20.176841Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2798/?format=api",
                    "top_level": 13.56,
                    "filter_top_level": 6.16,
                    "filter_bottom_level": -7.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0286",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.66,
            "top_level": null,
            "bottom_level": null
        }
    ]
}