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=1228
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=1229",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1227",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90086/?format=api",
            "id": 90086,
            "code": "39BP0289",
            "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.44683060179638,
                    51.9426788888027,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:15.741485Z",
            "created": "2022-10-04T12:52:22.407330Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123253/?format=api",
                    "id": 123253,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3431d6d9-fd06-446c-9409-5c7686c1005f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0b247897-4f07-4d72-bc4f-2ab36ce6635a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fa716d2d-d39d-4f15-b6c4-f7d1d57a055a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/af47faee-c74b-4d9f-9314-82836a6ceb9a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/86795abb-da00-4ce3-b2d5-c84fa42ff009/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/80f03b61-1d37-484f-81c5-c480a319999d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4e2e2c60-7542-4137-b9b8-f802ac108676/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d1237bb4-44b5-4595-b860-79ea79d2b650/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2879795b-53a1-4dea-9737-bb045e43671c/?format=api"
                    ],
                    "code": "39BP0289001",
                    "last_modified": "2024-07-05T18:02:16.240797Z",
                    "created": "2022-10-21T17:33:26.085759Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90086/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B39B0289",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 4.71,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90087/?format=api",
            "id": 90087,
            "code": "BIWP011",
            "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.217784847626598,
                    52.13213157205857,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:22:52.535411Z",
            "created": "2022-10-04T13:15:29.666084Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "BIWP011",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90088/?format=api",
            "id": 90088,
            "code": "ZAKPUT BUR",
            "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.811467285467521,
                    53.45985531228713,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T20:10:54.311969Z",
            "created": "2022-10-04T13:28:37.203646Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "ZAKPUT BUR",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90089/?format=api",
            "id": 90089,
            "code": "ZAKPUT HOL",
            "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.6249157232784,
                    53.45094430884993,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T20:10:54.753343Z",
            "created": "2022-10-04T13:28:38.389751Z",
            "image_url": "",
            "timeseries": [],
            "filters": [],
            "name": "ZAKPUT HOL",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": null,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90106/?format=api",
            "id": 90106,
            "code": "40HM014",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.263586563539971,
                    51.89793440651705,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:40:34.230203Z",
            "created": "2022-10-08T06:51:52.290594Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123094/?format=api",
                    "id": 123094,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c705bef2-98c7-4c78-a715-43e5d9904780/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/584eb042-6abc-4fd4-887c-275476e9c9d1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3fad6815-b690-43a8-81ae-a8b13a8e6cdf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8bf170f-bc6c-4c3c-9560-8ed7573bb395/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13216e28-b97a-4144-8371-b18e903a15ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c6c6e474-b3ed-4c35-ae37-a3665387a9c7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/879b85ed-f51e-4552-8a74-d5a6584c9e84/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/67b94015-b867-43ee-a8db-3883f6eb0e22/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/30e13be3-1edd-4ecf-8b85-2ead599a66bb/?format=api"
                    ],
                    "code": "40HM014001",
                    "last_modified": "2024-07-05T18:40:34.754197Z",
                    "created": "2022-10-08T06:51:52.336773Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90106/?format=api",
                    "top_level": 17.66,
                    "filter_top_level": 12.05,
                    "filter_bottom_level": 11.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40HM014",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.05,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90405/?format=api",
            "id": 90405,
            "code": "EW2021PP72",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.076943043497513,
                    52.49058867521204,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T19:31:39.334638Z",
            "created": "2022-11-25T13:21:51.085973Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123281/?format=api",
                    "id": 123281,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b479b63d-8121-4bc3-b085-626d4df5206e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23c13bcd-8312-476c-af18-96f821de1179/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a5846206-aca8-4f4d-bbc0-1d3bca92de17/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/341e574b-9439-4fab-9855-3eeae117969e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a8f01800-34e5-4a50-9a18-d518ce213af9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e72aaf42-7168-4af3-9b4a-82c415b594bc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/771498ca-3746-4634-9080-9ca333ca08a0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e7c0c2b6-7c9e-4b3c-b09e-779f9648423d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3b5b2d59-9034-46c7-b908-25b2b970491c/?format=api"
                    ],
                    "code": "EW2021PP72003",
                    "last_modified": "2024-07-05T19:31:40.784577Z",
                    "created": "2022-11-25T13:21:57.323838Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90405/?format=api",
                    "top_level": null,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123279/?format=api",
                    "id": 123279,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b907e15a-76e6-467f-a673-cbe3f68dac46/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c4a24c35-25a9-4e4c-bab9-d66f2d7f2515/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9f0ffe3d-6220-4e3f-b1a5-384709a3b616/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e736817b-0972-42ba-96b4-8782df36fc10/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f6ac2be8-3a77-4bdf-a9ee-44c79c540491/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d42a340f-5d8b-4994-8f48-a5514e221b35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f1c0d8f9-f61e-492c-b8fd-fa638560a5dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/22b9932f-7ca4-461d-bc6b-b89d41fa6d41/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f1749f6-0435-4b73-b13b-4652dadb4d40/?format=api"
                    ],
                    "code": "EW2021PP72001",
                    "last_modified": "2024-07-05T19:31:39.884350Z",
                    "created": "2022-11-25T13:21:53.199971Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90405/?format=api",
                    "top_level": 2.182,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123280/?format=api",
                    "id": 123280,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/eff7aff0-8880-458d-b0b3-fe2e35e6a12e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/156381c5-089f-49be-b94b-67799e1b3bbd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a741e3b7-02f4-4d0f-ba08-e2ff2b161e7e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a0910ad6-55b6-46e0-a8fd-9732e80df027/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/90a7055b-0659-4b9b-88ef-876e37712d05/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/859c671b-16af-43ea-b44b-8ba5b328032b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d33226a6-61a8-41ce-9dfc-33c4c2773e08/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dbf1063f-a85e-432f-9700-f2e6934ed997/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9ade74c0-0ddd-4a38-a16b-a8598e9eb09f/?format=api"
                    ],
                    "code": "EW2021PP72002",
                    "last_modified": "2024-07-05T19:31:40.345596Z",
                    "created": "2022-11-25T13:21:55.273430Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90405/?format=api",
                    "top_level": 2.189,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123282/?format=api",
                    "id": 123282,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b6ac1859-4056-4238-9cd0-0207fb8ee2cd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3a4a65cd-b391-4182-a8f0-6b70cf49c249/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a5cd9da7-6b3d-43fc-b062-0e2403095a64/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/65ed438b-04cf-4c52-a14f-63383343f783/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aee78537-01cc-431f-bf18-886747aedd1a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/059994fa-3718-41c7-9b76-eaf182b36640/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8a79fb8-f1ad-4bf9-9ac7-c38ec0bae9a7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a5c1c939-66ef-4475-941c-e413694cb09c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c303899a-246f-4b70-adc7-d7e34ecae82e/?format=api"
                    ],
                    "code": "EW2021PP72004",
                    "last_modified": "2024-07-05T19:31:41.267752Z",
                    "created": "2022-11-25T13:21:59.362435Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90405/?format=api",
                    "top_level": 2.192,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "EW2021PP72",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 1.39,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90406/?format=api",
            "id": 90406,
            "code": "31GM002",
            "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": [
                    4.966064574733895,
                    52.06403676565404,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:35.613339Z",
            "created": "2022-11-25T16:39:16.600307Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123283/?format=api",
                    "id": 123283,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/15e86b41-a049-4f20-8d6d-bb8d420f9ddf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b0809bd-f710-4570-8664-bf33447eea3e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/18cf135b-0d8f-479c-9695-63bf4515bc14/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/36b78cf7-5dbe-43c1-86a8-ea762000ad7f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/52406f9e-7542-4287-b418-d6aa68c91117/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/55dfe73f-5e7d-432e-a3da-0fde8575b10f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61b6db4d-dc50-4293-b9c5-6fe21913f745/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d086347d-fad8-4a48-ae4d-94cb0b308a7c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6528cbc9-d551-4fa0-8847-06944ea22d7d/?format=api"
                    ],
                    "code": "31GM002001",
                    "last_modified": "2024-07-05T17:15:36.077550Z",
                    "created": "2022-11-25T16:39:18.695355Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90406/?format=api",
                    "top_level": -0.491,
                    "filter_top_level": -2.85,
                    "filter_bottom_level": -3.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31GM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": -1.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90407/?format=api",
            "id": 90407,
            "code": "39EM015",
            "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.562015313124984,
                    51.96906116649213,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:10.230916Z",
            "created": "2022-11-25T16:40:24.999671Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123284/?format=api",
                    "id": 123284,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6253e0d0-3160-4ec9-8e4e-9ebf4e2f1736/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/946a3eab-1cde-484d-9763-919b663f3793/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f87350d-892c-4934-bc68-715dc790543c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2882a342-337b-4763-8cee-9d02094017a0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b879fdf3-6c4f-479e-90c1-bbe27a75c0b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/59790eb4-94a1-4386-b2d7-741a178896e0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2c4cc782-e613-4f2c-859a-deae05415df0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7a7a9c82-0971-4d65-929a-b14924060bd7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0014d44c-17ac-4428-b754-053e75140327/?format=api"
                    ],
                    "code": "39EM015001",
                    "last_modified": "2024-07-05T18:07:10.690738Z",
                    "created": "2022-11-25T16:40:27.829073Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90407/?format=api",
                    "top_level": 40.45,
                    "filter_top_level": 20.32,
                    "filter_bottom_level": 17.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123285/?format=api",
                    "id": 123285,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c780648b-4e3d-4aa5-8c76-43dde8cc5594/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2394cc39-eb15-45cc-8690-506bd1d5d6be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/122739a2-2906-4ced-a838-3184ed9ad940/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/953aafa0-9d77-45b3-a728-a752e9f7e5d9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f87e4042-9b7e-4b9f-a43b-a631825840b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/239d128c-0043-4ba9-be96-cfddbe5e145f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1e507313-efb8-472b-ad53-9e6ad06cb344/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/33ebd996-05f1-4921-b05e-cbcea69ddd63/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e487eab6-d610-4f62-8f13-8903979c79e9/?format=api"
                    ],
                    "code": "39EM015002",
                    "last_modified": "2024-07-05T18:07:11.152923Z",
                    "created": "2022-11-25T16:40:30.645334Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90407/?format=api",
                    "top_level": 40.42,
                    "filter_top_level": 1.82,
                    "filter_bottom_level": 0.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM015",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 39.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90408/?format=api",
            "id": 90408,
            "code": "39EM017",
            "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.562506316144051,
                    51.96809869677451,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:12.656994Z",
            "created": "2022-11-25T16:40:32.379179Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123286/?format=api",
                    "id": 123286,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0611a877-395b-4052-b9df-534acb81d713/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13f1d4d6-e210-4b81-90bd-8874d17ceefb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/68e4f30a-b592-4354-8c0a-23e7e6ded727/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ffa3d6a-999d-49c9-95e0-7667b1311ac3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf541b9c-9641-436d-8290-01a5c74630ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fa379723-fa92-4474-8566-2f0f897cef51/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df31b53f-d0d6-4994-97ab-1fbb255bc400/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d9839e5a-56d1-4173-85aa-98e5422b3d14/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5749e0b1-4f84-4529-bce2-cf36eb0a4bda/?format=api"
                    ],
                    "code": "39EM017001",
                    "last_modified": "2024-07-05T18:07:13.156620Z",
                    "created": "2022-11-25T16:40:34.405426Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90408/?format=api",
                    "top_level": 38.59,
                    "filter_top_level": 27.91,
                    "filter_bottom_level": 26.91,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123287/?format=api",
                    "id": 123287,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6796efc5-f424-4925-a531-ddcd2068c7a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9693bc7c-9d81-4d84-9a83-2284ee08156a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9b391f18-1e1d-49aa-ac44-0cf747b7668c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d0141f3-b16d-469a-81a8-7cdd3a39ba8f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23a02fd4-c100-4c38-9ac9-c2217fe871a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9868ad0c-f83a-4876-be9c-194bbdac8243/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c521a27-79f1-4ae5-bb3b-bb179c19d61e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/507e1a34-d699-49bd-996f-9fd5275b3c51/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2df4444-40c6-4d58-aca7-213403e46ce6/?format=api"
                    ],
                    "code": "39EM017002",
                    "last_modified": "2024-07-05T18:07:13.628439Z",
                    "created": "2022-11-25T16:40:36.466894Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90408/?format=api",
                    "top_level": 38.56,
                    "filter_top_level": -2.09,
                    "filter_bottom_level": -3.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM017",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 37.91,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90421/?format=api",
            "id": 90421,
            "code": "31GM003",
            "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": [
                    4.929324959167616,
                    52.06880727773845,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:36.567448Z",
            "created": "2022-11-28T23:33:12.918474Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123288/?format=api",
                    "id": 123288,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/727b3429-43fc-4ff3-9fb2-ab70f12e457e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f79bf0ff-f9d3-4bba-b88b-b1d5c13a049a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8f0a7474-3dc5-4ff5-b997-f154369fd64e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dacb04b8-1092-46e3-81d8-17a089d74b77/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/30a8b00d-13f3-4acf-b69c-549962f10f5f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2be4c0b-3946-47a9-86f9-32c4859efce0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a92ace26-024a-4f82-aee8-7e02fbd1913c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc48799d-33ae-4c02-ad89-3a1323b6be5f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ccd71599-b6a8-41e0-83fb-312b53dd56f0/?format=api"
                    ],
                    "code": "31GM003001",
                    "last_modified": "2024-07-05T17:15:37.054118Z",
                    "created": "2022-11-28T23:33:15.310213Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90421/?format=api",
                    "top_level": -0.513,
                    "filter_top_level": -2.92,
                    "filter_bottom_level": -3.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31GM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": -1.15,
            "top_level": null,
            "bottom_level": null
        }
    ]
}