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=28
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=29",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2809/?format=api",
            "id": 2809,
            "code": "40G-0302",
            "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.118206079326447,
                    51.90520320265453,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:54.365575Z",
            "created": "2015-08-12T11:32:58.939539Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44556/?format=api",
                    "id": 44556,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bd2d7559-429d-4a24-af39-29adbf4a0516/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c401e55f-bcf3-48b7-ab9c-1ca1d43392e7/?format=api"
                    ],
                    "code": "40G-0302002",
                    "last_modified": "2024-07-05T18:38:55.377486Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2809/?format=api",
                    "top_level": 13.27,
                    "filter_top_level": -18.4,
                    "filter_bottom_level": -20.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44555/?format=api",
                    "id": 44555,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/18160ac8-0c5a-44dc-ac83-2e910ee415b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61262d0d-8e26-4e1d-8491-7048c1910be9/?format=api"
                    ],
                    "code": "40G-0302001",
                    "last_modified": "2024-07-05T18:38:54.894831Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2809/?format=api",
                    "top_level": 13.3,
                    "filter_top_level": -4.55,
                    "filter_bottom_level": -5.55,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0302",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 12.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2810/?format=api",
            "id": 2810,
            "code": "40G-0303",
            "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.125012779244506,
                    51.86013199563984,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:41:26.541993Z",
            "created": "2015-08-12T11:32:58.945196Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44557/?format=api",
                    "id": 44557,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ae3a7fb1-5b2c-43b0-a480-5bbf2f1f113b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08de29a8-4ef1-43c7-882a-db9e2ec44b2d/?format=api"
                    ],
                    "code": "40G-0303001",
                    "last_modified": "2024-07-08T10:41:27.006539Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2810/?format=api",
                    "top_level": 14.09,
                    "filter_top_level": -3.6,
                    "filter_bottom_level": -5.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0303",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 13.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2811/?format=api",
            "id": 2811,
            "code": "40G-1055",
            "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.07796652057835,
                    51.88810779053289,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:57.048386Z",
            "created": "2015-08-12T11:32:58.951012Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44559/?format=api",
                    "id": 44559,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/311d8438-e83b-4e24-a266-d2057902dfbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d2b15d1-3df1-4f85-a887-a6b98791de6f/?format=api"
                    ],
                    "code": "40G-1055002",
                    "last_modified": "2024-07-05T18:38:58.098925Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2811/?format=api",
                    "top_level": 12.65,
                    "filter_top_level": 8.45,
                    "filter_bottom_level": 7.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44558/?format=api",
                    "id": 44558,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2b1fb42c-cd73-429b-8177-ef9673736e60/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5654a8fc-ae7d-42be-aa2e-0d8aa22926c6/?format=api"
                    ],
                    "code": "40G-1055001",
                    "last_modified": "2024-07-05T18:38:57.620468Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2811/?format=api",
                    "top_level": 12.66,
                    "filter_top_level": 9.66,
                    "filter_bottom_level": 8.66,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G1055",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2812/?format=api",
            "id": 2812,
            "code": "40G-1066",
            "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.080624881321017,
                    51.91542632323496,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:58.689494Z",
            "created": "2015-08-12T11:32:58.957589Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44560/?format=api",
                    "id": 44560,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6c307158-21e1-4250-87eb-a7170712965a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/387a74b3-3dc0-40fb-9f03-0b65bda0a076/?format=api"
                    ],
                    "code": "40G-1066001",
                    "last_modified": "2024-07-05T18:38:59.113282Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2812/?format=api",
                    "top_level": 10.9,
                    "filter_top_level": 9.0,
                    "filter_bottom_level": 8.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G1066",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 10.98,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2813/?format=api",
            "id": 2813,
            "code": "40G-1069",
            "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.063721118512698,
                    51.89518381453775,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:59.757371Z",
            "created": "2015-08-12T11:32:58.963401Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44561/?format=api",
                    "id": 44561,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4104a668-9ae8-4fa4-9376-d599a6d0854e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/862f3d69-5e55-4cd7-8330-a1fc4202db92/?format=api"
                    ],
                    "code": "40G-1069001",
                    "last_modified": "2024-07-05T18:39:00.208893Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2813/?format=api",
                    "top_level": 12.78,
                    "filter_top_level": 10.13,
                    "filter_bottom_level": 9.13,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G1069",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 12.21,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2814/?format=api",
            "id": 2814,
            "code": "40G-1132",
            "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.044966772555239,
                    51.90722711109527,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:00.721031Z",
            "created": "2015-08-12T11:32:58.969425Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44562/?format=api",
                    "id": 44562,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fdab9ca7-0313-480c-ab28-8f31cec202a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/54ac130e-a059-4d5c-be0a-598d93eafe3a/?format=api"
                    ],
                    "code": "40G-1132001",
                    "last_modified": "2024-07-05T18:39:01.225714Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2814/?format=api",
                    "top_level": 12.74,
                    "filter_top_level": 10.2,
                    "filter_bottom_level": 9.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G1132",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 12.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2815/?format=api",
            "id": 2815,
            "code": "40G-1133",
            "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.118287185366483,
                    51.87892003349791,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:01.761824Z",
            "created": "2015-08-12T11:32:58.975544Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44563/?format=api",
                    "id": 44563,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/68810c8c-759c-4094-84dd-93b592393b33/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d7a7ba12-b917-4c42-a9c5-af1f4504cd5a/?format=api"
                    ],
                    "code": "40G-1133001",
                    "last_modified": "2024-07-05T18:39:02.237262Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2815/?format=api",
                    "top_level": 14.02,
                    "filter_top_level": 10.82,
                    "filter_bottom_level": 9.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G1133",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 13.47,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2816/?format=api",
            "id": 2816,
            "code": "40GA3004",
            "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.057614270946219,
                    51.91920922205665,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:09.209101Z",
            "created": "2015-08-12T11:32:58.981448Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44564/?format=api",
                    "id": 44564,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/45851db2-64fe-4784-b0e8-80711cfcb8e9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7805351d-f76a-462a-9acc-0fdb4c1d5a6e/?format=api"
                    ],
                    "code": "40GA3004001",
                    "last_modified": "2024-07-05T18:39:09.736436Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2816/?format=api",
                    "top_level": null,
                    "filter_top_level": -24.5,
                    "filter_bottom_level": -38.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3004",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2817/?format=api",
            "id": 2817,
            "code": "40GA3006",
            "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.081086824216282,
                    51.89357242256965,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:10.234677Z",
            "created": "2015-08-12T11:32:58.987130Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44565/?format=api",
                    "id": 44565,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ca82fda4-5b82-4bb6-b5f1-7a4fcf5bda30/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df934091-e5dd-4b8b-8942-e1b8ab1f6e64/?format=api"
                    ],
                    "code": "40GA3006001",
                    "last_modified": "2024-07-05T18:39:10.696832Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2817/?format=api",
                    "top_level": null,
                    "filter_top_level": 3.83,
                    "filter_bottom_level": 1.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3006",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2818/?format=api",
            "id": 2818,
            "code": "40GA3021",
            "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.096002714384239,
                    51.85458967329969,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:11.361913Z",
            "created": "2015-08-12T11:32:58.993156Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44566/?format=api",
                    "id": 44566,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8da360c2-6537-4cca-876a-c4a3b19288d0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/27048fd0-ee6c-4506-8ba3-56f3648995fb/?format=api"
                    ],
                    "code": "40GA3021001",
                    "last_modified": "2024-07-05T18:39:11.839527Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2818/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -47.6,
                    "filter_bottom_level": -49.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44567/?format=api",
                    "id": 44567,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/58c3c2c2-bf89-4d3c-bca6-f43e41d45c04/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d808a16-815b-4c6b-bb61-f89c2d8d9f50/?format=api"
                    ],
                    "code": "40GA3021002",
                    "last_modified": "2024-07-05T18:39:12.303438Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2818/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -46.9,
                    "filter_bottom_level": -51.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44568/?format=api",
                    "id": 44568,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8fe1951b-cb6c-40cf-851a-2e86d59d8f28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c7b22bc8-c173-4d8d-a04e-b9479c54f2d5/?format=api"
                    ],
                    "code": "40GA3021003",
                    "last_modified": "2024-07-05T18:39:12.784064Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2818/?format=api",
                    "top_level": null,
                    "filter_top_level": -64.26,
                    "filter_bottom_level": -66.26,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40GA3021",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 15.6,
            "top_level": null,
            "bottom_level": null
        }
    ]
}