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=23
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=24",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=22",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2856/?format=api",
            "id": 2856,
            "code": "28A0540",
            "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.433845882065329,
                    52.47921338979198,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:34.729689Z",
            "created": "2015-08-12T11:32:59.225289Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44622/?format=api",
                    "id": 44622,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8729e3c4-80cd-47e6-910e-030f364c52b1/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fe973350-3645-4c31-8c4d-e055aa232195/?format=api"
                    ],
                    "code": "28A0540001",
                    "last_modified": "2024-07-05T16:45:25.561052Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2856/?format=api",
                    "top_level": 6.352,
                    "filter_top_level": -0.65,
                    "filter_bottom_level": -1.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0540",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.68,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2857/?format=api",
            "id": 2857,
            "code": "28A0576",
            "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.421024582685554,
                    52.46273590231007,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:30.677697Z",
            "created": "2015-08-12T11:32:59.231823Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44623/?format=api",
                    "id": 44623,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6b564a8e-16e1-4997-8889-f9bf7c1fb1d4/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6bb42742-b07d-4a6d-bdb1-3cb6ddb6eddd/?format=api"
                    ],
                    "code": "28A0576001",
                    "last_modified": "2024-07-05T16:45:31.097046Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2857/?format=api",
                    "top_level": 9.24,
                    "filter_top_level": 3.65,
                    "filter_bottom_level": 2.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28A0576",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 8.75,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2858/?format=api",
            "id": 2858,
            "code": "28A0577",
            "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.370308973167801,
                    52.47751170379936,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:42:54.590729Z",
            "created": "2015-08-12T11:32:59.237558Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44624/?format=api",
                    "id": 44624,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6c0a8c2e-2e3c-4ad9-9c1c-7d3b827801a6/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0d8a06bb-c919-41be-b023-cdc597c263c9/?format=api"
                    ],
                    "code": "28A0577001",
                    "last_modified": "2024-07-05T16:45:32.335826Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2858/?format=api",
                    "top_level": 5.53,
                    "filter_top_level": 3.62,
                    "filter_bottom_level": 2.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0577",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.62,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2859/?format=api",
            "id": 2859,
            "code": "28A0578",
            "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.441398436365974,
                    52.46943686778479,
                    0.0
                ]
            },
            "last_modified": "2025-05-12T06:43:03.437255Z",
            "created": "2015-08-12T11:32:59.243447Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44625/?format=api",
                    "id": 44625,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/76a55c05-311c-47c7-ae08-62b8f9b94da5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a675ad9b-c2d4-46a6-bd77-c890e3bfc990/?format=api"
                    ],
                    "code": "28A0578001",
                    "last_modified": "2024-07-05T16:45:33.715551Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2859/?format=api",
                    "top_level": 6.83,
                    "filter_top_level": 1.38,
                    "filter_bottom_level": 0.38,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0578",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2860/?format=api",
            "id": 2860,
            "code": "28AA3040",
            "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.423101370789645,
                    52.47527961210913,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:34.250260Z",
            "created": "2015-08-12T11:32:59.249276Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44626/?format=api",
                    "id": 44626,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2bb63849-1a81-4e09-aad9-16d9a82600ea/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4963ba14-6cae-4cf7-b9ad-725b7e7ab89e/?format=api"
                    ],
                    "code": "28AA3040001",
                    "last_modified": "2024-07-05T16:45:34.635383Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2860/?format=api",
                    "top_level": 29.0,
                    "filter_top_level": -8.5,
                    "filter_bottom_level": -32.25,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0040",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 29.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2861/?format=api",
            "id": 2861,
            "code": "28AA3041",
            "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.423101370789645,
                    52.47527961210913,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:35.221509Z",
            "created": "2015-08-12T11:32:59.255279Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44627/?format=api",
                    "id": 44627,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/731c2f82-1c0b-42be-804e-ab797666690d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c9935981-9a10-4fa8-8827-1c55f712e00c/?format=api"
                    ],
                    "code": "28AA3041001",
                    "last_modified": "2024-07-05T16:45:35.723385Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2861/?format=api",
                    "top_level": 34.5,
                    "filter_top_level": -5.9,
                    "filter_bottom_level": -28.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0041",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2862/?format=api",
            "id": 2862,
            "code": "28AA3042",
            "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.420448231338018,
                    52.47512300833817,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:36.143096Z",
            "created": "2015-08-12T11:32:59.261543Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44628/?format=api",
                    "id": 44628,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/08f2cd1f-bc86-4c09-b554-82c552b0b7e2/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ffb14d93-3578-49e9-a35f-92de5127f6aa/?format=api"
                    ],
                    "code": "28AA3042001",
                    "last_modified": "2024-07-05T16:45:36.693160Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2862/?format=api",
                    "top_level": 37.0,
                    "filter_top_level": 1.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0042",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 37.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2863/?format=api",
            "id": 2863,
            "code": "28AA3049",
            "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.419464265143781,
                    52.47710894289876,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:37.279462Z",
            "created": "2015-08-12T11:32:59.267501Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44630/?format=api",
                    "id": 44630,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b1d0f155-7e71-4890-9df0-9b5e781ce168/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e324cfb5-1cdb-4669-868a-9d113852daff/?format=api"
                    ],
                    "code": "28AA3049081",
                    "last_modified": "2024-07-05T16:45:38.176057Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2863/?format=api",
                    "top_level": 37.75,
                    "filter_top_level": 1.65,
                    "filter_bottom_level": -19.56,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44629/?format=api",
                    "id": 44629,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/fadbabd6-aa6f-40e0-9496-e603b87b32d9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0b421c1-723d-4c7d-b197-609fc9217599/?format=api"
                    ],
                    "code": "28AA3049001",
                    "last_modified": "2024-07-05T16:45:37.728269Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2863/?format=api",
                    "top_level": 38.25,
                    "filter_top_level": -4.0,
                    "filter_bottom_level": -5.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3049",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2864/?format=api",
            "id": 2864,
            "code": "28AA3050",
            "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.419664137221805,
                    52.47306259783897,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:38.791808Z",
            "created": "2015-08-12T11:32:59.273284Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44632/?format=api",
                    "id": 44632,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5dbcf1e9-5286-4301-9a96-f2eac283201c/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0726f423-5af2-43a1-a53c-9867c180bde5/?format=api"
                    ],
                    "code": "28AA3050081",
                    "last_modified": "2024-07-05T16:45:39.808707Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2864/?format=api",
                    "top_level": 21.95,
                    "filter_top_level": -46.15,
                    "filter_bottom_level": -51.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44631/?format=api",
                    "id": 44631,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/46782dd1-75a4-430c-8d42-fb646123c89b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a80c3685-daaf-40e0-aa91-873b33b4aeea/?format=api"
                    ],
                    "code": "28AA3050001",
                    "last_modified": "2024-07-05T16:45:39.300504Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2864/?format=api",
                    "top_level": 23.2,
                    "filter_top_level": -22.5,
                    "filter_bottom_level": -23.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3050",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 23.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2865/?format=api",
            "id": 2865,
            "code": "28AA3168",
            "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.415455969452942,
                    52.46932421309399,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:44.996683Z",
            "created": "2015-08-12T11:32:59.278927Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44634/?format=api",
                    "id": 44634,
                    "timeseries": [],
                    "code": "28AA3168081",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2865/?format=api",
                    "top_level": null,
                    "filter_top_level": 5.4,
                    "filter_bottom_level": -4.6,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44633/?format=api",
                    "id": 44633,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b39c4f09-4d2c-4110-a524-5681bc3f60e0/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b3060ac2-5dbc-4cd6-8928-c58ed2a7ce7f/?format=api"
                    ],
                    "code": "28AA3168001",
                    "last_modified": "2024-07-05T16:45:45.549832Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2865/?format=api",
                    "top_level": null,
                    "filter_top_level": -2.0,
                    "filter_bottom_level": -2.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3168",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 43.4,
            "top_level": null,
            "bottom_level": null
        }
    ]
}