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=1232
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=1233",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1231",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90460/?format=api",
            "id": 90460,
            "code": "39AM002",
            "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.30930009050605,
                    51.98945195308384,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:01:04.736539Z",
            "created": "2022-11-30T23:34:30.160857Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123319/?format=api",
                    "id": 123319,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cabad7fb-ab0a-4a29-9bde-046bc2e05eba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29f079cf-a1d1-4b18-83af-e28089bca56e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/35a29b99-0d3f-4fe2-ada7-23e94ffd7566/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c148d90-00d2-4a1c-9729-7ca90092ce01/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3b595c61-fe5a-462d-a84a-711ad91e25d4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8932b84f-202b-479e-bc8a-ce566b1be7ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2e063b28-be88-412b-b4a7-39112e84f23e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/be1c500d-71af-468a-b7f1-ef1a8931b4da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/da8fd8ed-ebbc-404f-8a18-a02a091af541/?format=api"
                    ],
                    "code": "39AM002001",
                    "last_modified": "2024-07-05T18:01:05.207663Z",
                    "created": "2022-11-30T23:34:32.336060Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90460/?format=api",
                    "top_level": 4.81,
                    "filter_top_level": 1.31,
                    "filter_bottom_level": 0.31,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39AM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90461/?format=api",
            "id": 90461,
            "code": "39AM003",
            "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.310461995576807,
                    51.99107957291009,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:01:05.779307Z",
            "created": "2022-11-30T23:34:33.309116Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123320/?format=api",
                    "id": 123320,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/702d6358-2adb-48ad-8b18-3486a1e0b6c0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/47a75303-2efe-40a3-9dbc-d76d3a65996c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f2865b92-057a-4018-af7d-625d031d63bc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e6562621-018c-4e45-b522-3c028b4265a9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c351391c-bbe4-46ed-a532-0628a645d51a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7097c6f9-1d1c-422a-a471-e23c3e22e790/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08d82b64-bfff-4aa8-8ec8-41960c9bf6aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6c125192-bdbd-4826-a6a5-bb6e83a3b2e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e49c1531-f5d7-444c-a91b-b51ca1214517/?format=api"
                    ],
                    "code": "39AM003001",
                    "last_modified": "2024-07-05T18:01:06.292124Z",
                    "created": "2022-11-30T23:34:35.408390Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90461/?format=api",
                    "top_level": 4.585,
                    "filter_top_level": 1.38,
                    "filter_bottom_level": 0.38,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39AM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90462/?format=api",
            "id": 90462,
            "code": "39AM004",
            "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.304266768407388,
                    51.98731832389876,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:01:06.765019Z",
            "created": "2022-11-30T23:34:36.310493Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123321/?format=api",
                    "id": 123321,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8c8d31bc-caa6-4247-b886-af39d6339312/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0b389d7b-4a70-402c-8d8f-d5a1f0d977b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a105db39-2725-420f-af1e-3edbb257f79e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d2ae1e8-5954-4793-82cb-3eceea43bf7c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66ae9859-b2e2-42bd-bfc2-4d5b9e058c05/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/631a27c8-4e03-47d3-8dbf-51ce1624a06d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5db11122-b4ac-4fce-aaff-36549b433713/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6df53ee5-405c-4013-bcc7-3370a2e5836f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2c675970-7f51-4cb6-bcd2-6c2b780a5a97/?format=api"
                    ],
                    "code": "39AM004001",
                    "last_modified": "2024-07-05T18:01:07.278461Z",
                    "created": "2022-11-30T23:34:38.373875Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90462/?format=api",
                    "top_level": 5.09,
                    "filter_top_level": 1.37,
                    "filter_bottom_level": 0.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39AM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.36,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90463/?format=api",
            "id": 90463,
            "code": "39BM010",
            "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.318845217340613,
                    51.99292730364235,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:01.182643Z",
            "created": "2022-11-30T23:34:41.703955Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123322/?format=api",
                    "id": 123322,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a8a8cc20-37c4-4f1c-8d2b-e11c85b05b90/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ba229170-e4aa-4b4c-8adf-67b8409442ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f39be729-ad52-48a1-b1f7-cc099d895fe2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11ce366e-d0da-4a2a-ba0c-c95a2c977e60/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c3a67649-001d-4eaf-aa18-7d2f366c10da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/165b7d00-9009-4dc1-b6a5-ebcd2afce077/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/93e9b08b-84c6-4271-b73e-16e553285aa6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b7a84204-765f-4a49-860d-4b47ea301264/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/134d9c87-d643-495c-8331-2d7ca7a4029f/?format=api"
                    ],
                    "code": "39BM010001",
                    "last_modified": "2024-07-05T18:02:01.691389Z",
                    "created": "2022-11-30T23:34:43.753214Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90463/?format=api",
                    "top_level": 5.197,
                    "filter_top_level": 1.51,
                    "filter_bottom_level": 0.51,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM010",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.53,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90464/?format=api",
            "id": 90464,
            "code": "39BM012",
            "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.335652325164397,
                    52.03917077835933,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:03.871888Z",
            "created": "2022-11-30T23:34:44.612673Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123323/?format=api",
                    "id": 123323,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1dc7c463-01f6-468a-8e8c-b3c600c6fffb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3cadc4a0-e4b6-429c-b8a2-17ff78455e6c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f14464c5-8e0d-4d22-9768-b6815c317219/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ca677914-52fc-42b3-bb0e-d0fbbc6e2cb8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83676fcc-316c-4ed4-92c2-2e835ec89b37/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ba3a2eae-2948-4e09-9d24-234bda8dad9d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dd1f0dba-a76f-4604-9ef3-07fea7b85ec5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ae4a6710-6ccd-488f-8e9b-c8a4737debd3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e1dc44de-93c4-468b-88e4-590e51186ce4/?format=api"
                    ],
                    "code": "39BM012001",
                    "last_modified": "2024-07-05T18:02:04.316667Z",
                    "created": "2022-11-30T23:34:46.760962Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90464/?format=api",
                    "top_level": 7.15,
                    "filter_top_level": 2.77,
                    "filter_bottom_level": -2.23,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM012",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.62,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90465/?format=api",
            "id": 90465,
            "code": "39BM013",
            "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.446424047157129,
                    52.00914670005109,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:04.779465Z",
            "created": "2022-11-30T23:34:47.600552Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123324/?format=api",
                    "id": 123324,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a00620bd-3b0c-47ef-8453-ce5a4fffd10c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a6b98f03-08c9-4cfa-b58b-4bc84119b718/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/96005544-a13e-4867-a6b1-54a932c5d942/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1bc911d6-0374-4a69-8a86-854042c38a5c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9cd06a95-5a71-4cdb-a873-c6b233462617/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/308ccb46-748a-4d0f-ac36-0e3bfa019068/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d198a240-ff0a-4c16-8a79-90c4c6aa7790/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b8eb4be9-da3c-4c10-818a-c0bd58f1e0fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/049ce5d1-a3f6-4757-8bb4-1f10ffe7b324/?format=api"
                    ],
                    "code": "39BM013001",
                    "last_modified": "2024-07-05T18:02:05.258146Z",
                    "created": "2022-11-30T23:34:49.682213Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90465/?format=api",
                    "top_level": 15.586,
                    "filter_top_level": 4.97,
                    "filter_bottom_level": 3.97,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM013",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.08,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90466/?format=api",
            "id": 90466,
            "code": "39BM014",
            "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.450992974750982,
                    52.00601643282662,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:05.798401Z",
            "created": "2022-11-30T23:34:50.540640Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123325/?format=api",
                    "id": 123325,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bbf2fef5-0af4-42c0-8d92-4f47951792b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9e601795-5976-42c4-82d6-97d3c4341fd0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/538bb8ad-3bda-4f98-80bf-ed8756bc9b42/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b4d3483c-db8d-4146-bebd-ddecd0fcf54e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f763b9f9-723e-4f50-b447-ebc4f2d63350/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/011b1db6-ac85-456b-a35c-fd252cc45a38/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc305c8f-8ee6-498e-abfc-b3fa586f973f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5347add4-31dd-477f-a01f-588d7a6486a4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6ace4bcf-fa87-463e-86dc-7db932440e2e/?format=api"
                    ],
                    "code": "39BM014001",
                    "last_modified": "2024-07-05T18:02:06.313536Z",
                    "created": "2022-11-30T23:34:52.868671Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90466/?format=api",
                    "top_level": 14.254,
                    "filter_top_level": 4.45,
                    "filter_bottom_level": 3.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.68,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90467/?format=api",
            "id": 90467,
            "code": "39EM013",
            "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.568093463331785,
                    51.96792844082889,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:08.209645Z",
            "created": "2022-11-30T23:35:01.717751Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123326/?format=api",
                    "id": 123326,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1ef729fc-6e45-47de-adae-ee8c72d3d581/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f8778810-038b-46ad-a03f-f26d4775babb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fae36521-9cc1-4ed8-8f2b-7b7cf43fde9d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1ce2a37e-1280-46a6-9d92-3cd5d3a3f613/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bb288c0b-5d4f-4dad-82fb-dab1be9b15e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c57b64ee-d6c2-47e9-b4be-acbc66242188/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c76a6af3-ffbe-4379-bd83-afd87027a871/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7100f3ce-01b8-412b-961f-95c6ef6a1284/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/51387c93-6580-42dd-8966-3a159650f326/?format=api"
                    ],
                    "code": "39EM013001",
                    "last_modified": "2024-07-05T18:07:08.681466Z",
                    "created": "2022-11-30T23:35:03.920218Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90467/?format=api",
                    "top_level": 42.41,
                    "filter_top_level": 10.94,
                    "filter_bottom_level": 5.94,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM013",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 41.94,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90468/?format=api",
            "id": 90468,
            "code": "39EM014",
            "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.564131196204986,
                    51.96685588848495,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:09.221238Z",
            "created": "2022-11-30T23:35:04.817483Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123327/?format=api",
                    "id": 123327,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0a37c8ac-b5d4-4613-9cec-84f6279e97b5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aea4597b-6ad1-45a6-b369-422f83273855/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b95f893d-dac6-4a66-ac7a-1054a8015492/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9e752653-2dde-478e-a4d2-9c65483db74d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1385155b-f9a1-4557-8352-3b46a0013273/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cd97dd28-1907-4416-b514-f5a1202566fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9a0542a3-5fe8-4c8f-87c7-e05e2cf8dcb1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f5ddcdd-b9a5-4036-b352-86a0e4f12cbd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f404760a-c9ba-4888-aa16-92b6bdefa6b2/?format=api"
                    ],
                    "code": "39EM014001",
                    "last_modified": "2024-07-05T18:07:09.683039Z",
                    "created": "2022-11-30T23:35:07.078592Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90468/?format=api",
                    "top_level": 43.05,
                    "filter_top_level": 13.55,
                    "filter_bottom_level": 8.55,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 42.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90469/?format=api",
            "id": 90469,
            "code": "39EM016",
            "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.562067028967756,
                    51.982318682334,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:11.631455Z",
            "created": "2022-11-30T23:35:08.126487Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123328/?format=api",
                    "id": 123328,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3a4914a9-9ee7-4358-9d9e-93198542632f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/085fda0a-df90-4576-a28d-c927306f0fba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/662edead-5a43-4423-ab78-5c36a4672a7e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f62aeb1f-c30d-4af8-8000-f18fbac8711f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7c7a1d48-874a-497f-a799-349e3c9be95c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/87b79d80-3115-48f3-add0-3e9dbf4be157/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5af1ffae-fb20-468a-bd8b-0cf9df66f12a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d161847-1656-4f11-9e64-67d39e2d9bbb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/43a7cc75-b258-4258-a253-ed9831c1b4a3/?format=api"
                    ],
                    "code": "39EM016001",
                    "last_modified": "2024-07-05T18:07:12.144643Z",
                    "created": "2022-11-30T23:35:10.246983Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90469/?format=api",
                    "top_level": 22.08,
                    "filter_top_level": 3.01,
                    "filter_bottom_level": 1.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM016",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 21.51,
            "top_level": null,
            "bottom_level": null
        }
    ]
}