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=1248
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=1249",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=1247",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92017/?format=api",
            "id": 92017,
            "code": "28DM033",
            "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.597487324702813,
                    52.34312511639216,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:32:13.045584Z",
            "created": "2023-08-14T22:34:30.546345Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123501/?format=api",
                    "id": 123501,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/db107c89-4849-49c1-a6e3-d716045f7c48/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5cd8599d-8fd6-40b3-9b67-6a7b59d868de/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b9daeb6b-fb53-4b00-8539-af5dc55c3a57/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/96c25e1d-24a2-4f1a-9b7a-a6cd6727edff/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/baffb714-d361-498d-b68f-68df329cdc3b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d29d31f4-f634-415f-bf0d-14f4f9edbd99/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d6e89d60-393e-40d2-a5a4-d63d456123f7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/eee7ca33-fb02-4270-8ecf-ae5dd7ac3eb0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0b4cb39d-0a08-40c1-92f0-ee16dcf0d1a4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7b27ee09-4b43-48b8-b533-165548d5fbf9/?format=api"
                    ],
                    "code": "28DM033001",
                    "last_modified": "2024-07-05T17:03:41.486956Z",
                    "created": "2023-08-14T22:34:32.707739Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92017/?format=api",
                    "top_level": 9.38,
                    "filter_top_level": 3.02,
                    "filter_bottom_level": 2.02,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123502/?format=api",
                    "id": 123502,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ede656c6-f137-4af8-b350-6c6ce11a674e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1d07def1-6fe2-42bc-922a-bb5ec0a569f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2ca9e6b7-4849-4c67-af50-68659be0dfd3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/503ed01b-2ced-4983-a78d-41929cbe8be7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a5f198e2-d64e-4106-aac3-d0287c22ebf1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f8b3f8e7-2925-4541-9998-82ff581095aa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/18edbc82-a362-4c87-98b2-04b14cca16b7/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d74e43f6-9422-4602-9275-c532abfa0eb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d1cdd2fe-a436-4a84-b986-576f052bb8cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/83d2378a-f281-4611-b82e-430f313f0b12/?format=api"
                    ],
                    "code": "28DM033002",
                    "last_modified": "2024-07-05T17:03:42.017187Z",
                    "created": "2023-08-14T22:34:34.889727Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92017/?format=api",
                    "top_level": 9.38,
                    "filter_top_level": -11.08,
                    "filter_bottom_level": -13.08,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM033",
            "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/92018/?format=api",
            "id": 92018,
            "code": "28DM034",
            "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.565602539978282,
                    52.33947416757949,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:32:18.894388Z",
            "created": "2023-08-14T22:34:35.981091Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123503/?format=api",
                    "id": 123503,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/010d2a1a-93eb-4e55-a039-189283234a39/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b7757e64-c20d-4b97-8679-280fd3eb741f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8c948028-b0d0-4573-b858-d538ca5c9e89/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a1b39c37-ae61-408b-b035-d18141c1f632/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/852e9299-508e-40cc-947a-4cf088a7e812/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/06d04bb2-d055-4f85-ba0b-4bf93f50d536/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/850fba06-b448-4a50-9aed-2e3ce75679f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9aa9d17a-eb23-4cdc-9ec8-96a57a4ed761/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/011428df-a9f0-45a4-b1cc-33f0e9e88fe2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d739376a-7390-49a4-b640-e5023d3ca337/?format=api"
                    ],
                    "code": "28DM034001",
                    "last_modified": "2024-07-05T17:03:43.075124Z",
                    "created": "2023-08-14T22:34:38.148705Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92018/?format=api",
                    "top_level": 12.33,
                    "filter_top_level": 10.63,
                    "filter_bottom_level": 9.63,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123504/?format=api",
                    "id": 123504,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/82083bfb-da9f-4c2e-a77f-ee44537b112f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e304ae8b-959f-4130-8492-6c07bc8c52e6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b25ee81c-6ec7-4d83-abbc-c65de20fe93f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4a9e3635-386a-4d02-b86e-ae8d7fe42946/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1344d975-f3b3-43d8-b60d-2bce23b9c675/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8b3282d1-787e-4dcc-81bf-b402afe4d258/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9b35fbb3-3c6b-4683-851d-bcfe8437472a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c86a3d1-44c1-4acf-b280-e20aba7b5c81/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c4eb416d-6462-40ab-b820-03d7e9032d5e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0747a55f-72ca-45df-a251-358faa21aa24/?format=api"
                    ],
                    "code": "28DM034002",
                    "last_modified": "2024-07-05T17:03:43.541455Z",
                    "created": "2023-08-14T22:34:40.335258Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92018/?format=api",
                    "top_level": 12.299,
                    "filter_top_level": -8.37,
                    "filter_bottom_level": -10.37,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 11.63,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92019/?format=api",
            "id": 92019,
            "code": "28DM035",
            "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.576914473801692,
                    52.33720369240523,
                    0.0
                ]
            },
            "last_modified": "2025-02-03T07:32:23.820624Z",
            "created": "2023-08-14T22:34:41.471817Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123505/?format=api",
                    "id": 123505,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/cfa6faa6-5306-46c3-b58d-cbd9e2dbefe8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c8e3a9eb-09ab-4086-beb7-ed7c135e973d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7bdf0af1-6437-4dc8-927e-47c4129c000a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/985299cc-d62d-400d-b592-240edf6c35af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/60945d30-6603-4319-ba78-3b05e2861248/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/deaadf75-17bd-41eb-90b2-bd81529299b6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6f844292-b424-4238-ad60-175b9ee3ec6a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/14c56aa4-d4d3-4bf9-b029-177dfb9ac598/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d7057c9-1c48-4934-9f0a-fb8c89b30f3e/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2179bd5e-fdd9-40e2-90a9-d98d668ffd86/?format=api"
                    ],
                    "code": "28DM035001",
                    "last_modified": "2024-07-05T17:03:44.855855Z",
                    "created": "2023-08-14T22:34:43.699373Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92019/?format=api",
                    "top_level": 11.472,
                    "filter_top_level": 8.78,
                    "filter_bottom_level": 6.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123506/?format=api",
                    "id": 123506,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/95f68ede-600a-4567-8b98-8120ac961961/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/4e808b60-64bf-436b-b7ee-d30992a407d9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b833bb28-4520-440f-866e-c67756035454/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/acfa32ef-5c3f-47b3-b768-403a050e7baf/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9659c3d6-dcda-4cda-8b56-2e617aedb1af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/81c5fc8d-7bed-4b77-acc2-85f62d6205cb/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9af7f17f-fb41-4fe0-8da4-84748f99954a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec31568e-0255-421c-b44e-3dd123b441ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/49fefdfd-5d65-4f05-b76e-d38d060f0a15/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/bfb1d86e-4359-4398-93b6-d0145215b37c/?format=api"
                    ],
                    "code": "28DM035002",
                    "last_modified": "2024-07-05T17:03:45.302792Z",
                    "created": "2023-08-14T22:34:45.869101Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92019/?format=api",
                    "top_level": 11.445,
                    "filter_top_level": -9.22,
                    "filter_bottom_level": -11.22,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "28DM035",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 10.78,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92115/?format=api",
            "id": 92115,
            "code": "45AZ008",
            "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.272610726295988,
                    51.78347988766879,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:51:39.631392Z",
            "created": "2023-09-21T22:43:40.430561Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123511/?format=api",
                    "id": 123511,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e18658f4-4549-47d6-a068-c4ddb94ded7d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/978e2787-3150-42f1-82c3-c041411994e5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ec466a4a-778f-4ec9-8dbc-81b458afda0b/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/c66ca37d-8e8a-4849-b3d6-881411def58d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d25190f4-3cb9-4894-a6ec-912dfcdb924f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71b7a3cc-c3dd-4147-af1d-da114866af14/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/266e1397-684d-485f-9647-c9b661ac0c4c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/309c942a-c3a2-4935-b556-e7495ce8b0be/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f11cfcd6-9fb9-40f9-90b9-cc1863e5116d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3cc71d80-24f9-4eb0-8380-46aff29db1c3/?format=api"
                    ],
                    "code": "45AZ008001",
                    "last_modified": "2024-07-05T18:51:40.070847Z",
                    "created": "2023-09-21T22:43:42.793590Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92115/?format=api",
                    "top_level": 2.536,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "45AZ008",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 2.531,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92128/?format=api",
            "id": 92128,
            "code": "39FZ033",
            "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.674526873003835,
                    51.9388461535813,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:13:01.723452Z",
            "created": "2023-09-25T22:38:22.562989Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123512/?format=api",
                    "id": 123512,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/52a66823-a474-4c13-bbea-c1aeacfb0c24/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ead5f6a4-0647-4d83-b66a-7676e68d0cae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a80ee2cf-e634-4afa-ac8d-c47911d8c7b4/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aacb5511-c454-4470-9978-b653a9337d22/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e7270806-a45d-4142-a3b2-57c012169fb3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b2341ba5-c6f6-430b-969e-b76164a9f709/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/88157c75-cc06-4a36-8807-c6f50d073376/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b5d426c2-4cf5-46ab-9f43-2ba441de5046/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/e1b6e205-a12a-4f93-9671-e182b0768115/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/534f274f-4c6b-43a7-8f34-a0183f6c2f63/?format=api"
                    ],
                    "code": "39FZ033001",
                    "last_modified": "2024-07-05T18:13:02.163555Z",
                    "created": "2023-09-25T22:38:24.856110Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92128/?format=api",
                    "top_level": 7.20076,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39FZ033",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.31708,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92129/?format=api",
            "id": 92129,
            "code": "39FZ034",
            "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.684499367850912,
                    51.94271326703012,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:13:02.701412Z",
            "created": "2023-09-25T22:38:25.802761Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123513/?format=api",
                    "id": 123513,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/94caa78f-ec0a-49e3-a437-a59b2a0c535d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5b1113d5-9dbd-4293-80b9-2caa984123a5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7237ecf1-e220-470f-aa34-51f1f87f5f5f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/128ed72a-c9c4-4f8e-8131-29f81b62d2e3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6505cc43-0daf-4a5a-b675-8eb9388e627f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/761e8ff2-ef87-4932-a14e-bdbbeb7314af/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8909f938-df46-4acb-8fc8-232889240633/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0095858b-9116-49b9-a41a-0a75ebf3c512/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ad097354-d716-4a9a-9aa7-cd942c5bdecc/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/aced6594-68fc-434e-8fc2-404fe8ba836b/?format=api"
                    ],
                    "code": "39FZ034001",
                    "last_modified": "2024-07-05T18:13:03.178606Z",
                    "created": "2023-09-25T22:38:28.015669Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92129/?format=api",
                    "top_level": 7.23837,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39FZ034",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.28583,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92130/?format=api",
            "id": 92130,
            "code": "39FZ035",
            "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.691453346456535,
                    51.94303702127919,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:13:03.605083Z",
            "created": "2023-09-25T22:38:28.929824Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123514/?format=api",
                    "id": 123514,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/81f98273-d121-4bfb-8935-5c32cb6ef5ae/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/23ddde4e-2194-4141-a73e-4735bf776558/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/fa57b303-9a54-4a05-b00a-8696610ff458/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c6dafc9-bcd3-4610-a568-aa358a4b4ff2/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7ea5f59d-73b5-404c-b04d-5047b9635f09/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0770e2a1-8c59-4f7e-920c-50959f08002a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5ce00e7d-a0db-4b75-ae6b-e86657dcc6f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/82c5bc0b-960a-4435-87b9-a5f0f7f7e429/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/cdbb00f3-2803-4266-862c-57fb18cf29dd/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/263db4aa-2afb-4807-bd6e-bd7cb631fe07/?format=api"
                    ],
                    "code": "39FZ035001",
                    "last_modified": "2024-07-05T18:13:04.114881Z",
                    "created": "2023-09-25T22:38:31.192141Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92130/?format=api",
                    "top_level": 7.15025,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "39FZ035",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.12416,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92131/?format=api",
            "id": 92131,
            "code": "40AZ027",
            "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.78959136689538,
                    51.93708811863593,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:26:15.509554Z",
            "created": "2023-09-25T22:40:42.938102Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123515/?format=api",
                    "id": 123515,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/b786fde7-c109-4b53-89c2-140f27230b4d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d2272e41-927b-4597-940e-728df741c565/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0357f340-82b2-4298-8aa9-c98370bd38a3/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/51d0f5d7-272a-4873-90f2-c35536e505f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d4f11477-8644-4975-9da2-1029e8a83f78/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/409dfad1-1047-47de-9755-1083549a51ad/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/7f03b52d-d948-4ecc-87e6-4c9ac78644e8/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/dfc65bae-3eeb-4071-9426-a2999e2c4aee/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ab281580-f9d1-4c46-9476-ecbeb5f9caa5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6d65d57a-6958-4f24-8c18-e2560717003a/?format=api"
                    ],
                    "code": "40AZ027001",
                    "last_modified": "2024-07-05T18:26:16.374123Z",
                    "created": "2023-09-25T22:40:45.145486Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92131/?format=api",
                    "top_level": 7.764,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40AZ027",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.8,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92132/?format=api",
            "id": 92132,
            "code": "40AZ029",
            "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.814813001183226,
                    51.94004627039758,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:26:17.166582Z",
            "created": "2023-09-25T22:40:46.025178Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123516/?format=api",
                    "id": 123516,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/747fd5ce-9a54-41a5-8c14-155edfad7d64/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0754602c-1d82-41a8-b169-bfb8b4748009/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/44e6e6ac-3ce3-438b-9ada-032698ce72f0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/71b71cb0-6045-4a46-a83c-987abdb18a7a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1af84e61-ec39-4e76-abd5-f6c39d887c43/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3f87f9ec-7f7c-494b-8dca-9e14602023ba/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/734477be-d371-4251-b6db-ab204ae123f9/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/ecdfc3f9-0e79-4b77-93be-c69ad7c1c8e0/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/6fbba394-05c0-4b58-af30-576485cd146c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/995bf51a-2352-4a68-b133-ada5d1a159bd/?format=api"
                    ],
                    "code": "40AZ029001",
                    "last_modified": "2024-07-05T18:26:17.831633Z",
                    "created": "2023-09-25T22:40:48.246553Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92132/?format=api",
                    "top_level": 7.3777,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40AZ029",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.522,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/92133/?format=api",
            "id": 92133,
            "code": "40AZ030",
            "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.808140233462479,
                    51.94029506979685,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:26:18.626123Z",
            "created": "2023-09-25T22:40:49.158950Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/123517/?format=api",
                    "id": 123517,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/f44ae878-b068-438c-9321-7785f4725554/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/94387290-66b4-4fe6-9fb4-3f1ccd011204/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/623c027d-f1be-4374-ad57-d0634133252d/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0c060d5b-496d-4609-ac59-71a511875814/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/19df45e2-3072-4fc2-b606-887fcf62c458/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d43d386f-b075-492b-8587-2435714a8faa/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/1da36658-72d7-47cc-8e99-f0a4c445b2ce/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/a54d917f-c353-4230-ade6-9d4a30990420/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/58e3e083-fa40-4947-ad3a-aa6e14d9d9f5/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/8a72bdc5-12f7-426b-a3ad-5751e0ab307e/?format=api"
                    ],
                    "code": "40AZ030001",
                    "last_modified": "2024-07-05T18:26:19.133005Z",
                    "created": "2023-09-25T22:40:51.395911Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/92133/?format=api",
                    "top_level": 7.521,
                    "filter_top_level": null,
                    "filter_bottom_level": null,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40AZ030",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 7.67273,
            "top_level": null,
            "bottom_level": null
        }
    ]
}