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=1241
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=1242",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1240",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91774/?format=api",
            "id": 91774,
            "code": "28BM032",
            "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.533128624253009,
                    52.47437238630493,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:33.772789Z",
            "created": "2023-06-30T15:13:52.125733Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123412/?format=api",
                    "id": 123412,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5e21f009-0d09-41ee-848d-bcdfdf2b642f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/10aa627d-5bbe-491e-8ac8-32e369d5faf2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f1a04fad-a108-4781-b76b-49f3dc5ebe6c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/575c3eb1-808e-4575-8323-390bb3eefedd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ae282c3a-f83a-4a30-b900-d2f460c810c5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9749db69-c575-4773-b39f-9d2d5b248edb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b355bcd-882b-4a02-8d34-2571403c33e4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71deba13-b6a0-41ed-b04d-dbf3a64ca7b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f07126ac-ea4a-4a7b-92de-eb69058e5d97/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/639c482d-d394-4c7d-8f5a-1bbaf8c97964/?format=api"
                    ],
                    "code": "28BM032001",
                    "last_modified": "2024-07-05T16:51:26.622050Z",
                    "created": "2023-06-30T15:13:54.342321Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91774/?format=api",
                    "top_level": 7.77,
                    "filter_top_level": 3.87,
                    "filter_bottom_level": 2.87,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM032",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91775/?format=api",
            "id": 91775,
            "code": "28BM033",
            "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.534933946151426,
                    52.47368667663085,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:36.743937Z",
            "created": "2023-06-30T15:13:55.199361Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123413/?format=api",
                    "id": 123413,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b08206e0-95f2-4bd8-abb1-01912558c114/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7414a865-6645-404b-82b6-f6298ac9e983/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2787be8-df04-4ec7-8e88-9414d3b5c7a1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66ab6f8a-e524-48de-bfb9-89ab99014050/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/99101863-a1d6-447b-936d-0fd06c6edf12/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66b57b07-8fa2-48b9-b2ec-41d87348eec9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/35bb2e86-93d8-4eda-ad8a-27c56b86f2d5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d04ef4e-9eda-41b1-a194-2b96237ad26f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b8a4b7f3-ea28-443a-bfba-89da9e72ea80/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4f148581-077c-4ffe-80bc-265f6f7018b2/?format=api"
                    ],
                    "code": "28BM033001",
                    "last_modified": "2024-07-05T16:51:27.661640Z",
                    "created": "2023-06-30T15:13:57.514490Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91775/?format=api",
                    "top_level": 7.53,
                    "filter_top_level": 5.58,
                    "filter_bottom_level": 4.58,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM033",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.643,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91776/?format=api",
            "id": 91776,
            "code": "28BM034",
            "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.534049415611924,
                    52.47346695675894,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:40.045699Z",
            "created": "2023-06-30T15:13:58.334256Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123414/?format=api",
                    "id": 123414,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e2184c23-2ffa-4477-99e6-73f1cb1dba32/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1495b7e5-b10b-4022-9619-25f0187f26f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/996dfd46-f7f1-4882-955c-11512af96583/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f99f1a4d-691e-4c1c-ac85-b22c48f4aa7e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dde9e144-5a43-47e4-89e6-b2cc2afdc74f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/36350cb4-d854-4fa7-90f7-1b08ec90e2f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cbc9334e-297f-4dc1-9f44-ede92dffe523/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c684fb5-357a-476e-b314-4c26977ab906/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/45ce5b79-e87d-4abd-84aa-cae1f29da4c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/172d683d-9654-4ba1-a48b-e758468d7d42/?format=api"
                    ],
                    "code": "28BM034001",
                    "last_modified": "2024-07-05T16:51:28.792555Z",
                    "created": "2023-06-30T15:14:00.550542Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91776/?format=api",
                    "top_level": 7.46,
                    "filter_top_level": 3.58,
                    "filter_bottom_level": 2.58,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.58,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91777/?format=api",
            "id": 91777,
            "code": "28BM035",
            "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.532225908188045,
                    52.4729537002289,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:43.196245Z",
            "created": "2023-06-30T15:14:01.391921Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123415/?format=api",
                    "id": 123415,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1f0a4886-a542-410e-9535-54226ae6b6c6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff7b36ca-c10f-4bb9-8c2d-eb8ca8c74118/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/17d0c20a-c752-4a03-82ec-403d2fa25741/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/af0f9723-44f7-47fc-9058-d3775e36529a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b4685ac-4be4-4cca-8d17-38d15ee2df80/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a8751f31-ae1a-4312-8a0b-5937665a96a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/80c7a259-db1e-4157-a335-cfd8a3532b85/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1d561714-67e6-4341-826f-b50718263c3a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44f59229-e4c3-44d4-816d-462af50b88d7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44723d5a-87ee-4d29-b7e8-f082bef05d0d/?format=api"
                    ],
                    "code": "28BM035001",
                    "last_modified": "2024-07-05T16:51:29.939797Z",
                    "created": "2023-06-30T15:14:03.526916Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91777/?format=api",
                    "top_level": 7.86,
                    "filter_top_level": 3.94,
                    "filter_bottom_level": 2.94,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM035",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.959,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91778/?format=api",
            "id": 91778,
            "code": "28BM036",
            "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.535326905164205,
                    52.47233427769496,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:30.558044Z",
            "created": "2023-06-30T15:14:04.372026Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123416/?format=api",
                    "id": 123416,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c9e55ca6-be5c-4610-9a42-82fc2493b213/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7a7f82bd-3285-4bf8-8021-d9152504b086/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2b2f645-b809-455b-975c-9f214b12089b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/26a0606b-09d4-4f95-8b51-9ebd5159ab19/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ded288d2-c05d-42a5-b46e-a5b6803730c6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ff9add19-3379-4e18-a02b-aadf0b7bb299/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bddff3c5-8f71-47d1-8dfe-ad4966045adb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/69e83e2b-702e-4de2-8133-cdfa99c98d64/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3a5361ee-5f68-4c90-a07d-04da2e4acc52/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ccc92c86-76e9-4480-a0fe-4c67de17a797/?format=api"
                    ],
                    "code": "28BM036001",
                    "last_modified": "2024-07-05T16:51:30.970352Z",
                    "created": "2023-06-30T15:14:06.467280Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91778/?format=api",
                    "top_level": 7.65,
                    "filter_top_level": 3.75,
                    "filter_bottom_level": 2.75,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM036",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.797,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91779/?format=api",
            "id": 91779,
            "code": "28BM037",
            "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.536158009450971,
                    52.47199583730354,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:46.605085Z",
            "created": "2023-06-30T15:14:07.320724Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123417/?format=api",
                    "id": 123417,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e11f63f0-40e7-4df7-b7a2-aefbd870dd70/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab013a4b-0a20-4e1f-998b-8bb429e1ca66/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c64912e-f469-41e9-960f-1f3281cade23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7b8cb300-db7d-4b99-8ff3-7a512ac8b8eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/597ad47b-6e0d-45f4-94f8-a35ad385aca9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/37eab428-80d1-46a4-a7fd-16556661819b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/59a8edd0-d580-44cb-93a6-e21a1d91bbe6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4c1a9a9a-16f0-4ff1-bd63-2493d793ef14/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66c11702-f4c9-464b-b0be-5352b5d05066/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c9aee0f0-6e95-4780-9c6a-cd50e4e8977a/?format=api"
                    ],
                    "code": "28BM037001",
                    "last_modified": "2024-07-05T16:51:32.079962Z",
                    "created": "2023-06-30T15:14:09.505336Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91779/?format=api",
                    "top_level": 7.69,
                    "filter_top_level": 3.82,
                    "filter_bottom_level": 2.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM037",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.818,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91780/?format=api",
            "id": 91780,
            "code": "28BM038",
            "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.533623904829102,
                    52.47142227491437,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:50.535924Z",
            "created": "2023-06-30T15:14:10.369503Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123418/?format=api",
                    "id": 123418,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7c2c2c10-d5a9-4fa7-b0b3-aa833bdcb89c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2572f51c-337a-4463-8cab-8627716b565e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc991eaf-371e-4409-bee5-37506b004867/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fe0d08c5-9294-4508-a885-57b515a5ef30/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c3465b5a-5cab-4b2c-82a7-cc8539031353/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/849b23f6-bc99-4180-a4a8-d09c0999f8e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/791442f7-a455-409f-a02b-4033b4c6e328/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/55f16d2c-d159-4722-b413-00a517519616/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4903c18b-46ce-4352-b3da-1ab307a20f97/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5dd4066d-3c1e-4d63-b0e3-71830d91fca1/?format=api"
                    ],
                    "code": "28BM038001",
                    "last_modified": "2024-07-05T16:51:33.231337Z",
                    "created": "2023-06-30T15:14:12.606082Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91780/?format=api",
                    "top_level": 7.4,
                    "filter_top_level": 3.5,
                    "filter_bottom_level": 2.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM038",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.496,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91781/?format=api",
            "id": 91781,
            "code": "28BM039",
            "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.531155858369919,
                    52.46979583066554,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:33.778306Z",
            "created": "2023-06-30T15:14:13.431760Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123419/?format=api",
                    "id": 123419,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7032736a-0227-4670-96da-2af9847f0de2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/14acf01c-f6cb-4547-8672-33e3afd5b034/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e5c984ce-14ef-459f-b1b2-24e457f13e6e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d5ed6f54-9c18-4ddf-8599-86d5c7c03665/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1bbfdd15-669c-457e-9829-693307c3ead9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7dcdb340-c225-4e4b-88ed-6c4ce30336b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bb038ead-a527-4d46-a6c6-8d482022d4d5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7fda7773-e3a7-409b-85a4-84eefb73db2b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6933e699-1017-4b7a-804e-0aea0a4e4818/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bbfefcf2-4faf-4922-9d1a-1547d5a5743e/?format=api"
                    ],
                    "code": "28BM039001",
                    "last_modified": "2024-07-05T16:51:34.344826Z",
                    "created": "2023-06-30T15:14:15.545154Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91781/?format=api",
                    "top_level": 7.55,
                    "filter_top_level": 3.65,
                    "filter_bottom_level": 2.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM039",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.678,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91782/?format=api",
            "id": 91782,
            "code": "28BM040",
            "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.534469986848587,
                    52.4708478878153,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:34.838452Z",
            "created": "2023-06-30T15:14:16.357579Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123420/?format=api",
                    "id": 123420,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d7ed7b62-5188-40ee-a8c1-424b2089ccb1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f62f47a7-0857-4a57-87d4-45eb6d62f1cd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/97f9d785-a5bd-4cbd-8b66-db3652ce48b5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1e41b021-b411-4c4b-9820-079c85903fdd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1cef2007-88f2-45f5-be8d-0e88065c51e7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fba39603-a078-42f4-9d08-b073fd7cc314/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24bc2a8d-d889-4617-a11d-cbad7cd88f3a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0fe15c06-b307-4b73-91b4-61173833a357/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c625d6e1-442a-4773-a400-92dd99245331/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/722c03a0-551e-4f58-8203-cf1b9d5bb616/?format=api"
                    ],
                    "code": "28BM040001",
                    "last_modified": "2024-07-05T16:51:35.363024Z",
                    "created": "2023-06-30T15:14:18.550677Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91782/?format=api",
                    "top_level": 7.9,
                    "filter_top_level": 4.05,
                    "filter_bottom_level": 3.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM040",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91783/?format=api",
            "id": 91783,
            "code": "28BM041",
            "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.537097584953388,
                    52.46899687312992,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T08:00:19.435226Z",
            "created": "2023-06-30T15:14:19.351719Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123421/?format=api",
                    "id": 123421,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/407acb6f-e636-4fff-a292-a98029f66c96/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6b5074ae-51eb-421d-8789-32a4cf359159/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4a90e7fe-efad-4533-a0ed-38c4c7ef3772/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/409202df-4b19-41b8-8641-794d24719c84/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f81b919a-1195-48a8-b334-23541949a637/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b0f5dc18-eb65-47fb-8fe0-8affb88db818/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d38bdccd-31fb-4709-aefb-834fb306ee26/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/25ed4911-198b-4e4c-b28f-5745bf58852d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/99b67f95-bd80-45d1-b8aa-eab5aea95db4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/beff7d9f-9e35-4cfd-a566-0bbe24dea925/?format=api"
                    ],
                    "code": "28BM041001",
                    "last_modified": "2024-07-05T16:51:36.423321Z",
                    "created": "2023-06-30T15:14:21.532087Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91783/?format=api",
                    "top_level": 7.99,
                    "filter_top_level": 4.11,
                    "filter_bottom_level": 3.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM041",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.108,
            "top_level": null,
            "bottom_level": null
        }
    ]
}