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=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=32",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2860/?format=api",
            "id": 2860,
            "code": "28AA3040",
            "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.423101370789645,
                    52.47527961210913,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:34.250260Z",
            "created": "2015-08-12T11:32:59.249276Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44626/?format=api",
                    "id": 44626,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2bb63849-1a81-4e09-aad9-16d9a82600ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4963ba14-6cae-4cf7-b9ad-725b7e7ab89e/?format=api"
                    ],
                    "code": "28AA3040001",
                    "last_modified": "2024-07-05T16:45:34.635383Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2860/?format=api",
                    "top_level": 29.0,
                    "filter_top_level": -8.5,
                    "filter_bottom_level": -32.25,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0040",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 29.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2861/?format=api",
            "id": 2861,
            "code": "28AA3041",
            "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.423101370789645,
                    52.47527961210913,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:35.221509Z",
            "created": "2015-08-12T11:32:59.255279Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44627/?format=api",
                    "id": 44627,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/731c2f82-1c0b-42be-804e-ab797666690d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c9935981-9a10-4fa8-8827-1c55f712e00c/?format=api"
                    ],
                    "code": "28AA3041001",
                    "last_modified": "2024-07-05T16:45:35.723385Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2861/?format=api",
                    "top_level": 34.5,
                    "filter_top_level": -5.9,
                    "filter_bottom_level": -28.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0041",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2862/?format=api",
            "id": 2862,
            "code": "28AA3042",
            "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.420448231338018,
                    52.47512300833817,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:36.143096Z",
            "created": "2015-08-12T11:32:59.261543Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44628/?format=api",
                    "id": 44628,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ffb14d93-3578-49e9-a35f-92de5127f6aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08f2cd1f-bc86-4c09-b554-82c552b0b7e2/?format=api"
                    ],
                    "code": "28AA3042001",
                    "last_modified": "2024-07-05T16:45:36.693160Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2862/?format=api",
                    "top_level": 37.0,
                    "filter_top_level": 1.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0042",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 37.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2863/?format=api",
            "id": 2863,
            "code": "28AA3049",
            "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.419464265143781,
                    52.47710894289876,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:37.279462Z",
            "created": "2015-08-12T11:32:59.267501Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44630/?format=api",
                    "id": 44630,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e324cfb5-1cdb-4669-868a-9d113852daff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b1d0f155-7e71-4890-9df0-9b5e781ce168/?format=api"
                    ],
                    "code": "28AA3049081",
                    "last_modified": "2024-07-05T16:45:38.176057Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2863/?format=api",
                    "top_level": 37.75,
                    "filter_top_level": 1.65,
                    "filter_bottom_level": -19.56,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44629/?format=api",
                    "id": 44629,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fadbabd6-aa6f-40e0-9496-e603b87b32d9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b0b421c1-723d-4c7d-b197-609fc9217599/?format=api"
                    ],
                    "code": "28AA3049001",
                    "last_modified": "2024-07-05T16:45:37.728269Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2863/?format=api",
                    "top_level": 38.25,
                    "filter_top_level": -4.0,
                    "filter_bottom_level": -5.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3049",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2864/?format=api",
            "id": 2864,
            "code": "28AA3050",
            "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.419664137221805,
                    52.47306259783897,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:38.791808Z",
            "created": "2015-08-12T11:32:59.273284Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44632/?format=api",
                    "id": 44632,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5dbcf1e9-5286-4301-9a96-f2eac283201c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0726f423-5af2-43a1-a53c-9867c180bde5/?format=api"
                    ],
                    "code": "28AA3050081",
                    "last_modified": "2024-07-05T16:45:39.808707Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2864/?format=api",
                    "top_level": 21.95,
                    "filter_top_level": -46.15,
                    "filter_bottom_level": -51.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44631/?format=api",
                    "id": 44631,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/46782dd1-75a4-430c-8d42-fb646123c89b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a80c3685-daaf-40e0-aa91-873b33b4aeea/?format=api"
                    ],
                    "code": "28AA3050001",
                    "last_modified": "2024-07-05T16:45:39.300504Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2864/?format=api",
                    "top_level": 23.2,
                    "filter_top_level": -22.5,
                    "filter_bottom_level": -23.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3050",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 23.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2865/?format=api",
            "id": 2865,
            "code": "28AA3168",
            "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.415455969452942,
                    52.46932421309399,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:44.996683Z",
            "created": "2015-08-12T11:32:59.278927Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44634/?format=api",
                    "id": 44634,
                    "timeseries": [],
                    "code": "28AA3168081",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2865/?format=api",
                    "top_level": null,
                    "filter_top_level": 5.4,
                    "filter_bottom_level": -4.6,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44633/?format=api",
                    "id": 44633,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b39c4f09-4d2c-4110-a524-5681bc3f60e0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b3060ac2-5dbc-4cd6-8928-c58ed2a7ce7f/?format=api"
                    ],
                    "code": "28AA3168001",
                    "last_modified": "2024-07-05T16:45:45.549832Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2865/?format=api",
                    "top_level": null,
                    "filter_top_level": -2.0,
                    "filter_bottom_level": -2.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3168",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 43.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
            "id": 2866,
            "code": "28AA3169",
            "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.429574419605623,
                    52.47513298629934,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:47.574503Z",
            "created": "2015-08-12T11:32:59.284579Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44655/?format=api",
                    "id": 44655,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6a2090a0-0149-4156-afa5-fb0393253468/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/226014b0-f2ca-4138-8adf-fea2925014f2/?format=api"
                    ],
                    "code": "28AA3169006",
                    "last_modified": "2024-07-05T16:45:50.902652Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -15.9,
                    "filter_bottom_level": -16.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44654/?format=api",
                    "id": 44654,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/40608c41-18a6-4307-93dd-30cf5da86cc1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d57f5ad-b46b-4f79-89d0-b7a60a5eb8a3/?format=api"
                    ],
                    "code": "28AA3169005",
                    "last_modified": "2024-07-05T16:45:50.437449Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -13.9,
                    "filter_bottom_level": -14.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44657/?format=api",
                    "id": 44657,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d4416026-0c7d-4bd7-b661-f345c9d00a87/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4feb44ef-644f-4c28-a4dc-445d219402d0/?format=api"
                    ],
                    "code": "28AA3169008",
                    "last_modified": "2024-07-05T16:45:51.843053Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -20.9,
                    "filter_bottom_level": -21.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44652/?format=api",
                    "id": 44652,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/19e04bdc-add5-4dbb-896a-cf29741d7138/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/620b6744-f3c0-45b4-8115-3a811f48271e/?format=api"
                    ],
                    "code": "28AA3169003",
                    "last_modified": "2024-07-05T16:45:49.457373Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -9.9,
                    "filter_bottom_level": -10.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44653/?format=api",
                    "id": 44653,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0fac9688-5091-436f-9da0-d7177b152eaf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2ffff530-ea10-4105-96dc-5ce2b13c98d4/?format=api"
                    ],
                    "code": "28AA3169004",
                    "last_modified": "2024-07-05T16:45:49.967927Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -11.9,
                    "filter_bottom_level": -12.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44651/?format=api",
                    "id": 44651,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/664f00f5-f317-4554-9928-479ebd930294/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4c996d2a-98f4-4193-996e-1171c1b0babc/?format=api"
                    ],
                    "code": "28AA3169024",
                    "last_modified": "2024-07-05T16:46:00.122395Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -66.5,
                    "filter_bottom_level": -67.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44650/?format=api",
                    "id": 44650,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f9c73a81-8b49-42f2-9220-d2ba407d8bb2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/69f059d4-9e22-477f-8243-3796cfbf5dbb/?format=api"
                    ],
                    "code": "28AA3169023",
                    "last_modified": "2024-07-05T16:45:59.594130Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -64.9,
                    "filter_bottom_level": -65.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44649/?format=api",
                    "id": 44649,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0bf97002-a9ca-4362-9c47-6834cf62c656/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f35753b7-408d-4167-b8cb-8bdad6f4ab0c/?format=api"
                    ],
                    "code": "28AA3169022",
                    "last_modified": "2024-07-05T16:45:59.200367Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -62.9,
                    "filter_bottom_level": -63.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44648/?format=api",
                    "id": 44648,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c6fa66f7-cd4e-47ae-8a81-ed9df5cfc9cf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24af4fde-6fcd-47cb-800e-180bb9a3a313/?format=api"
                    ],
                    "code": "28AA3169021",
                    "last_modified": "2024-07-05T16:45:58.681202Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -60.9,
                    "filter_bottom_level": -61.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44647/?format=api",
                    "id": 44647,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d0a85692-9f64-49c8-b199-6083862bec31/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b7d832b9-4133-444a-a935-bf8469ee2fd3/?format=api"
                    ],
                    "code": "28AA3169020",
                    "last_modified": "2024-07-05T16:45:58.344637Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -53.9,
                    "filter_bottom_level": -54.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44645/?format=api",
                    "id": 44645,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0f2e6224-9b06-4833-8205-8b8d5c2061fe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f9ccedb3-998a-4e59-870e-3c65004a0967/?format=api"
                    ],
                    "code": "28AA3169019",
                    "last_modified": "2024-07-05T16:45:57.791466Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -48.9,
                    "filter_bottom_level": -49.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44644/?format=api",
                    "id": 44644,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1bab2957-25ed-4334-a63a-b1006973a005/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/50b2f00b-f62a-4bef-97e9-47908a575615/?format=api"
                    ],
                    "code": "28AA3169018",
                    "last_modified": "2024-07-05T16:45:57.347736Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -44.9,
                    "filter_bottom_level": -45.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44643/?format=api",
                    "id": 44643,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4734f087-353b-4661-ae4d-663a291bcb16/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/77cd5e34-6627-4613-a88b-1bfdb4167e3e/?format=api"
                    ],
                    "code": "28AA3169017",
                    "last_modified": "2024-07-05T16:45:56.849025Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -42.9,
                    "filter_bottom_level": -43.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44642/?format=api",
                    "id": 44642,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b7536a21-2fc9-4f4b-a02c-41f62b176a77/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d3c0c72c-2caa-469f-a7e0-6683fa9bc470/?format=api"
                    ],
                    "code": "28AA3169016",
                    "last_modified": "2024-07-05T16:45:56.471723Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -40.9,
                    "filter_bottom_level": -41.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44641/?format=api",
                    "id": 44641,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bd50a193-9f82-4c0a-9c13-817f2f460bcd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9dcd54a9-7d2a-4ecf-9f0a-438847acba0e/?format=api"
                    ],
                    "code": "28AA3169015",
                    "last_modified": "2024-07-05T16:45:55.984123Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -38.9,
                    "filter_bottom_level": -39.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44640/?format=api",
                    "id": 44640,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/af7b9355-a4af-4b08-a164-896542f45641/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab263766-a802-48c6-817e-7f20d9b8fab5/?format=api"
                    ],
                    "code": "28AA3169014",
                    "last_modified": "2024-07-05T16:45:55.455403Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -34.9,
                    "filter_bottom_level": -35.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44639/?format=api",
                    "id": 44639,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6a531b95-eeac-425f-899c-8b8aa82105c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00ac9250-64a3-488f-9130-59aafba88005/?format=api"
                    ],
                    "code": "28AA3169013",
                    "last_modified": "2024-07-05T16:45:55.096087Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -32.9,
                    "filter_bottom_level": -33.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44638/?format=api",
                    "id": 44638,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3cde8828-774c-4221-8f72-5d34b9ed21cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/36f05398-7dac-4245-84b0-9de7c29c13d4/?format=api"
                    ],
                    "code": "28AA3169012",
                    "last_modified": "2024-07-05T16:45:54.532606Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -30.9,
                    "filter_bottom_level": -31.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44637/?format=api",
                    "id": 44637,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a679342d-9f04-47c8-b1b3-e5ca73ffc13d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e38bc8fe-5b04-433e-b23f-140932284d6a/?format=api"
                    ],
                    "code": "28AA3169011",
                    "last_modified": "2024-07-05T16:45:54.162569Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -28.9,
                    "filter_bottom_level": -29.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44658/?format=api",
                    "id": 44658,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/88a2e08d-865a-466e-9827-3775e6ac4762/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/20ecddfb-14b5-41a0-9792-55b08db4180c/?format=api"
                    ],
                    "code": "28AA3169009",
                    "last_modified": "2024-07-05T16:45:53.227033Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -22.9,
                    "filter_bottom_level": -23.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44656/?format=api",
                    "id": 44656,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4c81e332-3b87-4439-9dd9-1bf1b13ff9fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83ded6cb-ab88-4894-aa2d-62988172bcb8/?format=api"
                    ],
                    "code": "28AA3169007",
                    "last_modified": "2024-07-05T16:45:51.444426Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -17.9,
                    "filter_bottom_level": -18.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44636/?format=api",
                    "id": 44636,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ed45239d-4e98-4414-bfc7-a580a153e6bc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19207ba1-9e2f-41c1-b5c4-70b6fc873a56/?format=api"
                    ],
                    "code": "28AA3169010",
                    "last_modified": "2024-07-05T16:45:53.604319Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 0.0,
                    "filter_top_level": -24.9,
                    "filter_bottom_level": -25.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44635/?format=api",
                    "id": 44635,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b4e26019-1821-4728-b729-6015a63ba530/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a255a04d-f202-4199-8f40-fe18b2089ead/?format=api"
                    ],
                    "code": "28AA3169001",
                    "last_modified": "2024-07-05T16:45:48.508002Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 10.01,
                    "filter_top_level": 6.5,
                    "filter_bottom_level": 5.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44646/?format=api",
                    "id": 44646,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/763a9e16-232c-4c08-9182-03d194f8d974/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/872a2027-2b7d-4913-b0a0-95a9e9080766/?format=api"
                    ],
                    "code": "28AA3169002",
                    "last_modified": "2024-07-05T16:45:49.096167Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2866/?format=api",
                    "top_level": 9.98,
                    "filter_top_level": -57.0,
                    "filter_bottom_level": -58.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28AA3169",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2867/?format=api",
            "id": 2867,
            "code": "28AA3170",
            "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.427415626107579,
                    52.47721919451266,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:01.251130Z",
            "created": "2015-08-12T11:32:59.290391Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44660/?format=api",
                    "id": 44660,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d4049783-b498-4163-a65c-e935f1fe7f98/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2c337a6e-d28d-41c9-843e-9677278421a8/?format=api"
                    ],
                    "code": "28AA3170002",
                    "last_modified": "2024-07-05T16:46:02.241821Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2867/?format=api",
                    "top_level": 14.42,
                    "filter_top_level": -5.2,
                    "filter_bottom_level": -6.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44659/?format=api",
                    "id": 44659,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e05886a3-b672-419d-9b1f-1a6657bf0858/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/839fe382-26b5-4788-9abb-c7855d7499f1/?format=api"
                    ],
                    "code": "28AA3170001",
                    "last_modified": "2024-07-05T16:46:01.772396Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2867/?format=api",
                    "top_level": 14.46,
                    "filter_top_level": 4.3,
                    "filter_bottom_level": 3.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0170",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 10.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2868/?format=api",
            "id": 2868,
            "code": "28AA3171",
            "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.427339490691643,
                    52.47398417602103,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:02.754134Z",
            "created": "2015-08-12T11:32:59.296064Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44661/?format=api",
                    "id": 44661,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ff163ec9-ca60-4fc2-8a63-d6af7a921a43/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee4567b6-e401-4c77-ab61-2bba96f88b40/?format=api"
                    ],
                    "code": "28AA3171001",
                    "last_modified": "2024-07-05T16:46:03.235006Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2868/?format=api",
                    "top_level": 13.77,
                    "filter_top_level": -4.44,
                    "filter_bottom_level": -5.44,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0171",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
            "id": 2869,
            "code": "28AA3172",
            "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.427364867740471,
                    52.47506251578009,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:46:04.337370Z",
            "created": "2015-08-12T11:32:59.301866Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123168/?format=api",
                    "id": 123168,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b479a469-12cc-45f0-a2fa-637a5543ea8c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9abe67a6-997b-4e00-9afd-2b975a5a1ada/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/53235fa3-2a4e-4394-8b9c-3c4e56562b29/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57009afc-dd19-4a73-aec8-9859c9d6d71b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/345fb725-f0bd-471b-89cf-d116cd0b1d6d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a6e3546-3f37-41e1-ba20-ad898eed32f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9050fead-772a-4354-89bd-c38008e6db77/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/94cf5d9b-4f37-4f00-8d62-2bb095250510/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a65e5311-0194-470e-a5c1-2d1f4e4059f2/?format=api"
                    ],
                    "code": "28AA3172002",
                    "last_modified": "2024-07-05T16:46:05.480912Z",
                    "created": "2022-10-21T16:02:59.465255Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120295/?format=api",
                    "id": 120295,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f389dd57-f619-4324-ade0-6fdef641dc04/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0a9c71c1-fa9f-404e-9630-b98a69eb9727/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7dbc883f-7c63-41e2-9bbb-4df3ce5c2bdc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/21ea30f6-016d-421c-9ec1-e854a233b9e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4e2cf068-3b4b-489f-b9f7-b322b6d63a55/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3102cf03-8598-4c2e-84ad-1c39f4ea2261/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19d48bf3-db53-4a88-9845-f699ee9ca59d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f847644-3e93-4966-99a0-c2e01d62f15d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/030e4328-e46b-4979-a2de-c176c45234a0/?format=api"
                    ],
                    "code": "28AA3172009",
                    "last_modified": "2024-07-05T16:46:08.875281Z",
                    "created": "2020-05-29T12:07:34.897107Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44662/?format=api",
                    "id": 44662,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7f796a27-4aa8-49a5-993c-b0685c4e70f8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/638b1574-d2f7-4a43-95e6-13a376ecfb41/?format=api"
                    ],
                    "code": "28AA3172001",
                    "last_modified": "2024-07-05T16:46:05.053823Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": 13.15,
                    "filter_top_level": -6.28,
                    "filter_bottom_level": -7.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44663/?format=api",
                    "id": 44663,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1bbf1863-289d-4a9e-b45f-2e97cd7dfa70/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19ea27c8-51a2-4ede-8725-460f1aabe4e1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1ea8e7b7-4fb0-4876-9478-184c1e78281c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67b790e4-d904-405a-b983-3bb17d48615c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2d8676c-e123-4de9-b819-23112c8a7003/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/954de2d9-fc69-4b59-8d57-4c1622226b16/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8edaa8f-9a2a-4c2a-968a-8f5c0898f7bd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/acc3ea2a-88a7-4d58-aacd-01b12d795cf3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/678c15c9-5ed6-440c-98be-13052549570d/?format=api"
                    ],
                    "code": "28AA3172011",
                    "last_modified": "2024-07-05T16:46:09.705146Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120291/?format=api",
                    "id": 120291,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8c5e8a0d-4260-4121-ade9-0cc024d49c15/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0169cbc8-d0e2-44f9-8a64-8b7ba2ed6cca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0e87805d-dbd2-4443-a1f4-4cc24b3de85c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec244de8-c768-4372-b1f6-ca24805cfc46/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13e38d8f-f9da-42f2-9032-fe21348c009c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f94e514-9606-4fa0-84c2-7ebc45321cfa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b70c18d8-a910-47c1-b6fa-9ed8285ba97e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6ef49aad-c70d-4f5c-84e1-c4429a545559/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d39edf7a-2225-4d35-89cc-0eebed983c94/?format=api"
                    ],
                    "code": "28AA3172005",
                    "last_modified": "2024-07-05T16:46:06.988268Z",
                    "created": "2020-05-29T12:07:34.839886Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120296/?format=api",
                    "id": 120296,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c11b98f6-6c87-46e6-81f1-82f2dfbc0dfd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79e8ced3-ac1c-4c4e-ba37-7ce3949208a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8e51511a-5dc1-43ea-83eb-4f110fd91950/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/049a27bd-642f-40e4-9a92-27dbd426ab38/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9fa07885-91a4-4221-896c-f7637698ea10/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/68855f98-12a8-44ac-807a-e7b0cd49a789/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29f3503f-ecb6-4d3d-b737-150ce14b253b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0b1d99ac-302d-4c9c-9f1f-450ee195c598/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d4cc2c2a-faca-412e-86e7-641e6004ee47/?format=api"
                    ],
                    "code": "28AA3172010",
                    "last_modified": "2024-07-05T16:46:09.259906Z",
                    "created": "2020-05-29T12:07:34.910796Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120289/?format=api",
                    "id": 120289,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6c867628-d395-4861-8f06-a33306964ff5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/37e39c4a-c5d9-49cc-a9e9-5c808514cd26/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7cf80d88-18f2-4337-8445-784e5a8d1430/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5cca1b16-fa1d-4bb3-a832-315b45dd3a96/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ae03f94-cd2d-4ff6-9ffc-96a75b73052e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/949167ac-a7d2-458f-b2d6-1fc0ee88279c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ed42771-9bd4-4754-8357-5f4b50b1e9e5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a1c1b3f0-6cc0-4d5a-acb7-20f13be9bc67/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3cd93e45-8054-4838-bc28-3476388dd8ae/?format=api"
                    ],
                    "code": "28AA3172003",
                    "last_modified": "2024-07-05T16:46:06.070042Z",
                    "created": "2020-05-29T12:07:34.803158Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120290/?format=api",
                    "id": 120290,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b81d737e-427e-47ef-a31d-acdb54e0a843/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/37f9345b-33f2-413d-a50b-d863d9d0ff02/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad5b3314-1c62-43bc-bf66-8dbe2256e988/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a93dc240-a3c4-4ecd-9b58-3b6bb52524b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/22ef85b2-ed94-4f72-8b75-3be742393713/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab9d2558-ae16-4354-b820-f1d5daa33fbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de2b32dc-0a4f-496d-a333-1579ed416115/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/53b24798-dfc5-484b-9178-a0733f48cb8b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d44e6392-10e7-4bb4-abbf-5a025269d09f/?format=api"
                    ],
                    "code": "28AA3172004",
                    "last_modified": "2024-07-05T16:46:06.468981Z",
                    "created": "2020-05-29T12:07:34.820345Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120292/?format=api",
                    "id": 120292,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5c628e53-1d47-4c9f-9bee-d5f738d637a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9021472c-d3d5-4606-86bd-8f46ca1d8489/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/577a7f0d-2484-45f2-aea8-d864b367eab6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7e869b06-76f5-40b5-b8c6-767c0033f7b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a778f38-8d8d-4e34-bf6c-8cb670303362/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f701aa0-ea1a-460e-b0f4-8b8b0ee188fe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab725b83-6504-484c-b904-05880b401ddf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cfb3a4a9-b506-470c-afbb-e9b6454b4d28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8a9ea24-c1e8-447b-a001-32e2ba5a1cb4/?format=api"
                    ],
                    "code": "28AA3172006",
                    "last_modified": "2024-07-05T16:46:07.431886Z",
                    "created": "2020-05-29T12:07:34.854585Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120293/?format=api",
                    "id": 120293,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/aebd89c1-2ae8-4748-b626-069aa4e47ac6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e757075b-3f5e-4ed0-94a8-2c8d360338b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cca01e87-ed95-4f5a-84d1-93c591974e2b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23dde3c1-fba4-4406-9971-46fb2078a6a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ccb9e966-5123-42ac-b8ed-63fcafc2ca8a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9f17d5d3-9035-432b-9d4e-30d36a80e2c0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/04d41697-4e41-40fc-a88c-1b5e6ddb2657/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7675bf4a-0eeb-4da9-a558-2694620053af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9159b517-935b-4a87-b011-4a2f0555922b/?format=api"
                    ],
                    "code": "28AA3172007",
                    "last_modified": "2024-07-05T16:46:07.878761Z",
                    "created": "2020-05-29T12:07:34.867622Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/120294/?format=api",
                    "id": 120294,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6f902398-baaa-4233-ab12-3ef704b1ee81/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a072d4dd-2c82-446a-a218-cb13c92e5fdf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad391d02-ec10-450b-a8aa-33bb8879a425/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0808764b-2556-458b-b62e-f837b35badf6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63de665c-2308-499f-9444-1197171e0e93/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8b675217-2ac4-4307-a0ec-79f444cc8e23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9cac1f7e-325e-40f7-b0f5-a78fc8e802f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e459c7c0-3bed-44aa-a3ab-b7a490d00470/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a1e3362-a81e-4a65-bb38-58e47ec0dea3/?format=api"
                    ],
                    "code": "28AA3172008",
                    "last_modified": "2024-07-05T16:46:08.346254Z",
                    "created": "2020-05-29T12:07:34.883719Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2869/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0172",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.8,
            "top_level": null,
            "bottom_level": null
        }
    ]
}