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=38
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=39",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=37",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3006/?format=api",
            "id": 3006,
            "code": "27GL9001",
            "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.152424138178418,
                    52.36741506331499,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:08:21.844768Z",
            "created": "2015-08-12T11:33:00.106328Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44941/?format=api",
                    "id": 44941,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7245583-336e-476f-a8cd-6dab2efc55e6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ef442c4c-6af5-49f3-8f65-c403b381bfa3/?format=api"
                    ],
                    "code": "27GL9001001",
                    "last_modified": "2024-07-05T16:40:48.544658Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3006/?format=api",
                    "top_level": 2.785,
                    "filter_top_level": -0.3,
                    "filter_bottom_level": -1.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0331",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.37,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3007/?format=api",
            "id": 3007,
            "code": "27GP0105",
            "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.167476235168515,
                    52.34439738251393,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:41:32.072326Z",
            "created": "2015-08-12T11:33:00.112034Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44944/?format=api",
                    "id": 44944,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f2321089-25a9-4844-9bcd-e6a9517a719c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ab410c3b-6920-4d12-a65c-218f937cdbf5/?format=api"
                    ],
                    "code": "27GP0105003",
                    "last_modified": "2024-07-05T16:41:33.531039Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3007/?format=api",
                    "top_level": 3.46,
                    "filter_top_level": -14.66,
                    "filter_bottom_level": -15.66,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44942/?format=api",
                    "id": 44942,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c12bfb28-fedf-4816-830a-5b56b5b586c1/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ac6a5546-2547-45f1-b7c1-10512c51bc8f/?format=api"
                    ],
                    "code": "27GP0105001",
                    "last_modified": "2024-07-05T16:41:32.537037Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3007/?format=api",
                    "top_level": 3.57,
                    "filter_top_level": 1.34,
                    "filter_bottom_level": 0.34,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44943/?format=api",
                    "id": 44943,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0955e11c-bdca-43f5-b6bd-2e40b0730a62/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a304522-3569-4226-84f2-14ae644dd521/?format=api"
                    ],
                    "code": "27GP0105002",
                    "last_modified": "2024-07-05T16:41:33.067651Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3007/?format=api",
                    "top_level": 3.52,
                    "filter_top_level": -4.66,
                    "filter_bottom_level": -5.66,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44945/?format=api",
                    "id": 44945,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/652b5cc6-295c-4669-a9f0-260849bc3453/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b4fd30ed-a0c8-4264-8ba3-ead57036fe72/?format=api"
                    ],
                    "code": "27GP0105004",
                    "last_modified": "2024-07-05T16:41:33.948059Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3007/?format=api",
                    "top_level": 3.45,
                    "filter_top_level": -30.66,
                    "filter_bottom_level": -31.66,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0105",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 3.34,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3008/?format=api",
            "id": 3008,
            "code": "27GP0107",
            "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.111193892431104,
                    52.36127756125929,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:08:40.238765Z",
            "created": "2015-08-12T11:33:00.117674Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44948/?format=api",
                    "id": 44948,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/59f2ac95-0e35-474c-a92f-b7b71aad646c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fdebe2d8-11cc-447b-bab8-3bee9e0de617/?format=api"
                    ],
                    "code": "27GP0107003",
                    "last_modified": "2024-07-05T16:41:38.084494Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3008/?format=api",
                    "top_level": 3.8,
                    "filter_top_level": -11.2,
                    "filter_bottom_level": -26.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44947/?format=api",
                    "id": 44947,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a96235ec-9054-4c39-80d6-369ddf737bfb/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b03c9790-4c62-47dd-8254-ca4432feb6aa/?format=api"
                    ],
                    "code": "27GP0107002",
                    "last_modified": "2024-07-05T16:41:37.626826Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3008/?format=api",
                    "top_level": 4.04,
                    "filter_top_level": -23.2,
                    "filter_bottom_level": -25.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44946/?format=api",
                    "id": 44946,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f938027b-8e25-482c-bf67-cd3c7fcb7780/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/70359e09-49de-4641-ab09-21d78d59c946/?format=api"
                    ],
                    "code": "27GP0107001",
                    "last_modified": "2024-07-05T16:41:37.177878Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3008/?format=api",
                    "top_level": 3.7,
                    "filter_top_level": -10.2,
                    "filter_bottom_level": -12.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0107",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3009/?format=api",
            "id": 3009,
            "code": "27GP0143",
            "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.183077898264666,
                    52.36728916514424,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:08:47.195985Z",
            "created": "2015-08-12T11:33:00.123267Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44949/?format=api",
                    "id": 44949,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b7ac6ffd-d043-4f98-92e8-63e1c6c09eda/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4578d019-ea85-490e-92cc-742753f09286/?format=api"
                    ],
                    "code": "27GP0143001",
                    "last_modified": "2024-07-05T16:41:52.225734Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3009/?format=api",
                    "top_level": 3.088,
                    "filter_top_level": -3.2,
                    "filter_bottom_level": -4.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44950/?format=api",
                    "id": 44950,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/875fec96-c5db-4f17-8739-8815597f2e91/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/03b35a15-ee08-4145-a5f4-2d9e022f6fbf/?format=api"
                    ],
                    "code": "27GP0143002",
                    "last_modified": "2024-07-05T16:41:52.733708Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3009/?format=api",
                    "top_level": 3.023,
                    "filter_top_level": -19.2,
                    "filter_bottom_level": -21.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0143",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.84,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3010/?format=api",
            "id": 3010,
            "code": "27GP0144",
            "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.172978199650516,
                    52.3717395426666,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:41:53.717718Z",
            "created": "2015-08-12T11:33:00.128915Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44952/?format=api",
                    "id": 44952,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8842bd13-ed91-4948-985b-be24e6c6fff5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f69d5f7-7b5a-424b-a549-9efbb490360d/?format=api"
                    ],
                    "code": "27GP0144002",
                    "last_modified": "2024-07-05T16:41:54.634431Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3010/?format=api",
                    "top_level": 2.99,
                    "filter_top_level": -19.5,
                    "filter_bottom_level": -20.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44951/?format=api",
                    "id": 44951,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6695c267-d040-41ba-828f-48bb7b0dbd23/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0ab85479-4228-48d2-9a28-98ee7e8ab8de/?format=api"
                    ],
                    "code": "27GP0144001",
                    "last_modified": "2024-07-05T16:41:54.185679Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3010/?format=api",
                    "top_level": 3.02,
                    "filter_top_level": -1.5,
                    "filter_bottom_level": -2.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0144",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.53,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3011/?format=api",
            "id": 3011,
            "code": "27GP0145",
            "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.160941991998557,
                    52.37029692749931,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:08:54.553774Z",
            "created": "2015-08-12T11:33:00.135511Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44953/?format=api",
                    "id": 44953,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f189d8f4-7c51-4282-988b-9de567e3277a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d1da5f4e-ac4b-43ae-a77c-2a853556444e/?format=api"
                    ],
                    "code": "27GP0145001",
                    "last_modified": "2024-07-05T16:41:56.068396Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3011/?format=api",
                    "top_level": 2.615,
                    "filter_top_level": -1.3,
                    "filter_bottom_level": -2.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44954/?format=api",
                    "id": 44954,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dd00c861-d82e-4e0b-b69f-066d02c58ff4/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9fbf78c1-eeec-404c-be96-29242acc6280/?format=api"
                    ],
                    "code": "27GP0145002",
                    "last_modified": "2024-07-05T16:41:56.521178Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3011/?format=api",
                    "top_level": 2.613,
                    "filter_top_level": -19.8,
                    "filter_bottom_level": -21.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0145",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.68,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3012/?format=api",
            "id": 3012,
            "code": "27GP0146",
            "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.164288248606652,
                    52.36347284111023,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:41:57.091602Z",
            "created": "2015-08-12T11:33:00.141311Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44955/?format=api",
                    "id": 44955,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e2ef3a3-8bbe-4020-9b88-fba7b9325399/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7c76465c-172a-4d0d-a904-cbb1e5ca0a49/?format=api"
                    ],
                    "code": "27GP0146001",
                    "last_modified": "2024-07-05T16:41:57.519488Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3012/?format=api",
                    "top_level": 2.83,
                    "filter_top_level": -3.8,
                    "filter_bottom_level": -4.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44956/?format=api",
                    "id": 44956,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/77027a86-54a3-4dd2-bbcd-1114be180807/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3255839-d398-42db-a2d1-d54ae7a59b47/?format=api"
                    ],
                    "code": "27GP0146002",
                    "last_modified": "2024-07-05T16:41:58.042494Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3012/?format=api",
                    "top_level": 2.81,
                    "filter_top_level": -19.3,
                    "filter_bottom_level": -21.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0146",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 2.7,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3013/?format=api",
            "id": 3013,
            "code": "27GP0147",
            "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.163854672304367,
                    52.35564188228127,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:09:01.202106Z",
            "created": "2015-08-12T11:33:00.146994Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44958/?format=api",
                    "id": 44958,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6b4817ea-a2bd-46de-b108-f648d65e9030/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e693eac0-10f3-4fbb-a8d1-256a4afb115d/?format=api"
                    ],
                    "code": "27GP0147002",
                    "last_modified": "2024-07-05T16:41:59.572908Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3013/?format=api",
                    "top_level": 2.95,
                    "filter_top_level": -14.4,
                    "filter_bottom_level": -16.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44957/?format=api",
                    "id": 44957,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/98020647-ea82-438e-81f0-b55937009887/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2bf9d76b-40d6-4a57-8453-e1cbc26e1cc4/?format=api"
                    ],
                    "code": "27GP0147001",
                    "last_modified": "2024-07-05T16:41:59.163043Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3013/?format=api",
                    "top_level": 2.96,
                    "filter_top_level": -0.9,
                    "filter_bottom_level": -1.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0147",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3014/?format=api",
            "id": 3014,
            "code": "27GP0148",
            "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.15496644114569,
                    52.35859248744386,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:09:07.757741Z",
            "created": "2015-08-12T11:33:00.152834Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44959/?format=api",
                    "id": 44959,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b877349-3f02-4737-85dd-1ca142f3fe27/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/67cf0374-28b1-4be5-8b27-9197394b48c5/?format=api"
                    ],
                    "code": "27GP0148001",
                    "last_modified": "2024-07-05T16:42:01.097978Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3014/?format=api",
                    "top_level": 2.586,
                    "filter_top_level": -3.4,
                    "filter_bottom_level": -4.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44960/?format=api",
                    "id": 44960,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/881f1138-3fb9-4158-824c-f4bdc6eedd0e/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1fbb446b-8900-4477-9865-f8a54a84ee30/?format=api"
                    ],
                    "code": "27GP0148002",
                    "last_modified": "2024-07-05T16:42:01.618518Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3014/?format=api",
                    "top_level": 2.579,
                    "filter_top_level": -18.9,
                    "filter_bottom_level": -20.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0148",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.75,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3015/?format=api",
            "id": 3015,
            "code": "27GP0149",
            "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.155998955047484,
                    52.34777282680175,
                    0.0
                ]
            },
            "last_modified": "2025-04-28T12:09:14.429167Z",
            "created": "2015-08-12T11:33:00.158459Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44961/?format=api",
                    "id": 44961,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/16054408-08b0-43db-af4a-b867cfadc918/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/87018c4c-6105-49a1-bdec-a191ca4dfe88/?format=api"
                    ],
                    "code": "27GP0149001",
                    "last_modified": "2024-07-05T16:42:03.118444Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3015/?format=api",
                    "top_level": 3.17,
                    "filter_top_level": -0.8,
                    "filter_bottom_level": -1.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44962/?format=api",
                    "id": 44962,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dac8c1ca-ce77-4764-8a53-13bbada37040/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5f1e441e-12ec-4fac-9fd4-6352a417591e/?format=api"
                    ],
                    "code": "27GP0149002",
                    "last_modified": "2024-07-05T16:42:03.567734Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/3015/?format=api",
                    "top_level": 3.15,
                    "filter_top_level": -18.8,
                    "filter_bottom_level": -20.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27G0149",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.31,
            "top_level": null,
            "bottom_level": null
        }
    ]
}