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=34
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=35",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=33",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2966/?format=api",
            "id": 2966,
            "code": "B28A0411",
            "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.400852984358493,
                    52.44221628918132,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:07:09.601265Z",
            "created": "2015-08-12T11:32:59.868804Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44835/?format=api",
                    "id": 44835,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8581d1c9-7d02-4220-9813-2ed9b744a474/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/748554db-2cfa-4cd7-8389-0a7123d648f9/?format=api"
                    ],
                    "code": "B28A0411001",
                    "last_modified": "2024-07-05T19:07:10.055562Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2966/?format=api",
                    "top_level": 6.7,
                    "filter_top_level": 5.4,
                    "filter_bottom_level": 4.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0411",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.75,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2967/?format=api",
            "id": 2967,
            "code": "B28A0412",
            "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.403910603311207,
                    52.44361415577902,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:46:01.552608Z",
            "created": "2015-08-12T11:32:59.874462Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44836/?format=api",
                    "id": 44836,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c93a7977-3c8d-496c-b696-4c22611a5aa7/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/39f3e2d9-af9c-4fc2-b442-320522fa930e/?format=api"
                    ],
                    "code": "B28A0412001",
                    "last_modified": "2024-07-05T19:07:11.333106Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2967/?format=api",
                    "top_level": 7.26,
                    "filter_top_level": 4.98,
                    "filter_bottom_level": 4.48,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0412",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2968/?format=api",
            "id": 2968,
            "code": "B28A0444",
            "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.421333299523801,
                    52.44689284771367,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:07:21.226412Z",
            "created": "2015-08-12T11:32:59.879980Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44837/?format=api",
                    "id": 44837,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/17aaf2d6-1d21-4bc8-b6a5-28add144b58c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/07e96deb-3a43-4b35-8b28-6caced58bd95/?format=api"
                    ],
                    "code": "B28A0444001",
                    "last_modified": "2024-07-05T19:07:21.684046Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2968/?format=api",
                    "top_level": 6.86,
                    "filter_top_level": 3.74,
                    "filter_bottom_level": 2.74,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0444",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.24,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2969/?format=api",
            "id": 2969,
            "code": "B28A0445",
            "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.421807359711515,
                    52.44698551055268,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:46:04.222729Z",
            "created": "2015-08-12T11:32:59.885442Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44838/?format=api",
                    "id": 44838,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c72dcaa0-bbf5-462e-a4ea-280422dd9ed2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2c87d150-ebb8-4495-860e-fbdb926f937b/?format=api"
                    ],
                    "code": "B28A0445001",
                    "last_modified": "2024-07-05T19:07:22.964116Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2969/?format=api",
                    "top_level": 6.56,
                    "filter_top_level": 3.62,
                    "filter_bottom_level": 2.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0445",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.11,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2970/?format=api",
            "id": 2970,
            "code": "27EA3039",
            "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.143162089642252,
                    52.38763435958116,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:16.997160Z",
            "created": "2015-08-12T11:32:59.890892Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44839/?format=api",
                    "id": 44839,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/feb8b496-43de-46ed-8f93-8cb369e807e2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/02491562-e94b-496f-9196-4e79059f629d/?format=api"
                    ],
                    "code": "27EA3039001",
                    "last_modified": "2024-07-05T16:37:17.482870Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2970/?format=api",
                    "top_level": 2.6,
                    "filter_top_level": -1.4,
                    "filter_bottom_level": -2.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44840/?format=api",
                    "id": 44840,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b2acce42-d2af-4c95-a938-dc638732e722/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/87be3d42-eb97-47a5-8bed-5982c1fb6beb/?format=api"
                    ],
                    "code": "27EA3039002",
                    "last_modified": "2024-07-05T16:37:17.896856Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2970/?format=api",
                    "top_level": 2.6,
                    "filter_top_level": -12.9,
                    "filter_bottom_level": -14.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0039",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2971/?format=api",
            "id": 2971,
            "code": "27EA3040",
            "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.143162089642252,
                    52.38763435958116,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:18.499554Z",
            "created": "2015-08-12T11:32:59.896856Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44841/?format=api",
                    "id": 44841,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4f0f7fbd-920c-404b-ae4f-bf8cdabf1ccc/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7d01a4c-2e9d-45f5-bfc3-38c7af9544af/?format=api"
                    ],
                    "code": "27EA3040001",
                    "last_modified": "2024-07-05T16:37:19.086603Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2971/?format=api",
                    "top_level": 2.6,
                    "filter_top_level": -995.4,
                    "filter_bottom_level": -996.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44842/?format=api",
                    "id": 44842,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e4e23f83-d7b6-4ba4-bff1-a3cd055d1629/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d7c4467a-a4a2-4d6b-89fe-a5448a444ddc/?format=api"
                    ],
                    "code": "27EA3040002",
                    "last_modified": "2024-07-05T16:37:19.544629Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2971/?format=api",
                    "top_level": 2.6,
                    "filter_top_level": -995.4,
                    "filter_bottom_level": -996.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "27EA3040",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2972/?format=api",
            "id": 2972,
            "code": "27EB0053",
            "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.150249606234025,
                    52.37524850132326,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:21.309516Z",
            "created": "2015-08-12T11:32:59.902548Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44843/?format=api",
                    "id": 44843,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/71178a79-46f2-456c-90e8-f81714347987/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e53094ea-2d03-463e-87de-22262061d185/?format=api"
                    ],
                    "code": "27EB0053001",
                    "last_modified": "2024-07-05T16:37:21.820151Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2972/?format=api",
                    "top_level": 2.75,
                    "filter_top_level": -11.78,
                    "filter_bottom_level": -31.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0053",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 2.72,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2973/?format=api",
            "id": 2973,
            "code": "27EL9003",
            "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.161919310524794,
                    52.42954928358048,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:25.279209Z",
            "created": "2015-08-12T11:32:59.908120Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44844/?format=api",
                    "id": 44844,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/67965cba-2621-47d8-87f2-611c7a0c3fa6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dcbd8511-10be-4cd6-8095-0700fe214cfb/?format=api"
                    ],
                    "code": "27EL9003001",
                    "last_modified": "2024-07-05T16:37:25.665556Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2973/?format=api",
                    "top_level": 1.11,
                    "filter_top_level": -0.73,
                    "filter_bottom_level": -1.73,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0336",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 0.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2974/?format=api",
            "id": 2974,
            "code": "27EL9005",
            "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.158694038665286,
                    52.42166105203555,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:26.413080Z",
            "created": "2015-08-12T11:32:59.913591Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44845/?format=api",
                    "id": 44845,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fb3d544b-0ac0-471f-9387-adffd21fa0b9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a80f8057-59b4-4da6-a6f6-1a60366fc84a/?format=api"
                    ],
                    "code": "27EL9005001",
                    "last_modified": "2024-07-05T16:37:26.812184Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2974/?format=api",
                    "top_level": 1.63,
                    "filter_top_level": -0.15,
                    "filter_bottom_level": -1.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0337",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 1.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2975/?format=api",
            "id": 2975,
            "code": "27EP0127",
            "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.177308207489015,
                    52.42675128025962,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:35.534486Z",
            "created": "2015-08-12T11:32:59.919607Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44848/?format=api",
                    "id": 44848,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ff6cec0c-febd-4c92-9a29-b8e4e7bedf08/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/536a18f9-719a-44c7-9606-e6a85d6f152d/?format=api"
                    ],
                    "code": "27EP0127003",
                    "last_modified": "2024-07-05T16:37:36.933580Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2975/?format=api",
                    "top_level": 2.24,
                    "filter_top_level": -22.14,
                    "filter_bottom_level": -23.14,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44847/?format=api",
                    "id": 44847,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/babc2a92-d8c5-4e25-bc7d-010508e1dc5d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ef3108b5-496d-47e1-9c39-2e1ad1c26db7/?format=api"
                    ],
                    "code": "27EP0127002",
                    "last_modified": "2024-07-05T16:37:36.483905Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2975/?format=api",
                    "top_level": 2.26,
                    "filter_top_level": -10.14,
                    "filter_bottom_level": -11.14,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44846/?format=api",
                    "id": 44846,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/099c0a6a-b79a-48b0-990b-60b607e343c6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b0cb78c-647f-415f-be08-429a001941c4/?format=api"
                    ],
                    "code": "27EP0127001",
                    "last_modified": "2024-07-05T16:37:36.037196Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2975/?format=api",
                    "top_level": 2.28,
                    "filter_top_level": -0.54,
                    "filter_bottom_level": -1.54,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0127",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 1.86,
            "top_level": null,
            "bottom_level": null
        }
    ]
}