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=35
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=36",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=34",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2976/?format=api",
            "id": 2976,
            "code": "27EP0128",
            "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.135266093087656,
                    52.42720403169413,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:37.565342Z",
            "created": "2015-08-12T11:32:59.925117Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44849/?format=api",
                    "id": 44849,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ebe346b7-a5aa-4a9e-b189-365714e923bf/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b999b2a9-5eba-437d-9605-d635f69e0a0d/?format=api"
                    ],
                    "code": "27EP0128001",
                    "last_modified": "2024-07-05T16:37:38.069125Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2976/?format=api",
                    "top_level": 2.8,
                    "filter_top_level": -11.2,
                    "filter_bottom_level": -13.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44850/?format=api",
                    "id": 44850,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2db13a9b-4132-4745-8839-4924ae75a763/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/11767314-fbad-4ca8-8d57-9c4470072009/?format=api"
                    ],
                    "code": "27EP0128002",
                    "last_modified": "2024-07-05T16:37:38.433019Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2976/?format=api",
                    "top_level": 2.8,
                    "filter_top_level": -25.2,
                    "filter_bottom_level": -27.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0128",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2977/?format=api",
            "id": 2977,
            "code": "27EP0129",
            "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.135339599412494,
                    52.42720356741336,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:37:39.178530Z",
            "created": "2015-08-12T11:32:59.930643Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44851/?format=api",
                    "id": 44851,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/63415fbe-1cd9-416e-9948-a859d15949c0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f09d10d0-c683-41d9-8063-f7d7006a9f15/?format=api"
                    ],
                    "code": "27EP0129001",
                    "last_modified": "2024-07-05T16:37:39.690541Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2977/?format=api",
                    "top_level": 1.83,
                    "filter_top_level": -4.6,
                    "filter_bottom_level": -5.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44852/?format=api",
                    "id": 44852,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/46d28913-af2e-49c6-afea-60a6dbb06900/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3925d97-ab44-4439-be8e-6525f8009465/?format=api"
                    ],
                    "code": "27EP0129002",
                    "last_modified": "2024-07-05T16:37:40.140464Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2977/?format=api",
                    "top_level": 1.82,
                    "filter_top_level": -12.6,
                    "filter_bottom_level": -14.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44853/?format=api",
                    "id": 44853,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b72f5b5-9144-4295-b9fb-01c2f5ebd5ef/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/675a69d7-6514-42f1-b13f-d24e8b559950/?format=api"
                    ],
                    "code": "27EP0129003",
                    "last_modified": "2024-07-05T16:37:40.694980Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2977/?format=api",
                    "top_level": 1.79,
                    "filter_top_level": -26.6,
                    "filter_bottom_level": -28.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0129",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2978/?format=api",
            "id": 2978,
            "code": "27EP0130",
            "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.150554161006304,
                    52.37536643592377,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:07:28.846524Z",
            "created": "2015-08-12T11:32:59.936251Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44856/?format=api",
                    "id": 44856,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1125a4aa-086f-4db4-b1cc-505f6699cd41/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4aa7771a-ed24-45c2-b749-58ccec08ab65/?format=api"
                    ],
                    "code": "27EP0130003",
                    "last_modified": "2024-07-05T16:37:42.898614Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2978/?format=api",
                    "top_level": 2.341,
                    "filter_top_level": -25.4,
                    "filter_bottom_level": -27.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44854/?format=api",
                    "id": 44854,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b3780cf8-7ce5-4da9-bc93-47737e44606a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/320797eb-3cce-43d0-bc14-f19d9a6fdc14/?format=api"
                    ],
                    "code": "27EP0130001",
                    "last_modified": "2024-07-05T16:37:41.924271Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2978/?format=api",
                    "top_level": 2.389,
                    "filter_top_level": -0.4,
                    "filter_bottom_level": -1.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44855/?format=api",
                    "id": 44855,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/89b6785c-6068-489a-a952-b81a765b2421/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1d43a52c-94f1-4cb5-b402-0c6157805340/?format=api"
                    ],
                    "code": "27EP0130002",
                    "last_modified": "2024-07-05T16:37:42.376384Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2978/?format=api",
                    "top_level": 2.364,
                    "filter_top_level": -15.4,
                    "filter_bottom_level": -17.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0130",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.48,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2979/?format=api",
            "id": 2979,
            "code": "27EP0135",
            "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.188746394949463,
                    52.39154574263115,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:07:32.326887Z",
            "created": "2015-08-12T11:32:59.941775Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44857/?format=api",
                    "id": 44857,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/86a9d36b-d99e-44ce-b62f-d415f82042e9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/af4e7e9a-88d9-4d1a-ae30-83352ff37e5e/?format=api"
                    ],
                    "code": "27EP0135001",
                    "last_modified": "2024-07-05T16:37:51.850524Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2979/?format=api",
                    "top_level": 2.62,
                    "filter_top_level": -0.85,
                    "filter_bottom_level": -1.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44859/?format=api",
                    "id": 44859,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/97367c24-3b6d-468b-8f67-62268e666a24/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c457e9db-30ad-4442-92f2-0d8b7ea05358/?format=api"
                    ],
                    "code": "27EP0135003",
                    "last_modified": "2024-07-05T16:37:52.921757Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2979/?format=api",
                    "top_level": 2.583,
                    "filter_top_level": -25.85,
                    "filter_bottom_level": -27.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44858/?format=api",
                    "id": 44858,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/26cf24d7-a64a-4ff8-8a33-b771d8d27cf9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5e48b7bb-2262-4a23-80e4-ea3d941f78b0/?format=api"
                    ],
                    "code": "27EP0135002",
                    "last_modified": "2024-07-05T16:37:52.412098Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2979/?format=api",
                    "top_level": 2.616,
                    "filter_top_level": -5.85,
                    "filter_bottom_level": -7.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0135",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.29,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2980/?format=api",
            "id": 2980,
            "code": "27EP0144",
            "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.186859006529501,
                    52.3934979187073,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:07:42.708201Z",
            "created": "2015-08-12T11:32:59.947596Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44863/?format=api",
                    "id": 44863,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/06db27dd-6fb7-4e07-9810-5035770df186/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/218615bb-b698-477e-8d2e-6399d27c2865/?format=api"
                    ],
                    "code": "27EP0144004",
                    "last_modified": "2024-07-05T16:38:03.816413Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2980/?format=api",
                    "top_level": 3.311,
                    "filter_top_level": -139.1,
                    "filter_bottom_level": -141.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44860/?format=api",
                    "id": 44860,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6daa8ed3-6c1b-4821-b234-97076de5a032/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6a8e2583-6691-4a49-9eef-0fe63223ce82/?format=api"
                    ],
                    "code": "27EP0144001",
                    "last_modified": "2024-07-05T16:38:01.734784Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2980/?format=api",
                    "top_level": 3.397,
                    "filter_top_level": -24.1,
                    "filter_bottom_level": -26.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44861/?format=api",
                    "id": 44861,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b07086e9-0dda-4e1a-87a2-ca2a7a464338/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7fba9a9-375d-4cc5-8baa-86c9fc745c00/?format=api"
                    ],
                    "code": "27EP0144002",
                    "last_modified": "2024-07-05T16:38:02.892702Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2980/?format=api",
                    "top_level": 3.358,
                    "filter_top_level": -66.1,
                    "filter_bottom_level": -68.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44864/?format=api",
                    "id": 44864,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/75ec11c6-a000-49d8-8b78-6299312c8d31/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e1bef1b9-8eb6-463a-b95d-4e780a4018c3/?format=api"
                    ],
                    "code": "27EP0144005",
                    "last_modified": "2024-07-05T16:38:04.292002Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2980/?format=api",
                    "top_level": 3.275,
                    "filter_top_level": -169.1,
                    "filter_bottom_level": -171.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44862/?format=api",
                    "id": 44862,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fc8c8b9d-4da2-41b5-983b-910bc5a98806/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ca9cbbd0-22f0-469b-afeb-526e71c4ee8b/?format=api"
                    ],
                    "code": "27EP0144003",
                    "last_modified": "2024-07-05T16:38:03.333174Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2980/?format=api",
                    "top_level": 3.336,
                    "filter_top_level": -99.1,
                    "filter_bottom_level": -101.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0144",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2981/?format=api",
            "id": 2981,
            "code": "27EP0174",
            "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.16009673322916,
                    52.38008975280071,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:07:49.577256Z",
            "created": "2015-08-12T11:32:59.953386Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44866/?format=api",
                    "id": 44866,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8a622a34-c374-42db-a795-731a43aed20f/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d11e56f-fc52-424c-ae05-7728b8dc8b08/?format=api"
                    ],
                    "code": "27EP0174002",
                    "last_modified": "2024-07-05T16:38:09.019005Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2981/?format=api",
                    "top_level": 2.323,
                    "filter_top_level": -20.1,
                    "filter_bottom_level": -22.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44865/?format=api",
                    "id": 44865,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/71fa5cb4-9310-4524-8ae7-20a9cec496b2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/35b2bb5b-211a-4bd4-a963-e5f9d06f5053/?format=api"
                    ],
                    "code": "27EP0174001",
                    "last_modified": "2024-07-05T16:38:08.561085Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2981/?format=api",
                    "top_level": 2.332,
                    "filter_top_level": -2.1,
                    "filter_bottom_level": -3.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0174",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.41,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2982/?format=api",
            "id": 2982,
            "code": "27EP0175",
            "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.18432032223743,
                    52.37818892988341,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:07:56.461260Z",
            "created": "2015-08-12T11:32:59.959039Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44867/?format=api",
                    "id": 44867,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/eec4c6b9-b5ed-4b62-a2f3-9449db3ba3fc/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/24bc917c-86f9-4a45-a74a-7ca83a116dad/?format=api"
                    ],
                    "code": "27EP0175001",
                    "last_modified": "2024-07-05T16:38:10.109507Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2982/?format=api",
                    "top_level": 2.74,
                    "filter_top_level": -1.7,
                    "filter_bottom_level": -2.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44868/?format=api",
                    "id": 44868,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/66d263e2-8ba6-47f0-b299-c0b9351b5b65/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1cc7dbab-4fc1-4ff1-a866-02c7daf2ac51/?format=api"
                    ],
                    "code": "27EP0175002",
                    "last_modified": "2024-07-05T16:38:10.538542Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2982/?format=api",
                    "top_level": 2.73,
                    "filter_top_level": -12.7,
                    "filter_bottom_level": -14.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0175",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2983/?format=api",
            "id": 2983,
            "code": "27EP0176",
            "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.194373560818118,
                    52.38702379074969,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:07:59.853890Z",
            "created": "2015-08-12T11:32:59.964722Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44870/?format=api",
                    "id": 44870,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/82baef1f-87b6-4c6c-bcb2-c12b3da9ef1b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6b15ba47-ac01-459b-890a-64761597b8c5/?format=api"
                    ],
                    "code": "27EP0176002",
                    "last_modified": "2024-07-05T16:38:12.104455Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2983/?format=api",
                    "top_level": 2.345,
                    "filter_top_level": -17.5,
                    "filter_bottom_level": -19.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44869/?format=api",
                    "id": 44869,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/793cb22f-089a-4a6e-8275-ab013c76037b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/be527159-20e8-4ccb-b30d-9fcb40bc9310/?format=api"
                    ],
                    "code": "27EP0176001",
                    "last_modified": "2024-07-05T16:38:11.669206Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2983/?format=api",
                    "top_level": 2.366,
                    "filter_top_level": -2.5,
                    "filter_bottom_level": -3.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0176",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.43,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2984/?format=api",
            "id": 2984,
            "code": "27EP0177",
            "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.180576252678199,
                    52.39985688587177,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:08:03.426149Z",
            "created": "2015-08-12T11:32:59.971842Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44871/?format=api",
                    "id": 44871,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/766530a2-b36c-4d54-81f8-2f71f40242bd/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/976d912f-7e3a-4b02-9f3d-ec4a89c65dcf/?format=api"
                    ],
                    "code": "27EP0177001",
                    "last_modified": "2024-08-27T13:39:44.143480Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2984/?format=api",
                    "top_level": 1.726,
                    "filter_top_level": -2.65,
                    "filter_bottom_level": -3.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44872/?format=api",
                    "id": 44872,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/13037825-152a-47fe-b9cb-9957f13004a6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/63659294-5471-4195-950b-c5e3762fa107/?format=api"
                    ],
                    "code": "27EP0177002",
                    "last_modified": "2024-08-27T13:39:44.608625Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2984/?format=api",
                    "top_level": 1.727,
                    "filter_top_level": -20.05,
                    "filter_bottom_level": -22.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0177",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.41,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2985/?format=api",
            "id": 2985,
            "code": "27EP0178",
            "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.172258009756549,
                    52.40728122640088,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:38:14.206984Z",
            "created": "2015-08-12T11:32:59.977770Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44873/?format=api",
                    "id": 44873,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7c01d6e-037d-4d34-b326-6d2af2121108/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/48c8bdb2-1558-427c-b7c9-e16053e5643e/?format=api"
                    ],
                    "code": "27EP0178001",
                    "last_modified": "2024-07-05T16:38:14.708512Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2985/?format=api",
                    "top_level": 1.55,
                    "filter_top_level": -3.6,
                    "filter_bottom_level": -4.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44874/?format=api",
                    "id": 44874,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d79d057e-8260-4df4-8b88-c6d92d37da16/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea52d92d-7af8-4cc9-8e13-f535fe3bb686/?format=api"
                    ],
                    "code": "27EP0178002",
                    "last_modified": "2024-07-05T16:38:15.227245Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2985/?format=api",
                    "top_level": 1.54,
                    "filter_top_level": -21.6,
                    "filter_bottom_level": -23.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27E0178",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.4,
            "top_level": null,
            "bottom_level": null
        }
    ]
}