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=31
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=32",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=30",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2839/?format=api",
            "id": 2839,
            "code": "B40E0314",
            "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.161463180069775,
                    51.97412014314694,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:02.994816Z",
            "created": "2015-08-12T11:32:59.115859Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44598/?format=api",
                    "id": 44598,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ffb7e838-cfe2-4e9f-9e54-a88aac48ff00/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f4a0334d-9073-4db4-bba8-b58618c3531b/?format=api"
                    ],
                    "code": "B40E0314001",
                    "last_modified": "2024-07-05T19:16:03.417647Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2839/?format=api",
                    "top_level": 10.1,
                    "filter_top_level": 8.6,
                    "filter_bottom_level": 8.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0314",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2840/?format=api",
            "id": 2840,
            "code": "B40E0315",
            "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.161453871592903,
                    51.97358089215326,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:03.919934Z",
            "created": "2015-08-12T11:32:59.121611Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44599/?format=api",
                    "id": 44599,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/721526b1-ad91-4deb-8e47-37f66ec593f7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/78036fce-c3b6-41b4-ba8c-13e8b7da1b3d/?format=api"
                    ],
                    "code": "B40E0315001",
                    "last_modified": "2024-07-05T19:16:04.404706Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2840/?format=api",
                    "top_level": 10.03,
                    "filter_top_level": 8.7,
                    "filter_bottom_level": 8.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0315",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.19,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2841/?format=api",
            "id": 2841,
            "code": "B40E0316",
            "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.16145395090548,
                    51.97358089439455,
                    0.0
                ]
            },
            "last_modified": "2023-04-26T14:50:03.380208Z",
            "created": "2015-08-12T11:32:59.127614Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44600/?format=api",
                    "id": 44600,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c86dc60b-88df-4f17-91ba-acf511d07724/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e153e0f7-93eb-4988-a5b9-0dc45406a991/?format=api"
                    ],
                    "code": "B40E0316001",
                    "last_modified": "2023-10-25T14:17:42.665379Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2841/?format=api",
                    "top_level": 11.19,
                    "filter_top_level": 8.8,
                    "filter_bottom_level": 7.8,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": 9.43,
                    "low_groundwater_level": 8.5
                }
            ],
            "name": "B40E0316",
            "station_type": "quantitative",
            "status": "active",
            "scale": "area",
            "surface_level": 10.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2842/?format=api",
            "id": 2842,
            "code": "B40E0339",
            "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.184869122703313,
                    51.93171735104787,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:16:11.146710Z",
            "created": "2015-08-12T11:32:59.134867Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44601/?format=api",
                    "id": 44601,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/167b81a9-e07d-4055-902d-85e36b02616f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cb15afba-fd34-48cf-a28c-4e56293f5201/?format=api"
                    ],
                    "code": "B40E0339001",
                    "last_modified": "2024-07-05T19:16:11.629125Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2842/?format=api",
                    "top_level": 14.9,
                    "filter_top_level": 12.9,
                    "filter_bottom_level": 12.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0339",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2843/?format=api",
            "id": 2843,
            "code": "B40E0340",
            "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.184429771010473,
                    51.93154056014625,
                    0.0
                ]
            },
            "last_modified": "2024-10-16T13:09:09.716940Z",
            "created": "2015-08-12T11:32:59.141373Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44602/?format=api",
                    "id": 44602,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/00ce746d-054e-4c9e-8a35-5ff88652bcbf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc7057f3-f0f3-4c80-b46b-01e0a9b54e2f/?format=api"
                    ],
                    "code": "B40E0340001",
                    "last_modified": "2024-07-05T19:16:12.654066Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2843/?format=api",
                    "top_level": 14.99,
                    "filter_top_level": 11.49,
                    "filter_bottom_level": 10.49,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40E0340",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2844/?format=api",
            "id": 2844,
            "code": "B40G0270",
            "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.124807640059984,
                    51.86029076583369,
                    0.0
                ]
            },
            "last_modified": "2024-07-08T10:44:09.268895Z",
            "created": "2015-08-12T11:32:59.147621Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44603/?format=api",
                    "id": 44603,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b88d0489-e0ba-4a79-a424-fdd45887080a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dd3d6399-1e08-4ee2-96b2-8dbb5d315fe1/?format=api"
                    ],
                    "code": "B40G0270001",
                    "last_modified": "2024-07-08T10:44:09.743758Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2844/?format=api",
                    "top_level": 12.67,
                    "filter_top_level": 9.17,
                    "filter_bottom_level": 8.67,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0270",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 12.53,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2845/?format=api",
            "id": 2845,
            "code": "B40G0271",
            "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.125533429027342,
                    51.86028620301961,
                    0.0
                ]
            },
            "last_modified": "2024-07-16T06:37:59.213752Z",
            "created": "2015-08-12T11:32:59.153389Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44604/?format=api",
                    "id": 44604,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5d0dac84-2e3f-432c-b6a7-c70aee3f88b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0cdfad01-1e96-4dc1-a806-ca2dfddccb7a/?format=api"
                    ],
                    "code": "B40G0271001",
                    "last_modified": "2024-07-16T06:37:59.819537Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2845/?format=api",
                    "top_level": 13.31,
                    "filter_top_level": 9.31,
                    "filter_bottom_level": 8.31,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40G0271",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 13.4,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2847/?format=api",
            "id": 2847,
            "code": "22CL0080",
            "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.35809989855241,
                    52.48897342036174,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:07.531529Z",
            "created": "2015-08-12T11:32:59.173862Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44606/?format=api",
                    "id": 44606,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b40657d6-4a53-4428-ab35-ef6dd7d35578/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0525bfbd-0ca8-4fe0-9562-d8e700dc2d00/?format=api"
                    ],
                    "code": "22CL0080001",
                    "last_modified": "2024-07-05T16:10:54.744220Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2847/?format=api",
                    "top_level": 7.074,
                    "filter_top_level": 3.15,
                    "filter_bottom_level": 2.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0553",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.71,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
            "id": 2848,
            "code": "22CP0062",
            "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.358741991781091,
                    52.49544735989807,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:14.396093Z",
            "created": "2015-08-12T11:32:59.180114Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123083/?format=api",
                    "id": 123083,
                    "timeseries": [],
                    "code": "22CP0062004",
                    "last_modified": "2023-01-24T19:02:35.755182Z",
                    "created": "2022-09-01T07:01:45.941200Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?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/44193/?format=api",
                    "id": 44193,
                    "timeseries": [],
                    "code": "22CP0062005",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44194/?format=api",
                    "id": 44194,
                    "timeseries": [],
                    "code": "22CP0062006",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44195/?format=api",
                    "id": 44195,
                    "timeseries": [],
                    "code": "22CP0062007",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44196/?format=api",
                    "id": 44196,
                    "timeseries": [],
                    "code": "22CP0062008",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44197/?format=api",
                    "id": 44197,
                    "timeseries": [],
                    "code": "22CP0062009",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44198/?format=api",
                    "id": 44198,
                    "timeseries": [],
                    "code": "22CP0062010",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44199/?format=api",
                    "id": 44199,
                    "timeseries": [],
                    "code": "22CP0062011",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44200/?format=api",
                    "id": 44200,
                    "timeseries": [],
                    "code": "22CP0062012",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44201/?format=api",
                    "id": 44201,
                    "timeseries": [],
                    "code": "22CP0062013",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44202/?format=api",
                    "id": 44202,
                    "timeseries": [],
                    "code": "22CP0062014",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44203/?format=api",
                    "id": 44203,
                    "timeseries": [],
                    "code": "22CP0062015",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44204/?format=api",
                    "id": 44204,
                    "timeseries": [],
                    "code": "22CP0062016",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44205/?format=api",
                    "id": 44205,
                    "timeseries": [],
                    "code": "22CP0062017",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44206/?format=api",
                    "id": 44206,
                    "timeseries": [],
                    "code": "22CP0062018",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44207/?format=api",
                    "id": 44207,
                    "timeseries": [],
                    "code": "22CP0062019",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44208/?format=api",
                    "id": 44208,
                    "timeseries": [],
                    "code": "22CP0062020",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44209/?format=api",
                    "id": 44209,
                    "timeseries": [],
                    "code": "22CP0062021",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44210/?format=api",
                    "id": 44210,
                    "timeseries": [],
                    "code": "22CP0062022",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44211/?format=api",
                    "id": 44211,
                    "timeseries": [],
                    "code": "22CP0062023",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44212/?format=api",
                    "id": 44212,
                    "timeseries": [],
                    "code": "22CP0062024",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44213/?format=api",
                    "id": 44213,
                    "timeseries": [],
                    "code": "22CP0062025",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44214/?format=api",
                    "id": 44214,
                    "timeseries": [],
                    "code": "22CP0062026",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44215/?format=api",
                    "id": 44215,
                    "timeseries": [],
                    "code": "22CP0062027",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44216/?format=api",
                    "id": 44216,
                    "timeseries": [],
                    "code": "22CP0062028",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44217/?format=api",
                    "id": 44217,
                    "timeseries": [],
                    "code": "22CP0062029",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44218/?format=api",
                    "id": 44218,
                    "timeseries": [],
                    "code": "22CP0062030",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44219/?format=api",
                    "id": 44219,
                    "timeseries": [],
                    "code": "22CP0062031",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44220/?format=api",
                    "id": 44220,
                    "timeseries": [],
                    "code": "22CP0062032",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44221/?format=api",
                    "id": 44221,
                    "timeseries": [],
                    "code": "22CP0062033",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44222/?format=api",
                    "id": 44222,
                    "timeseries": [],
                    "code": "22CP0062034",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44223/?format=api",
                    "id": 44223,
                    "timeseries": [],
                    "code": "22CP0062035",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44224/?format=api",
                    "id": 44224,
                    "timeseries": [],
                    "code": "22CP0062036",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44225/?format=api",
                    "id": 44225,
                    "timeseries": [],
                    "code": "22CP0062037",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44226/?format=api",
                    "id": 44226,
                    "timeseries": [],
                    "code": "22CP0062038",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44227/?format=api",
                    "id": 44227,
                    "timeseries": [],
                    "code": "22CP0062039",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44228/?format=api",
                    "id": 44228,
                    "timeseries": [],
                    "code": "22CP0062040",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44229/?format=api",
                    "id": 44229,
                    "timeseries": [],
                    "code": "22CP0062041",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44230/?format=api",
                    "id": 44230,
                    "timeseries": [],
                    "code": "22CP0062042",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44231/?format=api",
                    "id": 44231,
                    "timeseries": [],
                    "code": "22CP0062043",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44232/?format=api",
                    "id": 44232,
                    "timeseries": [],
                    "code": "22CP0062044",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44233/?format=api",
                    "id": 44233,
                    "timeseries": [],
                    "code": "22CP0062045",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44234/?format=api",
                    "id": 44234,
                    "timeseries": [],
                    "code": "22CP0062046",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44235/?format=api",
                    "id": 44235,
                    "timeseries": [],
                    "code": "22CP0062047",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44236/?format=api",
                    "id": 44236,
                    "timeseries": [],
                    "code": "22CP0062048",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44237/?format=api",
                    "id": 44237,
                    "timeseries": [],
                    "code": "22CP0062049",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44238/?format=api",
                    "id": 44238,
                    "timeseries": [],
                    "code": "22CP0062050",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44239/?format=api",
                    "id": 44239,
                    "timeseries": [],
                    "code": "22CP0062051",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44240/?format=api",
                    "id": 44240,
                    "timeseries": [],
                    "code": "22CP0062052",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44241/?format=api",
                    "id": 44241,
                    "timeseries": [],
                    "code": "22CP0062053",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44242/?format=api",
                    "id": 44242,
                    "timeseries": [],
                    "code": "22CP0062054",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44243/?format=api",
                    "id": 44243,
                    "timeseries": [],
                    "code": "22CP0062055",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44244/?format=api",
                    "id": 44244,
                    "timeseries": [],
                    "code": "22CP0062056",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44245/?format=api",
                    "id": 44245,
                    "timeseries": [],
                    "code": "22CP0062057",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44246/?format=api",
                    "id": 44246,
                    "timeseries": [],
                    "code": "22CP0062058",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44247/?format=api",
                    "id": 44247,
                    "timeseries": [],
                    "code": "22CP0062059",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44248/?format=api",
                    "id": 44248,
                    "timeseries": [],
                    "code": "22CP0062060",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44249/?format=api",
                    "id": 44249,
                    "timeseries": [],
                    "code": "22CP0062061",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44250/?format=api",
                    "id": 44250,
                    "timeseries": [],
                    "code": "22CP0062062",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44251/?format=api",
                    "id": 44251,
                    "timeseries": [],
                    "code": "22CP0062063",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44252/?format=api",
                    "id": 44252,
                    "timeseries": [],
                    "code": "22CP0062064",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44253/?format=api",
                    "id": 44253,
                    "timeseries": [],
                    "code": "22CP0062065",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44254/?format=api",
                    "id": 44254,
                    "timeseries": [],
                    "code": "22CP0062066",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44255/?format=api",
                    "id": 44255,
                    "timeseries": [],
                    "code": "22CP0062067",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44256/?format=api",
                    "id": 44256,
                    "timeseries": [],
                    "code": "22CP0062068",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44257/?format=api",
                    "id": 44257,
                    "timeseries": [],
                    "code": "22CP0062069",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44258/?format=api",
                    "id": 44258,
                    "timeseries": [],
                    "code": "22CP0062070",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44259/?format=api",
                    "id": 44259,
                    "timeseries": [],
                    "code": "22CP0062071",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44260/?format=api",
                    "id": 44260,
                    "timeseries": [],
                    "code": "22CP0062072",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44261/?format=api",
                    "id": 44261,
                    "timeseries": [],
                    "code": "22CP0062073",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44262/?format=api",
                    "id": 44262,
                    "timeseries": [],
                    "code": "22CP0062074",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44263/?format=api",
                    "id": 44263,
                    "timeseries": [],
                    "code": "22CP0062075",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44264/?format=api",
                    "id": 44264,
                    "timeseries": [],
                    "code": "22CP0062076",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44265/?format=api",
                    "id": 44265,
                    "timeseries": [],
                    "code": "22CP0062077",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44266/?format=api",
                    "id": 44266,
                    "timeseries": [],
                    "code": "22CP0062078",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44267/?format=api",
                    "id": 44267,
                    "timeseries": [],
                    "code": "22CP0062079",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44268/?format=api",
                    "id": 44268,
                    "timeseries": [],
                    "code": "22CP0062080",
                    "last_modified": "2019-06-25T07:24:42.800962Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44608/?format=api",
                    "id": 44608,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/08414126-249c-4632-afca-5096836de9e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b9430cc1-fc03-4ef9-abf2-36d57a5e5a06/?format=api"
                    ],
                    "code": "22CP0062002",
                    "last_modified": "2024-07-05T16:11:31.280924Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.552,
                    "filter_top_level": -8.76,
                    "filter_bottom_level": -10.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44609/?format=api",
                    "id": 44609,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/495773d6-f74b-4448-b831-abc6eacb3ac4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f0cf71ed-dfd1-44b7-a4e9-4e7888ccca48/?format=api"
                    ],
                    "code": "22CP0062003",
                    "last_modified": "2024-07-05T16:11:31.710596Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.529,
                    "filter_top_level": -19.76,
                    "filter_bottom_level": -21.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44269/?format=api",
                    "id": 44269,
                    "timeseries": [],
                    "code": "22CP0062081",
                    "last_modified": "2021-12-14T19:42:08.848351Z",
                    "created": "2016-02-03T10:58:57.699130Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.25,
                    "filter_top_level": -9.95,
                    "filter_bottom_level": -23.85,
                    "aquifer_confinement": null,
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44607/?format=api",
                    "id": 44607,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9f3e0cdc-1c65-4b44-b72d-41583156894a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/26ca36f1-79f4-4289-b85c-698cec6c8e8c/?format=api"
                    ],
                    "code": "22CP0062001",
                    "last_modified": "2024-07-05T16:11:30.799899Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2848/?format=api",
                    "top_level": 5.571,
                    "filter_top_level": 0.24,
                    "filter_bottom_level": -0.76,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0062",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.43,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2849/?format=api",
            "id": 2849,
            "code": "22CP0065",
            "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.385418243196185,
                    52.48833383749271,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:18.487850Z",
            "created": "2015-08-12T11:32:59.185789Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44610/?format=api",
                    "id": 44610,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8eb2bf20-8ad8-4091-9f95-4a3d609a2bc8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0e64e573-c197-4554-954d-4e086fc446d7/?format=api"
                    ],
                    "code": "22CP0065001",
                    "last_modified": "2024-07-05T16:11:34.161087Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2849/?format=api",
                    "top_level": 6.62,
                    "filter_top_level": 1.27,
                    "filter_bottom_level": 0.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0065",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.29,
            "top_level": null,
            "bottom_level": null
        }
    ]
}