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=1251
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=1252",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1250",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92603/?format=api",
            "id": 92603,
            "code": "000TEST",
            "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.369868353563612,
                    52.36304038762827,
                    0.0
                ]
            },
            "last_modified": "2024-11-26T15:19:22.852325Z",
            "created": "2024-01-29T23:30:23.417146Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123564/?format=api",
                    "id": 123564,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/9f7a0cc2-60a9-4863-a62a-1f50be46d272/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4640da20-d88f-48ed-876f-6b62210e2d79/?format=api"
                    ],
                    "code": "000TEST001",
                    "last_modified": "2024-11-26T15:19:23.505736Z",
                    "created": "2024-01-29T23:30:26.528156Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92603/?format=api",
                    "top_level": 2.11,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123565/?format=api",
                    "id": 123565,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/190bb22b-c155-42c9-9705-59b832fb4a97/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e6b56c5b-b876-4c13-b9bc-09f4c9b0875b/?format=api"
                    ],
                    "code": "000TEST002",
                    "last_modified": "2024-11-26T15:19:24.027788Z",
                    "created": "2024-01-29T23:30:28.692239Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92603/?format=api",
                    "top_level": 2.32,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "TEST010",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92616/?format=api",
            "id": 92616,
            "code": "39BM015",
            "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.342798403047953,
                    52.03391015857219,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:37.921262Z",
            "created": "2024-02-01T13:09:07.057386Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123566/?format=api",
                    "id": 123566,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2ef1c1c6-b6c1-4114-a236-308df48508f1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e646143b-add9-486a-a81c-67f733d06684/?format=api"
                    ],
                    "code": "39BM015001",
                    "last_modified": "2024-07-05T18:02:07.350268Z",
                    "created": "2024-02-01T13:09:08.617747Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92616/?format=api",
                    "top_level": 7.76,
                    "filter_top_level": 3.02,
                    "filter_bottom_level": 1.02,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM015",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.09,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92617/?format=api",
            "id": 92617,
            "code": "39BM016",
            "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.317879577755268,
                    52.03693766514724,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:40.287813Z",
            "created": "2024-02-01T13:09:09.500169Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123567/?format=api",
                    "id": 123567,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/11fc667f-2543-4862-9596-43f76839417c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc2c6714-cc75-404f-8e80-648e3c3535bd/?format=api"
                    ],
                    "code": "39BM016001",
                    "last_modified": "2024-07-05T18:02:08.437915Z",
                    "created": "2024-02-01T13:09:10.918115Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92617/?format=api",
                    "top_level": 5.53,
                    "filter_top_level": 2.85,
                    "filter_bottom_level": 0.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM016",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 4.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92618/?format=api",
            "id": 92618,
            "code": "39BM017",
            "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.329041371018571,
                    52.03602735535896,
                    0.0
                ]
            },
            "last_modified": "2024-12-23T09:45:42.906679Z",
            "created": "2024-02-01T13:09:11.694336Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123568/?format=api",
                    "id": 123568,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/46050b4d-fccb-4522-a992-1b3f5754837d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c38c5e8-5081-48f0-b838-429e1269210b/?format=api"
                    ],
                    "code": "39BM017001",
                    "last_modified": "2024-07-05T18:02:09.428509Z",
                    "created": "2024-02-01T13:09:13.156025Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92618/?format=api",
                    "top_level": 6.35,
                    "filter_top_level": 3.64,
                    "filter_bottom_level": 1.64,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM017",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.74,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92619/?format=api",
            "id": 92619,
            "code": "39DM003",
            "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.409366352490446,
                    51.89488597962207,
                    0.0
                ]
            },
            "last_modified": "2024-07-06T07:10:08.935396Z",
            "created": "2024-02-01T13:09:34.829246Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123693/?format=api",
                    "id": 123693,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/38fd7090-1b17-4a39-8cde-c2f965020ea1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/de9672b7-3618-47e1-8d33-178f60b3fdb1/?format=api"
                    ],
                    "code": "39DM003002",
                    "last_modified": "2024-07-05T18:04:47.048971Z",
                    "created": "2024-07-05T18:04:47.048983Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92619/?format=api",
                    "top_level": 5.22,
                    "filter_top_level": -15.9,
                    "filter_bottom_level": -18.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123694/?format=api",
                    "id": 123694,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ca7023a7-455d-4300-9f5c-74cb0671a812/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/289f5e77-c914-4738-828c-5b0fef4b16d5/?format=api"
                    ],
                    "code": "39DM003003",
                    "last_modified": "2024-07-05T18:04:48.539569Z",
                    "created": "2024-07-05T18:04:48.539581Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92619/?format=api",
                    "top_level": 5.28,
                    "filter_top_level": -24.8,
                    "filter_bottom_level": -28.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123569/?format=api",
                    "id": 123569,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8d56b39b-859d-428c-bb2f-7d4ab6e6e3c2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/05eee2b6-42a2-4934-8e8b-c50fd86afdad/?format=api"
                    ],
                    "code": "39DM003001",
                    "last_modified": "2024-07-05T18:04:45.774500Z",
                    "created": "2024-02-01T13:09:36.208307Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92619/?format=api",
                    "top_level": 5.2,
                    "filter_top_level": -8.8,
                    "filter_bottom_level": -12.8,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39DM003",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92620/?format=api",
            "id": 92620,
            "code": "39dm004",
            "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.40514649912638,
                    51.8954273508911,
                    0.0
                ]
            },
            "last_modified": "2024-07-06T07:10:08.990748Z",
            "created": "2024-02-01T13:09:36.998339Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123695/?format=api",
                    "id": 123695,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/aee5f48e-dbd1-4451-82dc-1d25ff569013/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/742b5273-55e0-4789-bc4f-537c6f9f8737/?format=api"
                    ],
                    "code": "39dm004002",
                    "last_modified": "2024-07-05T18:04:50.903986Z",
                    "created": "2024-07-05T18:04:50.904007Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92620/?format=api",
                    "top_level": 4.85,
                    "filter_top_level": -58.6,
                    "filter_bottom_level": -63.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123570/?format=api",
                    "id": 123570,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/570c434b-1d9d-4cc3-83d6-1450688b6230/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/908a403a-809b-46c8-b346-f7974ab60089/?format=api"
                    ],
                    "code": "39dm004001",
                    "last_modified": "2024-07-05T18:04:49.671043Z",
                    "created": "2024-02-01T13:09:38.454293Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92620/?format=api",
                    "top_level": 4.9,
                    "filter_top_level": -51.0,
                    "filter_bottom_level": -55.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39dm004",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.0,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92750/?format=api",
            "id": 92750,
            "code": "39BM011",
            "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.33775111687588,
                    52.03675729246012,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:02:02.236030Z",
            "created": "2024-03-04T23:30:17.914014Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123572/?format=api",
                    "id": 123572,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c4066258-cad5-490e-a2eb-320914897339/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1c1876f4-d2cd-4dca-bda9-e0bc9d72c051/?format=api"
                    ],
                    "code": "39BM011001",
                    "last_modified": "2024-07-05T18:02:03.328620Z",
                    "created": "2024-03-04T23:30:19.284479Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92750/?format=api",
                    "top_level": 7.27,
                    "filter_top_level": 2.87,
                    "filter_bottom_level": -2.13,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39BM011",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.57,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93319/?format=api",
            "id": 93319,
            "code": "27BM025",
            "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.04397149128166,
                    52.38687596608145,
                    0.0
                ]
            },
            "last_modified": "2025-02-21T09:26:00.948417Z",
            "created": "2024-03-11T23:30:16.548657Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123573/?format=api",
                    "id": 123573,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/037269fb-0451-4e65-99af-356c7bca41cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08381c3b-30dc-4b7c-926b-c70fe43a5526/?format=api"
                    ],
                    "code": "27BM025001",
                    "last_modified": "2024-07-05T16:31:21.830038Z",
                    "created": "2024-03-11T23:30:17.926977Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93319/?format=api",
                    "top_level": 7.62,
                    "filter_top_level": 3.75,
                    "filter_bottom_level": 2.75,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "27BM025",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.95,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93325/?format=api",
            "id": 93325,
            "code": "28BM025",
            "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.578654997867059,
                    52.43315521777141,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:08.444528Z",
            "created": "2024-03-12T15:24:40.587946Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123575/?format=api",
                    "id": 123575,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3b59fdc0-10b9-4891-aa0a-a282ea091fc5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82674759-2c1a-4037-80dd-01d2bbe74807/?format=api"
                    ],
                    "code": "28BM025001",
                    "last_modified": "2024-07-05T16:51:09.664391Z",
                    "created": "2024-03-12T15:24:42.228338Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93325/?format=api",
                    "top_level": null,
                    "filter_top_level": 7.16,
                    "filter_bottom_level": 5.16,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123577/?format=api",
                    "id": 123577,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/62ed266c-126f-4419-9e49-5696911c3cb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7bd3de66-227a-4e34-807d-d35493e79a81/?format=api"
                    ],
                    "code": "28BM025003",
                    "last_modified": "2024-07-05T16:51:11.690424Z",
                    "created": "2024-03-12T15:24:45.297358Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93325/?format=api",
                    "top_level": null,
                    "filter_top_level": -19.84,
                    "filter_bottom_level": -21.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123578/?format=api",
                    "id": 123578,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0e7c3485-7d2c-4783-83a0-e82a021c27b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/31f1bd40-b21f-4e18-8e7b-e8385fd48b40/?format=api"
                    ],
                    "code": "28BM025004",
                    "last_modified": "2024-07-05T16:51:12.821572Z",
                    "created": "2024-03-12T15:24:46.676140Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93325/?format=api",
                    "top_level": null,
                    "filter_top_level": -35.84,
                    "filter_bottom_level": -37.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123576/?format=api",
                    "id": 123576,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f3f58a1a-7eea-4768-9c09-381cd3b16a19/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c9602c6f-9d57-4c08-a0a8-249967e8411b/?format=api"
                    ],
                    "code": "28BM025002",
                    "last_modified": "2024-07-05T16:51:10.642936Z",
                    "created": "2024-03-12T15:24:43.696894Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93325/?format=api",
                    "top_level": null,
                    "filter_top_level": 1.16,
                    "filter_bottom_level": -0.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM025",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/93326/?format=api",
            "id": 93326,
            "code": "28BM026",
            "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.572459888765161,
                    52.43080850458983,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:13.487306Z",
            "created": "2024-03-12T15:24:47.401374Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123580/?format=api",
                    "id": 123580,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/593ebbda-53d4-4c40-bde7-b7fceba4f07f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/307112e8-ed19-4ea6-9d17-8aa1a6482071/?format=api"
                    ],
                    "code": "28BM026002",
                    "last_modified": "2024-07-05T16:51:16.457988Z",
                    "created": "2024-03-12T15:24:50.376518Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93326/?format=api",
                    "top_level": 8.73,
                    "filter_top_level": -19.15,
                    "filter_bottom_level": -21.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123579/?format=api",
                    "id": 123579,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/08966de4-93b9-47bd-95c0-2d58ab5db36d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/61c4b7ea-b946-4df1-8861-c95a225c5aee/?format=api"
                    ],
                    "code": "28BM026001",
                    "last_modified": "2024-07-05T16:51:14.624958Z",
                    "created": "2024-03-12T15:24:48.804952Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93326/?format=api",
                    "top_level": 8.75,
                    "filter_top_level": 1.85,
                    "filter_bottom_level": -0.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123581/?format=api",
                    "id": 123581,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c31bab7f-4c33-40d7-8913-7e5b5739c171/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d64fd9f8-5204-41b5-8909-cf930b9a3aa2/?format=api"
                    ],
                    "code": "28BM026003",
                    "last_modified": "2024-07-05T16:51:18.478971Z",
                    "created": "2024-03-12T15:24:52.001698Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93326/?format=api",
                    "top_level": 8.7,
                    "filter_top_level": -36.15,
                    "filter_bottom_level": -38.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123582/?format=api",
                    "id": 123582,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/51241a67-2383-4b9f-884f-b64999af03a7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/316242a4-03a1-4e9f-8cd9-aff7660261f4/?format=api"
                    ],
                    "code": "28BM026004",
                    "last_modified": "2024-07-05T16:51:19.550201Z",
                    "created": "2024-03-12T15:24:54.335340Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/93326/?format=api",
                    "top_level": null,
                    "filter_top_level": -66.15,
                    "filter_bottom_level": -68.15,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.85,
            "top_level": null,
            "bottom_level": null
        }
    ]
}