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=1233
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=1234",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1232",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90470/?format=api",
            "id": 90470,
            "code": "39EM018",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.558015810454824,
                    51.97348025640736,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:14.149545Z",
            "created": "2022-11-30T23:35:11.287535Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123329/?format=api",
                    "id": 123329,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8aff4fd5-ca90-4c23-a511-fb46e994aa13/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5935a9df-ea30-46c8-82a0-443def780b18/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2836db8e-de59-4fbc-b72c-86a7eff654ea/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e67f5ba9-4385-48da-9c9d-c0278db78335/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3392a48b-a42d-4c05-840a-9853e6776e39/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/34988479-e269-445c-932b-1ecb504b6506/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4ade0fb0-ae1d-4a80-923e-b0a807063079/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/429e192c-100f-42ce-8ce9-f5e0bc3fe3bc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5df9a071-3784-4b31-a192-45acdcee3337/?format=api"
                    ],
                    "code": "39EM018001",
                    "last_modified": "2024-07-05T18:07:14.653296Z",
                    "created": "2022-11-30T23:35:13.398252Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90470/?format=api",
                    "top_level": 41.59,
                    "filter_top_level": 10.09,
                    "filter_bottom_level": 5.09,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM018",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 41.09,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90471/?format=api",
            "id": 90471,
            "code": "39EM019",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.549854228995778,
                    52.02639617192367,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:15.143114Z",
            "created": "2022-11-30T23:35:14.293490Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123330/?format=api",
                    "id": 123330,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/8eecde5e-f9af-48a1-ba6a-d1070ad542e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2562c710-5ff7-418b-b638-c570ba063850/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/13c8cdb5-13c8-45ab-9f80-e5ebc5659a28/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7a5921f9-0512-4d13-9a88-abc15b446bd8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/28a4e265-38c3-49af-a2d6-45c9b520e9f1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/074c740b-cae5-4498-82c6-86bc2ddc78b9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/16a00186-0b62-410b-bc4e-5aadb24b2eeb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b279dfcd-1f3c-413d-b0e4-d50c6d159d0e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/adc07d5d-333e-4e96-995f-b3d908dd1568/?format=api"
                    ],
                    "code": "39EM019001",
                    "last_modified": "2024-07-05T18:07:15.612730Z",
                    "created": "2022-11-30T23:35:16.426463Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90471/?format=api",
                    "top_level": 11.181,
                    "filter_top_level": 5.4,
                    "filter_bottom_level": -0.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM019",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.48,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90472/?format=api",
            "id": 90472,
            "code": "39EM020",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.54098681098889,
                    52.02816078674486,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:07:16.095760Z",
            "created": "2022-11-30T23:35:17.493763Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123331/?format=api",
                    "id": 123331,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/42862007-5891-4e48-9c64-7911420cbd35/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6e6f3029-2092-4c96-a1eb-2c8de10b3fca/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/90740d16-c201-47b2-939e-aa36b1bd26c8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8ac68bfe-1278-4b1d-946b-7140959e160c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/87d791ca-4933-4e95-9809-84dd2927fe64/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/81f5206d-89ae-46d2-9639-273a75925336/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f0882276-fdef-4920-aacf-b131af01e13a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2026a488-ec6c-4d73-8194-ffd699724c1a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/513604e6-f83a-42bd-9ca4-007b20b2f61d/?format=api"
                    ],
                    "code": "39EM020001",
                    "last_modified": "2024-07-05T18:07:16.575260Z",
                    "created": "2022-11-30T23:35:21.341057Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90472/?format=api",
                    "top_level": 6.593,
                    "filter_top_level": 3.93,
                    "filter_bottom_level": -1.07,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39EM020",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 5.89,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90633/?format=api",
            "id": 90633,
            "code": "33DOW009",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.973201520886882,
                    52.12289550855084,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T17:32:53.258783Z",
            "created": "2023-01-09T17:46:26.793226Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123332/?format=api",
                    "id": 123332,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/5b5c341e-35b3-4440-b4be-ae408b276008/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/08971ded-0bd7-496a-a517-5e5b785cd410/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6816d3f3-f086-4fbb-a61b-e1ca0427b7ad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c836bf4f-f5fe-46b0-bdba-9e7b7b07431f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/51352094-18e4-47ef-8007-f5c81965dc40/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fc452161-b511-4741-889d-a986b040800d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/05e6cd24-91b9-467c-bf4b-3c183912aec7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b9c46553-7d45-4a9d-af8a-0aa0b4aaad13/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e1b04745-ef09-4469-a387-da4b99f3b017/?format=api"
                    ],
                    "code": "33DOW009001",
                    "last_modified": "2024-07-05T17:32:53.740680Z",
                    "created": "2023-01-09T17:46:28.839486Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90633/?format=api",
                    "top_level": null,
                    "filter_top_level": 1.6,
                    "filter_bottom_level": 0.6,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "33DOW009",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 59.29,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90797/?format=api",
            "id": 90797,
            "code": "28DM023",
            "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.549434584460243,
                    52.34520696786818,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:31:44.209131Z",
            "created": "2023-02-17T23:33:01.696888Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123340/?format=api",
                    "id": 123340,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/da72ab92-c737-4543-991f-248ef25b7985/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/95e88722-ee6e-463b-b7a4-2c41e2934eef/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3e65b586-fc8d-4abd-bb68-81542a8b8b4d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7567d02b-3251-49c2-ad42-6b78bd8e409a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f18ccfd1-812e-42c5-86da-e7ca4565b61d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d72120ac-56e9-4724-86d1-e8c443abf2b2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/79e483ff-2e25-4d1f-92f4-2943b824a025/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0e8ff6ac-c65a-4e31-a371-2af476b5de8c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5cae3166-ea22-4ce2-b422-67e986806308/?format=api"
                    ],
                    "code": "28DM023001",
                    "last_modified": "2024-07-05T17:03:28.768996Z",
                    "created": "2023-02-17T23:33:03.832109Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90797/?format=api",
                    "top_level": 9.52,
                    "filter_top_level": 4.63,
                    "filter_bottom_level": 3.63,
                    "aquifer_confinement": "0",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM023",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.04,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90798/?format=api",
            "id": 90798,
            "code": "28DM024",
            "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.547469490378664,
                    52.34470493105741,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:31:46.971518Z",
            "created": "2023-02-17T23:33:04.758287Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123341/?format=api",
                    "id": 123341,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/026dc3da-5831-4c82-b63b-b9dab2de3878/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dc1ab99e-f4ce-4eef-9267-4bc6282fec0a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eba97f9c-aef9-4b6c-8aef-87f553676908/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2ee381dc-3da9-406e-9813-b269b4b20f09/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e46f884e-9971-4eff-b43a-e7734338d056/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/56904a10-48e3-431c-9728-4d832c4c21e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a6b1a049-d06d-4640-aa92-5be6844c0d0a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1cad14c6-dd77-440c-9450-97108dcfab47/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b78835aa-7be8-4427-bbf6-1f1c0fca98fd/?format=api"
                    ],
                    "code": "28DM024001",
                    "last_modified": "2024-07-05T17:03:29.885659Z",
                    "created": "2023-02-17T23:33:06.806505Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90798/?format=api",
                    "top_level": 9.68,
                    "filter_top_level": 4.78,
                    "filter_bottom_level": 3.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM024",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.2,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90811/?format=api",
            "id": 90811,
            "code": "28DM025",
            "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.545740605831412,
                    52.34425447909239,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:31:49.953342Z",
            "created": "2023-02-20T23:33:19.160796Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123342/?format=api",
                    "id": 123342,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ae310947-0925-4715-8e81-22a988c869f6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/864e66df-3ca9-48b5-baf0-0233428658c5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5c0a149-725b-4a00-9c2b-15b6bc3b2153/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5854943b-755b-45e1-b198-8f26e57ef2ec/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f9b1b903-3964-4a20-8126-816d8305211b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11fe1425-08ad-4054-a804-d06007c53fbe/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/94ccb57b-4093-4615-b1ee-15e159a16f2d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad5cb0c5-e446-4e53-96d9-9a97daff80d6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cc3fae3a-a916-41aa-91a4-8916a420a774/?format=api"
                    ],
                    "code": "28DM025001",
                    "last_modified": "2024-07-05T17:03:30.893117Z",
                    "created": "2023-02-20T23:33:21.326635Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90811/?format=api",
                    "top_level": 9.68,
                    "filter_top_level": 4.81,
                    "filter_bottom_level": 3.81,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM025",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.83,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90812/?format=api",
            "id": 90812,
            "code": "28DM026",
            "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.538924083061616,
                    52.35190725683565,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:31:52.419778Z",
            "created": "2023-02-20T23:33:22.224458Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123343/?format=api",
                    "id": 123343,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2bc83ee9-240f-42d9-a1ea-5c39bf9ed780/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6da9eb22-10c9-453f-bc4b-46ab02030908/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d36426df-72e3-47d1-bc9e-546b12fe99db/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a258154c-31fa-45ad-8e62-3438a9abdc38/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5aece258-1f55-4762-aced-7cd771b0e050/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fbde280d-bec3-4b30-9620-61a6453fb919/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5949ceeb-afdc-4bdc-b2e3-451ed25d7c06/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9166a7fd-dbb5-486e-a7f6-79ebe9d34991/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2e7fb02-dbbb-4d2e-b22a-b9ee53c095c0/?format=api"
                    ],
                    "code": "28DM026001",
                    "last_modified": "2024-07-05T17:03:32.053276Z",
                    "created": "2023-02-20T23:33:24.249977Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90812/?format=api",
                    "top_level": 9.97,
                    "filter_top_level": 5.47,
                    "filter_bottom_level": 4.47,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM026",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 9.42,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90813/?format=api",
            "id": 90813,
            "code": "28DM027",
            "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.54522394906124,
                    52.34245286607836,
                    0.0
                ]
            },
            "last_modified": "2025-01-27T13:14:07.196455Z",
            "created": "2023-02-20T23:33:25.161623Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123344/?format=api",
                    "id": 123344,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f9ec0db9-8e49-43e2-9894-2dead4dabbde/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/414ee459-f696-421e-a8e9-62386a888bd7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2302c9d1-c8e3-4219-9b58-3110eef0d77a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/80250ec9-25b3-498f-8eb6-c771a54c76a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b33b1ec1-bce3-4e3a-9aaf-38c7ed1af075/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3956713d-99c7-4728-994d-62072115a228/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/96e8ba0f-f2a2-4e36-bee7-252e8e496e0f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad3a3ff1-276d-444c-8af7-ab9b5798bcbb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6a93eddd-1a68-4d31-810a-c9997539f054/?format=api"
                    ],
                    "code": "28DM027001",
                    "last_modified": "2024-07-05T17:03:33.076958Z",
                    "created": "2023-02-20T23:33:27.296830Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90813/?format=api",
                    "top_level": 9.53,
                    "filter_top_level": 4.63,
                    "filter_bottom_level": 3.63,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.92,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/90814/?format=api",
            "id": 90814,
            "code": "28DM028",
            "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.534406140586023,
                    52.33556529597675,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:31:54.408368Z",
            "created": "2023-02-20T23:33:28.201485Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123345/?format=api",
                    "id": 123345,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bebf8560-c86a-45fa-b0b0-727e1dc1d563/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3bb4abaa-e917-4e7c-bb21-381162245d27/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4dd330fe-b95e-46ef-83b5-c8f368155eba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5641416-dd38-4d10-ab62-ac83025b4e2c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/faddc0cb-5272-48c1-8535-b0aa6961b124/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a073d9ac-45c6-4f01-83be-244fb0ac1650/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c813c9a9-590a-4c15-8f23-4b4b28f75531/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/684fc1c5-e2fc-43ea-8de6-cf18b2c1fed8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c13315e0-eda3-43d5-b154-f7ed4225c2b0/?format=api"
                    ],
                    "code": "28DM028001",
                    "last_modified": "2024-07-05T17:03:34.207337Z",
                    "created": "2023-02-20T23:33:30.258305Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90814/?format=api",
                    "top_level": 8.51,
                    "filter_top_level": 5.9,
                    "filter_bottom_level": 4.9,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM028",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 8.66,
            "top_level": null,
            "bottom_level": null
        }
    ]
}