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=1230
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=1231",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1229",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90432/?format=api",
            "id": 90432,
            "code": "32CM018",
            "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.216118778226007,
                    52.13241678422262,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:07.542406Z",
            "created": "2022-11-28T23:33:52.167850Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123299/?format=api",
                    "id": 123299,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d4ab3b02-738d-468e-a896-4638c08a33d4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82571535-c3cd-446a-9361-c7ae5d704e77/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4d5d0f4f-be1d-428d-b795-7169e2b07c15/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fadc39d8-67ff-4568-94d4-f7c51755b937/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/671dc3a9-0b56-49bb-8f7a-5f7ebcc15a9e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5eef8cb-b379-45ef-8e88-04448af50da1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6e1f5b77-de41-4958-8344-ff33f3f79c99/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/36d00df5-7b2c-42d1-96a9-48b061ee24c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e5992ab2-b181-4281-ab73-a240cbd2f945/?format=api"
                    ],
                    "code": "32CM018001",
                    "last_modified": "2024-07-05T17:17:07.975572Z",
                    "created": "2022-11-28T23:33:54.578562Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90432/?format=api",
                    "top_level": 4.785,
                    "filter_top_level": 1.09,
                    "filter_bottom_level": -3.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM018",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.08,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90433/?format=api",
            "id": 90433,
            "code": "32CM019",
            "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.221216560119593,
                    52.14012675558445,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:08.542359Z",
            "created": "2022-11-28T23:33:55.466682Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123300/?format=api",
                    "id": 123300,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/62efac8e-49e8-4f74-b9bf-975cd4c1006e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b15abea-02a1-43e0-a1e3-588e92cde873/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/15dfe593-8316-4cc9-922a-a34cfd1ae875/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7e336a03-2edf-481e-ab59-d082fa02e79b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef6c6b39-e049-4a41-a36e-7c568701d51b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a8f7fd08-2d36-45be-85f9-daa445bcca2e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a4d3160b-333c-4795-a367-24648e2da5c6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1a119eb9-e21b-45eb-8274-6d5de9a57f3d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/20f4bc71-f9da-4590-a20d-0b1b4eccf3b3/?format=api"
                    ],
                    "code": "32CM019001",
                    "last_modified": "2024-07-05T17:17:09.022200Z",
                    "created": "2022-11-28T23:33:57.724080Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90433/?format=api",
                    "top_level": 6.221,
                    "filter_top_level": 1.22,
                    "filter_bottom_level": -3.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM019",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.52,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90434/?format=api",
            "id": 90434,
            "code": "32CM020",
            "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.220874316631286,
                    52.13396052549688,
                    0.0
                ]
            },
            "last_modified": "2025-04-09T06:34:19.515235Z",
            "created": "2022-11-28T23:33:58.641117Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123301/?format=api",
                    "id": 123301,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/59cc10de-b068-4490-a652-deff96238331/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7be22b08-e536-4f31-99cf-f115f5fc6f84/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8b3e332e-7003-4474-a8b0-ef106c8901aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cafea2fb-afa0-4a9d-9f0f-bc0a7632570d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f953101-be95-4ee4-bda4-4d874409d27e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a191f5c-b8ed-4657-8ea7-cbaa96945892/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/51a36f5e-4f78-41d7-a25d-b69022377de6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/31db44b9-0c71-4943-84e7-04816f81adba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9a578da3-cd8b-45a5-9f3e-1b188d235b57/?format=api"
                    ],
                    "code": "32CM020001",
                    "last_modified": "2024-08-27T13:40:44.877793Z",
                    "created": "2022-11-28T23:34:00.928693Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90434/?format=api",
                    "top_level": 6.01,
                    "filter_top_level": 1.34,
                    "filter_bottom_level": -3.66,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM020",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.31,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90435/?format=api",
            "id": 90435,
            "code": "32CM021",
            "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.17948473075339,
                    52.05790105178539,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:10.389197Z",
            "created": "2022-11-28T23:34:01.846110Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123302/?format=api",
                    "id": 123302,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a4720c99-ab64-42a0-9e4e-7d0776b7e5cd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a33aec5b-de26-4c7d-aa38-d029715f7d40/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4fad80a2-775b-4991-9598-ed1b60633480/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a38abace-586a-44f7-ad7e-290a23405db0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83c751b0-970c-46e8-aa8a-5559c11ee6fe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e426d21-b25c-48f0-9b5b-65a510200bdf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/294ac769-24e8-4f94-915d-9e09e3f9c011/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/840d1fcf-d223-466b-8314-a55f4768863d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f6025ab9-e095-4edd-8fd7-406b2c265ba8/?format=api"
                    ],
                    "code": "32CM021001",
                    "last_modified": "2024-07-05T17:17:10.849203Z",
                    "created": "2022-11-28T23:34:04.078396Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90435/?format=api",
                    "top_level": 3.631,
                    "filter_top_level": 0.45,
                    "filter_bottom_level": -0.55,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM021",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.93,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90436/?format=api",
            "id": 90436,
            "code": "32CM022",
            "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.193452111727741,
                    52.06489060485025,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:11.362116Z",
            "created": "2022-11-28T23:34:04.973885Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123303/?format=api",
                    "id": 123303,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/860b5ed9-dbcd-4b51-9c1a-7a83fbc6657e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3f4c55de-ecea-40e4-b81e-7e6e2e03e538/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4634fd97-d682-4529-ab02-439d994de537/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d92f5288-74ad-4720-b3d4-dc02618b5049/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db8946b5-6bb5-4e56-8a04-20b8434828ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8433b055-94ca-4311-b56f-a569507db1d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2d613f17-7094-4dfc-976c-9fc1fab23ee7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3afca613-2049-461a-88cb-f6ef902e4fe8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cdd1464b-d268-4982-aae5-98610a00eabc/?format=api"
                    ],
                    "code": "32CM022001",
                    "last_modified": "2024-07-05T17:17:11.910380Z",
                    "created": "2022-11-28T23:34:07.342805Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90436/?format=api",
                    "top_level": 3.863,
                    "filter_top_level": -0.12,
                    "filter_bottom_level": -5.12,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM022",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.19,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90437/?format=api",
            "id": 90437,
            "code": "32CM023",
            "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.188587921446285,
                    52.06340846448186,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:12.385871Z",
            "created": "2022-11-28T23:34:08.450952Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123304/?format=api",
                    "id": 123304,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4900bf9d-c52c-4c82-b5a8-85f41d85c1ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/890bbf23-257d-4437-9f0a-8a52043d8a5d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1901bf3a-a54e-4941-976d-ccfdcf6103fb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/09404105-f203-4f73-a9de-ced637fb321c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2664a97-703b-42cf-bd12-96f78a5c555f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/920c5713-f2c0-43d9-8f38-7d0017f65501/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2d7776fa-11b3-4a12-a076-69d209cb0ff8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d40ba14c-fa93-458c-b48b-2ce9d86937a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/834ca48e-d95a-40ff-a574-a85594402ca2/?format=api"
                    ],
                    "code": "32CM023001",
                    "last_modified": "2024-07-05T17:17:12.852142Z",
                    "created": "2022-11-28T23:34:10.874783Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90437/?format=api",
                    "top_level": 2.881,
                    "filter_top_level": -0.33,
                    "filter_bottom_level": -5.33,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM023",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.25,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90438/?format=api",
            "id": 90438,
            "code": "32CM024",
            "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.196569823672219,
                    52.06903919168656,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:13.333182Z",
            "created": "2022-11-28T23:34:12.899573Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123305/?format=api",
                    "id": 123305,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8b15f2e6-d390-4a56-8fa6-bbec9ceb1a90/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c8479659-b31b-4f75-ad63-55ceb01f1f04/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/700489cf-ab99-4f7e-86d3-3417843137d5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0ce6c2a7-d0b4-4a7e-a675-ed006274fe55/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab13c5ff-38e6-419a-9297-d2e2602d89ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/be28ba40-1abd-4f1e-acb3-f93d15ee2d4c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5f49e4a-79cf-4511-8a21-10849ee13979/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d9990fb-e0f4-4c23-aeae-138cde8ff9ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/abd0fb11-3ffb-4632-ab12-793f33cdb9c2/?format=api"
                    ],
                    "code": "32CM024001",
                    "last_modified": "2024-07-05T17:17:13.768664Z",
                    "created": "2022-11-28T23:34:16.328063Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90438/?format=api",
                    "top_level": 3.57,
                    "filter_top_level": -0.1,
                    "filter_bottom_level": -5.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM024",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90439/?format=api",
            "id": 90439,
            "code": "32CM025",
            "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.201476875590726,
                    52.06391483089862,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:14.284881Z",
            "created": "2022-11-28T23:34:17.211873Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123306/?format=api",
                    "id": 123306,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5fb9c529-e49d-4c5a-af27-cd2e64d9e2a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bffd6bdb-5781-428a-82de-e67654f284ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fd99c559-4e62-4fed-80ff-329161b80875/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e226d29-3249-44bb-8397-b7c805ff1bca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ea799200-1cbd-4ca0-9277-682b0faa5c97/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e2b8361c-a0ad-4d8a-842a-31ef26d03b89/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8f3e13bc-e91b-4f68-bb61-d681f15e9eb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/024c9057-15c6-4a39-8d2f-e9d6a1a0cd3c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/591c3cb0-e8b6-4ffe-ba63-e3437ada8b26/?format=api"
                    ],
                    "code": "32CM025001",
                    "last_modified": "2024-07-05T17:17:14.809125Z",
                    "created": "2022-11-28T23:34:19.469850Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90439/?format=api",
                    "top_level": 3.228,
                    "filter_top_level": -0.35,
                    "filter_bottom_level": -5.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM025",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90440/?format=api",
            "id": 90440,
            "code": "32CM026",
            "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.190280484014566,
                    52.0598699974023,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:15.287781Z",
            "created": "2022-11-28T23:34:20.375880Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123307/?format=api",
                    "id": 123307,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7d16b3c4-8eba-49fc-b24b-37f360776502/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b1d292b4-f37d-44af-ad55-188c8df987e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f02ce53e-efda-400c-9e49-911aa0bc3a08/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d005562e-414f-4170-bbac-89fbafafef91/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1cfe9fe7-7bc1-44c9-9576-cc6d0afeadd4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/99e57c80-3511-43d2-b86f-1352a800233d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d1a8e567-c700-4812-a949-30097cc4eba2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e51f2989-6045-4930-9154-ee27f4f82e24/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/87958297-15ea-47f5-a5b5-d0651cec6db6/?format=api"
                    ],
                    "code": "32CM026001",
                    "last_modified": "2024-07-05T17:17:15.771553Z",
                    "created": "2022-11-28T23:34:22.653876Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90440/?format=api",
                    "top_level": 3.493,
                    "filter_top_level": -0.27,
                    "filter_bottom_level": -1.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.75,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90441/?format=api",
            "id": 90441,
            "code": "32CM027",
            "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.19168903225109,
                    52.061211567215,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:16.282210Z",
            "created": "2022-11-28T23:34:23.583165Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123308/?format=api",
                    "id": 123308,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dca3cd62-9c03-4559-bece-c63aaf16be3a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c18705cf-d0a0-4404-88a5-6885f8458b30/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5ea66012-aa5b-403a-8bfe-7eaf7fe60408/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e4a5987d-e96f-431f-960b-edb55b2af9f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ddd4bd2e-52a9-4546-a54d-f6b13ff2cbf4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57a2a63a-1ea8-4e11-a5bd-43a7b9ac28b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/92b9496f-fb19-48e9-8e35-8d8fd8d22097/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/033a880f-3db6-4f91-8f1d-1e7b293a8721/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/49fdd30d-f730-45ab-9a7f-82c0c3ae3873/?format=api"
                    ],
                    "code": "32CM027001",
                    "last_modified": "2024-07-05T17:17:16.768288Z",
                    "created": "2022-11-28T23:34:25.831490Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90441/?format=api",
                    "top_level": 3.336,
                    "filter_top_level": 0.19,
                    "filter_bottom_level": -0.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.67,
            "top_level": null,
            "bottom_level": null
        }
    ]
}