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=10
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10842,
    "next": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=11",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=9",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2724/?format=api",
            "id": 2724,
            "code": "40HP0092",
            "organisation": {
                "url": "https://zuiderzeeland.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.224737725261662,
                    51.90903123351421,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:40.595577Z",
            "created": "2015-08-12T11:32:58.415970Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44432/?format=api",
                    "id": 44432,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/83f5f365-117c-4e0c-8766-e15c58a07f3f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/979b7dac-c29e-4dcb-bae2-390ab08eec7d/?format=api"
                    ],
                    "code": "40HP0092001",
                    "last_modified": "2024-07-05T18:41:05.343418Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2724/?format=api",
                    "top_level": 54.051,
                    "filter_top_level": 15.19,
                    "filter_bottom_level": 12.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0092",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 54.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2725/?format=api",
            "id": 2725,
            "code": "40HP0094",
            "organisation": {
                "url": "https://zuiderzeeland.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.243180982056955,
                    51.91288028838815,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:05.977519Z",
            "created": "2015-08-12T11:32:58.421729Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44433/?format=api",
                    "id": 44433,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ad7b64a7-6a67-4e90-9ee8-eb9f67a8bf09/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c59171c1-58f6-42b9-b4e4-a4ecc3eabfa3/?format=api"
                    ],
                    "code": "40HP0094001",
                    "last_modified": "2024-07-05T18:41:06.464756Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2725/?format=api",
                    "top_level": 36.02,
                    "filter_top_level": 38.42,
                    "filter_bottom_level": 37.42,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0094",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 35.37,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2726/?format=api",
            "id": 2726,
            "code": "40HP0095",
            "organisation": {
                "url": "https://zuiderzeeland.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.241448151995646,
                    51.91729735782651,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:43.966060Z",
            "created": "2015-08-12T11:32:58.427629Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44434/?format=api",
                    "id": 44434,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e2a20035-7a63-42e6-a927-599066386e8e/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/861f21b5-5bd4-4871-8541-2969ec8cf2ce/?format=api"
                    ],
                    "code": "40HP0095001",
                    "last_modified": "2024-07-05T18:41:07.654261Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2726/?format=api",
                    "top_level": 57.16,
                    "filter_top_level": 20.88,
                    "filter_bottom_level": 17.88,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0095",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 56.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2727/?format=api",
            "id": 2727,
            "code": "40HP0096",
            "organisation": {
                "url": "https://zuiderzeeland.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.248667158694055,
                    51.9192940705858,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:48.323233Z",
            "created": "2015-08-12T11:32:58.433902Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44435/?format=api",
                    "id": 44435,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ac34912-27aa-425d-bb03-d83e819fe8af/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fffc3989-0eb3-4c57-9daa-1bc0bacb2345/?format=api"
                    ],
                    "code": "40HP0096001",
                    "last_modified": "2024-07-05T18:41:08.813322Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2727/?format=api",
                    "top_level": 35.08,
                    "filter_top_level": 26.06,
                    "filter_bottom_level": 22.96,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44436/?format=api",
                    "id": 44436,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0118163a-6bf7-4b52-afc9-a0c49c99c1e5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/efb8bd41-76e1-4638-8561-3c123d74525f/?format=api"
                    ],
                    "code": "40HP0096002",
                    "last_modified": "2024-07-05T18:41:09.255480Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2727/?format=api",
                    "top_level": 35.08,
                    "filter_top_level": 9.36,
                    "filter_bottom_level": 6.36,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0096",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2728/?format=api",
            "id": 2728,
            "code": "40HP0100",
            "organisation": {
                "url": "https://zuiderzeeland.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.247471815527751,
                    51.90165801202392,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:09.805826Z",
            "created": "2015-08-12T11:32:58.439838Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44437/?format=api",
                    "id": 44437,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d782e0c4-d46a-4912-b224-68afb56b242c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/94ed2d91-b548-46c4-9e0b-c5b91e47eae4/?format=api"
                    ],
                    "code": "40HP0100001",
                    "last_modified": "2024-07-05T18:41:10.282839Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2728/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -0.06,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP0100",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2729/?format=api",
            "id": 2729,
            "code": "40HP0101",
            "organisation": {
                "url": "https://zuiderzeeland.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.190513804257241,
                    51.89873132026874,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:50.950293Z",
            "created": "2015-08-12T11:32:58.445879Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44438/?format=api",
                    "id": 44438,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/60f0eaf8-a67d-4fe2-8717-ec31e877d930/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7cd8a081-4aa1-4bb2-a180-9c1f7b5fe2d2/?format=api"
                    ],
                    "code": "40HP0101001",
                    "last_modified": "2024-07-05T18:41:11.492410Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2729/?format=api",
                    "top_level": 21.26,
                    "filter_top_level": 14.72,
                    "filter_bottom_level": 11.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0101",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.33,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2730/?format=api",
            "id": 2730,
            "code": "40HP0103",
            "organisation": {
                "url": "https://zuiderzeeland.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.304855077879001,
                    51.89840494687909,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:29.011561Z",
            "created": "2015-08-12T11:32:58.451758Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44439/?format=api",
                    "id": 44439,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7f1580de-6917-4abd-b625-1cfe91ed2e60/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/64e0d71d-d495-42e3-86ff-8091e9908101/?format=api"
                    ],
                    "code": "40HP0103001",
                    "last_modified": "2024-07-08T10:41:29.502276Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2730/?format=api",
                    "top_level": 14.72,
                    "filter_top_level": 5.28,
                    "filter_bottom_level": 4.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0103",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 14.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2731/?format=api",
            "id": 2731,
            "code": "40HP0104",
            "organisation": {
                "url": "https://zuiderzeeland.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.237137752236321,
                    51.90151751249346,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:54.253054Z",
            "created": "2015-08-12T11:32:58.457843Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44440/?format=api",
                    "id": 44440,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1d833fde-f381-48e1-82dd-196179c0fc69/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d75b020d-8d78-4b2a-8896-be7adfad9cb8/?format=api"
                    ],
                    "code": "40HP0104001",
                    "last_modified": "2024-07-05T18:41:15.274068Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2731/?format=api",
                    "top_level": 30.58,
                    "filter_top_level": 8.74,
                    "filter_bottom_level": 5.74,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0104",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 29.96,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2732/?format=api",
            "id": 2732,
            "code": "40HP0108",
            "organisation": {
                "url": "https://zuiderzeeland.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.311498533879052,
                    51.88477807704184,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:30.148864Z",
            "created": "2015-08-12T11:32:58.463693Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44442/?format=api",
                    "id": 44442,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1fd149c4-499b-4c1b-8a48-4939723f0ac1/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a60322b-95c2-4bfe-bec6-2991217d3d2f/?format=api"
                    ],
                    "code": "40HP0108002",
                    "last_modified": "2024-07-08T10:41:31.211142Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2732/?format=api",
                    "top_level": 14.91,
                    "filter_top_level": 6.35,
                    "filter_bottom_level": 5.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44441/?format=api",
                    "id": 44441,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/43674b23-2797-4a08-97b1-fe41199ad004/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aa4068fe-12c1-46aa-b80e-bec5a4634c41/?format=api"
                    ],
                    "code": "40HP0108001",
                    "last_modified": "2024-07-08T10:41:30.721416Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2732/?format=api",
                    "top_level": 14.93,
                    "filter_top_level": 10.21,
                    "filter_bottom_level": 9.21,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0108",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 14.28,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2733/?format=api",
            "id": 2733,
            "code": "40HP0109",
            "organisation": {
                "url": "https://zuiderzeeland.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.228963542918355,
                    51.9026460289518,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:24:00.131191Z",
            "created": "2015-08-12T11:32:58.469313Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44443/?format=api",
                    "id": 44443,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a2084394-cfee-4784-896e-d1108922f8a9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f1ac985c-1409-4e2a-9af6-86548125fdc0/?format=api"
                    ],
                    "code": "40HP0109001",
                    "last_modified": "2024-07-05T18:41:18.098221Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2733/?format=api",
                    "top_level": 38.02,
                    "filter_top_level": 15.23,
                    "filter_bottom_level": 13.23,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44444/?format=api",
                    "id": 44444,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1dad1ae-c376-4d36-88ee-9610b0521179/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d4463d98-62c1-4f31-a0a7-ab72a2eb5a77/?format=api"
                    ],
                    "code": "40HP0109002",
                    "last_modified": "2024-07-05T18:41:18.567990Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2733/?format=api",
                    "top_level": 38.02,
                    "filter_top_level": 7.99,
                    "filter_bottom_level": 5.99,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0109",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 37.64,
            "top_level": null,
            "bottom_level": null
        }
    ]
}