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=16
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=17",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=15",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2785/?format=api",
            "id": 2785,
            "code": "40E-0353",
            "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.140905742953648,
                    51.9390545722333,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:18.337181Z",
            "created": "2015-08-12T11:32:58.778941Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44511/?format=api",
                    "id": 44511,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/61ffe97c-8a2d-483f-91db-8877bc311475/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b222b8e-e490-4291-b9d7-ac9b9197f241/?format=api"
                    ],
                    "code": "40E-0353001",
                    "last_modified": "2024-07-08T10:41:19.026786Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2785/?format=api",
                    "top_level": 14.6,
                    "filter_top_level": -3.85,
                    "filter_bottom_level": -5.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0353",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 13.78,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2786/?format=api",
            "id": 2786,
            "code": "40EA3072",
            "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.067157559160871,
                    51.99171837728513,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:33:59.573801Z",
            "created": "2015-08-12T11:32:58.784781Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44513/?format=api",
                    "id": 44513,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/84b06b36-a483-43c6-8204-90de4dce66a4/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f0e15b4-255b-4390-a999-b0e11f940a00/?format=api"
                    ],
                    "code": "40EA3072002",
                    "last_modified": "2024-07-05T18:34:00.571513Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2786/?format=api",
                    "top_level": null,
                    "filter_top_level": -28.6,
                    "filter_bottom_level": -29.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44512/?format=api",
                    "id": 44512,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6e095aae-5903-4b94-a338-050e2be039fc/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a661ed20-05c1-4dd9-917e-6eb6f2b08642/?format=api"
                    ],
                    "code": "40EA3072001",
                    "last_modified": "2024-07-05T18:34:00.097726Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2786/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -2.9,
                    "filter_bottom_level": -3.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44514/?format=api",
                    "id": 44514,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/265a4fa9-3519-4fc6-91fc-8401d743b040/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/047e0365-51f8-4713-a370-a77bd1a3284f/?format=api"
                    ],
                    "code": "40EA3072003",
                    "last_modified": "2024-07-05T18:34:01.042897Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2786/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -32.7,
                    "filter_bottom_level": -37.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3072",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 8.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2787/?format=api",
            "id": 2787,
            "code": "40EA3073",
            "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.067503341890224,
                    51.98572108982786,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:01.699587Z",
            "created": "2015-08-12T11:32:58.790569Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44517/?format=api",
                    "id": 44517,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bec16715-6816-417b-9318-edd54b3ee591/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e9146066-4326-4fe4-8974-9fadb7410581/?format=api"
                    ],
                    "code": "40EA3073003",
                    "last_modified": "2024-07-05T18:34:03.071574Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2787/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -34.53,
                    "filter_bottom_level": -35.53,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44515/?format=api",
                    "id": 44515,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7925d50-2fbd-43ff-ac93-d105c62786aa/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/262f8bfd-d67e-41e5-bee7-07f87a5af9cb/?format=api"
                    ],
                    "code": "40EA3073001",
                    "last_modified": "2024-07-05T18:34:02.185525Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2787/?format=api",
                    "top_level": null,
                    "filter_top_level": -3.03,
                    "filter_bottom_level": -4.03,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44516/?format=api",
                    "id": 44516,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ec8ea9e-d3ce-40c7-bb5a-459432894d01/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/40e20ca0-2c9a-405f-b870-ec18331edbf8/?format=api"
                    ],
                    "code": "40EA3073002",
                    "last_modified": "2024-07-05T18:34:02.647006Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2787/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -18.03,
                    "filter_bottom_level": -19.03,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3073",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 8.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2788/?format=api",
            "id": 2788,
            "code": "40EA3074",
            "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.067260877993987,
                    51.98893136493999,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:03.623738Z",
            "created": "2015-08-12T11:32:58.796523Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44518/?format=api",
                    "id": 44518,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/07506f7b-47ea-4d98-b20e-3b48d63dda2e/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7956fa30-0501-490b-91f3-19158ef36484/?format=api"
                    ],
                    "code": "40EA3074001",
                    "last_modified": "2024-07-05T18:34:04.097908Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2788/?format=api",
                    "top_level": null,
                    "filter_top_level": -11.15,
                    "filter_bottom_level": -12.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3074",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.35,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2789/?format=api",
            "id": 2789,
            "code": "40EA3075",
            "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.090658985590929,
                    51.98163893886028,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:04.722969Z",
            "created": "2015-08-12T11:32:58.802136Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44520/?format=api",
                    "id": 44520,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ca0c6b7f-bd90-4d0b-851e-6ac67b79c7b2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7f8d3c6a-6229-46ca-b6fc-afcf017c5438/?format=api"
                    ],
                    "code": "40EA3075002",
                    "last_modified": "2024-07-05T18:34:05.587070Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2789/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -26.2,
                    "filter_bottom_level": -27.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44519/?format=api",
                    "id": 44519,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6e74334d-c85a-481e-b390-b4fa2ca0224e/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aa3d13ee-20b8-4c70-8e4d-e98cd8f7d76c/?format=api"
                    ],
                    "code": "40EA3075001",
                    "last_modified": "2024-07-05T18:34:05.179330Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2789/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -6.5,
                    "filter_bottom_level": -7.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3075",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 8.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2790/?format=api",
            "id": 2790,
            "code": "40EA3095",
            "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.132689844742199,
                    51.93472055592838,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:06.247556Z",
            "created": "2015-08-12T11:32:58.807890Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44522/?format=api",
                    "id": 44522,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2962cfde-4038-4e08-bfdc-b1826fd4787d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e13c24f4-a0dc-4649-9950-4aef3dae5927/?format=api"
                    ],
                    "code": "40EA3095002",
                    "last_modified": "2024-07-05T18:34:07.214258Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2790/?format=api",
                    "top_level": null,
                    "filter_top_level": -3.51,
                    "filter_bottom_level": -6.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44521/?format=api",
                    "id": 44521,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/070f5eed-9554-465e-a4f7-4c13feb8f5cc/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fc0ae4a1-04db-460b-b229-a5f813a1f554/?format=api"
                    ],
                    "code": "40EA3095001",
                    "last_modified": "2024-07-05T18:34:06.775442Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2790/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -2.01,
                    "filter_bottom_level": -7.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44523/?format=api",
                    "id": 44523,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f63443e-4cab-4b97-a200-d5d6381a3204/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5419af96-a207-4511-83b3-caccba5fbbe3/?format=api"
                    ],
                    "code": "40EA3095003",
                    "last_modified": "2024-07-05T18:34:07.648919Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2790/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -69.51,
                    "filter_bottom_level": -70.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3095",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.49,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2791/?format=api",
            "id": 2791,
            "code": "40EA3098",
            "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.1334164505808,
                    51.97231500043843,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:09.310986Z",
            "created": "2015-08-12T11:32:58.833809Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44525/?format=api",
                    "id": 44525,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/be8265ca-b559-4ea4-999b-5fde8ba8215c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6a589cff-967d-4128-ad0e-98865ccbfeb9/?format=api"
                    ],
                    "code": "40EA3098002",
                    "last_modified": "2024-07-05T18:34:10.263376Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2791/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -39.3,
                    "filter_bottom_level": -40.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44524/?format=api",
                    "id": 44524,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e6799a2-b7c4-479a-b336-39a44c3f756f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/14f041ca-bdd0-4a96-818d-be012e118b70/?format=api"
                    ],
                    "code": "40EA3098001",
                    "last_modified": "2024-07-05T18:34:09.865229Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2791/?format=api",
                    "top_level": null,
                    "filter_top_level": -7.3,
                    "filter_bottom_level": -9.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3098",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.7,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2792/?format=api",
            "id": 2792,
            "code": "40EA3156",
            "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.052279997495273,
                    51.9565507601003,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:10.954819Z",
            "created": "2015-08-12T11:32:58.839986Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44526/?format=api",
                    "id": 44526,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea902286-7ec2-4e95-8c8e-463589255e39/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c347dba7-3867-4b7a-8bca-39f8eae49c87/?format=api"
                    ],
                    "code": "40EA3156001",
                    "last_modified": "2024-07-05T18:34:11.502001Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -10.3,
                    "filter_bottom_level": -12.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44527/?format=api",
                    "id": 44527,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9cd62417-4351-47ff-aed4-ca65a540d1c9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cdcb66eb-8a24-4b7c-a087-1299ac44a0a5/?format=api"
                    ],
                    "code": "40EA3156002",
                    "last_modified": "2024-07-05T18:34:11.910534Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -24.5,
                    "filter_bottom_level": -29.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44529/?format=api",
                    "id": 44529,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8196566a-3d47-4e5f-90c7-be430499faf2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/88a8625e-1478-4bfa-9657-c9410412259e/?format=api"
                    ],
                    "code": "40EA3156004",
                    "last_modified": "2024-07-05T18:34:12.874563Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -87.0,
                    "filter_bottom_level": -89.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44528/?format=api",
                    "id": 44528,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/89be3272-e4cc-4e0d-8b06-fdc12fbefeb3/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a05efaa8-a88a-4bc2-b83a-b4ee1ce5eb2f/?format=api"
                    ],
                    "code": "40EA3156003",
                    "last_modified": "2024-07-05T18:34:12.384339Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2792/?format=api",
                    "top_level": null,
                    "filter_top_level": -47.5,
                    "filter_bottom_level": -49.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3156",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2793/?format=api",
            "id": 2793,
            "code": "40EA3158",
            "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.162334576270452,
                    51.95632606254588,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:13.451523Z",
            "created": "2015-08-12T11:32:58.845983Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44530/?format=api",
                    "id": 44530,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2022b4a-a2db-43b3-8a1c-c3485df501cf/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2e944fef-d109-42d8-b423-411307d1a14b/?format=api"
                    ],
                    "code": "40EA3158001",
                    "last_modified": "2024-07-05T18:34:13.903489Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2793/?format=api",
                    "top_level": null,
                    "filter_top_level": -1.8,
                    "filter_bottom_level": -4.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3158",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2794/?format=api",
            "id": 2794,
            "code": "40EA3163",
            "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.084266933329045,
                    51.94219058065309,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:15.884355Z",
            "created": "2015-08-12T11:32:58.851579Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44531/?format=api",
                    "id": 44531,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6e51f167-dc29-4be6-8ab8-a00fd954f3eb/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/399eac83-a9ca-4a72-9767-3e586af92de0/?format=api"
                    ],
                    "code": "40EA3163001",
                    "last_modified": "2024-07-05T18:34:16.362932Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2794/?format=api",
                    "top_level": null,
                    "filter_top_level": -39.82,
                    "filter_bottom_level": -42.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EA3163",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 10.5,
            "top_level": null,
            "bottom_level": null
        }
    ]
}