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=9
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=10",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/?format=api&page=8",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2714/?format=api",
            "id": 2714,
            "code": "40HP0026",
            "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.244879168981116,
                    51.90666570200428,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:31.065111Z",
            "created": "2015-08-12T11:32:58.358210Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44419/?format=api",
                    "id": 44419,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d20c2fcc-4741-4250-a6fb-fc07cc5b8f50/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9bf1abce-69be-44f7-a281-c0dc1f1d7eae/?format=api"
                    ],
                    "code": "40HP0026001",
                    "last_modified": "2024-07-05T18:40:52.020876Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2714/?format=api",
                    "top_level": 31.35,
                    "filter_top_level": 13.5,
                    "filter_bottom_level": 12.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 30.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2715/?format=api",
            "id": 2715,
            "code": "40HP0027",
            "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.237303938582336,
                    51.90108485229875,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:52.753698Z",
            "created": "2015-08-12T11:32:58.363773Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44420/?format=api",
                    "id": 44420,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8eeed50b-cd5f-49e0-9963-d18b0315e0b9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8e4bda45-91c7-4976-9f9d-e2a8d36eda37/?format=api"
                    ],
                    "code": "40HP0027001",
                    "last_modified": "2024-07-05T18:40:53.467982Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2715/?format=api",
                    "top_level": 30.12,
                    "filter_top_level": 12.76,
                    "filter_bottom_level": 11.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44421/?format=api",
                    "id": 44421,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/353b3150-95ad-43e1-8ea7-eb6dc4c3cbd5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ab199c25-ebb0-41a7-b1c6-8099b40e6317/?format=api"
                    ],
                    "code": "40HP0027002",
                    "last_modified": "2024-07-05T18:40:53.900772Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2715/?format=api",
                    "top_level": 30.12,
                    "filter_top_level": 7.12,
                    "filter_bottom_level": 5.12,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0027",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 29.77,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2716/?format=api",
            "id": 2716,
            "code": "40HP0028",
            "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.253755580761331,
                    51.92121870481355,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:34.059993Z",
            "created": "2015-08-12T11:32:58.369626Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44422/?format=api",
                    "id": 44422,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7ca442b5-e936-4ae9-9a80-e9b5e47e7671/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/105f9c72-6cba-48b7-a538-3a31625a5d68/?format=api"
                    ],
                    "code": "40HP0028001",
                    "last_modified": "2024-07-05T18:40:55.047874Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2716/?format=api",
                    "top_level": 19.31,
                    "filter_top_level": 5.72,
                    "filter_bottom_level": 2.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0156",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2717/?format=api",
            "id": 2717,
            "code": "40HP0029",
            "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.257967164331458,
                    51.92211987666361,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:55.670803Z",
            "created": "2015-08-12T11:32:58.375396Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44423/?format=api",
                    "id": 44423,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ea53c535-9f9c-4f81-ada2-8864ec86c257/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5f482e7c-9169-499e-9113-13e1dd322a92/?format=api"
                    ],
                    "code": "40HP0029001",
                    "last_modified": "2024-07-05T18:40:56.148228Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2717/?format=api",
                    "top_level": 16.27,
                    "filter_top_level": -12.0,
                    "filter_bottom_level": -15.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0157",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2718/?format=api",
            "id": 2718,
            "code": "40HP0030",
            "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.267250278333275,
                    51.91808669524665,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:37.916057Z",
            "created": "2015-08-12T11:32:58.381006Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44424/?format=api",
                    "id": 44424,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b851271-e0c0-469d-90b8-55aa15b32359/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/de99b992-3d56-4d14-bbdc-8b834a04b90d/?format=api"
                    ],
                    "code": "40HP0030001",
                    "last_modified": "2024-07-05T18:40:57.311761Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2718/?format=api",
                    "top_level": 16.09,
                    "filter_top_level": 3.51,
                    "filter_bottom_level": 0.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0158",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2719/?format=api",
            "id": 2719,
            "code": "40HP0031",
            "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.255556092273457,
                    51.91395800403181,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:57.970451Z",
            "created": "2015-08-12T11:32:58.386829Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44425/?format=api",
                    "id": 44425,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3d848714-19a2-4da1-bdd1-a2c9820f3154/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f02d31c5-0e69-4d1d-bd49-ed3ef96686a7/?format=api"
                    ],
                    "code": "40HP0031001",
                    "last_modified": "2024-07-05T18:40:58.712567Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2719/?format=api",
                    "top_level": 21.3,
                    "filter_top_level": 4.58,
                    "filter_bottom_level": 1.58,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0159",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 20.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2720/?format=api",
            "id": 2720,
            "code": "40HP0047",
            "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.24739062224382,
                    51.90880462740816,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T14:09:25.398738Z",
            "created": "2015-08-12T11:32:58.392912Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44426/?format=api",
                    "id": 44426,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ffb498b9-3086-4d9e-af47-a4cebcee40f5/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f795ac02-ca29-47d7-8984-9f901d54016a/?format=api"
                    ],
                    "code": "40HP0047001",
                    "last_modified": "2024-07-05T18:40:59.944129Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2720/?format=api",
                    "top_level": null,
                    "filter_top_level": 4.8,
                    "filter_bottom_level": 3.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44427/?format=api",
                    "id": 44427,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/df24c55c-1ae8-4ea9-b4c3-a260ac1e2ba9/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/467750aa-bd07-40d7-9c14-8ef98e18cc01/?format=api"
                    ],
                    "code": "40HP0047002",
                    "last_modified": "2024-07-05T18:41:00.425737Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2720/?format=api",
                    "top_level": 27.44,
                    "filter_top_level": -18.95,
                    "filter_bottom_level": -19.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0047",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2721/?format=api",
            "id": 2721,
            "code": "40HP0048",
            "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.229404469751533,
                    51.90291252912023,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:01.201851Z",
            "created": "2015-08-12T11:32:58.398906Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44428/?format=api",
                    "id": 44428,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3ad7681-7700-4505-add4-9464f7b8c58a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/00cc004d-a180-4506-b918-08cb8ac093f1/?format=api"
                    ],
                    "code": "40HP0048001",
                    "last_modified": "2024-07-05T18:41:01.758130Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2721/?format=api",
                    "top_level": 37.56,
                    "filter_top_level": 16.82,
                    "filter_bottom_level": 15.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44429/?format=api",
                    "id": 44429,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/759ae6ac-e09b-44a7-a021-db31c473880a/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7ac0c369-8ebe-4821-b40f-81592cedac71/?format=api"
                    ],
                    "code": "40HP0048002",
                    "last_modified": "2024-07-05T18:41:02.152313Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2721/?format=api",
                    "top_level": 37.5,
                    "filter_top_level": 9.32,
                    "filter_bottom_level": 8.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0048",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 37.66,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2722/?format=api",
            "id": 2722,
            "code": "40HP0069",
            "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.243071858089378,
                    51.88807225330869,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:02.670569Z",
            "created": "2015-08-12T11:32:58.404711Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44430/?format=api",
                    "id": 44430,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f9b2cd79-4177-485c-b8e8-09c3581d199d/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/46d37549-c9c8-46fe-b784-27481e5ef793/?format=api"
                    ],
                    "code": "40HP0069001",
                    "last_modified": "2024-07-05T18:41:03.154687Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2722/?format=api",
                    "top_level": 41.47,
                    "filter_top_level": 5.81,
                    "filter_bottom_level": 4.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0069",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 41.59,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2723/?format=api",
            "id": 2723,
            "code": "40HP0080",
            "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.309577010298592,
                    51.90096203265136,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:03.670627Z",
            "created": "2015-08-12T11:32:58.410435Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/44431/?format=api",
                    "id": 44431,
                    "timeseries": [
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ca3bcd42-a53a-40cf-a432-9e9005a4b40b/?format=api",
                        "https://zuiderzeeland.lizard.net/api/v4/timeseries/63ecbc12-442d-4af7-b7a4-c155e59ba146/?format=api"
                    ],
                    "code": "40HP0080001",
                    "last_modified": "2024-07-05T18:41:04.153401Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2723/?format=api",
                    "top_level": 13.71,
                    "filter_top_level": 4.21,
                    "filter_bottom_level": 3.21,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0080",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.2,
            "top_level": null,
            "bottom_level": null
        }
    ]
}