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=39
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=40",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=38",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
            "id": 2920,
            "code": "28AP0118",
            "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.450140409088039,
                    52.45642846159065,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:12:58.309534Z",
            "created": "2015-08-12T11:32:59.606201Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44749/?format=api",
                    "id": 44749,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/59cd178f-09b0-44f0-9ff3-67a56119d211/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4a3fa44f-cc05-4bc5-b10c-3ca707f64af6/?format=api"
                    ],
                    "code": "28AP0118004",
                    "last_modified": "2024-07-05T16:48:54.543093Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.84,
                    "filter_top_level": -39.52,
                    "filter_bottom_level": -41.52,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44746/?format=api",
                    "id": 44746,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/15197462-2517-40c7-874f-52da1bce7887/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b531f100-afd8-4ac9-b25e-af2c11f2eb85/?format=api"
                    ],
                    "code": "28AP0118001",
                    "last_modified": "2024-07-05T16:48:53.177200Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.91,
                    "filter_top_level": 3.48,
                    "filter_bottom_level": 0.97,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44750/?format=api",
                    "id": 44750,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/300a4764-11a2-4b27-a3d2-d71994ef9fe7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83229597-3f08-484f-a9aa-83d4e53e8610/?format=api"
                    ],
                    "code": "28AP0118005",
                    "last_modified": "2024-07-05T16:48:55.083079Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.83,
                    "filter_top_level": -65.52,
                    "filter_bottom_level": -67.52,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44748/?format=api",
                    "id": 44748,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/04c04f01-1f8d-45de-bcc6-648f2812db9d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44d0c0fc-523e-4de7-9795-c561cc8faa0b/?format=api"
                    ],
                    "code": "28AP0118003",
                    "last_modified": "2024-07-05T16:48:54.092417Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.87,
                    "filter_top_level": -29.52,
                    "filter_bottom_level": -31.52,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44747/?format=api",
                    "id": 44747,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/53671ae4-c0af-4fae-b8c8-2ec15d6b35a0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6590694f-bb07-42b4-b2bb-df10c2c97877/?format=api"
                    ],
                    "code": "28AP0118002",
                    "last_modified": "2024-07-05T16:48:53.642046Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.89,
                    "filter_top_level": -13.52,
                    "filter_bottom_level": -15.83,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44751/?format=api",
                    "id": 44751,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/21c82327-c1fe-494c-ba76-6190e8269c0b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dad5e052-8005-48e3-b002-31425579e509/?format=api"
                    ],
                    "code": "28AP0118006",
                    "last_modified": "2024-07-05T16:48:55.464307Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.81,
                    "filter_top_level": -87.52,
                    "filter_bottom_level": -89.52,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44752/?format=api",
                    "id": 44752,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4f766a6f-f45b-4b09-907c-92b5fd6c8cf6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4c2bf715-e024-4bba-b66a-c9b9e3a6291e/?format=api"
                    ],
                    "code": "28AP0118007",
                    "last_modified": "2024-07-05T16:48:56.024937Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2920/?format=api",
                    "top_level": 6.79,
                    "filter_top_level": -114.53,
                    "filter_bottom_level": -116.53,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0118",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.56,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2921/?format=api",
            "id": 2921,
            "code": "28AP0148",
            "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.411355749569765,
                    52.46001873437164,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:31:31.793506Z",
            "created": "2015-08-12T11:32:59.611973Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44753/?format=api",
                    "id": 44753,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/498591e0-3bbc-4284-a49a-dd653558e335/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3c9954c2-d326-449b-a864-1856df1377bb/?format=api"
                    ],
                    "code": "28AP0148001",
                    "last_modified": "2024-07-05T16:49:01.289687Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2921/?format=api",
                    "top_level": 14.508,
                    "filter_top_level": 6.1,
                    "filter_bottom_level": 1.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0148",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2922/?format=api",
            "id": 2922,
            "code": "28AP0149",
            "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.41570714585331,
                    52.46114293201681,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:49:01.751366Z",
            "created": "2015-08-12T11:32:59.617441Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44754/?format=api",
                    "id": 44754,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/391929cf-08ba-4022-b0af-3bbfcd784751/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c7b0a8d-8f2f-4e5d-b335-46248039020a/?format=api"
                    ],
                    "code": "28AP0149001",
                    "last_modified": "2024-07-05T16:49:02.224834Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2922/?format=api",
                    "top_level": 10.84,
                    "filter_top_level": 5.9,
                    "filter_bottom_level": 1.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0149",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 11.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
            "id": 2923,
            "code": "28AP0150",
            "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.418991867794372,
                    52.46443995139548,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:49:07.042560Z",
            "created": "2015-08-12T11:32:59.622919Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44756/?format=api",
                    "id": 44756,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2ad94843-1e75-4f6a-a70b-d74658fa3f70/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f9206de-d2bc-4b14-b17e-633a63c49706/?format=api"
                    ],
                    "code": "28AP0150002",
                    "last_modified": "2024-07-05T16:49:09.048747Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.73,
                    "filter_top_level": -50.6,
                    "filter_bottom_level": -52.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123215/?format=api",
                    "id": 123215,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e7a11def-247c-4702-bad6-7a2d1ab4cfe3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ae84847-b89e-415b-b29e-dacf8589ac20/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/91693399-41b1-4abe-b716-c4c796d60035/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d7f8391-c15a-43c7-98e4-6f0235e1ea67/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc19d285-6e2b-4930-9a1e-642c8e94749f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef91e5f9-87ee-4254-8423-1929baf19bbd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08fbc22e-6248-4c3c-93b5-5e407b3769bd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/47296bdd-58d5-4059-848d-82c8307260b5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1200fd1f-e390-4759-8e85-32f6907f3965/?format=api"
                    ],
                    "code": "28AP0150032",
                    "last_modified": "2024-07-05T16:49:09.440935Z",
                    "created": "2022-10-21T16:06:25.777687Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123217/?format=api",
                    "id": 123217,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fd4e1e16-0fa7-4366-88bb-14fce8b1cb46/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a89d7bb3-e214-4844-8c1d-2d4429b17653/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9c9c821f-d63e-4b07-b5e8-1bd081459af1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/370337a6-1342-49f7-805c-ceabf5a8035f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/17b0ff28-a5ec-4703-957e-980020ce39ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef48910f-0cb8-494c-9461-1efd4ae8a011/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5f07a651-409d-4cf3-9730-c4992da442c5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab3f119b-8c34-4a8d-9bc8-9e6c0716d88b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c380ff7b-f6f0-4286-8935-81a48fbd2f2c/?format=api"
                    ],
                    "code": "28AP0150034",
                    "last_modified": "2024-07-05T16:49:10.473377Z",
                    "created": "2022-10-21T16:06:26.897184Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123218/?format=api",
                    "id": 123218,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c4d6029e-0865-4a9c-873d-76e6432f39f3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a8eabe12-ad99-4dd1-b87f-572825fdadc0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bc9fd3ae-2702-406e-ae32-177beca16cb4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/39e326d8-cc41-443c-bb1e-f17fe8f2373e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8585c6c6-ba20-4098-b881-5f9ec64ca839/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4a184f85-f16e-4d9f-9fcf-6f694fe865c3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/564d42d0-b1e3-4637-9abd-4eae52dcaf7d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/04cb8598-68b2-424b-a7fa-b62dab115da0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5ce55d05-be6a-4895-a9cf-d7b61e74cf1c/?format=api"
                    ],
                    "code": "28AP0150035",
                    "last_modified": "2024-07-05T16:49:10.917963Z",
                    "created": "2022-10-21T16:06:27.439763Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123216/?format=api",
                    "id": 123216,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7244fc49-97c8-4f6f-8f72-5812f231239c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a76d5577-ab52-4bf5-8ede-acacde83de95/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c86372b2-317a-4697-bb0c-5187769688d8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1fdbc954-f3bb-494b-8086-a5d2aca34a9e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de58143a-def9-4ddb-8aa3-eb19ea7a65ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1aa550e3-7924-459a-b6d0-eeaee28da2b0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/04978818-ff13-4dee-8e53-38651ca372d0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec30d4c5-130d-463d-b7df-94bae1ddad32/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cdd2bdc6-e89f-4664-9573-5b69a4f4b251/?format=api"
                    ],
                    "code": "28AP0150033",
                    "last_modified": "2024-07-05T16:49:09.927147Z",
                    "created": "2022-10-21T16:06:26.344618Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123219/?format=api",
                    "id": 123219,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9e9c1378-e813-4b85-88e3-89c75b7fc042/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d011bba-1d04-4299-805f-ec17b2ecae05/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b8a1892b-303f-447b-a2a3-2e33d61bd707/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3a082053-57a9-46f0-8ea9-666542d62c36/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/91c212d2-9c5b-4527-8a93-0e0884d691d8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/748d49e6-4f1d-47e5-b1f3-84f43eaaa580/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d4ebe0d-f00d-44c2-b568-b2980ab013f1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83108db8-4eba-422b-a490-017d7dd709ad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a33d48f1-bd84-491a-bfaf-9f14643ef14d/?format=api"
                    ],
                    "code": "28AP0150036",
                    "last_modified": "2024-07-05T16:49:11.272678Z",
                    "created": "2022-10-21T16:06:27.985165Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123220/?format=api",
                    "id": 123220,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0c042115-8e0f-496e-b249-ecc0baa95afe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ca9aaa9-85ad-40f7-b51b-a39f697d2737/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b54e406-f318-436f-80b0-a897c23c2102/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/53ab8a2d-a326-453b-9bf3-b20be3e10387/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8c3fbde-a0b9-405e-8afe-ae418b8bf0a9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf3364c7-e752-4b28-a483-b5e8957ac6a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/98c1fb12-2758-4b21-8d15-10a0b22ef2db/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f3807a03-5df2-4ca6-a588-6fd76384cee6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/55bfbf93-955c-462d-ac34-bb7791ada41a/?format=api"
                    ],
                    "code": "28AP0150037",
                    "last_modified": "2024-07-05T16:49:11.751310Z",
                    "created": "2022-10-21T16:06:28.531477Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123221/?format=api",
                    "id": 123221,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b338e9d3-78f6-4a4f-b6a6-99d940ac2e21/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7c7a68d4-f54a-42f8-8b8f-db41a3aa570c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b21fb0e6-368b-43f6-969a-490a57074e13/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d0486f44-c6b0-4f2d-b910-f7b6205fb2b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0affc858-f8c7-452e-94bf-5e7eaacb0f23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/123ab724-5c2c-402e-99f0-629fd6be36cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee4305e7-e6ef-47dd-8d69-262cf4dda615/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0004e6db-15f4-4afa-96d6-936fdbf99b00/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8f5a02d4-1dcc-4a6a-bf26-069ded76a6cc/?format=api"
                    ],
                    "code": "28AP0150038",
                    "last_modified": "2024-07-05T16:49:12.218049Z",
                    "created": "2022-10-21T16:06:29.076405Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123222/?format=api",
                    "id": 123222,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e1f5baf6-6cc4-4138-9d4a-ab16f7782570/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4adf493b-2b0d-44fb-89a7-1dee3d692c02/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/75c94fc6-e7c5-4bac-8f4c-f58117893316/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/94674f63-23f1-4527-8874-0cbd4745fac7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c025a640-a32c-438a-9821-4aa8f9b2eb39/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff179c42-0b33-4d26-bc60-a350902cfdcd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6b643d01-f617-484e-bcb0-e32d6323f64f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5f6d3353-867b-4682-bb29-78c02327779b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/425e5c17-f083-4b0b-81ef-212ed94d4d89/?format=api"
                    ],
                    "code": "28AP0150039",
                    "last_modified": "2024-07-05T16:49:12.650413Z",
                    "created": "2022-10-21T16:06:29.624261Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123225/?format=api",
                    "id": 123225,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/06ac8d8d-73ca-48dd-9de5-733a94b33f98/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4fd465df-d740-430b-8493-9ab71fed23a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/96e60456-b501-43d9-849f-8a5862ce7eda/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/90253cef-b429-4cb7-82ff-92cae843a8b8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/195115c9-b507-4d1e-9ad1-875c5a4254ac/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c81465ed-812a-4360-b5da-5a5be9bbada5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fb8c8a9c-a72f-4cc1-a93d-93869b2b544f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29eddf63-db05-421e-9cbe-b4b38b0d6150/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63a80ac5-b3bb-4fce-aef6-58a444e4695b/?format=api"
                    ],
                    "code": "28AP0150042",
                    "last_modified": "2024-07-05T16:49:14.104396Z",
                    "created": "2022-10-21T16:06:31.249588Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123226/?format=api",
                    "id": 123226,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5b755074-a593-4bc8-ada7-e22626ecbead/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0baf0eb1-8f56-44fc-904f-d354b3123ea0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ea0e7243-2542-41ee-b96b-29036c9c28f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c8dbfc86-5e43-43a3-8196-aa1ed2c67027/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff815fe8-864b-49e9-9e36-545fe40ce0b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/97eb95b4-cd48-4e49-ae8d-39d062dfe1ec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/47703129-55e2-4507-adca-ba8c7783920a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2466b41e-500c-4353-a938-b09bff1c36d6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5807715d-d711-4400-b3ec-68909f76081e/?format=api"
                    ],
                    "code": "28AP0150043",
                    "last_modified": "2024-07-05T16:49:14.566326Z",
                    "created": "2022-10-21T16:06:31.805035Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123227/?format=api",
                    "id": 123227,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5796bb5e-fbfc-4dcc-828e-bfff4c1d23a0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e0e3e84-7001-462e-abb1-4d5fec8a40ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d950607e-a32d-4405-8f38-c4352feb7e9a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/af0e7224-a574-4891-b55a-3f9fc783293f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9f3c9341-2fb5-4e0a-adde-7c2706b4f0be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e39dfbc-ef00-4936-8ea4-65fb55943ee4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2dc41ca1-6326-4f53-bc04-e2657eec23b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23c6a9e2-64c8-4703-8b6b-ed6163db8c03/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a15344af-ca1f-4962-a7bd-51d346b5d776/?format=api"
                    ],
                    "code": "28AP0150044",
                    "last_modified": "2024-07-05T16:49:14.954280Z",
                    "created": "2022-10-21T16:06:32.347014Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123223/?format=api",
                    "id": 123223,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0ef9c3fd-a9f8-4bae-b628-36f10c747bef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c42fd706-0595-4661-bf1f-7cc5fd31b046/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5d132fa2-0fe4-48c8-9fdb-bfa539892cf1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0a9181ac-d704-40f5-8335-577bd0bbe06e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1eb4cf49-62ab-4062-84eb-0b1944ac72b5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ac226b01-6bd2-4e90-9f08-dce1e8b80d23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/07d870b9-02a1-4bee-8927-fe9e7d41639f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/55f1f681-17ad-442c-898e-ed72a882e20f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0896636a-f882-419b-b002-3728d42fec8a/?format=api"
                    ],
                    "code": "28AP0150040",
                    "last_modified": "2024-07-05T16:49:13.190586Z",
                    "created": "2022-10-21T16:06:30.155987Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123224/?format=api",
                    "id": 123224,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/131e3072-42fc-4fa2-96be-037eba5bb300/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7e95e1d5-74c7-42cf-a57b-53900de77b5e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f91deaa4-5d07-446c-b644-9920253666f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1a5108f3-5658-44d9-bb36-0706c65d1cb1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3542cbff-01a0-4313-83f4-04049609563c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eda1f477-aa57-4cd6-89ff-3172b3366780/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f63eb75c-36e4-4821-b10f-65ac7ee12316/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e25d5a46-6a5d-490e-ae5e-05f1a26bd525/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d80d661-1325-41a0-a696-659ad6add2d2/?format=api"
                    ],
                    "code": "28AP0150041",
                    "last_modified": "2024-07-05T16:49:13.641138Z",
                    "created": "2022-10-21T16:06:30.700290Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123228/?format=api",
                    "id": 123228,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2be56e2b-b062-40b6-a8b4-8a1dd83499e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/549807f2-d4d5-4ba4-b8be-181b9dc28cff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d55524d-6959-41ba-bdea-f27a4f4f1de3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4be539db-c2ee-4663-8802-ec2a6d5549dc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a8d5960e-f5a9-4171-afb2-37c0737fbb27/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2e9a2880-710a-44d9-bce0-512d73191e7e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f3f51e3d-7964-4e89-82ac-16c44e38dd88/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d3a13cfd-1613-405e-9c2a-5cfda00a7803/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7a96e630-2cd2-4b47-9331-d66c5e62e40e/?format=api"
                    ],
                    "code": "28AP0150045",
                    "last_modified": "2024-07-05T16:49:15.404130Z",
                    "created": "2022-10-21T16:06:32.902301Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123229/?format=api",
                    "id": 123229,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/76a7a0cf-f811-4aa8-8525-ee78f73a37e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8aa9940f-0cf6-4e36-b885-0a33a7d64591/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b72382a1-6732-41b0-885a-207d787256f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/86b25dda-25cf-4608-9058-391b2673158d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7774da57-d1ea-43e2-92db-2e3f5efdfbfa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d806e69-22cf-4608-9779-939df79e009c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/52d32052-c85e-417e-8fa9-c5bb15c791b8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c371529-c3d6-4d1d-9d38-98f2748d0ad2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f85cc3d-74f9-463b-8f3a-940c2e872479/?format=api"
                    ],
                    "code": "28AP0150046",
                    "last_modified": "2024-07-05T16:49:15.915301Z",
                    "created": "2022-10-21T16:06:33.450612Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123230/?format=api",
                    "id": 123230,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/52cc8ad0-fbec-420a-a84a-bc3593553dce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8e707b38-b590-4c9a-a6c5-4ad2ad921bab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee4bb8cf-acc9-4cf3-87b1-e8b01e51c733/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/149e3f3f-c207-486d-b3e6-037ee18caedd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/836fe467-546f-489d-8999-7aff01e25e82/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/72de8a7f-7587-458e-8569-07004889918e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/87daa85f-fb62-43a3-a524-bc999ff02368/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3545eee1-d713-41e8-8787-512f10dc5143/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d0631ad-1a3e-476d-b901-8ea4bd109cd1/?format=api"
                    ],
                    "code": "28AP0150047",
                    "last_modified": "2024-07-05T16:49:16.356122Z",
                    "created": "2022-10-21T16:06:33.988857Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123231/?format=api",
                    "id": 123231,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/873686d5-20be-422c-bbb6-a42d4f5f750f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63cbacdc-64bc-4295-a5dc-cb00aca2d283/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/327d7789-29bd-4659-8acb-058c266b3ab5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67d3cfde-a205-4a5f-9b6f-f1bb8bf81108/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63717286-ba5f-414f-9186-dcb615516754/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/37caf884-a963-4eb2-9f91-4a27f97f0855/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6c8a83cd-07ab-4b8b-b3b6-ca4462095a1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57cbcb40-63ab-49e6-8e41-9ddb1b7d5259/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9ffc4538-8e8b-463f-aa14-5f83702378d4/?format=api"
                    ],
                    "code": "28AP0150048",
                    "last_modified": "2024-07-05T16:49:16.833110Z",
                    "created": "2022-10-21T16:06:34.537993Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123233/?format=api",
                    "id": 123233,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ecef3fab-45e6-4209-9e1e-db20d5628223/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2be94aa0-0203-4113-a890-5030b4b5a8c6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/89a19083-c3c4-4f98-bc26-8370f9fea1b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e30c2f9-9b43-4b6a-830d-25312ac284e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dd7014dd-ccc9-434d-9814-543db48fcc16/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9e772531-4a84-4c17-b7b0-27147127a04b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3eab57f5-0dc3-42e1-a25c-975d289b2e2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/390199d4-197b-4967-953d-e5f76915af3a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dd6d4ab4-f1b9-4643-91b3-73c555bdcd79/?format=api"
                    ],
                    "code": "28AP0150050",
                    "last_modified": "2024-07-05T16:49:17.729144Z",
                    "created": "2022-10-21T16:06:35.629212Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/123232/?format=api",
                    "id": 123232,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7749b047-c128-45e1-92fe-8f20dce639e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8b0691a-4040-4d39-8f0d-2927970ab688/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f658151a-3166-45b3-8233-396df3479fbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61588bc0-4114-48ec-9f78-3f88068bbb1f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c9832ea2-c105-4d3f-a0b9-cf3d4a3f77e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b873fef8-bbd7-4964-b7ae-bb033a5a3c4e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5738b4bb-863b-444f-b741-ebe389e63ba8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b80dceec-f0f9-4059-89a5-74b602034eab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a4dc3d49-86ec-466c-9531-965b9fc9110a/?format=api"
                    ],
                    "code": "28AP0150049",
                    "last_modified": "2024-07-05T16:49:17.277433Z",
                    "created": "2022-10-21T16:06:35.078466Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44759/?format=api",
                    "id": 44759,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ede4312a-441a-43bf-b6da-676b9ae0d658/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/593de23a-4ab1-483a-a61f-91286a3bc5bd/?format=api"
                    ],
                    "code": "28AP0150053",
                    "last_modified": "2024-07-05T16:49:20.390695Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44764/?format=api",
                    "id": 44764,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ccc3c140-58a2-4f3b-b6df-b6f14b1796b3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d73b76d9-cf2c-44f7-8fe9-b520d796935d/?format=api"
                    ],
                    "code": "28AP0150058",
                    "last_modified": "2024-07-05T16:49:24.934191Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -9.6,
                    "filter_bottom_level": -10.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44785/?format=api",
                    "id": 44785,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/49d84ed2-342a-482f-835e-23e0c2fd71ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c56b5de-b650-4684-a7a7-9c325ab92cb4/?format=api"
                    ],
                    "code": "28AP0150079",
                    "last_modified": "2024-07-05T16:49:44.285153Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44784/?format=api",
                    "id": 44784,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6e1f23dc-eb4c-45af-9302-5d4d4b65d545/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4080ee8d-cf5e-4a39-b484-9850110ce23a/?format=api"
                    ],
                    "code": "28AP0150078",
                    "last_modified": "2024-07-05T16:49:43.421871Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -49.6,
                    "filter_bottom_level": -50.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44783/?format=api",
                    "id": 44783,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8a2da0ae-7c39-441a-9366-731e27db16e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6061bc00-6f1f-4019-9275-98f7b8c6bb84/?format=api"
                    ],
                    "code": "28AP0150077",
                    "last_modified": "2024-07-05T16:49:42.545969Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44782/?format=api",
                    "id": 44782,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2e983cc1-f90c-4113-9eeb-b9aab9b14f1a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8cd4f7d7-5206-4985-a69d-ae2767e12507/?format=api"
                    ],
                    "code": "28AP0150076",
                    "last_modified": "2024-07-05T16:49:41.612859Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -45.6,
                    "filter_bottom_level": -46.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44781/?format=api",
                    "id": 44781,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/15364596-ab44-44cf-ad35-7c099b85fa06/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8cef1bfe-6b24-4d09-8f4c-1754ad8eb49c/?format=api"
                    ],
                    "code": "28AP0150075",
                    "last_modified": "2024-07-05T16:49:40.639511Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44780/?format=api",
                    "id": 44780,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a36d562c-36ef-465a-80ef-eaa18a61113b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2264b265-8df6-4c90-a6cd-f509561fa99f/?format=api"
                    ],
                    "code": "28AP0150074",
                    "last_modified": "2024-07-05T16:49:39.810481Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -41.6,
                    "filter_bottom_level": -42.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44779/?format=api",
                    "id": 44779,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ec847d1c-43aa-4d6a-83f0-7cc85c010ce9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/09a7dc3f-20c1-4c1a-9e82-1a8b3d7d7c62/?format=api"
                    ],
                    "code": "28AP0150073",
                    "last_modified": "2024-07-05T16:49:38.867190Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44778/?format=api",
                    "id": 44778,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9c84d5ac-4ee2-4ab1-b72f-480eedebbcb8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5d729576-300d-48c9-aef5-d51101a2fd21/?format=api"
                    ],
                    "code": "28AP0150072",
                    "last_modified": "2024-07-05T16:49:37.998082Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44777/?format=api",
                    "id": 44777,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4e73891e-45f8-44df-b873-d55dba7f5f66/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d1c8343c-a6fe-437b-99e0-b3a9b3736d05/?format=api"
                    ],
                    "code": "28AP0150071",
                    "last_modified": "2024-07-05T16:49:37.027170Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44776/?format=api",
                    "id": 44776,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7a386c73-04aa-460f-83c3-e49a4b0bdf58/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc836c9a-d5f8-4b9d-bd1e-926665d5be2f/?format=api"
                    ],
                    "code": "28AP0150070",
                    "last_modified": "2024-07-05T16:49:36.161443Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44775/?format=api",
                    "id": 44775,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e6a19175-a481-4de5-9647-d0135d66a7e1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/26ff8f72-af14-4339-b815-369420d24fed/?format=api"
                    ],
                    "code": "28AP0150069",
                    "last_modified": "2024-07-05T16:49:35.254877Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -31.6,
                    "filter_bottom_level": -32.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44774/?format=api",
                    "id": 44774,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9fae247c-768b-4202-b91c-098265978c5d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/442131ad-e40d-484a-a804-a2035c7ba9e7/?format=api"
                    ],
                    "code": "28AP0150068",
                    "last_modified": "2024-07-05T16:49:34.257937Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -29.6,
                    "filter_bottom_level": -30.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44773/?format=api",
                    "id": 44773,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c94df2b3-0a2c-480c-a3f9-0e58c6165ea3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/096249f2-b895-460e-a4c5-7ab267cf9f34/?format=api"
                    ],
                    "code": "28AP0150067",
                    "last_modified": "2024-07-05T16:49:33.349479Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -27.6,
                    "filter_bottom_level": -28.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44772/?format=api",
                    "id": 44772,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a4d717c0-5055-4e4e-b5d2-0151da1c0b63/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66f9582b-4c3f-4a4e-bd7c-0ad9f55b2c13/?format=api"
                    ],
                    "code": "28AP0150066",
                    "last_modified": "2024-07-05T16:49:32.530547Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -25.6,
                    "filter_bottom_level": -26.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44771/?format=api",
                    "id": 44771,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/972ce9e5-a2ea-4279-922f-77ddf3bc6d5a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e862c218-ec91-456f-b4ac-556031ff5310/?format=api"
                    ],
                    "code": "28AP0150065",
                    "last_modified": "2024-07-05T16:49:31.569475Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44770/?format=api",
                    "id": 44770,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/22616367-d2a8-4461-98f2-8978c4e954eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/712dd1d9-fad7-461c-8d67-6444cd77189c/?format=api"
                    ],
                    "code": "28AP0150064",
                    "last_modified": "2024-07-05T16:49:30.647605Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -21.6,
                    "filter_bottom_level": -22.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44769/?format=api",
                    "id": 44769,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/969f8d69-d50b-43fd-a3b5-8a6a82902899/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b7b22ab5-d43f-4b4f-b8bd-3ca323ad8120/?format=api"
                    ],
                    "code": "28AP0150063",
                    "last_modified": "2024-07-05T16:49:29.727345Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -19.6,
                    "filter_bottom_level": -20.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44768/?format=api",
                    "id": 44768,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d3c32b41-1a38-4d13-b3f8-71fe364e860e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5efdbf26-a956-4332-86c7-b30de31a05ea/?format=api"
                    ],
                    "code": "28AP0150062",
                    "last_modified": "2024-07-05T16:49:28.879349Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -17.6,
                    "filter_bottom_level": -18.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44767/?format=api",
                    "id": 44767,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bdcd2822-772f-4cab-8e9f-3712239dd3e9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d93da0e-f29a-4184-8949-a727640f043c/?format=api"
                    ],
                    "code": "28AP0150061",
                    "last_modified": "2024-07-05T16:49:27.851832Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -15.6,
                    "filter_bottom_level": -16.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44766/?format=api",
                    "id": 44766,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2d11e570-c602-4fb6-b0f8-a6823f08b8c0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3042cdc2-67a6-40ea-b9b5-62490a6e8244/?format=api"
                    ],
                    "code": "28AP0150060",
                    "last_modified": "2024-07-05T16:49:26.921765Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44765/?format=api",
                    "id": 44765,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/be0c41f3-293d-44d2-b508-c2e55372eff6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/78d41439-59d9-4fde-8324-cf8337c7e245/?format=api"
                    ],
                    "code": "28AP0150059",
                    "last_modified": "2024-07-05T16:49:25.814599Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -11.6,
                    "filter_bottom_level": -12.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44762/?format=api",
                    "id": 44762,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/afec7ed2-c832-498c-85ca-f356d574d9ff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08c50fe6-49be-4369-ae61-0cf2e0afd084/?format=api"
                    ],
                    "code": "28AP0150056",
                    "last_modified": "2024-07-05T16:49:23.066081Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -5.6,
                    "filter_bottom_level": -6.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44757/?format=api",
                    "id": 44757,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/37f1f988-fe11-4d39-ae08-06fc2f4cb7a2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5bd3450-ed5b-4654-b60d-b97bf9f879b9/?format=api"
                    ],
                    "code": "28AP0150051",
                    "last_modified": "2024-07-05T16:49:18.598802Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": 4.4,
                    "filter_bottom_level": 3.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44763/?format=api",
                    "id": 44763,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/eb117f64-a39f-41b4-ad85-87f5305bc0da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/936ed085-70f3-4059-b58a-ea92fe025681/?format=api"
                    ],
                    "code": "28AP0150057",
                    "last_modified": "2024-07-05T16:49:23.949257Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44758/?format=api",
                    "id": 44758,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/adc0dff7-fd92-42cf-bb11-213b55dd3c11/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/af0d3f9f-955a-4f0f-87cc-7a06a490bc52/?format=api"
                    ],
                    "code": "28AP0150052",
                    "last_modified": "2024-07-05T16:49:19.566179Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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/44760/?format=api",
                    "id": 44760,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7de2e384-8327-4ec0-b777-1bde015abb7f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1adc3608-221f-42fb-aa3f-144d1157713e/?format=api"
                    ],
                    "code": "28AP0150054",
                    "last_modified": "2024-07-05T16:49:21.368618Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.4,
                    "filter_top_level": -1.6,
                    "filter_bottom_level": -2.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44755/?format=api",
                    "id": 44755,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/df673667-cf24-4649-b2ad-4bcdd5591c20/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/39e6e442-e328-48a2-bd42-947ff31526df/?format=api"
                    ],
                    "code": "28AP0150001",
                    "last_modified": "2024-07-05T16:49:08.580502Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?format=api",
                    "top_level": 11.77,
                    "filter_top_level": 5.4,
                    "filter_bottom_level": 3.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44761/?format=api",
                    "id": 44761,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d4950f9a-f65d-4809-8a41-7b083b15368a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/68d1a88e-544c-46fe-83d4-c6fa3c2818bd/?format=api"
                    ],
                    "code": "28AP0150055",
                    "last_modified": "2024-07-05T16:49:22.198260Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2923/?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": "28AP0150",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2924/?format=api",
            "id": 2924,
            "code": "28AP0151",
            "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.425579635515823,
                    52.46785395373414,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:31:35.133739Z",
            "created": "2015-08-12T11:32:59.628291Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44788/?format=api",
                    "id": 44788,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a7ba8b43-fa86-4e56-a180-0913c7612e40/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ebb7fe15-de97-42a0-8afe-215b9f2ba0e8/?format=api"
                    ],
                    "code": "28AP0151003",
                    "last_modified": "2024-07-05T16:49:48.018260Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2924/?format=api",
                    "top_level": 11.653,
                    "filter_top_level": -25.9,
                    "filter_bottom_level": -27.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44787/?format=api",
                    "id": 44787,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/608a58a6-1489-472a-9775-f77e1ea4bc2f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db20de93-3e73-4f45-8365-a12c45ad0666/?format=api"
                    ],
                    "code": "28AP0151002",
                    "last_modified": "2024-07-05T16:49:47.635600Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2924/?format=api",
                    "top_level": 11.671,
                    "filter_top_level": -8.9,
                    "filter_bottom_level": -10.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44789/?format=api",
                    "id": 44789,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/028995ff-8969-4023-b598-3860c01bafa2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de4cea99-943e-47e9-a277-43d456b546ad/?format=api"
                    ],
                    "code": "28AP0151004",
                    "last_modified": "2024-07-05T16:49:48.564389Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2924/?format=api",
                    "top_level": 11.639,
                    "filter_top_level": -33.9,
                    "filter_bottom_level": -35.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44790/?format=api",
                    "id": 44790,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ea1084e9-a610-4eae-9876-f5b0f43fb351/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aacdd3d1-a6a4-4f9a-b008-af38424604b0/?format=api"
                    ],
                    "code": "28AP0151005",
                    "last_modified": "2024-07-05T16:49:48.902402Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2924/?format=api",
                    "top_level": 11.626,
                    "filter_top_level": -51.4,
                    "filter_bottom_level": -53.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44786/?format=api",
                    "id": 44786,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c4be0421-c529-499b-99ba-d0c0dec59613/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f45fc977-fadf-4d7a-b8dd-648677212864/?format=api"
                    ],
                    "code": "28AP0151001",
                    "last_modified": "2024-07-05T16:49:47.138259Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2924/?format=api",
                    "top_level": 11.694,
                    "filter_top_level": 3.1,
                    "filter_bottom_level": 1.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0151",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.15,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2925/?format=api",
            "id": 2925,
            "code": "28AP0152",
            "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.42271895861573,
                    52.47070571561805,
                    0.0
                ]
            },
            "last_modified": "2025-03-21T09:22:04.170034Z",
            "created": "2015-08-12T11:32:59.633724Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44792/?format=api",
                    "id": 44792,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/afb24c13-776d-46e4-bff3-0956e5cd2cea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/87038f71-358b-4f1d-9c48-77b23fb163fc/?format=api"
                    ],
                    "code": "28AP0152002",
                    "last_modified": "2024-07-05T16:49:50.695263Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2925/?format=api",
                    "top_level": 34.626,
                    "filter_top_level": -11.9,
                    "filter_bottom_level": -13.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44793/?format=api",
                    "id": 44793,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9a6577c2-9b42-4746-8549-d7ae17ea1326/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c14dac52-b8f3-4fa7-ac97-724dbd54c950/?format=api"
                    ],
                    "code": "28AP0152003",
                    "last_modified": "2024-07-05T16:49:51.148223Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2925/?format=api",
                    "top_level": 34.61,
                    "filter_top_level": -21.9,
                    "filter_bottom_level": -23.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44794/?format=api",
                    "id": 44794,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/044ae6b2-cf76-4935-bfd1-84f0bc2faab5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/28283427-c958-42d8-a5f7-7a1a13390592/?format=api"
                    ],
                    "code": "28AP0152004",
                    "last_modified": "2024-07-05T16:49:51.617382Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2925/?format=api",
                    "top_level": 34.602,
                    "filter_top_level": -31.9,
                    "filter_bottom_level": -33.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44791/?format=api",
                    "id": 44791,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4d142d41-d5bc-4564-bb33-a6ecb0b1d8db/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9d148032-8b1a-4aa3-a72d-debc61c7d7a4/?format=api"
                    ],
                    "code": "28AP0152001",
                    "last_modified": "2024-07-05T16:49:50.246636Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2925/?format=api",
                    "top_level": 34.629,
                    "filter_top_level": 2.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0152",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 34.1,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2926/?format=api",
            "id": 2926,
            "code": "28AP3034",
            "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.421205067780438,
                    52.47601520982044,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:49:58.163085Z",
            "created": "2015-08-12T11:32:59.639467Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44795/?format=api",
                    "id": 44795,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/75541b74-3f2d-40e8-9d26-ae0d5389ea3c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7c27515b-ab7c-49a7-a62a-b9db3636638b/?format=api"
                    ],
                    "code": "28AP3034001",
                    "last_modified": "2024-07-05T16:49:58.722345Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2926/?format=api",
                    "top_level": 32.42,
                    "filter_top_level": -6.0,
                    "filter_bottom_level": -23.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 31.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2927/?format=api",
            "id": 2927,
            "code": "28AP3035",
            "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.419712417676016,
                    52.47512941997297,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:49:59.175789Z",
            "created": "2015-08-12T11:32:59.645048Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44796/?format=api",
                    "id": 44796,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/673f048c-0d89-4b7f-afe3-d3f86f9d0926/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61383f4c-bb23-44b7-beeb-710f0fda2c6e/?format=api"
                    ],
                    "code": "28AP3035001",
                    "last_modified": "2024-07-05T16:49:59.654149Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2927/?format=api",
                    "top_level": 35.8,
                    "filter_top_level": -5.7,
                    "filter_bottom_level": -27.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0035",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 35.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2928/?format=api",
            "id": 2928,
            "code": "28AP3037",
            "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.420168607264057,
                    52.47575460610213,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:50:00.255874Z",
            "created": "2015-08-12T11:32:59.650456Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44797/?format=api",
                    "id": 44797,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/36ff475a-c89b-43db-906b-428c50be4607/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1aba169a-37a0-4411-8757-e75f931f0b08/?format=api"
                    ],
                    "code": "28AP3037001",
                    "last_modified": "2024-07-05T16:50:00.756574Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2928/?format=api",
                    "top_level": 36.0,
                    "filter_top_level": -962.0,
                    "filter_bottom_level": -963.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0037",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 36.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2929/?format=api",
            "id": 2929,
            "code": "28AP3039",
            "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.42117773803841,
                    52.47484700679686,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:50:01.171514Z",
            "created": "2015-08-12T11:32:59.656240Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44798/?format=api",
                    "id": 44798,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/999b3998-3af1-4b2b-957a-724a8c36198f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d198fb00-c980-4088-9a8f-61edabe532fc/?format=api"
                    ],
                    "code": "28AP3039001",
                    "last_modified": "2024-07-05T16:50:01.722315Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2929/?format=api",
                    "top_level": 26.0,
                    "filter_top_level": -10.0,
                    "filter_bottom_level": -11.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0039",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 26.0,
            "top_level": null,
            "bottom_level": null
        }
    ]
}