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=1229
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=1230",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1228",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90422/?format=api",
            "id": 90422,
            "code": "31GM004",
            "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.968782907972907,
                    52.06964607388607,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:37.560342Z",
            "created": "2022-11-28T23:33:16.207339Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123289/?format=api",
                    "id": 123289,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d6a9333a-7bb3-447b-a201-e195e8bfec8a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bb101d64-8821-4c1b-806c-c8f7fe6f2ab7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/52479da8-71f4-4796-b0fa-22e6b3d370cf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f1af871-fbf3-4814-af66-9279c1af78fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8dca97a9-7d17-4957-8059-6dc88d7ff5a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b04a5b65-0721-4e50-8809-42dfff0e76b8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a71e828-3f0e-4d37-85c6-fc9532507889/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c1efabb1-7efd-40e6-91fd-209073b274eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/50ca7382-0922-4f03-9b37-dd3ecbfea017/?format=api"
                    ],
                    "code": "31GM004001",
                    "last_modified": "2024-07-05T17:15:38.033545Z",
                    "created": "2022-11-28T23:33:18.524355Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90422/?format=api",
                    "top_level": -0.66,
                    "filter_top_level": -2.92,
                    "filter_bottom_level": -3.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31GM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": -1.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90423/?format=api",
            "id": 90423,
            "code": "31HM001",
            "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.143603830251248,
                    52.12442487498102,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:40.771978Z",
            "created": "2022-11-28T23:33:19.442524Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123290/?format=api",
                    "id": 123290,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f8fc9e61-de8e-486a-b8b0-717062fe9eaa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7beb3ef8-3e91-4d36-9d9e-b0ce7a0b8b9c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/58367de8-dd14-40ff-bea3-e648b80195cd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/864b00d3-8fce-44fc-b7b3-7daa12e32936/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2eef4b86-7307-457e-81c0-c6ee0d8a9fed/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/801bbc7b-e94b-4b96-9266-c96a319e0eb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9ba677e3-4c74-4e6d-b55f-6b3aa91123a4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8ee85be0-7bac-40a8-a4d4-70aa72e8f541/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f7a23475-88e2-4c53-a18a-edd8809526c7/?format=api"
                    ],
                    "code": "31HM001001",
                    "last_modified": "2024-07-05T17:15:41.209742Z",
                    "created": "2022-11-28T23:33:21.868907Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90423/?format=api",
                    "top_level": 2.098,
                    "filter_top_level": -1.02,
                    "filter_bottom_level": -6.02,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM001",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.51,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90424/?format=api",
            "id": 90424,
            "code": "31HM002",
            "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.133470822223379,
                    52.12164419746998,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:41.685844Z",
            "created": "2022-11-28T23:33:22.826292Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123291/?format=api",
                    "id": 123291,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a34540b0-d351-4136-a26a-100cc0ec253d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44efee6a-b013-4dcc-b29f-3c1498ee34f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5defdbf-7a55-46d8-9663-ac65c7b7b744/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc680315-0d91-4c64-a982-76f873cb4f25/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/16a7733f-888c-48e6-8f0c-8f950b03fcce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4c78e85c-778f-45ee-a6b6-67e3a72e1bdc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2fb5c298-77e2-428f-895f-b7a091a94336/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2202b0e3-b05e-4b14-ae33-5e0ac9730da9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f6ae7c59-d507-4abe-9b6b-92b81d8b847f/?format=api"
                    ],
                    "code": "31HM002001",
                    "last_modified": "2024-07-05T17:15:42.135688Z",
                    "created": "2022-11-28T23:33:25.224380Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90424/?format=api",
                    "top_level": 0.955,
                    "filter_top_level": -1.77,
                    "filter_bottom_level": -6.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.26,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90425/?format=api",
            "id": 90425,
            "code": "31HM003",
            "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.131895554926428,
                    52.12134419438379,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:42.636919Z",
            "created": "2022-11-28T23:33:26.186273Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123292/?format=api",
                    "id": 123292,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cda4542a-f96a-4cad-9af2-d2c3f58bfdab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13e4583a-e744-4c67-bbb6-61875f4cf223/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b713c778-b8b7-4cbe-944f-ce4bc68aab27/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/62c31d9f-14d1-452f-9886-f3f5b8fbe0ec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c1978040-6a6f-4b0d-aa44-d20bbfda0991/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db41e0e1-ba7c-4da1-8d7f-946d69de6be2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d6f8e777-cc88-451d-857c-cc210bc17d7b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f8aa2052-e026-4097-a3a4-bc35bd15f97b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57cb6205-2c1c-47fe-9d61-8cbd31e875cc/?format=api"
                    ],
                    "code": "31HM003001",
                    "last_modified": "2024-07-05T17:15:43.016726Z",
                    "created": "2022-11-28T23:33:28.547697Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90425/?format=api",
                    "top_level": 0.883,
                    "filter_top_level": -1.75,
                    "filter_bottom_level": -6.75,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.21,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90426/?format=api",
            "id": 90426,
            "code": "31HM004",
            "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.039419623130378,
                    52.11622728284625,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:43.562578Z",
            "created": "2022-11-28T23:33:29.479216Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123293/?format=api",
                    "id": 123293,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9ef1e5f6-f220-4d3d-b03e-f4901a7e0935/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/99fb7bfd-347e-4725-9916-c0a200db9954/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5dc84903-9445-4bda-9388-5941733dea13/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/74e3e1c1-923e-4617-9fea-afe6749e2e79/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/692ccd24-d706-43db-abad-42e8cd112803/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ae1e328-7bf5-44b4-a62c-f36b6fb6976a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c2e2529e-8536-4bc3-9750-93715ed9cd34/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11712a97-b2ba-40c2-bba9-4ac8216c1e54/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b96739d0-68f7-41c9-8a5c-fc5403b678b9/?format=api"
                    ],
                    "code": "31HM004001",
                    "last_modified": "2024-07-05T17:15:43.961273Z",
                    "created": "2022-11-28T23:33:31.702384Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90426/?format=api",
                    "top_level": 0.691,
                    "filter_top_level": -2.16,
                    "filter_bottom_level": -7.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": -0.01,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90427/?format=api",
            "id": 90427,
            "code": "31HM005",
            "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.063878293106967,
                    52.10359674297019,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:44.455615Z",
            "created": "2022-11-28T23:33:32.660392Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123294/?format=api",
                    "id": 123294,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c147234c-71e6-4735-a0d5-63b926fdaa81/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e83478a-1f18-42f4-a472-71b21b1b7d87/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9186d25d-e517-455c-87d8-8ed95022f241/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/657cbb98-5815-4d31-8b85-986821e3659e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/65609c78-8241-46e9-8a52-cc514a712cfd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ac0f61a-9c08-4b77-928a-c1a8165609a5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d96ca20-8fc0-46aa-b1dc-3c84b5a8a6be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ff479f2-88d5-45fe-a887-5688567a1a29/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/241793ed-1ce8-41f8-8941-5e72d1138582/?format=api"
                    ],
                    "code": "31HM005001",
                    "last_modified": "2024-07-05T17:15:44.989150Z",
                    "created": "2022-11-28T23:33:35.009924Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90427/?format=api",
                    "top_level": 2.447,
                    "filter_top_level": -1.23,
                    "filter_bottom_level": -6.23,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM005",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.75,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90428/?format=api",
            "id": 90428,
            "code": "31HM007",
            "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.041437222444006,
                    52.11020222574265,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:45.514705Z",
            "created": "2022-11-28T23:33:35.935480Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123295/?format=api",
                    "id": 123295,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/428fe7a0-0673-4a54-b522-b1ba91c7cfc9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1dadd93c-e70c-4ddc-903e-9fdf289b23e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/edcf7372-17d2-4250-a316-a859df0839a4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2adce749-87ee-4aec-be33-0db9cb179698/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a2be69f6-4481-4942-be3f-27ee9c4cdcba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db5106cd-95b7-490b-a75d-a2357591f573/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3c25f2f7-7e61-4d3b-b574-9df102b2336a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d4aa3a65-a2fa-424d-b97d-c149a34ed7c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a74ccfbe-5cac-481f-9592-774c720c4736/?format=api"
                    ],
                    "code": "31HM007001",
                    "last_modified": "2024-07-05T17:15:45.926798Z",
                    "created": "2022-11-28T23:33:38.236945Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90428/?format=api",
                    "top_level": 0.839,
                    "filter_top_level": -2.32,
                    "filter_bottom_level": -7.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM007",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90429/?format=api",
            "id": 90429,
            "code": "31HM008",
            "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.048439907761717,
                    52.09150937339294,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:46.518488Z",
            "created": "2022-11-28T23:33:39.167036Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123296/?format=api",
                    "id": 123296,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/36032c41-893d-409e-b3f6-49ae02386cb4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/03bbf269-357a-4952-89e6-f0665fa30123/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/91744358-7a00-4850-b02f-595b2b773f00/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00ab5ce7-09ef-4165-af4e-21ec3ec254ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1929b4ed-36ee-46a8-9fc1-b27ad247ed36/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/73d5488a-efb0-4d85-9227-ece69e6d5eb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5e9e8d1d-9cc6-4b93-8815-adde3ef87649/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad1055a2-384e-4b11-8693-a589eb9471e8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/39ee9be8-ab84-4a57-a011-48950e7f2287/?format=api"
                    ],
                    "code": "31HM008001",
                    "last_modified": "2024-07-05T17:15:47.018498Z",
                    "created": "2022-11-28T23:33:41.469531Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90429/?format=api",
                    "top_level": 1.839,
                    "filter_top_level": -1.01,
                    "filter_bottom_level": -6.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90430/?format=api",
            "id": 90430,
            "code": "31HM009",
            "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.034023263345182,
                    52.09518813814865,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:15:47.445962Z",
            "created": "2022-11-28T23:33:42.471538Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123297/?format=api",
                    "id": 123297,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/db5e3f01-c2e0-4cf4-902f-3154738ce42a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/926026e8-656e-482e-9bf1-08aa3e7e024e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/420162b6-e3f8-42b5-87c3-72226730793e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/576abff7-55da-4895-8a75-706cc9176acb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/77c2f22b-1e6a-4a43-b207-671f27283593/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/953a3423-d377-43e3-a550-dc12013bfe90/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e7236704-f84a-4f80-bc1e-a6256db4a9be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cfcce485-4fc4-4967-acb8-fcab14740a23/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e9bc0a7b-ed87-471e-9483-17fb952f4911/?format=api"
                    ],
                    "code": "31HM009001",
                    "last_modified": "2024-07-05T17:15:47.916982Z",
                    "created": "2022-11-28T23:33:44.849490Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90430/?format=api",
                    "top_level": 1.475,
                    "filter_top_level": -1.45,
                    "filter_bottom_level": -6.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "31HM009",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.78,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90431/?format=api",
            "id": 90431,
            "code": "32CM017",
            "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.199137791882319,
                    52.12432872175631,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:17:06.534770Z",
            "created": "2022-11-28T23:33:48.920642Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123298/?format=api",
                    "id": 123298,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/555be5a4-9a52-4717-85d5-1a9a9845c6e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/70bbfab8-ffd6-4fc0-808e-5a19cb3c3f1d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b3895e53-92b4-4c6f-aec0-4703b4ad7549/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/582b48d6-f31d-44ba-8bc2-6d898073f374/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/07e4055e-5a81-4316-b283-6c8fcd78284b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/91aadd5d-b910-4b30-83ed-5be976b7b85c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f5df8c3-01e0-421b-be46-bb55d5945301/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bb3a3070-6b68-46c0-aced-972b7df7a609/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/21defaf5-1ac9-4542-b340-7e371bb3020b/?format=api"
                    ],
                    "code": "32CM017001",
                    "last_modified": "2024-07-05T17:17:07.022562Z",
                    "created": "2022-11-28T23:33:51.227583Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90431/?format=api",
                    "top_level": 3.98,
                    "filter_top_level": 0.5,
                    "filter_bottom_level": -4.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "32CM017",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.08,
            "top_level": null,
            "bottom_level": null
        }
    ]
}