List assets of type GroundwaterStation

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also supported.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

name: Exact filter on the name field, the startswith lookup is also supported.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/

?name__startswith=station3
GET /api/v4/groundwaterstations/?format=api&page=27
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12637,
    "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=28",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=26",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2799/?format=api",
            "id": 2799,
            "code": "40EB0091",
            "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.153610003389231,
                    51.9318804264508,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:25.197775Z",
            "created": "2015-08-12T11:32:58.881621Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44540/?format=api",
                    "id": 44540,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/557ca8e2-0f1d-45bd-ae80-bffa2c933fa0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/597c0921-e109-41b4-b634-d7ab9a4bcfc6/?format=api"
                    ],
                    "code": "40EB0091001",
                    "last_modified": "2024-07-05T18:34:25.656719Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2799/?format=api",
                    "top_level": 13.12,
                    "filter_top_level": 0.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40EB0091",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.27,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2800/?format=api",
            "id": 2800,
            "code": "40EL0017",
            "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.047608973053276,
                    51.97130916872905,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:27.156689Z",
            "created": "2015-08-12T11:32:58.887431Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44541/?format=api",
                    "id": 44541,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6455749f-59bb-40c6-87ad-432c737ca6e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2d3b0963-f44c-40c8-90c4-7861ceff2072/?format=api"
                    ],
                    "code": "40EL0017001",
                    "last_modified": "2024-07-05T18:34:27.615364Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2800/?format=api",
                    "top_level": 9.57,
                    "filter_top_level": 7.18,
                    "filter_bottom_level": 6.63,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0317",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2801/?format=api",
            "id": 2801,
            "code": "40EL0020",
            "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.138890528974298,
                    51.95592999941936,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:28.106737Z",
            "created": "2015-08-12T11:32:58.893226Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44542/?format=api",
                    "id": 44542,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/463f7cf3-4d4f-4aa5-b4b4-dd9affe1e4d0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e28b834f-42f1-4802-9c8a-4de36dcf4b45/?format=api"
                    ],
                    "code": "40EL0020001",
                    "last_modified": "2024-07-05T18:34:28.634363Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2801/?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
                }
            ],
            "name": "40EL0020",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2802/?format=api",
            "id": 2802,
            "code": "40EL0044",
            "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.084391867829729,
                    51.95491755944619,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:29.159007Z",
            "created": "2015-08-12T11:32:58.899003Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44543/?format=api",
                    "id": 44543,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/89270241-367d-43b1-ac37-c9f4234441aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29caff02-f81a-4072-bf75-dd3450856bff/?format=api"
                    ],
                    "code": "40EL0044001",
                    "last_modified": "2024-07-05T18:34:29.661040Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2802/?format=api",
                    "top_level": 10.43,
                    "filter_top_level": 7.19,
                    "filter_bottom_level": 6.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0348",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 9.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2803/?format=api",
            "id": 2803,
            "code": "40EP0035",
            "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.108107056055548,
                    51.97769519835443,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:35.144099Z",
            "created": "2015-08-12T11:32:58.904662Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44544/?format=api",
                    "id": 44544,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b6b0ff2e-83c6-4a86-847e-0aaebc10056d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/48faaff2-c5fd-4ad4-b44d-c57f1a156a16/?format=api"
                    ],
                    "code": "40EP0035001",
                    "last_modified": "2024-07-05T18:34:35.665568Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2803/?format=api",
                    "top_level": 9.97,
                    "filter_top_level": 2.47,
                    "filter_bottom_level": 1.47,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0293",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.34,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2804/?format=api",
            "id": 2804,
            "code": "40EP0151",
            "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.067021487802505,
                    51.9750635763227,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:37.330891Z",
            "created": "2015-08-12T11:32:58.910801Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44545/?format=api",
                    "id": 44545,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/95701be6-a24f-417f-957c-ae7f957de872/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/35c431cb-7024-40ee-bdd7-6983be4eeeca/?format=api"
                    ],
                    "code": "40EP0151001",
                    "last_modified": "2024-07-05T18:34:37.833745Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2804/?format=api",
                    "top_level": 9.23,
                    "filter_top_level": -19.18,
                    "filter_bottom_level": -19.96,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0151",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 9.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2805/?format=api",
            "id": 2805,
            "code": "40EP0254",
            "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.10618747520578,
                    51.92793083583241,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:44.656653Z",
            "created": "2015-08-12T11:32:58.916806Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44548/?format=api",
                    "id": 44548,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0931141b-3028-48cd-a9ff-00d7cb7ef20b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6690abf4-8707-46f1-a7c2-d4296b74ef7f/?format=api"
                    ],
                    "code": "40EP0254003",
                    "last_modified": "2024-07-05T18:34:46.133831Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2805/?format=api",
                    "top_level": 11.97,
                    "filter_top_level": -37.74,
                    "filter_bottom_level": -40.74,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44546/?format=api",
                    "id": 44546,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/99f9526d-c40c-45e8-ac72-d157f4c306da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/88faea58-e38b-4a17-98fd-bad71fbfccb6/?format=api"
                    ],
                    "code": "40EP0254001",
                    "last_modified": "2024-07-05T18:34:45.236382Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2805/?format=api",
                    "top_level": 12.19,
                    "filter_top_level": 3.41,
                    "filter_bottom_level": 0.41,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44547/?format=api",
                    "id": 44547,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a322a867-8b01-4367-8209-c0e93983ac2f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8f7d6d1f-496d-4233-8f89-464a19f1b1be/?format=api"
                    ],
                    "code": "40EP0254002",
                    "last_modified": "2024-07-05T18:34:45.689417Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2805/?format=api",
                    "top_level": 12.06,
                    "filter_top_level": -19.7,
                    "filter_bottom_level": -22.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0254",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 10.85,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2806/?format=api",
            "id": 2806,
            "code": "40EP0269",
            "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.140934221821203,
                    51.93901843534713,
                    0.0
                ]
            },
            "last_modified": "2024-07-16T06:36:10.149621Z",
            "created": "2015-08-12T11:32:58.922662Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44549/?format=api",
                    "id": 44549,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f41816c9-067e-4af9-b17a-b5854a30afd4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57685e9c-8b98-4c4c-bef4-b3776822128c/?format=api"
                    ],
                    "code": "40EP0269001",
                    "last_modified": "2024-07-16T06:36:10.643478Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2806/?format=api",
                    "top_level": 13.7,
                    "filter_top_level": -16.9,
                    "filter_bottom_level": -19.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0269",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.78,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2807/?format=api",
            "id": 2807,
            "code": "40EP0272",
            "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.108437157087923,
                    51.98012006516862,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:54.485768Z",
            "created": "2015-08-12T11:32:58.928236Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44552/?format=api",
                    "id": 44552,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/126b8a36-62a3-49b9-bf42-cda6b996154c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8523c94-8186-424a-8067-a18d737ac4ec/?format=api"
                    ],
                    "code": "40EP0272003",
                    "last_modified": "2024-07-05T18:34:55.947769Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2807/?format=api",
                    "top_level": 10.06,
                    "filter_top_level": -22.95,
                    "filter_bottom_level": -23.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44551/?format=api",
                    "id": 44551,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ab084fae-ba51-4618-b211-2d7587894c30/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/443cb152-87ed-423e-8118-fb1e2e27e6f9/?format=api"
                    ],
                    "code": "40EP0272002",
                    "last_modified": "2024-07-05T18:34:55.463587Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2807/?format=api",
                    "top_level": 10.1,
                    "filter_top_level": -3.52,
                    "filter_bottom_level": -4.52,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44550/?format=api",
                    "id": 44550,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3b08a0bd-027b-4deb-b1cc-bbe8d3d36e2d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82a547d6-773c-480b-be54-226a457c010a/?format=api"
                    ],
                    "code": "40EP0272001",
                    "last_modified": "2024-07-05T18:34:55.025830Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2807/?format=api",
                    "top_level": 10.12,
                    "filter_top_level": 5.5,
                    "filter_bottom_level": 4.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0272",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 9.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2808/?format=api",
            "id": 2808,
            "code": "40EP0274",
            "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.077570909490731,
                    51.97490324340846,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:34:57.732414Z",
            "created": "2015-08-12T11:32:58.933931Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44554/?format=api",
                    "id": 44554,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6c423477-d3e4-4f7c-878c-54ccfaa7c366/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/70d68ef4-2310-47d1-bd8e-9216c1832665/?format=api"
                    ],
                    "code": "40EP0274002",
                    "last_modified": "2024-07-05T18:34:58.757952Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2808/?format=api",
                    "top_level": 9.81,
                    "filter_top_level": -18.45,
                    "filter_bottom_level": -20.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44553/?format=api",
                    "id": 44553,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/278582d9-9a4a-4001-969a-c8463a490f02/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/46688e84-5afd-4902-b50a-7888ed4427bd/?format=api"
                    ],
                    "code": "40EP0274001",
                    "last_modified": "2024-07-05T18:34:58.272509Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2808/?format=api",
                    "top_level": 9.84,
                    "filter_top_level": 5.07,
                    "filter_bottom_level": 4.07,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0274",
            "station_type": "base",
            "status": "transferred",
            "scale": "region",
            "surface_level": 9.24,
            "top_level": null,
            "bottom_level": null
        }
    ]
}