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=14
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=15",
    "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2667/?format=api",
            "id": 2667,
            "code": "40FP0291",
            "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.204469414571995,
                    51.94856182208385,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:21:44.166558Z",
            "created": "2015-08-12T11:32:57.995204Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44361/?format=api",
                    "id": 44361,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/0aac73cb-60d7-4da8-a275-05ea98b94a7c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/11495bca-b6d4-44b9-910f-844b7f5deab2/?format=api"
                    ],
                    "code": "40FP0291001",
                    "last_modified": "2024-07-05T18:37:58.947118Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2667/?format=api",
                    "top_level": 14.52,
                    "filter_top_level": 6.45,
                    "filter_bottom_level": 5.45,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44362/?format=api",
                    "id": 44362,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/103a9b51-e2bd-4d12-ae4b-1a8c2d94504c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/d2e8c191-63eb-4ed5-85e0-ac1eb060888e/?format=api"
                    ],
                    "code": "40FP0291002",
                    "last_modified": "2024-07-05T18:37:59.411175Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2667/?format=api",
                    "top_level": 14.51,
                    "filter_top_level": -19.17,
                    "filter_bottom_level": -20.17,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0291",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.02,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2668/?format=api",
            "id": 2668,
            "code": "40FP0292",
            "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.212359863098594,
                    51.95042163327327,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:21:47.503613Z",
            "created": "2015-08-12T11:32:58.003918Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44363/?format=api",
                    "id": 44363,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/690b43fa-f8fe-49bc-a616-8f41bf457326/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/99b2944a-09d8-47ff-b2f6-5307cd8160e0/?format=api"
                    ],
                    "code": "40FP0292001",
                    "last_modified": "2024-07-05T18:38:00.493865Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2668/?format=api",
                    "top_level": 13.96,
                    "filter_top_level": 5.27,
                    "filter_bottom_level": 4.27,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44364/?format=api",
                    "id": 44364,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/1ef3d9f9-c30c-4fcb-8129-d669eaa21c61/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/33834d40-d7fc-4f38-b0d3-65500849c411/?format=api"
                    ],
                    "code": "40FP0292002",
                    "last_modified": "2024-07-05T18:38:00.936500Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2668/?format=api",
                    "top_level": 13.92,
                    "filter_top_level": -19.78,
                    "filter_bottom_level": -20.78,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0292",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.35,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2669/?format=api",
            "id": 2669,
            "code": "40FP0293",
            "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.216353465768911,
                    51.95163396179345,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:01.514771Z",
            "created": "2015-08-12T11:32:58.012790Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44366/?format=api",
                    "id": 44366,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2856766c-8534-4b2e-b3e0-973d38814700/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/f5249f99-83eb-4c24-bfd2-76d158fc87df/?format=api"
                    ],
                    "code": "40FP0293002",
                    "last_modified": "2024-07-05T18:38:02.507941Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2669/?format=api",
                    "top_level": 13.15,
                    "filter_top_level": -11.08,
                    "filter_bottom_level": -12.08,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44365/?format=api",
                    "id": 44365,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7f26a6fc-3bfc-44a6-ab4b-a6c9ca09807c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/497c8818-3f9b-40d4-bd44-61eb3d7c2983/?format=api"
                    ],
                    "code": "40FP0293001",
                    "last_modified": "2024-07-05T18:38:02.070463Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2669/?format=api",
                    "top_level": 13.18,
                    "filter_top_level": 5.0,
                    "filter_bottom_level": 4.0,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0293",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 13.26,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2670/?format=api",
            "id": 2670,
            "code": "40FP0294",
            "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.225628858383581,
                    51.95509210737942,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:21:50.946962Z",
            "created": "2015-08-12T11:32:58.021507Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44368/?format=api",
                    "id": 44368,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/21701f5d-8ff0-4d8d-85de-204d9f698083/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/91c6f902-c506-4f0b-9de8-2d4a8d74abdc/?format=api"
                    ],
                    "code": "40FP0294002",
                    "last_modified": "2024-07-05T18:38:03.987928Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2670/?format=api",
                    "top_level": 13.26,
                    "filter_top_level": -10.34,
                    "filter_bottom_level": -11.34,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44367/?format=api",
                    "id": 44367,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/c7607b43-fe29-4c9a-80cd-a1b91d40e364/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/673aaf32-5723-4a1a-a69c-495ed1bc31b4/?format=api"
                    ],
                    "code": "40FP0294001",
                    "last_modified": "2024-07-05T18:38:03.610678Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2670/?format=api",
                    "top_level": 13.28,
                    "filter_top_level": 4.3,
                    "filter_bottom_level": 3.3,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0294",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 12.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2671/?format=api",
            "id": 2671,
            "code": "40FP0295",
            "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.210527571800647,
                    51.94331549501951,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:04.576472Z",
            "created": "2015-08-12T11:32:58.030370Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44369/?format=api",
                    "id": 44369,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/68db0752-cd73-4294-9254-8ff64e4ca60f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/5c56eb0d-d296-4676-8872-5d2e5413d81a/?format=api"
                    ],
                    "code": "40FP0295001",
                    "last_modified": "2024-07-05T18:38:05.063133Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2671/?format=api",
                    "top_level": 13.97,
                    "filter_top_level": 5.87,
                    "filter_bottom_level": 4.87,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44370/?format=api",
                    "id": 44370,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/674adc58-8c9f-4c67-8aca-72a3eaeff705/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/0d6ed79f-042e-4042-8e5a-971df3bc64cc/?format=api"
                    ],
                    "code": "40FP0295002",
                    "last_modified": "2024-07-05T18:38:05.549008Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2671/?format=api",
                    "top_level": 13.93,
                    "filter_top_level": -13.17,
                    "filter_bottom_level": -14.17,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0295",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.01,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2672/?format=api",
            "id": 2672,
            "code": "40FP0296",
            "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.201460754863993,
                    51.94059218466023,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:38:06.111743Z",
            "created": "2015-08-12T11:32:58.039272Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44371/?format=api",
                    "id": 44371,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/ad25ef98-33dd-431f-88c7-a206d815fb8a/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/38ef5a04-faa6-471e-94da-64b4de93d979/?format=api"
                    ],
                    "code": "40FP0296001",
                    "last_modified": "2024-07-05T18:38:06.814175Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2672/?format=api",
                    "top_level": 14.35,
                    "filter_top_level": 6.65,
                    "filter_bottom_level": 5.65,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44372/?format=api",
                    "id": 44372,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/65970e58-11b9-4262-ac6d-bc03d2dca60f/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b9d775f6-2082-4d67-b2e3-ad93d51acbf2/?format=api"
                    ],
                    "code": "40FP0296002",
                    "last_modified": "2024-07-05T18:38:07.273292Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2672/?format=api",
                    "top_level": 14.32,
                    "filter_top_level": -18.69,
                    "filter_bottom_level": -19.69,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0296",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.45,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2673/?format=api",
            "id": 2673,
            "code": "40FP0297",
            "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.223603063824656,
                    51.94032128635641,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:21:55.350174Z",
            "created": "2015-08-12T11:32:58.048169Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44373/?format=api",
                    "id": 44373,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/7fe641aa-2c95-46ff-b559-15f8480f0e3c/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9b753c4d-1bfd-43af-90c4-937dd6d39ac4/?format=api"
                    ],
                    "code": "40FP0297001",
                    "last_modified": "2024-07-05T18:38:08.539276Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2673/?format=api",
                    "top_level": 15.49,
                    "filter_top_level": 5.67,
                    "filter_bottom_level": 4.67,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44374/?format=api",
                    "id": 44374,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/6d7c687a-d1fc-4fd6-8f08-7616147937e1/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/16191b5b-0bcb-4d97-9771-d8c29d3d9bf1/?format=api"
                    ],
                    "code": "40FP0297002",
                    "last_modified": "2024-07-05T18:38:08.990466Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2673/?format=api",
                    "top_level": 15.45,
                    "filter_top_level": -11.35,
                    "filter_bottom_level": -12.35,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0297",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 14.9,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2674/?format=api",
            "id": 2674,
            "code": "40FP0298",
            "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.23238496983039,
                    51.93642408555566,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:01.704909Z",
            "created": "2015-08-12T11:32:58.057147Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44375/?format=api",
                    "id": 44375,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/bc23ae20-a57b-4f03-83c1-e472f08c91a6/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/9e1416a3-5427-48c9-a65f-ad068c32c64f/?format=api"
                    ],
                    "code": "40FP0298001",
                    "last_modified": "2024-08-27T13:42:31.058819Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2674/?format=api",
                    "top_level": 15.81,
                    "filter_top_level": 11.46,
                    "filter_bottom_level": 10.46,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                },
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44376/?format=api",
                    "id": 44376,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/e3abb7e4-321b-496b-a944-249448700b76/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/2ebaf384-245a-44d6-9b42-595314cd4ef7/?format=api"
                    ],
                    "code": "40FP0298002",
                    "last_modified": "2024-08-27T13:42:31.510250Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2674/?format=api",
                    "top_level": 15.8,
                    "filter_top_level": -0.86,
                    "filter_bottom_level": -3.86,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40F0298",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 15.22,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2676/?format=api",
            "id": 2676,
            "code": "40H-0098A",
            "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.224235004328396,
                    51.88906194870435,
                    0.0
                ]
            },
            "last_modified": "2024-07-05T18:39:35.297013Z",
            "created": "2015-08-12T11:32:58.077270Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44380/?format=api",
                    "id": 44380,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/98972aa5-296f-4050-9dee-9e90d5848f71/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/3231232a-c313-449f-81d3-86332cc0e94d/?format=api"
                    ],
                    "code": "40H-0098A001",
                    "last_modified": "2024-07-05T18:39:35.798956Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2676/?format=api",
                    "top_level": 20.8,
                    "filter_top_level": 12.05,
                    "filter_bottom_level": 10.05,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "40H-0098A",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 20.6,
            "top_level": null,
            "bottom_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/groundwaterstations/2677/?format=api",
            "id": 2677,
            "code": "40H-0182",
            "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.248024309108103,
                    51.90850335854022,
                    0.0
                ]
            },
            "last_modified": "2024-12-02T17:22:04.825278Z",
            "created": "2015-08-12T11:32:58.086015Z",
            "image_url": "",
            "timeseries": [],
            "filters": [
                {
                    "url": "https://demo.lizard.net/api/v4/filters/44381/?format=api",
                    "id": 44381,
                    "timeseries": [
                        "https://demo.lizard.net/api/v4/timeseries/2198d2a4-3457-4f80-bff9-688169afa178/?format=api",
                        "https://demo.lizard.net/api/v4/timeseries/b39bdb87-698a-4ac8-ba13-634d7756a38c/?format=api"
                    ],
                    "code": "40H-0182001",
                    "last_modified": "2024-07-05T18:39:36.898077Z",
                    "created": "2016-02-04T10:19:43.136400Z",
                    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2677/?format=api",
                    "top_level": 26.43,
                    "filter_top_level": 9.79,
                    "filter_bottom_level": 8.79,
                    "aquifer_confinement": "None",
                    "lithology": null,
                    "high_groundwater_level": null,
                    "low_groundwater_level": null
                }
            ],
            "name": "B40H0182",
            "station_type": "base",
            "status": "active",
            "scale": "region",
            "surface_level": 25.84,
            "top_level": null,
            "bottom_level": null
        }
    ]
}