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=37
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=38",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=36",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2900/?format=api",
            "id": 2900,
            "code": "28AP0062",
            "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.410394705919838,
                    52.44900869012564,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:02.148748Z",
            "created": "2015-08-12T11:32:59.487510Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44700/?format=api",
                    "id": 44700,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/515eece2-d76f-4fe9-9585-5e4746d2e8da/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/51a39860-1a4d-45b6-af2c-3928eb4981ff/?format=api"
                    ],
                    "code": "28AP0062001",
                    "last_modified": "2024-07-05T16:47:50.374313Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2900/?format=api",
                    "top_level": 8.238,
                    "filter_top_level": 1.79,
                    "filter_bottom_level": 0.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0062",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.78,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2901/?format=api",
            "id": 2901,
            "code": "28AP0067",
            "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.421799457280745,
                    52.47554417484148,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:05.521399Z",
            "created": "2015-08-12T11:32:59.493480Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44701/?format=api",
                    "id": 44701,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fd07dfee-22c6-4611-937f-8dd39d25b7dc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/638a3a50-2886-45d0-8d6e-527dac79bbdf/?format=api"
                    ],
                    "code": "28AP0067001",
                    "last_modified": "2024-07-05T16:47:55.210995Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2901/?format=api",
                    "top_level": 28.56,
                    "filter_top_level": -20.89,
                    "filter_bottom_level": -22.89,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0067",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 28.11,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
            "id": 2902,
            "code": "28AP0068",
            "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.414737621255923,
                    52.4799610051848,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:14.300395Z",
            "created": "2015-08-12T11:32:59.499400Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44702/?format=api",
                    "id": 44702,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/da82a49b-50e4-4a0c-af7d-d291cfe2cd78/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d53f2a34-f82b-43d5-ba5e-6322022e2001/?format=api"
                    ],
                    "code": "28AP0068001",
                    "last_modified": "2024-07-05T16:47:57.242568Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.09,
                    "filter_top_level": 8.1,
                    "filter_bottom_level": 7.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44707/?format=api",
                    "id": 44707,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/18f3f8e9-7ffc-45e6-9f53-5562eb42d8e0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e141d82a-ab17-42e4-b953-ef7397518226/?format=api"
                    ],
                    "code": "28AP0068006",
                    "last_modified": "2024-07-05T16:47:59.527874Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 17.94,
                    "filter_top_level": -104.4,
                    "filter_bottom_level": -106.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44703/?format=api",
                    "id": 44703,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/104f25be-660f-46ca-b2e8-76d51a5bc015/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/067d9a77-44aa-4ffc-98e4-978b8b89d13c/?format=api"
                    ],
                    "code": "28AP0068002",
                    "last_modified": "2024-07-05T16:47:57.792288Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.05,
                    "filter_top_level": -7.9,
                    "filter_bottom_level": -9.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44704/?format=api",
                    "id": 44704,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/42d9dd7e-dc0c-4a2b-b9b9-55bee1bbb968/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4148e7ba-bf70-46f7-9b9b-0141b2a8fbc6/?format=api"
                    ],
                    "code": "28AP0068003",
                    "last_modified": "2024-07-05T16:47:58.217359Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.01,
                    "filter_top_level": -27.4,
                    "filter_bottom_level": -29.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44705/?format=api",
                    "id": 44705,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/4d700ff5-923f-4e90-9290-114416820b2a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/98e535e3-d419-4fa2-8b5c-e5e7e5a8447a/?format=api"
                    ],
                    "code": "28AP0068004",
                    "last_modified": "2024-07-05T16:47:58.680146Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 18.0,
                    "filter_top_level": -62.4,
                    "filter_bottom_level": -64.4,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44706/?format=api",
                    "id": 44706,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2ab0ff85-61aa-4246-b102-a32907beb414/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5422cd41-bbe3-4756-8cd5-6913cb5ec52a/?format=api"
                    ],
                    "code": "28AP0068005",
                    "last_modified": "2024-07-05T16:47:59.136999Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2902/?format=api",
                    "top_level": 17.97,
                    "filter_top_level": -90.41,
                    "filter_bottom_level": -92.41,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0068",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 17.65,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2903/?format=api",
            "id": 2903,
            "code": "28AP0072",
            "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.40555710841329,
                    52.47861967472522,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:18.406747Z",
            "created": "2015-08-12T11:32:59.505290Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44708/?format=api",
                    "id": 44708,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d84e641c-94a9-430b-91bf-d0bcbe9de9dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/265e38ab-36d8-427f-9d6b-f57631477cff/?format=api"
                    ],
                    "code": "28AP0072001",
                    "last_modified": "2024-07-05T16:48:01.114504Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2903/?format=api",
                    "top_level": 22.725,
                    "filter_top_level": 20.45,
                    "filter_bottom_level": 19.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44709/?format=api",
                    "id": 44709,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2143b456-349d-402d-aedc-81e69ed1078c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e68a89cc-9b04-4a84-8b4f-be9b1f519e98/?format=api"
                    ],
                    "code": "28AP0072002",
                    "last_modified": "2024-07-05T16:48:01.644441Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2903/?format=api",
                    "top_level": 22.707,
                    "filter_top_level": -13.06,
                    "filter_bottom_level": -15.06,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0072",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 22.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2904/?format=api",
            "id": 2904,
            "code": "28AP0073",
            "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.427935979293681,
                    52.48056347075752,
                    0.0
                ]
            },
            "last_modified": "2025-03-21T09:21:41.880908Z",
            "created": "2015-08-12T11:32:59.511287Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44711/?format=api",
                    "id": 44711,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8580406a-698a-4f07-9ac8-6ad01edea8c9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/871d7c3d-6e5d-4043-8db7-2e37a9ad090e/?format=api"
                    ],
                    "code": "28AP0073002",
                    "last_modified": "2024-07-05T16:48:03.510480Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2904/?format=api",
                    "top_level": 8.414,
                    "filter_top_level": -14.89,
                    "filter_bottom_level": -16.89,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44710/?format=api",
                    "id": 44710,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/fee2c7ae-9c10-43c2-bf25-d4d06a462699/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3d33448e-f2c8-4c70-ba41-aafb5b5df35d/?format=api"
                    ],
                    "code": "28AP0073001",
                    "last_modified": "2024-07-05T16:48:03.061432Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2904/?format=api",
                    "top_level": 8.465,
                    "filter_top_level": 0.12,
                    "filter_bottom_level": -0.88,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0073",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.3,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2905/?format=api",
            "id": 2905,
            "code": "28AP0074",
            "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.443566802002223,
                    52.47498781300036,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:27.199460Z",
            "created": "2015-08-12T11:32:59.517383Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44712/?format=api",
                    "id": 44712,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7998ea59-a00b-4b3f-b3c9-dc5fc15954fe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3e30a2b5-0c40-4870-8303-cbc09a9c95a5/?format=api"
                    ],
                    "code": "28AP0074001",
                    "last_modified": "2024-09-26T14:36:07.901123Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2905/?format=api",
                    "top_level": 6.77,
                    "filter_top_level": -0.62,
                    "filter_bottom_level": -1.62,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44713/?format=api",
                    "id": 44713,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a0c94ce7-a8aa-4a13-b4c8-2a8bbc399f93/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/527c22b3-079e-40fd-ae04-ab44c17c80e1/?format=api"
                    ],
                    "code": "28AP0074002",
                    "last_modified": "2024-09-26T14:36:08.379738Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2905/?format=api",
                    "top_level": 6.77,
                    "filter_top_level": -14.61,
                    "filter_bottom_level": -16.61,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0074",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 6.82,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2906/?format=api",
            "id": 2906,
            "code": "28AP0075",
            "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.431760439963377,
                    52.47081306083691,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:30.974122Z",
            "created": "2015-08-12T11:32:59.523141Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44714/?format=api",
                    "id": 44714,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1b64658a-4efd-4b85-b54f-6b4d225e65a8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/96b7aa0b-f571-4823-af0c-089fa61a8bc7/?format=api"
                    ],
                    "code": "28AP0075001",
                    "last_modified": "2024-07-05T16:48:06.985070Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2906/?format=api",
                    "top_level": 8.205,
                    "filter_top_level": -0.5,
                    "filter_bottom_level": -1.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44715/?format=api",
                    "id": 44715,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/835b9b25-a3ce-436f-bdaa-a02bc2e6d53f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a2556be0-639d-435e-9715-52fe3e52c73d/?format=api"
                    ],
                    "code": "28AP0075002",
                    "last_modified": "2024-07-05T16:48:07.550432Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2906/?format=api",
                    "top_level": 8.188,
                    "filter_top_level": -14.0,
                    "filter_bottom_level": -16.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0075",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.59,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2907/?format=api",
            "id": 2907,
            "code": "28AP0076",
            "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.409134668784917,
                    52.46326703540764,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:48:08.539621Z",
            "created": "2015-08-12T11:32:59.529298Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44717/?format=api",
                    "id": 44717,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/786be369-6a61-4a35-839e-0590c450db7f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad2a7789-7e95-4e34-8e27-c1e92def3d58/?format=api"
                    ],
                    "code": "28AP0076002",
                    "last_modified": "2024-07-05T16:48:09.493914Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2907/?format=api",
                    "top_level": 27.87,
                    "filter_top_level": -13.3,
                    "filter_bottom_level": -15.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44716/?format=api",
                    "id": 44716,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e45c7da1-5205-4040-bf22-afd6932eab7b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5142a7b-8457-4fbf-a214-6b077603f083/?format=api"
                    ],
                    "code": "28AP0076001",
                    "last_modified": "2024-07-05T16:48:09.030264Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2907/?format=api",
                    "top_level": 27.89,
                    "filter_top_level": 24.7,
                    "filter_bottom_level": 23.7,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0076",
            "station_type": "base",
            "status": "expired",
            "scale": "region",
            "surface_level": 27.7,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2908/?format=api",
            "id": 2908,
            "code": "28AP0077",
            "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.410989758786943,
                    52.45581585722758,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:39.791177Z",
            "created": "2015-08-12T11:32:59.535120Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44718/?format=api",
                    "id": 44718,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/dd778c8e-7966-46d7-b4d3-00ab575edd86/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bb1fc5b1-2e80-48be-a6b1-99d6c3c644b7/?format=api"
                    ],
                    "code": "28AP0077001",
                    "last_modified": "2024-07-05T16:48:11.156482Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2908/?format=api",
                    "top_level": 11.441,
                    "filter_top_level": 6.05,
                    "filter_bottom_level": 5.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44720/?format=api",
                    "id": 44720,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/a86cb1f5-bc60-46b7-88fb-7d686aae1acc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13081bd6-1f9c-4c51-bc10-e3736d826583/?format=api"
                    ],
                    "code": "28AP0077003",
                    "last_modified": "2024-07-05T16:48:11.976086Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2908/?format=api",
                    "top_level": 11.38,
                    "filter_top_level": -25.1,
                    "filter_bottom_level": -27.1,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44719/?format=api",
                    "id": 44719,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/3629dd4b-ca58-4a35-8fc4-0c43f12a9a5b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8711f58d-70a7-4796-9916-a57d038261b6/?format=api"
                    ],
                    "code": "28AP0077002",
                    "last_modified": "2024-07-05T16:48:11.528856Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2908/?format=api",
                    "top_level": 11.414,
                    "filter_top_level": 4.9,
                    "filter_bottom_level": 3.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0077",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.16,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2909/?format=api",
            "id": 2909,
            "code": "28AP0079",
            "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.42576101515986,
                    52.46384756567306,
                    0.0
                ]
            },
            "last_modified": "2025-02-17T08:30:43.885588Z",
            "created": "2015-08-12T11:32:59.541239Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44722/?format=api",
                    "id": 44722,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d77be5a3-3037-4a5f-b285-232b564857d3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a6db9dbd-b0d5-49e1-926a-64c2239af2b9/?format=api"
                    ],
                    "code": "28AP0079002",
                    "last_modified": "2024-07-05T16:48:13.905160Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2909/?format=api",
                    "top_level": 8.271,
                    "filter_top_level": -15.0,
                    "filter_bottom_level": -17.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44721/?format=api",
                    "id": 44721,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8365a166-8e44-46aa-869b-ef3b8854087d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/97e2a203-dd97-40e5-af29-a533d441a033/?format=api"
                    ],
                    "code": "28AP0079001",
                    "last_modified": "2024-07-05T16:48:13.491481Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2909/?format=api",
                    "top_level": 8.286,
                    "filter_top_level": -0.5,
                    "filter_bottom_level": -1.5,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B28A0079",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.59,
            "top_level": null,
            "bottom_level": null
        }
    ]
}