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=1245
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=1246",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1244",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91814/?format=api",
            "id": 91814,
            "code": "28BM072",
            "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.55011374760277,
                    52.4772590816319,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:49.134366Z",
            "created": "2023-06-30T15:18:40.224019Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123452/?format=api",
                    "id": 123452,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1640222d-9114-4976-9f75-8c06f2912741/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63230554-e067-45a8-a61f-90b6a77f6aef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8a23b2a9-dca4-4516-8723-4595a73ff05b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fd3f2f48-68cd-4721-bb1e-1d6cc2089052/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4eb7fae7-b064-4341-9890-2f82af2238d4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/365ac1e1-a1ae-4a4a-a312-94d8b9f234e9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f76a2e3d-e2ec-4aa2-b791-54a055d43405/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d4ea7f58-f5a6-4f9c-b018-708a2acf83d6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d97af98e-0e87-4ac6-a22d-501f0f3d8968/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/69d57a4a-eff7-41b1-8e39-7796f4c5a395/?format=api"
                    ],
                    "code": "28BM072001",
                    "last_modified": "2024-07-05T16:52:09.343683Z",
                    "created": "2023-06-30T15:18:42.378137Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91814/?format=api",
                    "top_level": 7.99,
                    "filter_top_level": 4.14,
                    "filter_bottom_level": 3.14,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM072",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.139,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91815/?format=api",
            "id": 91815,
            "code": "28BM073",
            "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.547028834940881,
                    52.47826187976963,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:52.475904Z",
            "created": "2023-06-30T15:18:58.935335Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123453/?format=api",
                    "id": 123453,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c9462282-db1e-48ae-9d7c-abcb2aca0a1b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4b9e19a5-d908-48cb-be71-77298f8430fd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5d896a18-744d-44b4-86b1-1a3d6ef2f036/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1b1e7972-0c2e-4045-ba21-e33ce67aa1de/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3c2ef6fb-c5f1-470a-a24f-da6dd4e5776d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b2cf18d-4168-4900-8689-dee253ec2ff0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/53fcc2f1-bce6-4673-b88e-310d4969938c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7a0170f1-dcc4-423e-bea9-17eaf2f8e6cf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2268b845-87da-4146-b396-7ccecde17a43/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a29fb71f-f340-40e6-a2bf-8cc5cc02c0c5/?format=api"
                    ],
                    "code": "28BM073001",
                    "last_modified": "2024-07-05T16:52:10.474028Z",
                    "created": "2023-06-30T15:19:01.190261Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91815/?format=api",
                    "top_level": 8.1,
                    "filter_top_level": 4.25,
                    "filter_bottom_level": 3.25,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM073",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.249,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91816/?format=api",
            "id": 91816,
            "code": "28BM074",
            "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.546212920497715,
                    52.47818680033161,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:55.665360Z",
            "created": "2023-06-30T15:19:18.009587Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123454/?format=api",
                    "id": 123454,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e507f308-357b-4e69-820f-020fb5c5f750/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e33f8cf6-4597-4ceb-bd9b-dd7d61a4c13b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a08fe4a-bb6a-4506-b399-7db273c21dab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1412ab23-181e-4d62-90b3-7f162045457c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8f7e6ca1-0c55-442a-82e1-d7a47bfc4463/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/27c3c8c9-5c8f-449d-b256-1735c21df3d3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/03200c2c-e2ee-4895-a8ef-a79bcb26d214/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71a2da94-4ca9-4033-8dbb-992e01fb3eae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fff366d9-8028-4468-9ae9-c29a12e53d7c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c473c2a-ae2b-4f02-b4d0-11a48299ef8f/?format=api"
                    ],
                    "code": "28BM074001",
                    "last_modified": "2024-07-05T16:52:11.453286Z",
                    "created": "2023-06-30T15:19:20.193346Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91816/?format=api",
                    "top_level": 7.78,
                    "filter_top_level": 3.93,
                    "filter_bottom_level": 2.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM074",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.931,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91817/?format=api",
            "id": 91817,
            "code": "28BM075",
            "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.546822613156597,
                    52.47975692216441,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:52:12.015987Z",
            "created": "2023-06-30T15:19:36.644503Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123455/?format=api",
                    "id": 123455,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/549b8555-18c4-4aaf-9651-06d9e662acc8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7012bb3a-281c-4948-b91f-e2d1e09125e9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/75298798-421a-408b-b588-61730fe7df35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5520814-98b7-48c5-a8c0-d3733ee6679c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8d9d496-fb0b-43cf-bd2a-c3cb2897d4b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cade8851-9b1d-4d39-8090-c2dfae66b4b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e792daee-f45b-44e2-af9b-094e233863ec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aac7b591-5329-4eab-b0df-2b92ac8951e4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c520d42b-c3c4-420e-a693-8ad48be9b1de/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/214db73b-418b-45a9-a668-f527abd41ed8/?format=api"
                    ],
                    "code": "28BM075001",
                    "last_modified": "2024-07-05T16:52:12.545783Z",
                    "created": "2023-06-30T15:19:38.861747Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91817/?format=api",
                    "top_level": 8.07,
                    "filter_top_level": 4.22,
                    "filter_bottom_level": 3.22,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM075",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.216,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91818/?format=api",
            "id": 91818,
            "code": "28BM076",
            "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.545639693083213,
                    52.47934556760647,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:58.787497Z",
            "created": "2023-06-30T15:19:55.455479Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123456/?format=api",
                    "id": 123456,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f73853fd-3279-4716-8bac-001bee43d766/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d4243fa-e5c0-4824-a1c4-283de7071022/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a3d86749-36ee-4f6e-8a3c-a1456e348729/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/80589a24-b0a5-4c8a-97e7-a41d55fd715f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f02cb472-c9d4-47a0-af55-e18bbd16f3c6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/db6b37ed-90ba-41bf-b1b7-5e3e8bfdfc5f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6588084c-c3d8-4514-bbfa-6fc375c12a09/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2d855ed0-adbd-4d77-a699-c5cfa195a819/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8fc81984-512b-4949-8e34-7ce2669e1dbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b6e684ff-39d3-4e08-9b1a-7a29442b8aea/?format=api"
                    ],
                    "code": "28BM076001",
                    "last_modified": "2024-07-05T16:52:13.510132Z",
                    "created": "2023-06-30T15:19:57.562218Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91818/?format=api",
                    "top_level": 8.32,
                    "filter_top_level": 4.41,
                    "filter_bottom_level": 3.41,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM076",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.407,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91819/?format=api",
            "id": 91819,
            "code": "34CM033",
            "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.443823878681614,
                    52.12133300465315,
                    0.0
                ]
            },
            "last_modified": "2025-02-07T15:27:50.836363Z",
            "created": "2023-06-30T15:24:07.618611Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123457/?format=api",
                    "id": 123457,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a55d30fc-fad9-43d9-86a8-0c081572dc7f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13957467-b0f8-4ca2-bdc1-6487d6f35e75/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71cb768a-ff30-4b70-9e40-ca2bd91c66af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7e93c8b1-14f4-43eb-9113-848f113792f1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e52bc76b-5275-4192-99b3-57be32e662fe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d50703a-0d6b-4911-8718-f0ae6e415d84/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/86f6aac2-c7f8-4420-b866-25f8be583e89/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0b9c5130-2f05-4a82-a7bc-1131beee8a07/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/25e1c8f7-6288-4182-bea9-81a35438892d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/93549b05-0f51-4445-a6cb-382c844d7626/?format=api"
                    ],
                    "code": "34CM033001",
                    "last_modified": "2024-07-05T17:52:09.510352Z",
                    "created": "2023-06-30T15:24:09.684777Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91819/?format=api",
                    "top_level": 14.96,
                    "filter_top_level": 11.65,
                    "filter_bottom_level": 10.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34CM033",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.96,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91820/?format=api",
            "id": 91820,
            "code": "34CM034",
            "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.374081967680686,
                    52.05191630559893,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T10:32:20.882932Z",
            "created": "2023-06-30T15:24:21.161078Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123458/?format=api",
                    "id": 123458,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a4c6403f-8800-4c0c-a337-c26aa17d26b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7184f201-6198-4abd-9e2d-94a52fb08a8c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/76f9b99c-d926-4cf4-93dc-cd50e5a38378/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/849521b4-5725-45be-b289-4cbc6a04393d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/91cbfdaf-5d15-4831-8c44-25d08c1945b5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2dfc76d1-e959-401a-9919-fe1363e69d4d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2e9dd1e-b9d6-43a0-8cab-2953be9b4a90/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6ef23d34-934b-4d7b-b2f1-12dc6c6b9d1f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0e3c27e7-ad1c-4fc8-bdac-69b0db49709e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/16531d3c-8746-4387-a969-cfd302717752/?format=api"
                    ],
                    "code": "34CM034001",
                    "last_modified": "2024-07-05T17:52:10.619808Z",
                    "created": "2023-06-30T15:24:23.349481Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91820/?format=api",
                    "top_level": 17.91,
                    "filter_top_level": 13.24,
                    "filter_bottom_level": 12.24,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "34CM034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.15,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91821/?format=api",
            "id": 91821,
            "code": "45AM006",
            "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.296470363661413,
                    51.79649126295528,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:50:40.091904Z",
            "created": "2023-06-30T15:36:16.713740Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123459/?format=api",
                    "id": 123459,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e80a9712-4f60-4986-a77b-ac6495a0da4d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2fe5a068-2936-4a86-842a-6b92c25e3d16/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c3d9741d-bfb2-4cf7-aa85-f2784614aa01/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a9fc39f4-2876-4ab8-b53d-f5c49808142c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29b37b29-8693-4b32-bfa1-04ec596d46bf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a80256bc-8d75-48c8-9184-1092d35cb4e9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/456bc284-b0ee-427b-bfb9-d38e87f7e96b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7af534f0-5f99-4c67-82b7-5f54ee64add8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a1f80206-f54d-453c-b662-4cc3cf7eacf9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e226a2db-6b7f-4a0a-a67f-cd65cc6dc7c4/?format=api"
                    ],
                    "code": "45AM006001",
                    "last_modified": "2024-07-05T18:50:40.607421Z",
                    "created": "2023-06-30T15:36:19.186343Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91821/?format=api",
                    "top_level": 2.91,
                    "filter_top_level": -0.09,
                    "filter_bottom_level": -1.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "45AM006",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.02,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91822/?format=api",
            "id": 91822,
            "code": "45AM007",
            "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.310256346065444,
                    51.79644716665894,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:50:41.160633Z",
            "created": "2023-06-30T15:36:25.248202Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123460/?format=api",
                    "id": 123460,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5ac8ea35-5021-4413-9fee-eccbef2ce996/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/effabd5f-f4ec-4b57-9fd6-10bb5bdd80b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aacad7e9-a081-4eb9-a13c-e31621989a01/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee25a279-3278-46ec-ac64-be306f24172c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c7811e64-72cc-4259-9137-670dbaf3af57/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b3b0046d-50f1-4aaa-81ba-7b5f8b8f22ee/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d978545-cdc7-4a60-9728-50cdfa672b94/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/60d0f2d9-591c-4e43-aa8e-32720eb34feb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c204cd6f-4bc4-4d2c-a98c-1702566aa1c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2dfe3a28-2189-4b7f-aae6-9b982cc4ae67/?format=api"
                    ],
                    "code": "45AM007001",
                    "last_modified": "2024-07-05T18:50:41.622395Z",
                    "created": "2023-06-30T15:36:27.477656Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91822/?format=api",
                    "top_level": 3.05,
                    "filter_top_level": -3.79,
                    "filter_bottom_level": -4.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "45AM007",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.14,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91867/?format=api",
            "id": 91867,
            "code": "38EM008",
            "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.978574439537795,
                    52.00923206673517,
                    0.0
                ]
            },
            "last_modified": "2025-01-27T10:53:11.571567Z",
            "created": "2023-07-13T22:35:28.372300Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123462/?format=api",
                    "id": 123462,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/66f6fdf9-c3c8-4abc-b658-2b5e868046fb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ca96dce8-4a4a-4bbe-acd8-11af68c45926/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d24abb43-6202-4adf-ba07-0d52ec3f0acb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82ba87f3-e61d-43e4-aa8c-0cc75d26448f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8c947e70-f519-47ee-9c95-108e5572f54c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/283a1cf3-2e09-4ab8-aa84-3d65b3ad61e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d1bba36c-5e8b-42d1-b85e-13aabc608e60/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4830a595-c404-44f1-9aa6-85c121f65f00/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/adf79f7a-e052-4552-a9f2-b2e5a239de39/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1c8ba3a6-8eca-4784-a41f-714d404ecd83/?format=api"
                    ],
                    "code": "38EM008001",
                    "last_modified": "2024-07-05T17:59:11.380239Z",
                    "created": "2023-07-13T22:35:30.500049Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91867/?format=api",
                    "top_level": 0.43,
                    "filter_top_level": -0.69,
                    "filter_bottom_level": -1.69,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "38EM008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 0.54,
            "top_level": null,
            "bottom_level": null
        }
    ]
}