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=27
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=28",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=26",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2896/?format=api",
            "id": 2896,
            "code": "28AP0048",
            "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.423866230827449,
                    52.47236332443816,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:57:56.174760Z",
            "created": "2015-08-12T11:32:59.465152Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44696/?format=api",
                    "id": 44696,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b3148366-3c93-4153-880b-fda308326771/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f4edc725-f0be-4fca-820b-d8010084c37d/?format=api"
                    ],
                    "code": "28AP0048002",
                    "last_modified": "2024-07-05T16:47:34.919543Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2896/?format=api",
                    "top_level": 21.165,
                    "filter_top_level": -35.19,
                    "filter_bottom_level": -36.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44695/?format=api",
                    "id": 44695,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1a87a2f3-87b1-49e3-9a39-a1c8369fdb8b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1d8b6b76-a9be-49fe-a076-ce31ec31d7a1/?format=api"
                    ],
                    "code": "28AP0048001",
                    "last_modified": "2024-07-05T16:47:34.372338Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2896/?format=api",
                    "top_level": 21.296,
                    "filter_top_level": -5.19,
                    "filter_bottom_level": -6.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0048",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 20.74,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2897/?format=api",
            "id": 2897,
            "code": "28AP0053",
            "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.420769066348545,
                    52.47729261300892,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:14.846244Z",
            "created": "2015-08-12T11:32:59.470732Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44697/?format=api",
                    "id": 44697,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fca77f88-1f45-40b5-87b9-3a91ec0e7d96/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f96a7376-85d2-4a90-b4a1-d61e528462bd/?format=api"
                    ],
                    "code": "28AP0053001",
                    "last_modified": "2024-07-05T16:47:36.048055Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2897/?format=api",
                    "top_level": 33.77,
                    "filter_top_level": -6.72,
                    "filter_bottom_level": -7.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0053",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 33.22,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2898/?format=api",
            "id": 2898,
            "code": "28AP0054",
            "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.382295821352246,
                    52.4672703794072,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:47:36.502729Z",
            "created": "2015-08-12T11:32:59.476135Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44698/?format=api",
                    "id": 44698,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b01a167d-7dc6-4c6a-817e-ec7877e31a36/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/acabc0ec-377d-48a7-a32c-7ef902c12a95/?format=api"
                    ],
                    "code": "28AP0054001",
                    "last_modified": "2024-07-05T16:47:37.051448Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2898/?format=api",
                    "top_level": 6.77,
                    "filter_top_level": 5.81,
                    "filter_bottom_level": 0.91,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0164",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 6.84,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2899/?format=api",
            "id": 2899,
            "code": "28AP0060",
            "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.362349681362825,
                    52.47385293452525,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:17.776755Z",
            "created": "2015-08-12T11:32:59.481847Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44699/?format=api",
                    "id": 44699,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9aa93056-7ec7-4457-9bd9-5c07b6bed357/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/83b997f7-b059-4fb4-922f-b87fc8969580/?format=api"
                    ],
                    "code": "28AP0060001",
                    "last_modified": "2024-07-05T16:47:46.846561Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2899/?format=api",
                    "top_level": 5.67,
                    "filter_top_level": -0.67,
                    "filter_bottom_level": -1.67,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0060",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2900/?format=api",
            "id": 2900,
            "code": "28AP0062",
            "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.410394705919838,
                    52.44900869012564,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:58:03.713876Z",
            "created": "2015-08-12T11:32:59.487510Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44700/?format=api",
                    "id": 44700,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/515eece2-d76f-4fe9-9585-5e4746d2e8da/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/51a39860-1a4d-45b6-af2c-3928eb4981ff/?format=api"
                    ],
                    "code": "28AP0062001",
                    "last_modified": "2024-07-05T16:47:50.374313Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2900/?format=api",
                    "top_level": 8.238,
                    "filter_top_level": 1.79,
                    "filter_bottom_level": 0.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0062",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.78,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2901/?format=api",
            "id": 2901,
            "code": "28AP0067",
            "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.421799457280745,
                    52.47554417484148,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:20.697181Z",
            "created": "2015-08-12T11:32:59.493480Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44701/?format=api",
                    "id": 44701,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fd07dfee-22c6-4611-937f-8dd39d25b7dc/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/638a3a50-2886-45d0-8d6e-527dac79bbdf/?format=api"
                    ],
                    "code": "28AP0067001",
                    "last_modified": "2024-07-05T16:47:55.210995Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2901/?format=api",
                    "top_level": 28.56,
                    "filter_top_level": -20.89,
                    "filter_bottom_level": -22.89,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0067",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 28.11,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
            "id": 2902,
            "code": "28AP0068",
            "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.414737621255923,
                    52.4799610051848,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:26.568764Z",
            "created": "2015-08-12T11:32:59.499400Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44702/?format=api",
                    "id": 44702,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/da82a49b-50e4-4a0c-af7d-d291cfe2cd78/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d53f2a34-f82b-43d5-ba5e-6322022e2001/?format=api"
                    ],
                    "code": "28AP0068001",
                    "last_modified": "2024-07-05T16:47:57.242568Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.09,
                    "filter_top_level": 8.1,
                    "filter_bottom_level": 7.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44707/?format=api",
                    "id": 44707,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/18f3f8e9-7ffc-45e6-9f53-5562eb42d8e0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e141d82a-ab17-42e4-b953-ef7397518226/?format=api"
                    ],
                    "code": "28AP0068006",
                    "last_modified": "2024-07-05T16:47:59.527874Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 17.94,
                    "filter_top_level": -104.4,
                    "filter_bottom_level": -106.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44703/?format=api",
                    "id": 44703,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/104f25be-660f-46ca-b2e8-76d51a5bc015/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/067d9a77-44aa-4ffc-98e4-978b8b89d13c/?format=api"
                    ],
                    "code": "28AP0068002",
                    "last_modified": "2024-07-05T16:47:57.792288Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.05,
                    "filter_top_level": -7.9,
                    "filter_bottom_level": -9.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44704/?format=api",
                    "id": 44704,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4148e7ba-bf70-46f7-9b9b-0141b2a8fbc6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/42d9dd7e-dc0c-4a2b-b9b9-55bee1bbb968/?format=api"
                    ],
                    "code": "28AP0068003",
                    "last_modified": "2024-07-05T16:47:58.217359Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.01,
                    "filter_top_level": -27.4,
                    "filter_bottom_level": -29.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44705/?format=api",
                    "id": 44705,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d700ff5-923f-4e90-9290-114416820b2a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/98e535e3-d419-4fa2-8b5c-e5e7e5a8447a/?format=api"
                    ],
                    "code": "28AP0068004",
                    "last_modified": "2024-07-05T16:47:58.680146Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.0,
                    "filter_top_level": -62.4,
                    "filter_bottom_level": -64.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44706/?format=api",
                    "id": 44706,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ab0ff85-61aa-4246-b102-a32907beb414/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5422cd41-bbe3-4756-8cd5-6913cb5ec52a/?format=api"
                    ],
                    "code": "28AP0068005",
                    "last_modified": "2024-07-05T16:47:59.136999Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 17.97,
                    "filter_top_level": -90.41,
                    "filter_bottom_level": -92.41,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0068",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.65,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2903/?format=api",
            "id": 2903,
            "code": "28AP0072",
            "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.40555710841329,
                    52.47861967472522,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:29.632632Z",
            "created": "2015-08-12T11:32:59.505290Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44708/?format=api",
                    "id": 44708,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d84e641c-94a9-430b-91bf-d0bcbe9de9dd/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/265e38ab-36d8-427f-9d6b-f57631477cff/?format=api"
                    ],
                    "code": "28AP0072001",
                    "last_modified": "2024-07-05T16:48:01.114504Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2903/?format=api",
                    "top_level": 22.725,
                    "filter_top_level": 20.45,
                    "filter_bottom_level": 19.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44709/?format=api",
                    "id": 44709,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2143b456-349d-402d-aedc-81e69ed1078c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e68a89cc-9b04-4a84-8b4f-be9b1f519e98/?format=api"
                    ],
                    "code": "28AP0072002",
                    "last_modified": "2024-07-05T16:48:01.644441Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2903/?format=api",
                    "top_level": 22.707,
                    "filter_top_level": -13.06,
                    "filter_bottom_level": -15.06,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0072",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 22.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2904/?format=api",
            "id": 2904,
            "code": "28AP0073",
            "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.427935979293681,
                    52.48056347075752,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:32.501206Z",
            "created": "2015-08-12T11:32:59.511287Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44711/?format=api",
                    "id": 44711,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8580406a-698a-4f07-9ac8-6ad01edea8c9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/871d7c3d-6e5d-4043-8db7-2e37a9ad090e/?format=api"
                    ],
                    "code": "28AP0073002",
                    "last_modified": "2024-07-05T16:48:03.510480Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2904/?format=api",
                    "top_level": 8.414,
                    "filter_top_level": -14.89,
                    "filter_bottom_level": -16.89,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44710/?format=api",
                    "id": 44710,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fee2c7ae-9c10-43c2-bf25-d4d06a462699/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3d33448e-f2c8-4c70-ba41-aafb5b5df35d/?format=api"
                    ],
                    "code": "28AP0073001",
                    "last_modified": "2024-07-05T16:48:03.061432Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2904/?format=api",
                    "top_level": 8.465,
                    "filter_top_level": 0.12,
                    "filter_bottom_level": -0.88,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0073",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2905/?format=api",
            "id": 2905,
            "code": "28AP0074",
            "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.443566802002223,
                    52.47498781300036,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:44:35.506842Z",
            "created": "2015-08-12T11:32:59.517383Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44712/?format=api",
                    "id": 44712,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7998ea59-a00b-4b3f-b3c9-dc5fc15954fe/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e30a2b5-0c40-4870-8303-cbc09a9c95a5/?format=api"
                    ],
                    "code": "28AP0074001",
                    "last_modified": "2024-09-26T14:36:07.901123Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2905/?format=api",
                    "top_level": 6.77,
                    "filter_top_level": -0.62,
                    "filter_bottom_level": -1.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44713/?format=api",
                    "id": 44713,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a0c94ce7-a8aa-4a13-b4c8-2a8bbc399f93/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/527c22b3-079e-40fd-ae04-ab44c17c80e1/?format=api"
                    ],
                    "code": "28AP0074002",
                    "last_modified": "2024-09-26T14:36:08.379738Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2905/?format=api",
                    "top_level": 6.77,
                    "filter_top_level": -14.61,
                    "filter_bottom_level": -16.61,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0074",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.82,
            "top_level": null,
            "bottom_level": null
        }
    ]
}