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=1242
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=1243",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1241",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91784/?format=api",
            "id": 91784,
            "code": "28BM042",
            "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.536776092795855,
                    52.46883034893887,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:58.254829Z",
            "created": "2023-06-30T15:14:22.348158Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123422/?format=api",
                    "id": 123422,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6d7467fd-e8d7-432b-9b1f-be35a886e870/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc17168c-3f6d-4158-9a63-4d153da1d07e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/00107027-d7fa-4623-80e6-2988be045207/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a10adf10-9dea-477a-b868-010748eb9d71/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0955fa95-3203-45e4-88d1-0e10d93ce9d9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1babbcbe-7317-421f-a6a1-776002170891/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/66814fdb-2b81-49bc-afa2-197eea427cae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5209397-d6ca-46fd-a88d-40c9623af345/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f792c8dd-fa7c-4d70-b680-d48e2eb2d46a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ef43946f-5f17-4caa-9b9f-302e3c916a35/?format=api"
                    ],
                    "code": "28BM042001",
                    "last_modified": "2024-07-05T16:51:37.447318Z",
                    "created": "2023-06-30T15:14:24.541666Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91784/?format=api",
                    "top_level": 7.95,
                    "filter_top_level": 4.09,
                    "filter_bottom_level": 3.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM042",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.087,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91785/?format=api",
            "id": 91785,
            "code": "28BM043",
            "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.541734600254141,
                    52.46986380759186,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:38.021038Z",
            "created": "2023-06-30T15:14:25.338738Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123423/?format=api",
                    "id": 123423,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5e264a20-4606-4e1e-8780-d65ed33cea65/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/84943f4a-5bad-407b-86d7-cc5c310f796b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e3c4ece6-9d65-4932-a7a1-9b910dffb160/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9caff29e-7780-4ec6-9fbf-291db03aa17f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/06d4101b-e4cf-4940-90f9-348283ec9f80/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c4445f9b-cb33-4636-b12e-5c57840f36ce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f58c6621-4252-49ee-b97b-a73cb6015746/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ac767c1b-7736-4b6c-b92e-4bb9dd38eb52/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1ca2b7b7-8f58-45f8-93fc-5ef4dda8f15c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d5dfe5dc-301c-4398-8261-e170fb8d8f54/?format=api"
                    ],
                    "code": "28BM043001",
                    "last_modified": "2024-07-05T16:51:38.508083Z",
                    "created": "2023-06-30T15:14:27.504476Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91785/?format=api",
                    "top_level": 7.85,
                    "filter_top_level": 3.98,
                    "filter_bottom_level": 2.98,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM043",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.981,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91786/?format=api",
            "id": 91786,
            "code": "28BM044",
            "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.54215158029356,
                    52.46972169565417,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:59.613360Z",
            "created": "2023-06-30T15:14:28.348318Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123424/?format=api",
                    "id": 123424,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/37fe36c6-a8c9-4b96-be51-f3819b2ec95a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ae89c192-2505-4a81-8330-ded67e810ada/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/089cbc17-93ac-4e35-b032-c5de63e84e55/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/409f2ef3-d64c-4424-8264-0a6dfe6e5e1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2fad9be2-b673-4e20-b29b-b162f390ab69/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bfd40ba5-0b5f-4198-9029-3978b4991abb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aadcc814-9eb7-460d-a8cd-0905cfb39dcd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d129f63-9266-4d52-aae3-44e9ca6e67d9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9af2e010-a50a-4d85-966a-175941369106/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c7a7f9cf-dcb8-4989-813b-c6133b141a77/?format=api"
                    ],
                    "code": "28BM044001",
                    "last_modified": "2024-07-05T16:51:39.618742Z",
                    "created": "2023-06-30T15:14:30.607558Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91786/?format=api",
                    "top_level": 8.02,
                    "filter_top_level": 4.15,
                    "filter_bottom_level": 3.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM044",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.152,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91787/?format=api",
            "id": 91787,
            "code": "28BM045",
            "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.540866421061005,
                    52.47111661150935,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:40.092187Z",
            "created": "2023-06-30T15:14:31.445385Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123425/?format=api",
                    "id": 123425,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/07087c9a-4e04-4d5a-a706-9ce479dc76b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee8d1a4e-3fff-4da8-80ba-659e26ec3739/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d1b74902-a5fa-44aa-8bcc-afba5d94ddff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f2f0d0f4-ee3c-4710-ae3e-67242ca079fb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eb5aed1d-fb2d-42e6-9201-57afc005a578/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/137e5089-c9da-4dc0-aee8-8472e9346cfe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c4d60422-55e4-4066-bf88-cd10c9d975ad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4bd36ea5-644c-4770-a454-6b40620abd95/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9f5d9adb-31bc-4221-90c6-cefb32d3c21e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13c8cd01-d833-4298-a1b4-7e4da408ff3e/?format=api"
                    ],
                    "code": "28BM045001",
                    "last_modified": "2024-07-05T16:51:40.633056Z",
                    "created": "2023-06-30T15:14:33.687288Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91787/?format=api",
                    "top_level": 7.87,
                    "filter_top_level": 3.92,
                    "filter_bottom_level": 2.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM045",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.917,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91788/?format=api",
            "id": 91788,
            "code": "28BM046",
            "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.539553003115228,
                    52.47217196236848,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:03.466175Z",
            "created": "2023-06-30T15:14:34.528952Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123426/?format=api",
                    "id": 123426,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/61798942-7d9f-4d77-9887-82c65866a427/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f58e2def-bdcc-41db-8efb-8875000868c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee6d2180-5708-42e6-bbb1-5c0d5de6f246/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e1b7635e-d88a-4c27-910a-73748d197ceb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ac87494e-e83e-41a6-9adf-eb326cbc8bd5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1d991186-575a-4bfe-b06a-475c04ccb1d9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/764b4dfb-1b20-41a6-9ff3-8690e45b5226/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/313468ae-d98a-4981-adfc-0c4fe41305c2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a070614b-0746-4440-b5fd-eff20bad0db2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec24510c-3256-4466-b2e1-f765f1160b45/?format=api"
                    ],
                    "code": "28BM046001",
                    "last_modified": "2024-07-05T16:51:41.714449Z",
                    "created": "2023-06-30T15:14:36.620613Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91788/?format=api",
                    "top_level": 7.9,
                    "filter_top_level": 4.0,
                    "filter_bottom_level": 3.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM046",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.998,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91789/?format=api",
            "id": 91789,
            "code": "28BM047",
            "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.537632522735064,
                    52.47361444263596,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:07.260830Z",
            "created": "2023-06-30T15:14:37.427463Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123427/?format=api",
                    "id": 123427,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b80ad11f-e50e-43ed-b67d-50786065d0b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aa592ffb-27ce-454e-9c89-3a608f3b683b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24c37a69-0dbd-453b-99cd-464603de9a0a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5455ce9-a2f7-401c-847b-3e3d06865ea9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0ff652e1-7cf5-4fd2-b00e-6d59f95c85b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b7a00be1-c180-412d-8b94-2bcf8911b906/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1539db65-6190-4ff0-8906-815721c8f6a0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/92c0b6b2-082b-452a-a2a0-421794782d35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/457a1cf9-45e3-4792-8c6d-ed71e595d1d0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5d19311-32df-47b6-94e4-d24e28342043/?format=api"
                    ],
                    "code": "28BM047001",
                    "last_modified": "2024-07-05T16:51:42.814827Z",
                    "created": "2023-06-30T15:14:39.584381Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91789/?format=api",
                    "top_level": 7.81,
                    "filter_top_level": 3.92,
                    "filter_bottom_level": 2.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM047",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.919,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91790/?format=api",
            "id": 91790,
            "code": "28BM048",
            "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.537855930925798,
                    52.47367047249285,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:10.815245Z",
            "created": "2023-06-30T15:14:40.407331Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123428/?format=api",
                    "id": 123428,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/56d2daf2-cd36-4ddf-a0d6-fbde248d2194/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c638871c-ba29-4040-a2c5-3c65f8ffb62e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/977fda60-d7bb-4618-8d06-56115eaf3597/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e920f304-88bf-4549-9531-7149c9d1019b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1d8afc8b-2082-445f-b3a5-50ee542f17ec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c53fa9ec-fb00-47c0-a196-5cf87fdfa3a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/289f97a2-1dc5-43ef-93c6-393256a87862/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e41b5ab8-d85d-4ae9-8e31-17485c7a02d2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cdb8e315-cfae-4a16-8b2d-4d6bb8459cff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/84b8cf9f-34d7-4afa-969d-085940b802d2/?format=api"
                    ],
                    "code": "28BM048001",
                    "last_modified": "2024-07-05T16:51:43.917834Z",
                    "created": "2023-06-30T15:14:42.473313Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91790/?format=api",
                    "top_level": 8.14,
                    "filter_top_level": 4.15,
                    "filter_bottom_level": 3.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM048",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.277,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91791/?format=api",
            "id": 91791,
            "code": "28BM049",
            "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.539706581174666,
                    52.47466945924088,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T08:15:02.824347Z",
            "created": "2023-06-30T15:14:43.399849Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123429/?format=api",
                    "id": 123429,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b33f518a-a88c-4584-8f25-5b87b91b74c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f78cfd4e-3312-43f2-baf7-934fff287415/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/350b43c5-b6ff-4be7-ae95-cd20e7dd668b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/41c4cf8c-9fb1-4fbf-a823-a39df8b316c2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f570640d-0066-402a-9f73-bd8617595937/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c38c5507-f0df-45e5-9081-8a0e3fa24540/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c2db433b-bcab-48a8-8f35-6defef417ffb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de3ea4f3-eaf1-4f15-9db0-1b09e9e6d364/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f7479de-9629-40df-9997-1f5b4555e359/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cd64e10f-5a8f-404f-bc3a-7102005b0458/?format=api"
                    ],
                    "code": "28BM049001",
                    "last_modified": "2024-07-05T16:51:44.889864Z",
                    "created": "2023-06-30T15:14:45.472967Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91791/?format=api",
                    "top_level": 8.59,
                    "filter_top_level": 4.72,
                    "filter_bottom_level": 3.72,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM049",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.718,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91792/?format=api",
            "id": 91792,
            "code": "28BM050",
            "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.538071503833368,
                    52.47444992771661,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:45.548955Z",
            "created": "2023-06-30T15:14:46.405149Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123430/?format=api",
                    "id": 123430,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c1c8dc5f-bf8d-42fe-a965-c6b3c427e178/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f41056ce-8e03-42b7-a9bf-db0b39c12bbf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6c903563-2e01-4539-bdfb-6fb90e675c70/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f9926309-361b-4bdf-a863-739574aa45e5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/610e13dc-f2c2-472e-bcb2-ab251013ba7a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c81c8df3-12e8-4341-bce4-cdba55bab9aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df35abd2-d699-430c-b898-f625e3f63790/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c2801ad4-9286-4ffc-a8fa-6f3de041986b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b753a56-df4b-427c-87b2-e8265b2d8734/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/877af494-8cad-4331-befc-83abdc2bd723/?format=api"
                    ],
                    "code": "28BM050001",
                    "last_modified": "2024-07-05T16:51:46.032031Z",
                    "created": "2023-06-30T15:14:48.467533Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91792/?format=api",
                    "top_level": null,
                    "filter_top_level": 4.01,
                    "filter_bottom_level": 3.01,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM050",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.016,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91793/?format=api",
            "id": 91793,
            "code": "28BM051",
            "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.538313947719658,
                    52.47509544054176,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:46.588158Z",
            "created": "2023-06-30T15:14:49.425237Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123431/?format=api",
                    "id": 123431,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4228535c-d660-4ec6-9c37-29794bf0acb6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7c012fc7-933f-4513-9fcb-052c2d1b5c87/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b653a608-72bc-4f77-a35c-6d41de2dbe79/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab9d1bc1-1a00-4b6c-ae67-d2e41cb79970/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f614c361-11ca-49ea-be32-7b4311b8f07f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0062a68a-93a0-434a-8dd0-d4d20a6d8022/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8d0b7e3-6374-4679-958e-3e89dcbfdaca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a9cad615-3e79-4593-8079-dc73ffed15a0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79964154-3177-40be-9cce-6cb935958d0b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ea2babea-400e-431d-a5c7-ecc53bead97e/?format=api"
                    ],
                    "code": "28BM051001",
                    "last_modified": "2024-07-05T16:51:47.069806Z",
                    "created": "2023-06-30T15:14:51.540075Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91793/?format=api",
                    "top_level": 7.46,
                    "filter_top_level": 4.36,
                    "filter_bottom_level": 3.36,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM051",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.66,
            "top_level": null,
            "bottom_level": null
        }
    ]
}