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=1240
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=1241",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1239",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91764/?format=api",
            "id": 91764,
            "code": "21BM011",
            "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.988820387694525,
                    52.68395019203712,
                    0.0
                ]
            },
            "last_modified": "2025-02-10T12:27:47.401918Z",
            "created": "2023-06-30T14:35:03.385683Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123402/?format=api",
                    "id": 123402,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e25a6663-fef0-41f1-a670-dae9529c0f7b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/753412d9-a733-4688-adb5-fb9ef5ee998e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e757483c-00b3-4f84-af4a-dbd15f884178/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/04081040-7539-49c2-8149-5edfb0e5efc4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f4936874-fb4d-4c56-a093-131516cbc0f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/437addde-ffba-4429-a60d-b9dd8b2440ac/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5cb08be3-2d9e-433c-904b-0b11a21e76f2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d6c2a3ad-1682-4a72-8d9f-302b217e9ac7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1d15f666-ed74-48af-aaa4-3152da55a2cd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c0374175-d7ce-4510-80d5-1fa181e3e5e1/?format=api"
                    ],
                    "code": "21BM011001",
                    "last_modified": "2024-07-05T15:57:37.549230Z",
                    "created": "2023-06-30T14:35:05.658628Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91764/?format=api",
                    "top_level": 7.7,
                    "filter_top_level": -24.26,
                    "filter_bottom_level": -25.26,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "21BM011",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.87,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91765/?format=api",
            "id": 91765,
            "code": "22DM001",
            "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.526894373027573,
                    52.49328744617235,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:10:05.509853Z",
            "created": "2023-06-30T14:35:38.073245Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123403/?format=api",
                    "id": 123403,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5ee5ff2d-5ada-4cce-818e-c3fdb656ef21/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/18d6e08c-0f57-4f11-801c-5072d35099aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a9d7af4-1539-4c70-b102-d9cad7d30691/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a152b4ae-d24f-42be-9fbf-a51f61d0fbd6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc3254d8-a223-40a7-aa2c-29fef3f06a35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d9be7e4-5fff-423b-bd4e-fdf5c51aa215/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/01a2f985-24b2-49e3-bc4a-6128b0f90cd7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b81e0e16-8096-495e-b9fc-101dcd5acf3d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0a79e385-c827-4ba2-9fd9-486bb5c9d7ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ba20bb08-5a15-46c6-af59-36628d57419b/?format=api"
                    ],
                    "code": "22DM001001",
                    "last_modified": "2024-07-05T16:14:53.897073Z",
                    "created": "2023-06-30T14:35:40.228788Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91765/?format=api",
                    "top_level": 8.09,
                    "filter_top_level": 4.6,
                    "filter_bottom_level": 3.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "22DM001",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.164,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91766/?format=api",
            "id": 91766,
            "code": "22DM002",
            "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.53101753825235,
                    52.49342489846484,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:14:54.435681Z",
            "created": "2023-06-30T14:35:51.247976Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123404/?format=api",
                    "id": 123404,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f67869d7-9ac5-4aeb-b96c-1d6604eacff5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d66b8edd-405c-448a-a2fa-dc95670aceec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/43880ab2-11bc-4380-904f-c9dc9f021a52/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/76a8afcf-21f3-4be8-8bc7-329f5fa34f5b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7fae09d2-48b7-43c3-9184-36458261252d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57ed0eda-9b4b-4a49-a9ad-ab3b3424c9da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d8dc81d0-0db1-4439-9962-45d34e11c7f6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/48f1664e-74c6-48fb-80bf-196788db00c8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/efc1af75-9470-4a0f-af7a-8cc6c0b144ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5244470c-91f3-4e2c-835e-4b9722e2b915/?format=api"
                    ],
                    "code": "22DM002001",
                    "last_modified": "2024-07-05T16:14:54.946437Z",
                    "created": "2023-06-30T14:35:53.384670Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91766/?format=api",
                    "top_level": 8.66,
                    "filter_top_level": 4.78,
                    "filter_bottom_level": 3.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "22DM002",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.778,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91767/?format=api",
            "id": 91767,
            "code": "26GM008",
            "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.582726570909785,
                    52.32652441526944,
                    0.0
                ]
            },
            "last_modified": "2024-12-17T14:07:12.921602Z",
            "created": "2023-06-30T15:11:03.458233Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123405/?format=api",
                    "id": 123405,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c9b374ee-d06e-4cde-9d7f-6f123c3df529/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d610f06-b43e-44b5-afcd-5028cebee66e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6130484d-0664-4766-b391-8e548fe5692d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c1919dab-3601-4209-ba9c-0a5b2c194fc0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/17a2c5e5-3cf0-4e34-bbfb-f84da571648a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/27e74b05-59bf-496a-92f9-5f22e8b33d3f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/015d0e56-4090-4cf4-87ef-a64c9c7fec6c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/be4c8c74-b174-4f52-b8ee-afcd2e5dbd1c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec27f60f-002a-43f8-8495-b30a916ad4dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a137a035-79c3-4fca-a4ea-755ea7a81c3e/?format=api"
                    ],
                    "code": "26GM008001",
                    "last_modified": "2024-07-05T16:21:13.104379Z",
                    "created": "2023-06-30T15:11:05.656775Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91767/?format=api",
                    "top_level": 2.363,
                    "filter_top_level": -0.647,
                    "filter_bottom_level": -1.647,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "26GM008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 1.513,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91768/?format=api",
            "id": 91768,
            "code": "26HM007",
            "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.616550604630175,
                    52.33736566024453,
                    0.0
                ]
            },
            "last_modified": "2024-12-17T15:32:04.232400Z",
            "created": "2023-06-30T15:11:49.987397Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123406/?format=api",
                    "id": 123406,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a3caa7f3-633a-4d72-8c07-99c44ac465f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/974fabf3-5df7-4914-b312-5188f9adc6e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/41bd1a56-da9d-48ff-86ae-eab274c7a850/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8dcb0ab0-e9d2-4b4e-a569-a29aa8bdd233/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cb635060-377c-4c9a-81f1-5341489edba8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/920f5035-1c9a-4d3a-a230-bcda0e910eba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c7bc9a52-ce0d-49b4-a9a2-681e7d15f98d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/29190280-e569-45eb-b56d-d4a1af5bd2ed/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a434fac7-b5ee-4d51-8b8c-daf6e8d585b1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/57b6ee59-7c7d-42c7-856f-4dceaefa462d/?format=api"
                    ],
                    "code": "26HM007001",
                    "last_modified": "2024-08-27T13:39:32.410361Z",
                    "created": "2023-06-30T15:11:52.135753Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91768/?format=api",
                    "top_level": 3.735,
                    "filter_top_level": 0.845,
                    "filter_bottom_level": -0.155,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "26HM007",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 3.095,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91769/?format=api",
            "id": 91769,
            "code": "28BM027",
            "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.535350745421816,
                    52.48169808015021,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:20.301524Z",
            "created": "2023-06-30T15:13:36.867351Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123407/?format=api",
                    "id": 123407,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/67d5e29e-1c04-4f69-b2bb-ab34ba8afe21/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/226c2b8e-c079-4aa8-8f20-298cba28f044/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bf38a28f-886a-43f5-a7aa-fa9cf41e61e8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13af6327-c9ec-4506-80ab-d2cf9b97f99c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8d6ecb65-e9b9-465e-9baa-90ab41b4c3e8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c8bfcd6d-29f6-4fbc-b4cd-92b539bfb31f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d0b960c5-e423-4c07-906d-ccca4b9b5ab8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0ab7034a-f748-4e52-8448-ee278c5e4d6a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f3edb2e-22c4-448b-b5db-54c1db7b0f0c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8db3b60-b1b9-4f2d-a755-34b3dd17910e/?format=api"
                    ],
                    "code": "28BM027001",
                    "last_modified": "2024-07-05T16:51:20.971215Z",
                    "created": "2023-06-30T15:13:39.070524Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91769/?format=api",
                    "top_level": 7.36,
                    "filter_top_level": 3.5,
                    "filter_bottom_level": 2.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.504,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91770/?format=api",
            "id": 91770,
            "code": "28BM028",
            "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.530835987213091,
                    52.47872492113706,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:20.530802Z",
            "created": "2023-06-30T15:13:39.907395Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123408/?format=api",
                    "id": 123408,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8434de44-07a9-4192-88a1-7a494f5a8a60/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/979af4cc-c0c6-42b1-b458-baaba8bbf58c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a74e2278-9612-403d-882c-edf1f78cd922/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7572b119-2b3b-43cc-84bd-9ad6e0c25e6d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9eb8088c-feee-49d1-bdab-bddfbb29af5a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5ea2f359-5289-4a0a-8529-cf2a6e8f3981/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c1f2906-760b-4198-bf73-1e4388de6641/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc7aae15-1883-483e-be1a-baa05dd70cc5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c66555a1-33ec-4638-8a14-68144cdaffb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df429e45-cc93-4a52-b22a-48a62e6dabe3/?format=api"
                    ],
                    "code": "28BM028001",
                    "last_modified": "2024-07-05T16:51:22.180593Z",
                    "created": "2023-06-30T15:13:42.013374Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91770/?format=api",
                    "top_level": 7.7,
                    "filter_top_level": 3.85,
                    "filter_bottom_level": 2.85,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM028",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.841,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91771/?format=api",
            "id": 91771,
            "code": "28BM029",
            "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.531003163319094,
                    52.47837770488412,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:23.786736Z",
            "created": "2023-06-30T15:13:42.824711Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123409/?format=api",
                    "id": 123409,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fd7abd9e-fb8c-424f-b589-4eb592458671/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9bcec296-6190-4c44-9857-d57ac30b926c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a5e7444b-56e1-4fa7-9bb0-d1723d30666d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ffeeb8da-76a6-41ec-a62e-44d95d18db0e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9978dd4a-3db5-49b4-9502-2ab7090c56bb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/14ba7485-9ec2-460f-8775-953c9fb0e516/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44d60edb-a851-414f-8c2c-8daa49e0e9c1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8a7c567c-d622-44aa-832b-e6c4047ed091/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e65fe0eb-e62c-45f2-9568-72a6702fd6a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5afa3b0b-cdb1-4ed7-af39-bcdd36ba1097/?format=api"
                    ],
                    "code": "28BM029001",
                    "last_modified": "2024-07-05T16:51:23.203284Z",
                    "created": "2023-06-30T15:13:45.016613Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91771/?format=api",
                    "top_level": 7.42,
                    "filter_top_level": 3.52,
                    "filter_bottom_level": 2.52,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM029",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.517,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91772/?format=api",
            "id": 91772,
            "code": "28BM030",
            "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.531696619062958,
                    52.4777688505813,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:26.909837Z",
            "created": "2023-06-30T15:13:45.867332Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123410/?format=api",
                    "id": 123410,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1ccd53a9-fefc-45b2-ba96-fc1a15aa3345/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1524a035-0372-4d7d-9194-5c466b0433be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/463b5aaa-f9da-4e48-bf6f-0167fc0bed83/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c8689ea3-bb2f-4190-a84d-1ce7a3a52651/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c88e468-f73c-4a23-8215-32d54ca60bf1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c05b44d-d57d-4aeb-a2fd-fcb6c5f35487/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/64a4199f-72f9-46be-b297-11c5ff61b76a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0bb2f718-63bd-431d-9a3d-1f5d467aaae8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e49688a4-be1e-4ab8-a18a-4989ce85bcec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e2270423-7c35-4197-9f07-f7c09a678ffc/?format=api"
                    ],
                    "code": "28BM030001",
                    "last_modified": "2024-07-05T16:51:24.600684Z",
                    "created": "2023-06-30T15:13:48.091531Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91772/?format=api",
                    "top_level": 7.81,
                    "filter_top_level": 3.93,
                    "filter_bottom_level": 2.93,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM030",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.93,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91773/?format=api",
            "id": 91773,
            "code": "28BM031",
            "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.532996229597511,
                    52.47681748316634,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:13:30.453791Z",
            "created": "2023-06-30T15:13:48.959449Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123411/?format=api",
                    "id": 123411,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e12b9efa-e68c-4d39-b7a9-4d3a99efa486/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/616d5f2f-13a7-463c-94a0-7444ae2967fe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b028611f-03d4-4c59-9396-b5cccc694c33/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0dcc7be9-a4ad-4571-b70b-a1d7b085c0e2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dd37bfc9-3d1b-4edd-86da-722aa216a4cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ee173c7b-0201-428f-9473-d32433146911/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/18c58709-5b0a-43ef-85fb-c95f9b0d585a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5768e309-3bee-450b-8a6d-c4bc30809f17/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08f18d68-0ca7-408d-b99d-696c6a39c56c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ac9dddd4-2e54-4f9b-bbbd-6ebea11e2e2a/?format=api"
                    ],
                    "code": "28BM031001",
                    "last_modified": "2024-07-05T16:51:25.666348Z",
                    "created": "2023-06-30T15:13:51.305260Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91773/?format=api",
                    "top_level": 7.78,
                    "filter_top_level": 3.92,
                    "filter_bottom_level": 2.92,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM031",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.921,
            "top_level": null,
            "bottom_level": null
        }
    ]
}