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=1250
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=1251",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1249",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92542/?format=api",
            "id": 92542,
            "code": "06DM009",
            "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.005884797650064,
                    53.19683634027135,
                    0.0
                ]
            },
            "last_modified": "2025-03-03T10:30:54.765008Z",
            "created": "2024-01-17T16:26:07.839785Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123528/?format=api",
                    "id": 123528,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/09a8da8b-b486-4e7e-ba05-bac682c6709e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/97a5e064-2ec5-4627-aeb4-7ed3782cd7ed/?format=api"
                    ],
                    "code": "06DM009001",
                    "last_modified": "2024-07-05T15:30:00.330570Z",
                    "created": "2024-01-17T16:26:09.309234Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92542/?format=api",
                    "top_level": 1.208,
                    "filter_top_level": -0.362,
                    "filter_bottom_level": -1.362,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123529/?format=api",
                    "id": 123529,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/47f06865-a27d-4ad6-8896-4fcc4e796e33/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d52cea50-765a-40af-837e-270318b97275/?format=api"
                    ],
                    "code": "06DM009002",
                    "last_modified": "2024-07-05T15:30:01.104871Z",
                    "created": "2024-01-17T16:26:10.694955Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92542/?format=api",
                    "top_level": 1.17,
                    "filter_top_level": -4.417564692,
                    "filter_bottom_level": -5.417564692,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "06DM009",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92543/?format=api",
            "id": 92543,
            "code": "28BM023",
            "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.575517971322646,
                    52.43243171221529,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:03.977460Z",
            "created": "2024-01-17T16:37:36.697192Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123530/?format=api",
                    "id": 123530,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7f9e70e7-bf8f-4adf-9e04-3d0ca6734ebf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/62808fe3-155a-41df-b52f-d091be62bd7e/?format=api"
                    ],
                    "code": "28BM023001",
                    "last_modified": "2024-07-05T16:51:04.480340Z",
                    "created": "2024-01-17T16:37:38.056639Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92543/?format=api",
                    "top_level": 8.68,
                    "filter_top_level": 1.34,
                    "filter_bottom_level": 0.34,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123532/?format=api",
                    "id": 123532,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/71cdac9b-f5d2-4eac-b06c-d3f8cde4ad35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0664c5e0-ebee-4f5b-8f27-1da692c2c0fc/?format=api"
                    ],
                    "code": "28BM023003",
                    "last_modified": "2024-07-05T16:51:05.604956Z",
                    "created": "2024-01-17T16:37:40.834694Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92543/?format=api",
                    "top_level": 8.62,
                    "filter_top_level": -36.16,
                    "filter_bottom_level": -38.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123531/?format=api",
                    "id": 123531,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f1c9e1e9-b02d-458b-bf1f-f3ac7b25d7d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a78896f9-066a-4691-9c2a-8b4edd8b1ff8/?format=api"
                    ],
                    "code": "28BM023002",
                    "last_modified": "2024-07-05T16:51:05.239040Z",
                    "created": "2024-01-17T16:37:39.438792Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92543/?format=api",
                    "top_level": 8.66,
                    "filter_top_level": -20.16,
                    "filter_bottom_level": -22.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM023",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.84,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92544/?format=api",
            "id": 92544,
            "code": "28BM024",
            "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.574659761832279,
                    52.43387844604528,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:06.340357Z",
            "created": "2024-01-17T16:37:41.919319Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123535/?format=api",
                    "id": 123535,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/afa21af4-5125-4016-98f4-12c8375647e5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2276e447-1bf5-4aeb-a650-cb27b3e329a3/?format=api"
                    ],
                    "code": "28BM024003",
                    "last_modified": "2024-07-05T16:51:07.798608Z",
                    "created": "2024-01-17T16:37:45.966032Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92544/?format=api",
                    "top_level": 8.62,
                    "filter_top_level": -36.24,
                    "filter_bottom_level": -38.24,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123533/?format=api",
                    "id": 123533,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1806166b-42ad-46a3-80cd-0970f780f377/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff170dbe-c85a-4b48-867a-5796c0988206/?format=api"
                    ],
                    "code": "28BM024001",
                    "last_modified": "2024-07-05T16:51:06.831134Z",
                    "created": "2024-01-17T16:37:43.304002Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92544/?format=api",
                    "top_level": 8.76,
                    "filter_top_level": 1.76,
                    "filter_bottom_level": -0.24,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123534/?format=api",
                    "id": 123534,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4cfca816-e0de-4dc6-aebb-26e866cb5e52/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f2e5b07-279a-4563-aaa4-2a6e037eed31/?format=api"
                    ],
                    "code": "28BM024002",
                    "last_modified": "2024-07-05T16:51:07.333691Z",
                    "created": "2024-01-17T16:37:44.657268Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92544/?format=api",
                    "top_level": 8.66,
                    "filter_top_level": -20.24,
                    "filter_bottom_level": -22.24,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM024",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.76,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?format=api",
            "id": 92545,
            "code": "32CM033",
            "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": [
                    5.237010934553016,
                    52.13474613746907,
                    0.0
                ]
            },
            "last_modified": "2024-09-26T14:36:46.910113Z",
            "created": "2024-01-17T16:40:31.166811Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123541/?format=api",
                    "id": 123541,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c991e7bf-9e67-4bd2-a06d-ccb95ecf8f6c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c4b1f011-bd34-448f-9658-1af2519f5be6/?format=api"
                    ],
                    "code": "32CM033006",
                    "last_modified": "2024-07-05T17:17:25.720744Z",
                    "created": "2024-01-17T16:40:39.261011Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?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/123545/?format=api",
                    "id": 123545,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9ecae7a5-9fe9-41d3-9e8d-0c78d1aa5e6b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ffc648cb-62de-46f1-b5f3-4af862dba2e7/?format=api"
                    ],
                    "code": "32CM033010",
                    "last_modified": "2024-07-05T17:17:27.442659Z",
                    "created": "2024-01-17T16:40:44.799361Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?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/123536/?format=api",
                    "id": 123536,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4904ec24-d0a5-4d5e-a85e-490b8faffb15/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b3441909-e4b0-491b-b461-c0c67524c26a/?format=api"
                    ],
                    "code": "32CM033001",
                    "last_modified": "2024-09-26T14:36:47.563648Z",
                    "created": "2024-01-17T16:40:32.522925Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -32.5,
                    "filter_bottom_level": -33.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123537/?format=api",
                    "id": 123537,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/51f25468-e40e-47eb-b356-f92ad8223d67/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/efe94955-7076-4266-bb9c-31b851409c7d/?format=api"
                    ],
                    "code": "32CM033002",
                    "last_modified": "2024-09-26T14:36:48.003696Z",
                    "created": "2024-01-17T16:40:33.911120Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -42.2,
                    "filter_bottom_level": -43.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123539/?format=api",
                    "id": 123539,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/42006b8c-02b3-4ce6-87c8-f1352c236d02/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dafdb108-54c6-4cc0-af98-1451d058a26d/?format=api"
                    ],
                    "code": "32CM033004",
                    "last_modified": "2024-09-26T14:36:48.910582Z",
                    "created": "2024-01-17T16:40:36.585399Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -98.8,
                    "filter_bottom_level": -99.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123538/?format=api",
                    "id": 123538,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3a48e4e9-7954-4c39-84a7-1065a826940b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3dc98608-4aa0-4447-82f6-ca3b41197ab8/?format=api"
                    ],
                    "code": "32CM033003",
                    "last_modified": "2024-09-26T14:36:48.460424Z",
                    "created": "2024-01-17T16:40:35.236981Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -46.2,
                    "filter_bottom_level": -47.2,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123540/?format=api",
                    "id": 123540,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9780df87-1c9f-44b8-8c23-3355af5700a9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/31372bbd-f1e9-4f20-88e6-6944c228aba4/?format=api"
                    ],
                    "code": "32CM033005",
                    "last_modified": "2024-07-05T17:17:25.230662Z",
                    "created": "2024-01-17T16:40:37.903597Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?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/123542/?format=api",
                    "id": 123542,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/09b95876-9323-426c-b32d-d5768dd35559/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eac9adc8-46b1-48f6-bdd6-805989c92ddd/?format=api"
                    ],
                    "code": "32CM033007",
                    "last_modified": "2024-07-05T17:17:26.091495Z",
                    "created": "2024-01-17T16:40:40.631017Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?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/123543/?format=api",
                    "id": 123543,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6ac02295-0ac9-4932-8597-f732c4626f5d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2043b588-f56d-4af7-9822-251e4b6ac885/?format=api"
                    ],
                    "code": "32CM033008",
                    "last_modified": "2024-07-05T17:17:26.585959Z",
                    "created": "2024-01-17T16:40:42.004270Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?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/123544/?format=api",
                    "id": 123544,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c8421fac-000a-4a73-993f-e40d81278d9c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/773312be-3e6d-456d-b105-14acc9d448d8/?format=api"
                    ],
                    "code": "32CM033009",
                    "last_modified": "2024-07-05T17:17:27.022936Z",
                    "created": "2024-01-17T16:40:43.406088Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92545/?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": "32CM033",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?format=api",
            "id": 92546,
            "code": "32CM034",
            "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": [
                    5.23731657261416,
                    52.13507009289837,
                    0.0
                ]
            },
            "last_modified": "2024-09-26T14:36:49.761483Z",
            "created": "2024-01-17T16:40:46.492053Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123547/?format=api",
                    "id": 123547,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/746f045e-ce67-4b8f-9e9c-9a61a0fefd3f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1318305a-d936-4427-bf1a-9a0a69a5ce1d/?format=api"
                    ],
                    "code": "32CM034002",
                    "last_modified": "2024-09-26T14:36:50.848850Z",
                    "created": "2024-01-17T16:40:49.141716Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -27.5,
                    "filter_bottom_level": -28.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123548/?format=api",
                    "id": 123548,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/29121050-2021-4365-806a-c4967115b6ed/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3feef654-841a-4d00-831e-500cad2ec795/?format=api"
                    ],
                    "code": "32CM034003",
                    "last_modified": "2024-09-26T14:36:51.296862Z",
                    "created": "2024-01-17T16:40:50.467218Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -33.5,
                    "filter_bottom_level": -34.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123549/?format=api",
                    "id": 123549,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/67985910-4629-47d1-8bdc-24afaf7b719c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c517fa44-8434-4948-85b1-29f894d5042c/?format=api"
                    ],
                    "code": "32CM034004",
                    "last_modified": "2024-09-26T14:36:51.771528Z",
                    "created": "2024-01-17T16:40:51.796950Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -42.7,
                    "filter_bottom_level": -43.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123551/?format=api",
                    "id": 123551,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/646b7699-91a2-45a0-a195-eb378e79fdab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c5f415df-aaba-4ce0-9bbb-7bcd74b61e5e/?format=api"
                    ],
                    "code": "32CM034006",
                    "last_modified": "2024-07-05T17:17:31.104807Z",
                    "created": "2024-01-17T16:40:54.451456Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?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/123550/?format=api",
                    "id": 123550,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9e48e911-a481-4416-ad92-dbbc58b39ed5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/36894fb1-befa-4013-b7be-29ff38956720/?format=api"
                    ],
                    "code": "32CM034005",
                    "last_modified": "2024-07-05T17:17:30.733870Z",
                    "created": "2024-01-17T16:40:53.129253Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?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/123546/?format=api",
                    "id": 123546,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/be9f72e0-2930-4d38-84f0-63b619fc76a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2cf1c73d-f1a5-4f20-b1a9-149ab9986a2f/?format=api"
                    ],
                    "code": "32CM034001",
                    "last_modified": "2024-09-26T14:36:50.401147Z",
                    "created": "2024-01-17T16:40:47.803527Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92546/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": -19.5,
                    "filter_bottom_level": -20.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92547/?format=api",
            "id": 92547,
            "code": "32DM019",
            "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": [
                    5.329705081203843,
                    52.03908192669883,
                    0.0
                ]
            },
            "last_modified": "2024-09-30T13:51:15.851819Z",
            "created": "2024-01-17T16:40:55.386009Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123552/?format=api",
                    "id": 123552,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3e58c7f5-ca48-4173-a3fe-5747da27d876/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f201846a-379f-4a05-907b-60b6be711280/?format=api"
                    ],
                    "code": "32DM019001",
                    "last_modified": "2024-07-05T17:17:58.370113Z",
                    "created": "2024-01-17T16:40:56.715561Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92547/?format=api",
                    "top_level": 6.76,
                    "filter_top_level": 2.0,
                    "filter_bottom_level": 0.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM019",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.94,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92548/?format=api",
            "id": 92548,
            "code": "32DM020",
            "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": [
                    5.316207837843285,
                    52.04032015153971,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:24.956274Z",
            "created": "2024-01-17T16:40:57.457987Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123553/?format=api",
                    "id": 123553,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/05d4b0b5-594b-4afe-8bc9-36d1beaf43ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/50003aba-b9d6-4004-9f62-62d036efaed0/?format=api"
                    ],
                    "code": "32DM020001",
                    "last_modified": "2024-07-05T17:17:59.362048Z",
                    "created": "2024-01-17T16:40:58.794826Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92548/?format=api",
                    "top_level": 6.0,
                    "filter_top_level": 2.75,
                    "filter_bottom_level": 1.75,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM020",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.5,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92549/?format=api",
            "id": 92549,
            "code": "32DM021",
            "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": [
                    5.339389238997588,
                    52.04112842922224,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:27.189877Z",
            "created": "2024-01-17T16:40:59.563655Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123554/?format=api",
                    "id": 123554,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/59279d13-bdd9-4a0c-a177-a508a693ebe9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc750e0d-a304-40ed-b416-9e537a1c3627/?format=api"
                    ],
                    "code": "32DM021001",
                    "last_modified": "2024-07-05T17:18:00.445514Z",
                    "created": "2024-01-17T16:41:00.870032Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92549/?format=api",
                    "top_level": 10.2,
                    "filter_top_level": 4.44,
                    "filter_bottom_level": 2.44,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM021",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.46,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92550/?format=api",
            "id": 92550,
            "code": "32DM022",
            "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": [
                    5.334438055375779,
                    52.04653400654708,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:33.034164Z",
            "created": "2024-01-17T16:41:01.623745Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123555/?format=api",
                    "id": 123555,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5ddf70d9-abb2-4768-b051-6e100ffed67e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e655cfc5-2f88-4acf-86f2-239a39571f03/?format=api"
                    ],
                    "code": "32DM022001",
                    "last_modified": "2024-07-05T17:18:01.482238Z",
                    "created": "2024-01-17T16:41:02.977736Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92550/?format=api",
                    "top_level": 13.3,
                    "filter_top_level": 0.57,
                    "filter_bottom_level": -1.43,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM022",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 12.58,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92551/?format=api",
            "id": 92551,
            "code": "32DM023",
            "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": [
                    5.330074787954594,
                    52.04278987524098,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:35.438269Z",
            "created": "2024-01-17T16:41:03.711700Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123556/?format=api",
                    "id": 123556,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8c0db9ab-a444-4a7f-acf5-9663c3f24a45/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f26427b-df3c-4498-a48c-10794c9c663b/?format=api"
                    ],
                    "code": "32DM023001",
                    "last_modified": "2024-07-05T17:18:02.518165Z",
                    "created": "2024-01-17T16:41:05.052277Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92551/?format=api",
                    "top_level": 6.74,
                    "filter_top_level": 1.18,
                    "filter_bottom_level": -0.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM023",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.1,
            "top_level": null,
            "bottom_level": null
        }
    ]
}