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=22
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=23",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=21",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2845/?format=api",
            "id": 2845,
            "code": "B40G0271",
            "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.125533429027342,
                    51.86028620301961,
                    0.0
                ]
            },
            "last_modified": "2024-07-16T06:37:59.213752Z",
            "created": "2015-08-12T11:32:59.153389Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44604/?format=api",
                    "id": 44604,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5d0dac84-2e3f-432c-b6a7-c70aee3f88b7/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0cdfad01-1e96-4dc1-a806-ca2dfddccb7a/?format=api"
                    ],
                    "code": "B40G0271001",
                    "last_modified": "2024-07-16T06:37:59.819537Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2845/?format=api",
                    "top_level": 13.31,
                    "filter_top_level": 9.31,
                    "filter_bottom_level": 8.31,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0271",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2847/?format=api",
            "id": 2847,
            "code": "22CL0080",
            "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.35809989855241,
                    52.48897342036174,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:41:45.726851Z",
            "created": "2015-08-12T11:32:59.173862Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44606/?format=api",
                    "id": 44606,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b40657d6-4a53-4428-ab35-ef6dd7d35578/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0525bfbd-0ca8-4fe0-9562-d8e700dc2d00/?format=api"
                    ],
                    "code": "22CL0080001",
                    "last_modified": "2024-07-05T16:10:54.744220Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2847/?format=api",
                    "top_level": 7.074,
                    "filter_top_level": 3.15,
                    "filter_bottom_level": 2.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0553",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.71,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "id": 2848,
            "code": "22CP0062",
            "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.358741991781091,
                    52.49544735989807,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T07:17:58.957104Z",
            "created": "2015-08-12T11:32:59.180114Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/123083/?format=api",
                    "id": 123083,
                    "timeseries": [],
                    "code": "22CP0062004",
                    "last_modified": "2023-01-24T19:02:35.755182Z",
                    "created": "2022-09-01T07:01:45.941200Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44193/?format=api",
                    "id": 44193,
                    "timeseries": [],
                    "code": "22CP0062005",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44194/?format=api",
                    "id": 44194,
                    "timeseries": [],
                    "code": "22CP0062006",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44195/?format=api",
                    "id": 44195,
                    "timeseries": [],
                    "code": "22CP0062007",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44196/?format=api",
                    "id": 44196,
                    "timeseries": [],
                    "code": "22CP0062008",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44197/?format=api",
                    "id": 44197,
                    "timeseries": [],
                    "code": "22CP0062009",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44198/?format=api",
                    "id": 44198,
                    "timeseries": [],
                    "code": "22CP0062010",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44199/?format=api",
                    "id": 44199,
                    "timeseries": [],
                    "code": "22CP0062011",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44200/?format=api",
                    "id": 44200,
                    "timeseries": [],
                    "code": "22CP0062012",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44201/?format=api",
                    "id": 44201,
                    "timeseries": [],
                    "code": "22CP0062013",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44202/?format=api",
                    "id": 44202,
                    "timeseries": [],
                    "code": "22CP0062014",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44203/?format=api",
                    "id": 44203,
                    "timeseries": [],
                    "code": "22CP0062015",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44204/?format=api",
                    "id": 44204,
                    "timeseries": [],
                    "code": "22CP0062016",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44205/?format=api",
                    "id": 44205,
                    "timeseries": [],
                    "code": "22CP0062017",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44206/?format=api",
                    "id": 44206,
                    "timeseries": [],
                    "code": "22CP0062018",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44207/?format=api",
                    "id": 44207,
                    "timeseries": [],
                    "code": "22CP0062019",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44208/?format=api",
                    "id": 44208,
                    "timeseries": [],
                    "code": "22CP0062020",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44209/?format=api",
                    "id": 44209,
                    "timeseries": [],
                    "code": "22CP0062021",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44210/?format=api",
                    "id": 44210,
                    "timeseries": [],
                    "code": "22CP0062022",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44211/?format=api",
                    "id": 44211,
                    "timeseries": [],
                    "code": "22CP0062023",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44212/?format=api",
                    "id": 44212,
                    "timeseries": [],
                    "code": "22CP0062024",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44213/?format=api",
                    "id": 44213,
                    "timeseries": [],
                    "code": "22CP0062025",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44214/?format=api",
                    "id": 44214,
                    "timeseries": [],
                    "code": "22CP0062026",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44215/?format=api",
                    "id": 44215,
                    "timeseries": [],
                    "code": "22CP0062027",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44216/?format=api",
                    "id": 44216,
                    "timeseries": [],
                    "code": "22CP0062028",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44217/?format=api",
                    "id": 44217,
                    "timeseries": [],
                    "code": "22CP0062029",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44218/?format=api",
                    "id": 44218,
                    "timeseries": [],
                    "code": "22CP0062030",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44219/?format=api",
                    "id": 44219,
                    "timeseries": [],
                    "code": "22CP0062031",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44220/?format=api",
                    "id": 44220,
                    "timeseries": [],
                    "code": "22CP0062032",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44221/?format=api",
                    "id": 44221,
                    "timeseries": [],
                    "code": "22CP0062033",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44222/?format=api",
                    "id": 44222,
                    "timeseries": [],
                    "code": "22CP0062034",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44223/?format=api",
                    "id": 44223,
                    "timeseries": [],
                    "code": "22CP0062035",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44224/?format=api",
                    "id": 44224,
                    "timeseries": [],
                    "code": "22CP0062036",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44225/?format=api",
                    "id": 44225,
                    "timeseries": [],
                    "code": "22CP0062037",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44226/?format=api",
                    "id": 44226,
                    "timeseries": [],
                    "code": "22CP0062038",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44227/?format=api",
                    "id": 44227,
                    "timeseries": [],
                    "code": "22CP0062039",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44228/?format=api",
                    "id": 44228,
                    "timeseries": [],
                    "code": "22CP0062040",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44229/?format=api",
                    "id": 44229,
                    "timeseries": [],
                    "code": "22CP0062041",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44230/?format=api",
                    "id": 44230,
                    "timeseries": [],
                    "code": "22CP0062042",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44231/?format=api",
                    "id": 44231,
                    "timeseries": [],
                    "code": "22CP0062043",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44232/?format=api",
                    "id": 44232,
                    "timeseries": [],
                    "code": "22CP0062044",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44233/?format=api",
                    "id": 44233,
                    "timeseries": [],
                    "code": "22CP0062045",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44234/?format=api",
                    "id": 44234,
                    "timeseries": [],
                    "code": "22CP0062046",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44235/?format=api",
                    "id": 44235,
                    "timeseries": [],
                    "code": "22CP0062047",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44236/?format=api",
                    "id": 44236,
                    "timeseries": [],
                    "code": "22CP0062048",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44237/?format=api",
                    "id": 44237,
                    "timeseries": [],
                    "code": "22CP0062049",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44238/?format=api",
                    "id": 44238,
                    "timeseries": [],
                    "code": "22CP0062050",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44239/?format=api",
                    "id": 44239,
                    "timeseries": [],
                    "code": "22CP0062051",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44240/?format=api",
                    "id": 44240,
                    "timeseries": [],
                    "code": "22CP0062052",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44241/?format=api",
                    "id": 44241,
                    "timeseries": [],
                    "code": "22CP0062053",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44242/?format=api",
                    "id": 44242,
                    "timeseries": [],
                    "code": "22CP0062054",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44243/?format=api",
                    "id": 44243,
                    "timeseries": [],
                    "code": "22CP0062055",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44244/?format=api",
                    "id": 44244,
                    "timeseries": [],
                    "code": "22CP0062056",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44245/?format=api",
                    "id": 44245,
                    "timeseries": [],
                    "code": "22CP0062057",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44246/?format=api",
                    "id": 44246,
                    "timeseries": [],
                    "code": "22CP0062058",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44247/?format=api",
                    "id": 44247,
                    "timeseries": [],
                    "code": "22CP0062059",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44248/?format=api",
                    "id": 44248,
                    "timeseries": [],
                    "code": "22CP0062060",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44249/?format=api",
                    "id": 44249,
                    "timeseries": [],
                    "code": "22CP0062061",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44250/?format=api",
                    "id": 44250,
                    "timeseries": [],
                    "code": "22CP0062062",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44251/?format=api",
                    "id": 44251,
                    "timeseries": [],
                    "code": "22CP0062063",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44252/?format=api",
                    "id": 44252,
                    "timeseries": [],
                    "code": "22CP0062064",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44253/?format=api",
                    "id": 44253,
                    "timeseries": [],
                    "code": "22CP0062065",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44254/?format=api",
                    "id": 44254,
                    "timeseries": [],
                    "code": "22CP0062066",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44255/?format=api",
                    "id": 44255,
                    "timeseries": [],
                    "code": "22CP0062067",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44256/?format=api",
                    "id": 44256,
                    "timeseries": [],
                    "code": "22CP0062068",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44257/?format=api",
                    "id": 44257,
                    "timeseries": [],
                    "code": "22CP0062069",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44258/?format=api",
                    "id": 44258,
                    "timeseries": [],
                    "code": "22CP0062070",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44259/?format=api",
                    "id": 44259,
                    "timeseries": [],
                    "code": "22CP0062071",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44260/?format=api",
                    "id": 44260,
                    "timeseries": [],
                    "code": "22CP0062072",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44261/?format=api",
                    "id": 44261,
                    "timeseries": [],
                    "code": "22CP0062073",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44262/?format=api",
                    "id": 44262,
                    "timeseries": [],
                    "code": "22CP0062074",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44263/?format=api",
                    "id": 44263,
                    "timeseries": [],
                    "code": "22CP0062075",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44264/?format=api",
                    "id": 44264,
                    "timeseries": [],
                    "code": "22CP0062076",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44265/?format=api",
                    "id": 44265,
                    "timeseries": [],
                    "code": "22CP0062077",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44266/?format=api",
                    "id": 44266,
                    "timeseries": [],
                    "code": "22CP0062078",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44267/?format=api",
                    "id": 44267,
                    "timeseries": [],
                    "code": "22CP0062079",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44268/?format=api",
                    "id": 44268,
                    "timeseries": [],
                    "code": "22CP0062080",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44608/?format=api",
                    "id": 44608,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/08414126-249c-4632-afca-5096836de9e7/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b9430cc1-fc03-4ef9-abf2-36d57a5e5a06/?format=api"
                    ],
                    "code": "22CP0062002",
                    "last_modified": "2024-07-05T16:11:31.280924Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.552,
                    "filter_top_level": -8.76,
                    "filter_bottom_level": -10.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44609/?format=api",
                    "id": 44609,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/495773d6-f74b-4448-b831-abc6eacb3ac4/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f0cf71ed-dfd1-44b7-a4e9-4e7888ccca48/?format=api"
                    ],
                    "code": "22CP0062003",
                    "last_modified": "2024-07-05T16:11:31.710596Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.529,
                    "filter_top_level": -19.76,
                    "filter_bottom_level": -21.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44269/?format=api",
                    "id": 44269,
                    "timeseries": [],
                    "code": "22CP0062081",
                    "last_modified": "2021-12-14T19:42:08.848351Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.25,
                    "filter_top_level": -9.95,
                    "filter_bottom_level": -23.85,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44607/?format=api",
                    "id": 44607,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f3e0cdc-1c65-4b44-b72d-41583156894a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/26ca36f1-79f4-4289-b85c-698cec6c8e8c/?format=api"
                    ],
                    "code": "22CP0062001",
                    "last_modified": "2024-07-05T16:11:30.799899Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.571,
                    "filter_top_level": 0.24,
                    "filter_bottom_level": -0.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0062",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.43,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2849/?format=api",
            "id": 2849,
            "code": "22CP0065",
            "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.385418243196185,
                    52.48833383749271,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:41:51.933487Z",
            "created": "2015-08-12T11:32:59.185789Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44610/?format=api",
                    "id": 44610,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8eb2bf20-8ad8-4091-9f95-4a3d609a2bc8/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e64e573-c197-4554-954d-4e086fc446d7/?format=api"
                    ],
                    "code": "22CP0065001",
                    "last_modified": "2024-07-05T16:11:34.161087Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2849/?format=api",
                    "top_level": 6.62,
                    "filter_top_level": 1.27,
                    "filter_bottom_level": 0.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0065",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.29,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2850/?format=api",
            "id": 2850,
            "code": "22CP0084",
            "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.419155423024047,
                    52.48527174470523,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:14.682995Z",
            "created": "2015-08-12T11:32:59.191474Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44612/?format=api",
                    "id": 44612,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e58e271e-f0e8-4700-a8e2-0df520951d5b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1bf20948-4c9d-4221-9277-840f0c6f94ee/?format=api"
                    ],
                    "code": "22CP0084002",
                    "last_modified": "2024-07-05T16:11:47.721915Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2850/?format=api",
                    "top_level": 8.14,
                    "filter_top_level": -15.19,
                    "filter_bottom_level": -17.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44611/?format=api",
                    "id": 44611,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a6994ce6-d511-48c5-ae0a-6c0ce85a1db0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6893623a-ae66-4e62-a6b9-08f0b44a1eef/?format=api"
                    ],
                    "code": "22CP0084001",
                    "last_modified": "2024-07-05T16:11:47.155004Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2850/?format=api",
                    "top_level": 8.16,
                    "filter_top_level": 1.81,
                    "filter_bottom_level": 0.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0084",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2851/?format=api",
            "id": 2851,
            "code": "22CP0105",
            "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.429933123653845,
                    52.48642497547394,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:22.616012Z",
            "created": "2015-08-12T11:32:59.196922Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44613/?format=api",
                    "id": 44613,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f5cb6bec-01df-4c35-8de7-67b124387f03/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/741ff29d-3458-401e-9b64-627113ea5ed4/?format=api"
                    ],
                    "code": "22CP0105001",
                    "last_modified": "2024-09-26T14:35:29.191229Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2851/?format=api",
                    "top_level": 7.15,
                    "filter_top_level": -5.28,
                    "filter_bottom_level": -6.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44614/?format=api",
                    "id": 44614,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f571951b-7eed-4170-8c97-ff48474dc5b6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/24464104-04e8-44fc-aeb3-dd91719661b6/?format=api"
                    ],
                    "code": "22CP0105002",
                    "last_modified": "2024-09-26T14:35:29.654060Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2851/?format=api",
                    "top_level": 7.14,
                    "filter_top_level": -18.29,
                    "filter_bottom_level": -19.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44615/?format=api",
                    "id": 44615,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ae67edc2-2c9a-4b70-9fc8-d59909ff1c87/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a68ca714-dbea-4150-b590-cb5e8a634c69/?format=api"
                    ],
                    "code": "22CP0105003",
                    "last_modified": "2024-09-26T14:35:30.134712Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2851/?format=api",
                    "top_level": 7.12,
                    "filter_top_level": -40.28,
                    "filter_bottom_level": -41.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0105",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.85,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2852/?format=api",
            "id": 2852,
            "code": "27FP0054",
            "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.32338258102327,
                    52.4368400359421,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:25.759954Z",
            "created": "2015-08-12T11:32:59.202404Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44617/?format=api",
                    "id": 44617,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3abd4487-9548-4f02-b722-3f1fcacdf85d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d31f2a4e-5cca-4c08-a1dd-a7755dea1b1f/?format=api"
                    ],
                    "code": "27FP0054002",
                    "last_modified": "2024-07-05T16:39:04.903777Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2852/?format=api",
                    "top_level": 6.747,
                    "filter_top_level": -2.95,
                    "filter_bottom_level": -4.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44618/?format=api",
                    "id": 44618,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bf5002ae-0704-4c65-9117-47fd9c756d8d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/03c2e538-0d66-4245-bc03-c1465fdee64e/?format=api"
                    ],
                    "code": "27FP0054003",
                    "last_modified": "2024-07-05T16:39:05.359900Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2852/?format=api",
                    "top_level": 6.739,
                    "filter_top_level": -14.45,
                    "filter_bottom_level": -16.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44616/?format=api",
                    "id": 44616,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f8ec7178-74c4-4ff0-a5d6-41342f5d92a9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8d246d18-64ab-4e2c-a3ca-0f5e87e06eb8/?format=api"
                    ],
                    "code": "27FP0054001",
                    "last_modified": "2024-07-05T16:39:04.471395Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2852/?format=api",
                    "top_level": 6.781,
                    "filter_top_level": 2.05,
                    "filter_bottom_level": 1.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27F0054",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.28,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2853/?format=api",
            "id": 2853,
            "code": "27FP3052",
            "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.323526623439115,
                    52.43710035754307,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:39:12.761660Z",
            "created": "2015-08-12T11:32:59.207847Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44619/?format=api",
                    "id": 44619,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7286f8c0-fed5-44bf-8383-fc6ecdc42da5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3f783b98-6243-4cb7-b734-ed118893da0c/?format=api"
                    ],
                    "code": "27FP3052001",
                    "last_modified": "2024-07-05T16:39:13.246923Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2853/?format=api",
                    "top_level": 6.3,
                    "filter_top_level": -2.15,
                    "filter_bottom_level": -21.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27F0052",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2854/?format=api",
            "id": 2854,
            "code": "28A0538",
            "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.429489722475614,
                    52.47849462086943,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:28.726955Z",
            "created": "2015-08-12T11:32:59.213333Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44620/?format=api",
                    "id": 44620,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/929bb8d7-bf15-4718-bbcc-01456806c8de/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f061f71-264c-4319-90c5-507a8ff85fcf/?format=api"
                    ],
                    "code": "28A0538001",
                    "last_modified": "2024-09-26T14:36:04.408192Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2854/?format=api",
                    "top_level": 7.53,
                    "filter_top_level": -0.46,
                    "filter_bottom_level": -1.46,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0538",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.67,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2855/?format=api",
            "id": 2855,
            "code": "28A0539",
            "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.43163007794268,
                    52.47870048276243,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:31.712395Z",
            "created": "2015-08-12T11:32:59.218910Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44621/?format=api",
                    "id": 44621,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b3863921-a497-4a09-a401-d3f6e1e0fe2f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d0f28ad2-f6c0-4fac-82a0-b80bb21cbf85/?format=api"
                    ],
                    "code": "28A0539001",
                    "last_modified": "2024-07-05T16:45:24.588644Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2855/?format=api",
                    "top_level": 7.158,
                    "filter_top_level": -0.84,
                    "filter_bottom_level": -1.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0539",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.55,
            "top_level": null,
            "bottom_level": null
        }
    ]
}