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=1231
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=1232",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1230",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90442/?format=api",
            "id": 90442,
            "code": "32CM028",
            "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.312190302824132,
                    52.06337209568724,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:17.206261Z",
            "created": "2022-11-28T23:34:26.753435Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123309/?format=api",
                    "id": 123309,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d6fda976-d276-4826-9f8b-23eb68480bad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/764ffa45-617b-4e40-aa64-ca7f4802e1fa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3631ce77-331a-4716-866c-cd9b454499fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0fcbcc17-d109-4fcf-868c-ee73c899c646/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0fb47e7d-b918-4326-9364-d6c567acd114/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/42ce1697-3785-49e6-97a0-d48519d18dbb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1de76e87-3751-4bfa-8eb6-fb884d259932/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/254a0dc9-b2bf-4d41-817c-fcae6b8dd6cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/86406624-1bcf-4359-b601-8cd46d563555/?format=api"
                    ],
                    "code": "32CM028001",
                    "last_modified": "2024-07-05T17:17:17.708086Z",
                    "created": "2022-11-28T23:34:29.049038Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90442/?format=api",
                    "top_level": 9.78,
                    "filter_top_level": 3.5,
                    "filter_bottom_level": 2.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM028",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.25,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90451/?format=api",
            "id": 90451,
            "code": "32CM015",
            "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.302316806223356,
                    52.12554454350224,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:04.558008Z",
            "created": "2022-11-30T23:33:07.360647Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123310/?format=api",
                    "id": 123310,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/11979bc3-d8e2-4a50-81a0-87a16b3fc7db/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0bc8d8cb-ea0d-4088-9f58-015bb583219b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/59143a76-068a-47d8-a78d-ec08624ca9de/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f7b64b6a-24c5-47af-84c1-eb01d82694b5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab5f87e8-7308-49dc-b9f6-767be412169c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6bd4659e-fbbc-4cc9-bc5a-fb3ca5c0a659/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf96bc0d-1cec-40ee-a736-a78d2f7ef35b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ca52573b-5860-4cc2-8081-fa3a2016136e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8a5d6b98-405a-4571-a4a9-5e8a53c66bd8/?format=api"
                    ],
                    "code": "32CM015001",
                    "last_modified": "2024-07-05T17:17:05.095500Z",
                    "created": "2022-11-30T23:33:09.639087Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90451/?format=api",
                    "top_level": 25.2,
                    "filter_top_level": 1.64,
                    "filter_bottom_level": -3.36,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM015",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 24.64,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90452/?format=api",
            "id": 90452,
            "code": "32CM016",
            "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.301809718771314,
                    52.12344099116918,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:05.539948Z",
            "created": "2022-11-30T23:33:10.563543Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123311/?format=api",
                    "id": 123311,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/61039c3b-aa77-49ee-b235-f981e6acba5a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c837d46d-51ae-456b-b975-5f73edf5d839/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f94796a5-5b88-41b6-864c-843b2abc6edc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/93be4abf-aea7-4be2-b445-4703b4986cd5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/37ae5594-5606-45df-bf54-721acd5744ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e0ee8039-b566-4fd5-936f-17c6ef077853/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8de7b88-9ace-4630-9a6c-56313b3a4030/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3551bc3c-fb05-43a8-bc34-5c9695c1ce6d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ffb59fbe-d4de-453d-9b27-4cfc037f7b82/?format=api"
                    ],
                    "code": "32CM016001",
                    "last_modified": "2024-07-05T17:17:06.058307Z",
                    "created": "2022-11-30T23:33:12.691994Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90452/?format=api",
                    "top_level": 21.93,
                    "filter_top_level": 2.22,
                    "filter_bottom_level": -2.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM016",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 21.42,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90453/?format=api",
            "id": 90453,
            "code": "32CM029",
            "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.303914392656504,
                    52.05960054521753,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:18.190449Z",
            "created": "2022-11-30T23:33:13.428222Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123312/?format=api",
                    "id": 123312,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/056480f7-b446-4beb-8791-4100abc4c5b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29709278-7129-4d75-914e-0dbb621bfc3c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/237787a0-2e16-4585-a7b0-5925d3b71fb8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11872aa4-2502-45b2-aaa3-4031d701647c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d571951a-949b-445d-996b-08b661d72bf0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/989e71dc-3795-4eb5-84cb-6a593a761c01/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dfdc64ca-70dd-49c8-8024-4b3584717649/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3fc3cb01-9d51-423d-a898-f07e3780b81e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a00dcc19-8518-48d8-900e-444875bff897/?format=api"
                    ],
                    "code": "32CM029001",
                    "last_modified": "2024-07-05T17:17:18.660566Z",
                    "created": "2022-11-30T23:33:15.493446Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90453/?format=api",
                    "top_level": 7.029,
                    "filter_top_level": 2.85,
                    "filter_bottom_level": -2.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM029",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.33,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90454/?format=api",
            "id": 90454,
            "code": "32CM030",
            "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.310465218774315,
                    52.05738493230599,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:19.247563Z",
            "created": "2022-11-30T23:33:16.222932Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123313/?format=api",
                    "id": 123313,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/01499209-c573-4518-a732-81fcfb85bab8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee8a95d4-8732-40e5-9292-296fac69460d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57bf4a0d-da77-4d9c-9685-530a10ead7c5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19becfef-cace-40a4-997e-0ff700160c8f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d6cc3977-ed89-4c00-94b2-44603cf88eaa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d84b924-ef7c-4587-9474-dbe83d6e58cc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bd5cbe6e-3724-4f26-af55-77827c4b4635/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f038f599-f2b3-4053-ae22-8e2fd26bbbfa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08def0f6-5768-4a88-829c-b3736b50ca7f/?format=api"
                    ],
                    "code": "32CM030001",
                    "last_modified": "2024-07-05T17:17:19.748673Z",
                    "created": "2022-11-30T23:33:18.328709Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90454/?format=api",
                    "top_level": 6.91,
                    "filter_top_level": 2.93,
                    "filter_bottom_level": 1.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM030",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.32,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90455/?format=api",
            "id": 90455,
            "code": "32CM031",
            "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.252967718425449,
                    52.10318155309795,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:20.274069Z",
            "created": "2022-11-30T23:33:19.046512Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123314/?format=api",
                    "id": 123314,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c10a69b4-76f7-4714-87fc-df0b49700920/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f021170-e6b7-4d0c-999c-87c873c5e68b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fb8c7332-a9ab-44cc-bce5-6fbf8d811bf5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00a475e0-2295-447f-af86-d613a54ba297/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/127fe337-d610-4699-942b-483a984e9d2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1c03f7a7-7225-44dd-bc6f-86b610f2c1c3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1235a3fe-1a6a-435a-ab98-e44d5043432e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f466c3cd-1e98-4dc1-92de-3b7589954393/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3881731b-c4e8-4294-b5af-6ec2d73420aa/?format=api"
                    ],
                    "code": "32CM031001",
                    "last_modified": "2024-07-05T17:17:20.740315Z",
                    "created": "2022-11-30T23:33:21.151126Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90455/?format=api",
                    "top_level": 10.392,
                    "filter_top_level": 1.71,
                    "filter_bottom_level": -3.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM031",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.69,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90456/?format=api",
            "id": 90456,
            "code": "32CM032",
            "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.258167419073732,
                    52.10697130627513,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:21.224652Z",
            "created": "2022-11-30T23:33:21.889396Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123315/?format=api",
                    "id": 123315,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/eeddeaa4-c31d-4fa3-8b2d-4743b8b6d13d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e79e548b-2953-41b9-ab11-c6c4c8585175/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4f76f91b-27b0-4a23-84d0-273e998ac3ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a7e9f854-5e4a-4049-8c62-a6d476dfbab8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/20d0add3-5704-4b47-9838-8423ab70c916/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b243d788-3e15-48a3-90b8-b8065a927c23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/752c7b55-1be9-4e5a-8208-107da782fad4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/028225f0-b152-496b-9a09-eb35e123f848/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61b9406f-544b-460b-9387-3b1360557266/?format=api"
                    ],
                    "code": "32CM032001",
                    "last_modified": "2024-07-05T17:17:21.615257Z",
                    "created": "2022-11-30T23:33:24.002479Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90456/?format=api",
                    "top_level": 10.501,
                    "filter_top_level": 1.81,
                    "filter_bottom_level": -3.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM032",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90457/?format=api",
            "id": 90457,
            "code": "32DM016",
            "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.32545442095521,
                    52.04657207484221,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:55.839851Z",
            "created": "2022-11-30T23:33:24.728477Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123316/?format=api",
                    "id": 123316,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8c7478c3-8f00-4307-9b2f-101802cd4d95/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3fa9f175-e03e-4bb7-bf09-f18278477c5c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1dd2870d-a238-43d3-bd89-68b52ecdf043/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0977c1f8-56d2-4c8e-bd7b-611fcacc05ff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83104047-09b3-4897-996f-eb6a11db9343/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/147b4558-7e06-41f0-b5b2-ba651b838dbc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83493612-be85-40a0-ad40-1e52f1197cfe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/366c9c0c-27a0-4e61-b228-1f480511f1d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9540f055-f7eb-4120-af41-1295a2cd4492/?format=api"
                    ],
                    "code": "32DM016001",
                    "last_modified": "2024-07-05T17:17:56.358343Z",
                    "created": "2022-11-30T23:33:26.834720Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90457/?format=api",
                    "top_level": 9.628,
                    "filter_top_level": 3.05,
                    "filter_bottom_level": 2.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM016",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.07,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90458/?format=api",
            "id": 90458,
            "code": "32DM017",
            "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.331931682623986,
                    52.0424946911121,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:56.764335Z",
            "created": "2022-11-30T23:33:27.892307Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123317/?format=api",
                    "id": 123317,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9f6a52ac-9e5a-4025-9047-77cceaa09def/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8dde9ec1-c33c-4eb4-bfcf-92d9056c681c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/04e47b10-cf11-4f3b-a4ae-f5bfe30fd4e5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/90b62597-1823-4ae1-9b50-ead6e88494db/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/772b2127-9b08-4186-a3d3-3f62bef21fc8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23352602-2a09-4c5b-8ebd-671f53365148/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/10c162eb-defb-4c9d-9f6b-6034c745343e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00311af5-80f1-4ffd-8881-790b714b8770/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a4065fde-452c-43c1-b206-da09b8e65811/?format=api"
                    ],
                    "code": "32DM017001",
                    "last_modified": "2024-07-05T17:17:57.305793Z",
                    "created": "2022-11-30T23:33:30.248878Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90458/?format=api",
                    "top_level": 7.696,
                    "filter_top_level": 3.1,
                    "filter_bottom_level": 2.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32DM017",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90459/?format=api",
            "id": 90459,
            "code": "38FM002",
            "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.309314649044497,
                    51.98945196270233,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:59:30.530385Z",
            "created": "2022-11-30T23:34:26.668801Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123318/?format=api",
                    "id": 123318,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/23a739de-ec45-4c5f-8e4b-250b720ba20f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc18151a-792c-4c12-b521-617d4a0a8003/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c83bb945-7147-4e04-96af-9933d3b77447/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b9ca00d6-8c23-4510-88f9-3b1d19788a78/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3741a049-4812-44f3-aad0-eafdd99c450d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/907462e0-bb15-4817-b399-866a7706a698/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5586ac2f-a70a-4608-8eb7-ea1edd4fefe6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8bca0f86-3d1b-44d7-b42b-b1c3d5230a0d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a894a1a-0838-4975-a096-89715927503f/?format=api"
                    ],
                    "code": "38FM002001",
                    "last_modified": "2024-07-05T17:59:30.953560Z",
                    "created": "2022-11-30T23:34:28.792495Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90459/?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": "38FM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.57,
            "top_level": null,
            "bottom_level": null
        }
    ]
}