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=1243
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=1244",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1242",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91794/?format=api",
            "id": 91794,
            "code": "28BM052",
            "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.537903279926944,
                    52.47594883635437,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:47.634478Z",
            "created": "2023-06-30T15:14:52.497685Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123432/?format=api",
                    "id": 123432,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/d412c3c5-9192-4eac-9b12-bfe5e4862bce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3e60b8d4-fbd9-4d72-bef9-aa8a5a8cdaae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dbf4f802-9c0b-436e-9b4e-a2edc7815f26/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1e21813a-8657-47c6-b94b-06be23eb566b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/96050e78-77f3-4a70-94db-6006e4a385fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d6f08fd0-5137-47a6-b1ef-359f6e2c43c5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1f6dec82-76ba-46bb-b8e2-8ed951b498b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/48f2791b-5516-4218-8907-6c39ad30038e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1a0df0ea-d77e-497c-8441-d9c89b1d60eb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/783eb6a3-b735-4fd7-8484-f51afc44754d/?format=api"
                    ],
                    "code": "28BM052001",
                    "last_modified": "2024-07-05T16:51:48.088407Z",
                    "created": "2023-06-30T15:14:54.637499Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91794/?format=api",
                    "top_level": null,
                    "filter_top_level": 3.66,
                    "filter_bottom_level": 2.66,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM052",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.656,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91795/?format=api",
            "id": 91795,
            "code": "28BM053",
            "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.53794386764742,
                    52.47584388303532,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:48.689906Z",
            "created": "2023-06-30T15:14:55.542405Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123433/?format=api",
                    "id": 123433,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8cf8341a-eebf-4c36-8f61-89947448cddf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b80035b1-ba4b-4c5a-b0f7-46ed22ddb2ca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5df9d783-48ea-4134-a951-f9fa20198cdf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79446084-b0ea-444b-bb95-3e582c0def3c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/26711af7-d42c-44d3-ac37-f6ce4af6fcd2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f642076-f35c-49b1-8bdb-5829c94f7281/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/54150579-2775-4f28-87c2-9567de37d78d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/951c8676-0b12-4ede-8f0b-9ab82c979073/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/929606a8-e742-4af4-b9ae-ecf00bb08ec8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f9f06db7-96a1-466b-b370-0c82338baeac/?format=api"
                    ],
                    "code": "28BM053001",
                    "last_modified": "2024-07-05T16:51:49.088607Z",
                    "created": "2023-06-30T15:14:57.748104Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91795/?format=api",
                    "top_level": 7.7,
                    "filter_top_level": 3.82,
                    "filter_bottom_level": 2.82,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM053",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.823,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91796/?format=api",
            "id": 91796,
            "code": "28BM054",
            "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.539232130858873,
                    52.47717450698482,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:49.666916Z",
            "created": "2023-06-30T15:14:58.633060Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123434/?format=api",
                    "id": 123434,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6914ba88-f9b4-44d7-beac-1e48e7773c08/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f6f17f18-ab60-41b2-b7f5-f257d57d2172/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5d8ffa99-a59c-467b-9e17-1c22051ab216/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc3373ed-9c0e-46a5-9800-895515a39d15/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2b5ad882-419f-44d4-bee8-f3338a915545/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/78a77962-66ba-41cf-867d-c7a407dac93d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d5d3ad84-fbfc-43d2-9847-5e21e70d3578/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/95626e46-7977-4157-92fa-55becd7cd671/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d3fd9029-733a-4eaf-8021-d09041a9f0a7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ca1bb449-4189-4cfc-8016-e5297739db7b/?format=api"
                    ],
                    "code": "28BM054001",
                    "last_modified": "2024-07-05T16:51:50.209917Z",
                    "created": "2023-06-30T15:15:00.701692Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91796/?format=api",
                    "top_level": 7.87,
                    "filter_top_level": 4.0,
                    "filter_bottom_level": 3.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM054",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.003,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91797/?format=api",
            "id": 91797,
            "code": "28BM055",
            "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.539481406923271,
                    52.47716506435971,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:50.789132Z",
            "created": "2023-06-30T15:15:01.676814Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123435/?format=api",
                    "id": 123435,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/57461ec8-00d7-4254-bb76-16a306b760c4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7d6b4b5e-73d0-4d1b-91e2-cc1af459c7ef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0dda4051-d619-4eea-9256-0ef7c4a95c4c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b79471d5-3438-499e-a3dd-3e569b5515ee/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3c7e1a70-8ba8-4ffd-9f99-6f62ea436eba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9cea2c79-1969-4328-baf5-58ef8de613b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9574b814-b7a6-45df-8479-324275bb04a5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2173130b-d292-4773-8224-7f2e7443955d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/beb80d8f-31fb-4939-b6a7-89399ad89f32/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b3b7ae24-290e-4ca2-badb-5640783db84e/?format=api"
                    ],
                    "code": "28BM055001",
                    "last_modified": "2024-07-05T16:51:51.286347Z",
                    "created": "2023-06-30T15:15:03.912905Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91797/?format=api",
                    "top_level": 7.8,
                    "filter_top_level": 3.9,
                    "filter_bottom_level": 2.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM055",
            "station_type": "base",
            "status": "inactive",
            "scale": "region",
            "surface_level": 7.895,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91798/?format=api",
            "id": 91798,
            "code": "28BM056",
            "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.537400487975535,
                    52.47769864625163,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:51.869204Z",
            "created": "2023-06-30T15:15:04.819405Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123436/?format=api",
                    "id": 123436,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/03ac5f4c-54de-4a4a-87af-7c7066e37eae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/35b89e06-95ee-44d8-af1c-04710206ac0b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/320ba4d6-03c6-46c6-b00c-94a57de8ef26/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0de26c39-8b4d-485d-a6de-666404b2804e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0de3e504-679a-4b7c-8c26-80f4d2f9b059/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f4f4d313-89c4-4b9f-988f-2c79aceec5ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8def0c93-e507-4105-985a-9cc441445fe4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/962fa4a8-bd31-43e7-8900-ed154bec54fc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ba825c9c-5a99-4722-b6fb-8bb265ca4ac5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cabc450c-4298-4d82-8f5e-2e4db434c9e6/?format=api"
                    ],
                    "code": "28BM056001",
                    "last_modified": "2024-07-05T16:51:52.340932Z",
                    "created": "2023-06-30T15:15:06.935666Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91798/?format=api",
                    "top_level": 7.87,
                    "filter_top_level": 4.02,
                    "filter_bottom_level": 3.02,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM056",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.97,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91799/?format=api",
            "id": 91799,
            "code": "28BM057",
            "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.537473093725005,
                    52.4775720311027,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:14.255978Z",
            "created": "2023-06-30T15:15:07.795300Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123437/?format=api",
                    "id": 123437,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/52bfab8b-8911-4a27-bff7-9b6573638eab/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/85b06ac9-2877-4b4d-81f7-f69429ee136e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d0b19ae-95e0-4270-8a20-652b24fe43dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6c36a2f9-626c-436e-9d89-b2bfb8973dc1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cf432c4e-cd20-4ec1-8491-e50a8e40ec28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d28a4981-6104-45b9-9784-be803d230667/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c0fc0c15-1c4c-406a-88c0-e38fd8049d15/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7540fd53-5abf-4e86-9ba5-af0c8b46d030/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/df4f02fe-1487-416c-a323-3e091ef2dd5f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/596759d3-3462-4431-b200-5fe5a337230a/?format=api"
                    ],
                    "code": "28BM057001",
                    "last_modified": "2024-07-05T16:51:53.452140Z",
                    "created": "2023-06-30T15:15:09.895605Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91799/?format=api",
                    "top_level": 7.83,
                    "filter_top_level": 3.98,
                    "filter_bottom_level": 2.98,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM057",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.982,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91800/?format=api",
            "id": 91800,
            "code": "28BM058",
            "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.543685674076883,
                    52.47475057912123,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:54.025487Z",
            "created": "2023-06-30T15:15:10.834770Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123438/?format=api",
                    "id": 123438,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7b45e431-79c4-4758-a54c-572d084b0b82/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/63519524-6a32-4a00-9afe-cd0b00ee6407/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e8a8127a-ef21-41e5-a5c5-9932163a9c6b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1197c095-6035-492e-aacc-76855aae091d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6edbc262-9810-42c1-b0ce-8d8cd257dedd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a2feb68e-9dfe-4f79-ba97-65f3b112e8d3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7362edd1-1e02-4dd1-8a63-667dc29b78bd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4644b548-8694-4b97-81ea-ceefe89c71df/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3dbf29bf-058a-4784-b9cd-c20929046d4f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a492ca0c-654a-403a-b554-5fcdabda4cbf/?format=api"
                    ],
                    "code": "28BM058001",
                    "last_modified": "2024-07-05T16:51:54.449302Z",
                    "created": "2023-06-30T15:15:13.176544Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91800/?format=api",
                    "top_level": 7.82,
                    "filter_top_level": 4.32,
                    "filter_bottom_level": 3.32,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM058",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.871,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91801/?format=api",
            "id": 91801,
            "code": "28BM059",
            "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.54332577519542,
                    52.47424771421552,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:55.086026Z",
            "created": "2023-06-30T15:15:14.118317Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123439/?format=api",
                    "id": 123439,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/76bcace1-2919-450a-9bdd-4863efb48642/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2d61a8f5-63cc-45ad-b2f2-8baa5f32192b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c121f3ad-fa9e-422e-a325-deb1c6c0b8d2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/24402242-ab20-4f20-9b69-350f57587f92/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b56d543a-8486-4c13-9705-ab1d7bef30b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5b5e4e9f-0947-48c0-b0b7-a547c456bfaf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5a5e9ce7-cadc-4235-a740-5979db4e0a0d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/09ad18bc-f7fb-464c-82f6-eb10d8c74477/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79b8d342-e693-4ff2-83af-56cdbbc0717c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4d9e1fba-c846-4f97-b727-c9fddb8b71b5/?format=api"
                    ],
                    "code": "28BM059001",
                    "last_modified": "2024-07-05T16:51:55.503745Z",
                    "created": "2023-06-30T15:15:16.193795Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91801/?format=api",
                    "top_level": 8.28,
                    "filter_top_level": 4.42,
                    "filter_bottom_level": 3.42,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM059",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.423,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91802/?format=api",
            "id": 91802,
            "code": "28BM060",
            "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.545343288725903,
                    52.47407490549114,
                    0.0
                ]
            },
            "last_modified": "2025-03-17T09:14:17.818650Z",
            "created": "2023-06-30T15:15:17.129116Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123440/?format=api",
                    "id": 123440,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5fc4844f-5b4b-4f43-b00f-18f946ca98d2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9aba82c9-3cf1-4c14-ac3b-8cc2fd160e1d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/388ea696-6c97-46a6-8199-8e06d8b0529d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5cf2f040-1b66-4fe6-aed6-9c7554b352b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/edf85f29-4215-4629-8383-961f7bf41b8e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/09cebaf5-4a3b-42de-976b-a3f3c3151ab6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/39485989-e42a-463f-ba3c-4bc47df7e4db/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f647028a-acdc-4a9b-8082-352fc1c6dbf0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7547823f-b2e4-4808-bbc0-52b9bf5f5078/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/25045c53-0fdc-4c3c-ac2b-4495da9460a6/?format=api"
                    ],
                    "code": "28BM060001",
                    "last_modified": "2024-07-05T16:51:56.543648Z",
                    "created": "2023-06-30T15:15:19.213378Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91802/?format=api",
                    "top_level": 7.85,
                    "filter_top_level": 3.98,
                    "filter_bottom_level": 2.98,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM060",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.977,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/91803/?format=api",
            "id": 91803,
            "code": "28BM061",
            "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.54675223593974,
                    52.4745326057474,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T16:51:57.108573Z",
            "created": "2023-06-30T15:15:20.027626Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123441/?format=api",
                    "id": 123441,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bae7a901-e215-4fb5-838d-34c6022bee19/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b049d782-8822-4b31-b132-9d66e356797c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/40713e9b-8101-4475-9d8d-0622518bcae0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8dfb8666-e640-4af2-afd4-e97101c9977e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7539bb38-7eb5-4f91-9dde-f9cfbfe1712a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/86d4c526-5437-4dcf-84c7-e0e0af9b4f44/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d17a385f-87f2-4c4d-a012-f037c3f79fe9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/afe226b0-0741-46dd-8f80-a921d285f16c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/07703adf-e538-4118-a9ac-d842f6fff539/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d9fe27fb-2c76-40b6-8271-5b20940f3ac0/?format=api"
                    ],
                    "code": "28BM061001",
                    "last_modified": "2024-07-05T16:51:57.655115Z",
                    "created": "2023-06-30T15:15:22.295307Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91803/?format=api",
                    "top_level": null,
                    "filter_top_level": 4.09,
                    "filter_bottom_level": 3.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28BM061",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.091,
            "top_level": null,
            "bottom_level": null
        }
    ]
}