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=32
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=33",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2850/?format=api",
            "id": 2850,
            "code": "22CP0084",
            "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.419155423024047,
                    52.48527174470523,
                    0.0
                ]
            },
            "last_modified": "2025-02-19T10:50:22.897854Z",
            "created": "2015-08-12T11:32:59.191474Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44612/?format=api",
                    "id": 44612,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e58e271e-f0e8-4700-a8e2-0df520951d5b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1bf20948-4c9d-4221-9277-840f0c6f94ee/?format=api"
                    ],
                    "code": "22CP0084002",
                    "last_modified": "2024-07-05T16:11:47.721915Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2850/?format=api",
                    "top_level": 8.14,
                    "filter_top_level": -15.19,
                    "filter_bottom_level": -17.19,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44611/?format=api",
                    "id": 44611,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6893623a-ae66-4e62-a6b9-08f0b44a1eef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a6994ce6-d511-48c5-ae0a-6c0ce85a1db0/?format=api"
                    ],
                    "code": "22CP0084001",
                    "last_modified": "2024-07-05T16:11:47.155004Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2850/?format=api",
                    "top_level": 8.16,
                    "filter_top_level": 1.81,
                    "filter_bottom_level": 0.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0084",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2851/?format=api",
            "id": 2851,
            "code": "22CP0105",
            "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.429933123653845,
                    52.48642497547394,
                    0.0
                ]
            },
            "last_modified": "2025-02-19T10:50:25.710355Z",
            "created": "2015-08-12T11:32:59.196922Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44613/?format=api",
                    "id": 44613,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f5cb6bec-01df-4c35-8de7-67b124387f03/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/741ff29d-3458-401e-9b64-627113ea5ed4/?format=api"
                    ],
                    "code": "22CP0105001",
                    "last_modified": "2024-09-26T14:35:29.191229Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2851/?format=api",
                    "top_level": 7.15,
                    "filter_top_level": -5.28,
                    "filter_bottom_level": -6.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44614/?format=api",
                    "id": 44614,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f571951b-7eed-4170-8c97-ff48474dc5b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24464104-04e8-44fc-aeb3-dd91719661b6/?format=api"
                    ],
                    "code": "22CP0105002",
                    "last_modified": "2024-09-26T14:35:29.654060Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2851/?format=api",
                    "top_level": 7.14,
                    "filter_top_level": -18.29,
                    "filter_bottom_level": -19.29,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44615/?format=api",
                    "id": 44615,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ae67edc2-2c9a-4b70-9fc8-d59909ff1c87/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a68ca714-dbea-4150-b590-cb5e8a634c69/?format=api"
                    ],
                    "code": "22CP0105003",
                    "last_modified": "2024-09-26T14:35:30.134712Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2851/?format=api",
                    "top_level": 7.12,
                    "filter_top_level": -40.28,
                    "filter_bottom_level": -41.28,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B22C0105",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.85,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2852/?format=api",
            "id": 2852,
            "code": "27FP0054",
            "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.32338258102327,
                    52.4368400359421,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:31.323134Z",
            "created": "2015-08-12T11:32:59.202404Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44617/?format=api",
                    "id": 44617,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3abd4487-9548-4f02-b722-3f1fcacdf85d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d31f2a4e-5cca-4c08-a1dd-a7755dea1b1f/?format=api"
                    ],
                    "code": "27FP0054002",
                    "last_modified": "2024-07-05T16:39:04.903777Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2852/?format=api",
                    "top_level": 6.747,
                    "filter_top_level": -2.95,
                    "filter_bottom_level": -4.95,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44618/?format=api",
                    "id": 44618,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bf5002ae-0704-4c65-9117-47fd9c756d8d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/03c2e538-0d66-4245-bc03-c1465fdee64e/?format=api"
                    ],
                    "code": "27FP0054003",
                    "last_modified": "2024-07-05T16:39:05.359900Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2852/?format=api",
                    "top_level": 6.739,
                    "filter_top_level": -14.45,
                    "filter_bottom_level": -16.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44616/?format=api",
                    "id": 44616,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8d246d18-64ab-4e2c-a3ca-0f5e87e06eb8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f8ec7178-74c4-4ff0-a5d6-41342f5d92a9/?format=api"
                    ],
                    "code": "27FP0054001",
                    "last_modified": "2024-07-05T16:39:04.471395Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2852/?format=api",
                    "top_level": 6.781,
                    "filter_top_level": 2.05,
                    "filter_bottom_level": 1.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27F0054",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.28,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2853/?format=api",
            "id": 2853,
            "code": "27FP3052",
            "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.323526623439115,
                    52.43710035754307,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:39:12.761660Z",
            "created": "2015-08-12T11:32:59.207847Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44619/?format=api",
                    "id": 44619,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7286f8c0-fed5-44bf-8383-fc6ecdc42da5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3f783b98-6243-4cb7-b734-ed118893da0c/?format=api"
                    ],
                    "code": "27FP3052001",
                    "last_modified": "2024-07-05T16:39:13.246923Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2853/?format=api",
                    "top_level": 6.3,
                    "filter_top_level": -2.15,
                    "filter_bottom_level": -21.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B27F0052",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2854/?format=api",
            "id": 2854,
            "code": "28A0538",
            "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.429489722475614,
                    52.47849462086943,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:36.017281Z",
            "created": "2015-08-12T11:32:59.213333Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44620/?format=api",
                    "id": 44620,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/929bb8d7-bf15-4718-bbcc-01456806c8de/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0f061f71-264c-4319-90c5-507a8ff85fcf/?format=api"
                    ],
                    "code": "28A0538001",
                    "last_modified": "2024-09-26T14:36:04.408192Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2854/?format=api",
                    "top_level": 7.53,
                    "filter_top_level": -0.46,
                    "filter_bottom_level": -1.46,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0538",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.67,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2855/?format=api",
            "id": 2855,
            "code": "28A0539",
            "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.43163007794268,
                    52.47870048276243,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:40.088260Z",
            "created": "2015-08-12T11:32:59.218910Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44621/?format=api",
                    "id": 44621,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b3863921-a497-4a09-a401-d3f6e1e0fe2f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d0f28ad2-f6c0-4fac-82a0-b80bb21cbf85/?format=api"
                    ],
                    "code": "28A0539001",
                    "last_modified": "2024-07-05T16:45:24.588644Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2855/?format=api",
                    "top_level": 7.158,
                    "filter_top_level": -0.84,
                    "filter_bottom_level": -1.84,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0539",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.55,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2856/?format=api",
            "id": 2856,
            "code": "28A0540",
            "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.433845882065329,
                    52.47921338979198,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:43.692277Z",
            "created": "2015-08-12T11:32:59.225289Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44622/?format=api",
                    "id": 44622,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fe973350-3645-4c31-8c4d-e055aa232195/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8729e3c4-80cd-47e6-910e-030f364c52b1/?format=api"
                    ],
                    "code": "28A0540001",
                    "last_modified": "2024-07-05T16:45:25.561052Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2856/?format=api",
                    "top_level": 6.352,
                    "filter_top_level": -0.65,
                    "filter_bottom_level": -1.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0540",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.68,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2857/?format=api",
            "id": 2857,
            "code": "28A0576",
            "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.421024582685554,
                    52.46273590231007,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:45:30.677697Z",
            "created": "2015-08-12T11:32:59.231823Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44623/?format=api",
                    "id": 44623,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6b564a8e-16e1-4997-8889-f9bf7c1fb1d4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6bb42742-b07d-4a6d-bdb1-3cb6ddb6eddd/?format=api"
                    ],
                    "code": "28A0576001",
                    "last_modified": "2024-07-05T16:45:31.097046Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2857/?format=api",
                    "top_level": 9.24,
                    "filter_top_level": 3.65,
                    "filter_bottom_level": 2.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28A0576",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 8.75,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2858/?format=api",
            "id": 2858,
            "code": "28A0577",
            "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.370308973167801,
                    52.47751170379936,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T11:14:41.466003Z",
            "created": "2015-08-12T11:32:59.237558Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44624/?format=api",
                    "id": 44624,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0d8a06bb-c919-41be-b023-cdc597c263c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6c0a8c2e-2e3c-4ad9-9c1c-7d3b827801a6/?format=api"
                    ],
                    "code": "28A0577001",
                    "last_modified": "2024-07-05T16:45:32.335826Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2858/?format=api",
                    "top_level": 5.53,
                    "filter_top_level": 3.62,
                    "filter_bottom_level": 2.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0577",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.62,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2859/?format=api",
            "id": 2859,
            "code": "28A0578",
            "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.441398436365974,
                    52.46943686778479,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:28:46.882210Z",
            "created": "2015-08-12T11:32:59.243447Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44625/?format=api",
                    "id": 44625,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/76a55c05-311c-47c7-ae08-62b8f9b94da5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a675ad9b-c2d4-46a6-bd77-c890e3bfc990/?format=api"
                    ],
                    "code": "28A0578001",
                    "last_modified": "2024-07-05T16:45:33.715551Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2859/?format=api",
                    "top_level": 6.83,
                    "filter_top_level": 1.38,
                    "filter_bottom_level": 0.38,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0578",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.3,
            "top_level": null,
            "bottom_level": null
        }
    ]
}