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=20
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=21",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2728/?format=api",
            "id": 2728,
            "code": "40HP0100",
            "organisation": {
                "url": "https://demo.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.247471815527751,
                    51.90165801202392,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:09.805826Z",
            "created": "2015-08-12T11:32:58.439838Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44437/?format=api",
                    "id": 44437,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d782e0c4-d46a-4912-b224-68afb56b242c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/94ed2d91-b548-46c4-9e0b-c5b91e47eae4/?format=api"
                    ],
                    "code": "40HP0100001",
                    "last_modified": "2024-07-05T18:41:10.282839Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2728/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -0.06,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP0100",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2729/?format=api",
            "id": 2729,
            "code": "40HP0101",
            "organisation": {
                "url": "https://demo.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.190513804257241,
                    51.89873132026874,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:50.950293Z",
            "created": "2015-08-12T11:32:58.445879Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44438/?format=api",
                    "id": 44438,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/60f0eaf8-a67d-4fe2-8717-ec31e877d930/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7cd8a081-4aa1-4bb2-a180-9c1f7b5fe2d2/?format=api"
                    ],
                    "code": "40HP0101001",
                    "last_modified": "2024-07-05T18:41:11.492410Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2729/?format=api",
                    "top_level": 21.26,
                    "filter_top_level": 14.72,
                    "filter_bottom_level": 11.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0101",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 19.33,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2730/?format=api",
            "id": 2730,
            "code": "40HP0103",
            "organisation": {
                "url": "https://demo.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.304855077879001,
                    51.89840494687909,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:29.011561Z",
            "created": "2015-08-12T11:32:58.451758Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44439/?format=api",
                    "id": 44439,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7f1580de-6917-4abd-b625-1cfe91ed2e60/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/64e0d71d-d495-42e3-86ff-8091e9908101/?format=api"
                    ],
                    "code": "40HP0103001",
                    "last_modified": "2024-07-08T10:41:29.502276Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2730/?format=api",
                    "top_level": 14.72,
                    "filter_top_level": 5.28,
                    "filter_bottom_level": 4.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0103",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 14.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2731/?format=api",
            "id": 2731,
            "code": "40HP0104",
            "organisation": {
                "url": "https://demo.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.237137752236321,
                    51.90151751249346,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:23:54.253054Z",
            "created": "2015-08-12T11:32:58.457843Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44440/?format=api",
                    "id": 44440,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1d833fde-f381-48e1-82dd-196179c0fc69/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d75b020d-8d78-4b2a-8896-be7adfad9cb8/?format=api"
                    ],
                    "code": "40HP0104001",
                    "last_modified": "2024-07-05T18:41:15.274068Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2731/?format=api",
                    "top_level": 30.58,
                    "filter_top_level": 8.74,
                    "filter_bottom_level": 5.74,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0104",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 29.96,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2732/?format=api",
            "id": 2732,
            "code": "40HP0108",
            "organisation": {
                "url": "https://demo.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.311498533879052,
                    51.88477807704184,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:30.148864Z",
            "created": "2015-08-12T11:32:58.463693Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44442/?format=api",
                    "id": 44442,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1fd149c4-499b-4c1b-8a48-4939723f0ac1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1a60322b-95c2-4bfe-bec6-2991217d3d2f/?format=api"
                    ],
                    "code": "40HP0108002",
                    "last_modified": "2024-07-08T10:41:31.211142Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2732/?format=api",
                    "top_level": 14.91,
                    "filter_top_level": 6.35,
                    "filter_bottom_level": 5.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44441/?format=api",
                    "id": 44441,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/43674b23-2797-4a08-97b1-fe41199ad004/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aa4068fe-12c1-46aa-b80e-bec5a4634c41/?format=api"
                    ],
                    "code": "40HP0108001",
                    "last_modified": "2024-07-08T10:41:30.721416Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2732/?format=api",
                    "top_level": 14.93,
                    "filter_top_level": 10.21,
                    "filter_bottom_level": 9.21,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0108",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 14.28,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2733/?format=api",
            "id": 2733,
            "code": "40HP0109",
            "organisation": {
                "url": "https://demo.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.228963542918355,
                    51.9026460289518,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:24:00.131191Z",
            "created": "2015-08-12T11:32:58.469313Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44443/?format=api",
                    "id": 44443,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a2084394-cfee-4784-896e-d1108922f8a9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f1ac985c-1409-4e2a-9af6-86548125fdc0/?format=api"
                    ],
                    "code": "40HP0109001",
                    "last_modified": "2024-07-05T18:41:18.098221Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2733/?format=api",
                    "top_level": 38.02,
                    "filter_top_level": 15.23,
                    "filter_bottom_level": 13.23,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44444/?format=api",
                    "id": 44444,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b1dad1ae-c376-4d36-88ee-9610b0521179/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d4463d98-62c1-4f31-a0a7-ab72a2eb5a77/?format=api"
                    ],
                    "code": "40HP0109002",
                    "last_modified": "2024-07-05T18:41:18.567990Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2733/?format=api",
                    "top_level": 38.02,
                    "filter_top_level": 7.99,
                    "filter_bottom_level": 5.99,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0109",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 37.64,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2734/?format=api",
            "id": 2734,
            "code": "40HP0110",
            "organisation": {
                "url": "https://demo.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.238775243214442,
                    51.89897982715891,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:19.177878Z",
            "created": "2015-08-12T11:32:58.475132Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44445/?format=api",
                    "id": 44445,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/11269e45-54dc-418b-b201-07891ae12096/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a6b6b732-b136-43e2-a228-5d30bf26e08b/?format=api"
                    ],
                    "code": "40HP0110001",
                    "last_modified": "2024-07-05T18:41:19.691270Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2734/?format=api",
                    "top_level": null,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": -0.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44447/?format=api",
                    "id": 44447,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/44f62aed-b271-4ec2-9fa6-b77320cb3f62/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1b55604e-a1bb-4a22-83e0-f6e0f9419b85/?format=api"
                    ],
                    "code": "40HP0110003",
                    "last_modified": "2024-07-05T18:41:20.537324Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2734/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44446/?format=api",
                    "id": 44446,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0cf4fbeb-f504-40f0-b27f-b772e2af4654/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2f53ab53-d8fe-44c6-b89f-7994ef75d54f/?format=api"
                    ],
                    "code": "40HP0110002",
                    "last_modified": "2024-07-05T18:41:20.086555Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2734/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP0110",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2735/?format=api",
            "id": 2735,
            "code": "40HP3012",
            "organisation": {
                "url": "https://demo.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.253780310206131,
                    51.89347684849943,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:21.063887Z",
            "created": "2015-08-12T11:32:58.480902Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44448/?format=api",
                    "id": 44448,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/69fc53b5-dcc7-4670-ac74-efa556d9405f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ac497271-6b0e-4014-a604-7f36b84886be/?format=api"
                    ],
                    "code": "40HP3012001",
                    "last_modified": "2024-07-05T18:41:21.544654Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2735/?format=api",
                    "top_level": null,
                    "filter_top_level": 3.8,
                    "filter_bottom_level": -4.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3012",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 55.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2736/?format=api",
            "id": 2736,
            "code": "40HP3016",
            "organisation": {
                "url": "https://demo.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.254140863657351,
                    51.89333935675838,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:22.082129Z",
            "created": "2015-08-12T11:32:58.487198Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44449/?format=api",
                    "id": 44449,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/60bb62e2-4f01-4085-8a59-a52868834af1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8cb62cb-b5c5-489f-9334-c1bb6d707bb7/?format=api"
                    ],
                    "code": "40HP3016001",
                    "last_modified": "2024-07-05T18:41:22.527610Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2736/?format=api",
                    "top_level": 51.72,
                    "filter_top_level": -1.45,
                    "filter_bottom_level": -2.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3016",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 51.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2737/?format=api",
            "id": 2737,
            "code": "40HP3017",
            "organisation": {
                "url": "https://demo.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.254790201163256,
                    51.89310984373421,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:41:23.033708Z",
            "created": "2015-08-12T11:32:58.493086Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44450/?format=api",
                    "id": 44450,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/616a7c23-b905-42f5-a36e-232304e8e0b8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f8d91a2-cfe5-41d1-9009-af778bd20fd4/?format=api"
                    ],
                    "code": "40HP3017001",
                    "last_modified": "2024-07-05T18:41:23.541128Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2737/?format=api",
                    "top_level": 48.87,
                    "filter_top_level": -0.3,
                    "filter_bottom_level": -1.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HP3017",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 48.7,
            "top_level": null,
            "bottom_level": null
        }
    ]
}