Groundwater Station List
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=38
{ "count": 12637, "next": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=39", "previous": "https://demo.lizard.net/api/v4/groundwaterstations/?format=api&page=37", "results": [ { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2910/?format=api", "id": 2910, "code": "28AP0086", "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.420734151387374, 52.47476099524124, 0.0 ] }, "last_modified": "2024-07-05T16:48:14.500515Z", "created": "2015-08-12T11:32:59.547177Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44723/?format=api", "id": 44723, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/979af4ec-851a-48f0-a715-d70e4eecff9c/?format=api", "https://demo.lizard.net/api/v4/timeseries/32281cdf-f561-486c-8cae-e8fb3711e369/?format=api" ], "code": "28AP0086001", "last_modified": "2024-07-05T16:48:15.084066Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2910/?format=api", "top_level": 29.0, "filter_top_level": -969.0, "filter_bottom_level": -970.0, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44724/?format=api", "id": 44724, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ec1d9fcd-684b-4eb7-887c-e128f3054d7d/?format=api", "https://demo.lizard.net/api/v4/timeseries/414d612c-0ebc-4319-a5cf-31e209ac8e52/?format=api" ], "code": "28AP0086002", "last_modified": "2024-07-05T16:48:15.540193Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2910/?format=api", "top_level": 29.0, "filter_top_level": -969.0, "filter_bottom_level": -970.0, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "28AP0086", "station_type": "base", "status": "active", "scale": "region", "surface_level": 29.0, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2911/?format=api", "id": 2911, "code": "28AP0087", "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.433794974837098, 52.47932016751946, 0.0 ] }, "last_modified": "2024-07-05T16:48:16.286533Z", "created": "2015-08-12T11:32:59.553377Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44725/?format=api", "id": 44725, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/ecb70847-975a-4ac4-8801-57713fe15e02/?format=api", "https://demo.lizard.net/api/v4/timeseries/ae41e8be-e99a-4c2b-97eb-4538ec36a778/?format=api" ], "code": "28AP0087001", "last_modified": "2024-07-05T16:48:16.866214Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2911/?format=api", "top_level": 5.73, "filter_top_level": 0.76, "filter_bottom_level": -2.74, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0087", "station_type": "base", "status": "active", "scale": "region", "surface_level": 5.9, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2912/?format=api", "id": 2912, "code": "28AP0088", "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.430992258378108, 52.4790752384528, 0.0 ] }, "last_modified": "2024-07-05T16:48:17.617617Z", "created": "2015-08-12T11:32:59.559197Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44726/?format=api", "id": 44726, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f39d437d-00ab-4b31-bead-de1399bcd631/?format=api", "https://demo.lizard.net/api/v4/timeseries/a903739d-cbbf-430d-9565-72f9c35677a2/?format=api" ], "code": "28AP0088001", "last_modified": "2024-07-05T16:48:18.038398Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2912/?format=api", "top_level": 6.78, "filter_top_level": 1.81, "filter_bottom_level": -1.19, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0088", "station_type": "base", "status": "active", "scale": "region", "surface_level": 6.9, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2913/?format=api", "id": 2913, "code": "28AP0089", "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.429663439316074, 52.47890717118212, 0.0 ] }, "last_modified": "2024-07-05T16:48:18.655192Z", "created": "2015-08-12T11:32:59.564926Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44727/?format=api", "id": 44727, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a19afbd4-ba39-4011-bcda-ca187c77dec2/?format=api", "https://demo.lizard.net/api/v4/timeseries/f875f684-6fd5-4b47-afac-5da6ca4526bc/?format=api" ], "code": "28AP0089001", "last_modified": "2024-07-05T16:48:19.148965Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2913/?format=api", "top_level": 6.69, "filter_top_level": 1.48, "filter_bottom_level": -1.52, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0089", "station_type": "base", "status": "active", "scale": "region", "surface_level": 6.8, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2914/?format=api", "id": 2914, "code": "28AP0090", "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.428202273047621, 52.47936941226175, 0.0 ] }, "last_modified": "2024-07-05T16:48:19.919286Z", "created": "2015-08-12T11:32:59.570810Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44728/?format=api", "id": 44728, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/537c4369-99b6-4999-b7e3-9b92d6a2e28c/?format=api", "https://demo.lizard.net/api/v4/timeseries/a042bd0a-c64a-404c-a5bd-a508a7f7d66f/?format=api" ], "code": "28AP0090001", "last_modified": "2024-07-05T16:48:20.333707Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2914/?format=api", "top_level": 8.55, "filter_top_level": 2.85, "filter_bottom_level": -0.15, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0090", "station_type": "base", "status": "expired", "scale": "region", "surface_level": 8.4, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2915/?format=api", "id": 2915, "code": "28AP0091", "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.383532613661201, 52.47563543124267, 0.0 ] }, "last_modified": "2025-02-17T08:30:52.297927Z", "created": "2015-08-12T11:32:59.576746Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44730/?format=api", "id": 44730, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/05c841c1-8b5b-455c-817c-15edaf10cd7a/?format=api", "https://demo.lizard.net/api/v4/timeseries/84081663-ae47-45d6-b64e-c1a6ed85cd67/?format=api" ], "code": "28AP0091002", "last_modified": "2024-09-26T14:36:10.454922Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2915/?format=api", "top_level": 6.82, "filter_top_level": -8.54, "filter_bottom_level": -10.54, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44729/?format=api", "id": 44729, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/33a3618e-d544-4308-b6dd-1848214b5cd6/?format=api", "https://demo.lizard.net/api/v4/timeseries/1c56c725-fdb6-4ba6-8193-b0ee0aa7d430/?format=api" ], "code": "28AP0091001", "last_modified": "2024-09-26T14:36:09.973877Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2915/?format=api", "top_level": 6.9, "filter_top_level": 0.5, "filter_bottom_level": -0.5, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0091", "station_type": "base", "status": "active", "scale": "region", "surface_level": 6.41, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2916/?format=api", "id": 2916, "code": "28AP0092", "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.395897188856194, 52.4722753213908, 0.0 ] }, "last_modified": "2025-02-17T08:30:56.564429Z", "created": "2015-08-12T11:32:59.582936Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44732/?format=api", "id": 44732, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1e3576b5-5d42-4c2b-8d9e-6e73c5af041c/?format=api", "https://demo.lizard.net/api/v4/timeseries/b333fcaa-45c3-48ca-88c5-a6356967087a/?format=api" ], "code": "28AP0092002", "last_modified": "2024-07-05T16:48:24.199365Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2916/?format=api", "top_level": 21.043, "filter_top_level": -8.29, "filter_bottom_level": -10.29, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44731/?format=api", "id": 44731, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/feb57c42-86c4-40eb-8c9d-316cd15473f5/?format=api", "https://demo.lizard.net/api/v4/timeseries/7a861aad-83af-40c2-9332-4e41654fa16a/?format=api" ], "code": "28AP0092001", "last_modified": "2024-07-05T16:48:23.744503Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2916/?format=api", "top_level": 21.059, "filter_top_level": 5.71, "filter_bottom_level": 4.71, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0092", "station_type": "base", "status": "active", "scale": "region", "surface_level": 20.74, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "id": 2917, "code": "28AP0094", "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.425997321901691, 52.47324095232646, 0.0 ] }, "last_modified": "2025-02-17T08:31:20.160260Z", "created": "2015-08-12T11:32:59.588843Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44735/?format=api", "id": 44735, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/36507b22-675e-4693-8e48-ffd8b91719bd/?format=api", "https://demo.lizard.net/api/v4/timeseries/f795e266-5e33-49fe-890f-eba2474b1364/?format=api" ], "code": "28AP0094003", "last_modified": "2024-09-26T14:36:14.008000Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 13.97, "filter_top_level": -32.47, "filter_bottom_level": -33.47, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44734/?format=api", "id": 44734, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/48c58f26-d7e5-4203-94c9-64fd59cd8612/?format=api", "https://demo.lizard.net/api/v4/timeseries/c51623fc-c744-4959-8e1e-f4ec34f2446e/?format=api" ], "code": "28AP0094002", "last_modified": "2024-09-26T14:36:13.497515Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 14.0, "filter_top_level": -18.47, "filter_bottom_level": -19.47, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44733/?format=api", "id": 44733, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/da693bbe-a097-4b2d-9a41-79702f774e29/?format=api", "https://demo.lizard.net/api/v4/timeseries/8c764a93-1b4a-475b-89ff-7cfef628a723/?format=api" ], "code": "28AP0094001", "last_modified": "2024-09-26T14:36:13.029269Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 14.02, "filter_top_level": -2.47, "filter_bottom_level": -3.47, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44737/?format=api", "id": 44737, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a8277d22-0cbd-4897-9b14-63caf37c6039/?format=api", "https://demo.lizard.net/api/v4/timeseries/3c88e721-dfcf-45ae-83f8-7594073767a7/?format=api" ], "code": "28AP0094005", "last_modified": "2024-09-26T14:36:14.973160Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 13.93, "filter_top_level": -64.48, "filter_bottom_level": -65.48, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44739/?format=api", "id": 44739, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/82159e1b-6ff3-4cfc-9a56-628359268b5e/?format=api", "https://demo.lizard.net/api/v4/timeseries/0edb3989-9440-4e53-a6b0-22508af30ab2/?format=api" ], "code": "28AP0094007", "last_modified": "2024-09-26T14:36:15.925737Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 13.9, "filter_top_level": -116.59, "filter_bottom_level": -117.59, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44736/?format=api", "id": 44736, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/af2bd4e0-d32e-484b-b173-1936d41a831d/?format=api", "https://demo.lizard.net/api/v4/timeseries/81c0885e-eb84-4b0f-8d9c-f5109766f672/?format=api" ], "code": "28AP0094004", "last_modified": "2024-09-26T14:36:14.488223Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 13.95, "filter_top_level": -48.48, "filter_bottom_level": -49.48, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44738/?format=api", "id": 44738, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/53f0a038-0ba0-4967-bee7-9a1f1bea2150/?format=api", "https://demo.lizard.net/api/v4/timeseries/90f84975-9e39-49ab-8f3f-10276cc23fb3/?format=api" ], "code": "28AP0094006", "last_modified": "2024-09-26T14:36:15.457602Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2917/?format=api", "top_level": 13.92, "filter_top_level": -87.49, "filter_bottom_level": -88.49, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0094", "station_type": "base", "status": "active", "scale": "region", "surface_level": 13.51, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2918/?format=api", "id": 2918, "code": "28AP0100", "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.435935112562028, 52.47436556844811, 0.0 ] }, "last_modified": "2025-03-21T09:21:58.592369Z", "created": "2015-08-12T11:32:59.594992Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44741/?format=api", "id": 44741, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/b3b5332e-14ee-47f4-aafa-a88c92e5012c/?format=api", "https://demo.lizard.net/api/v4/timeseries/ac6d7c68-ae2c-4943-a187-9b32e52b3958/?format=api" ], "code": "28AP0100002", "last_modified": "2024-07-05T16:48:40.216591Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2918/?format=api", "top_level": 7.14, "filter_top_level": -18.3, "filter_bottom_level": -20.3, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44742/?format=api", "id": 44742, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/e19e5cfa-707a-4932-9df2-ff5a04fd6ec3/?format=api", "https://demo.lizard.net/api/v4/timeseries/ac3b64b7-dc9e-4cc8-9515-29f9212fa111/?format=api" ], "code": "28AP0100003", "last_modified": "2024-07-05T16:48:40.746424Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2918/?format=api", "top_level": 7.127, "filter_top_level": -41.3, "filter_bottom_level": -43.3, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44740/?format=api", "id": 44740, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/32068a46-1241-4113-b020-fe880cf93691/?format=api", "https://demo.lizard.net/api/v4/timeseries/8ce35e90-01e7-4cfd-ad4a-4317c5888fe8/?format=api" ], "code": "28AP0100001", "last_modified": "2024-07-05T16:48:39.828691Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2918/?format=api", "top_level": 7.176, "filter_top_level": 0.7, "filter_bottom_level": -0.3, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0100", "station_type": "base", "status": "active", "scale": "region", "surface_level": 6.75, "top_level": null, "bottom_level": null }, { "url": "https://demo.lizard.net/api/v4/groundwaterstations/2919/?format=api", "id": 2919, "code": "28AP0101", "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.422209067607759, 52.46805654502276, 0.0 ] }, "last_modified": "2025-02-17T08:31:27.312170Z", "created": "2015-08-12T11:32:59.600630Z", "image_url": "", "timeseries": [], "filters": [ { "url": "https://demo.lizard.net/api/v4/filters/44745/?format=api", "id": 44745, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8accb317-f2e7-44e4-b807-404d470f49e7/?format=api", "https://demo.lizard.net/api/v4/timeseries/d1c033a1-86ad-41d9-a036-a50df7e18547/?format=api" ], "code": "28AP0101003", "last_modified": "2024-07-05T16:48:43.338908Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2919/?format=api", "top_level": 20.909, "filter_top_level": -27.5, "filter_bottom_level": -29.5, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44744/?format=api", "id": 44744, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/2a78f388-d9eb-4938-a165-06987d46be70/?format=api", "https://demo.lizard.net/api/v4/timeseries/1a249644-80d6-4f10-8d29-bdae7c0eb194/?format=api" ], "code": "28AP0101002", "last_modified": "2024-07-05T16:48:42.882366Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2919/?format=api", "top_level": 20.933, "filter_top_level": -12.5, "filter_bottom_level": -14.5, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }, { "url": "https://demo.lizard.net/api/v4/filters/44743/?format=api", "id": 44743, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/5fabb85d-7384-4d75-b654-7ac7eb65ca4b/?format=api", "https://demo.lizard.net/api/v4/timeseries/fd4aeb24-db4d-4460-a287-de9ebb03deb2/?format=api" ], "code": "28AP0101001", "last_modified": "2024-07-05T16:48:42.332138Z", "created": "2016-02-04T10:19:43.136400Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2919/?format=api", "top_level": 20.959, "filter_top_level": 1.5, "filter_bottom_level": 0.5, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null } ], "name": "B28A0101", "station_type": "base", "status": "active", "scale": "region", "surface_level": 20.52, "top_level": null, "bottom_level": null } ] }