Measuring Station List
List assets of type MeasuringStation
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
.
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/
GET /api/v4/measuringstations/?format=api&page=1500
https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1501", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=1499", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/252111/?format=api", "id": 252111, "code": "KHAZOF", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.53352129428458, 52.39594388108748, 0.0 ] }, "last_modified": "2023-05-17T13:34:19.793402Z", "created": "2023-05-17T13:34:19.793417Z", "image_url": "", "timeseries": [], "name": "Flevoland Hoge Afdeling", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252112/?format=api", "id": 252112, "code": "KLANOP", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.721251266917606, 52.72423587482899, 0.0 ] }, "last_modified": "2023-05-17T13:34:19.836518Z", "created": "2023-05-17T13:34:19.836534Z", "image_url": "", "timeseries": [], "name": "Noordoostpolder Lage Afdeling", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252113/?format=api", "id": 252113, "code": "KLAZOF", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.499858999571893, 52.4639619109173, 0.0 ] }, "last_modified": "2023-05-17T13:34:19.876898Z", "created": "2023-05-17T13:34:19.876910Z", "image_url": "", "timeseries": [], "name": "Flevoland Lage Afdeling", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252114/?format=api", "id": 252114, "code": "KTANOP", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.897653875261706, 52.73896865969101, 0.0 ] }, "last_modified": "2023-05-17T13:34:19.924369Z", "created": "2023-05-17T13:34:19.924381Z", "image_url": "", "timeseries": [], "name": "Noordoostpolder Tussenafdeling", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252115/?format=api", "id": 252115, "code": "26FZ-193-02", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.719378381574008, 52.42777052325437, 0.0 ] }, "last_modified": "2024-04-03T05:00:16.496344Z", "created": "2023-05-17T13:34:19.987076Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/aab4ec5c-8a8f-4735-91a1-3651913856f6/?format=api", "https://demo.lizard.net/api/v4/timeseries/9ebb52d0-8015-4645-8b7b-045b1087e08d/?format=api", "https://demo.lizard.net/api/v4/timeseries/78440317-a7ba-4696-8d23-18258a107ce3/?format=api", "https://demo.lizard.net/api/v4/timeseries/26448bf1-b432-40ae-80df-ff808f8eb77f/?format=api" ], "name": "Hoofdmeetnet_75, Kavel Z52, noord, 1e WVP", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252116/?format=api", "id": 252116, "code": "21BN-29116", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.937835727546863, 52.6619680411333, 0.0 ] }, "last_modified": "2023-05-18T03:10:18.441918Z", "created": "2023-05-17T13:34:20.028412Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/b4532cf4-abfa-4c94-82e3-4604f132e56e/?format=api", "https://demo.lizard.net/api/v4/timeseries/b5b883bd-fed4-435d-b324-0a7fb2a8fd6c/?format=api", "https://demo.lizard.net/api/v4/timeseries/0a988bb8-d8a5-48e7-8963-685d7e05384e/?format=api", "https://demo.lizard.net/api/v4/timeseries/d9272a6e-7f45-4ae2-aa59-bb8232ef3e44/?format=api", "https://demo.lizard.net/api/v4/timeseries/8f9c13e1-f039-4700-880b-b77ee69dcc1b/?format=api", "https://demo.lizard.net/api/v4/timeseries/362e2d14-53b1-45a7-b0c7-402c70759125/?format=api", "https://demo.lizard.net/api/v4/timeseries/7214fec6-272c-45e7-95ad-ec19837f807e/?format=api", "https://demo.lizard.net/api/v4/timeseries/1908693b-d3e0-4ca7-81c1-e3747c829350/?format=api", "https://demo.lizard.net/api/v4/timeseries/6ec790ce-3236-4b31-893b-6226f4c13d63/?format=api", "https://demo.lizard.net/api/v4/timeseries/da5c90c2-e883-46fa-8016-1adb83801c5a/?format=api", "https://demo.lizard.net/api/v4/timeseries/9943fbf7-bb58-4ced-96fd-6f4aa7e1a75c/?format=api", "https://demo.lizard.net/api/v4/timeseries/940f0fa2-93e5-4774-8118-38548c0ed97a/?format=api", "https://demo.lizard.net/api/v4/timeseries/deaca662-d3cf-44f1-8aea-ff9274a1cfa0/?format=api", "https://demo.lizard.net/api/v4/timeseries/e6814fe7-6e19-4eb0-bbfb-67aa633ed460/?format=api", "https://demo.lizard.net/api/v4/timeseries/eb7c49f6-4f2d-4acf-b614-6873383170ad/?format=api", "https://demo.lizard.net/api/v4/timeseries/164de481-b324-414e-8671-1f1fe25c40fd/?format=api", "https://demo.lizard.net/api/v4/timeseries/573ba6b4-8fa6-40e3-89a1-174eb9df4d8e/?format=api", "https://demo.lizard.net/api/v4/timeseries/b30b5045-7baf-4300-b9be-570ff52c4ade/?format=api", "https://demo.lizard.net/api/v4/timeseries/3a1b8f7c-e655-4f68-8697-a3bae3646a6a/?format=api", "https://demo.lizard.net/api/v4/timeseries/dc23116f-fcee-4c21-8b7f-8b7ee57fac5c/?format=api", "https://demo.lizard.net/api/v4/timeseries/ed45ea87-2927-4c7e-90ed-eb081fd87c17/?format=api", "https://demo.lizard.net/api/v4/timeseries/d68404d2-9cc6-4ad3-a444-0613ee919829/?format=api", "https://demo.lizard.net/api/v4/timeseries/6fcefc8f-548e-4759-8292-ce7c64f39f1f/?format=api", "https://demo.lizard.net/api/v4/timeseries/818221d5-f21c-4ec7-9a25-aac70a438dd8/?format=api", "https://demo.lizard.net/api/v4/timeseries/6f0b98b3-e937-475c-be9e-f06d87afc860/?format=api", "https://demo.lizard.net/api/v4/timeseries/67097e88-1df1-4367-8103-3ffa9c2fdf07/?format=api", "https://demo.lizard.net/api/v4/timeseries/ecd984aa-478a-41e8-ac7e-a700d292e8ee/?format=api", "https://demo.lizard.net/api/v4/timeseries/8c6deb9e-c0f8-490b-8423-09f8c3b70dac/?format=api", "https://demo.lizard.net/api/v4/timeseries/e9ebc0d1-ffaa-41ea-ad4f-ed83ae83907f/?format=api", "https://demo.lizard.net/api/v4/timeseries/08ca84a9-91f2-4fec-9d24-bc43b2cd2d43/?format=api", "https://demo.lizard.net/api/v4/timeseries/27f7abed-5555-407d-9492-f52cd834ff20/?format=api", "https://demo.lizard.net/api/v4/timeseries/454a8105-8526-4d82-81ab-58b44fbeeae5/?format=api", "https://demo.lizard.net/api/v4/timeseries/24bf0aff-c4f2-4336-8524-02a4371581ca/?format=api", "https://demo.lizard.net/api/v4/timeseries/2b017d78-36fd-4a05-898c-edc820d7639d/?format=api", "https://demo.lizard.net/api/v4/timeseries/9a640391-9d7e-4655-afc7-6a48b0853850/?format=api", "https://demo.lizard.net/api/v4/timeseries/2c1062a2-a6d5-4b55-9bc4-b98ce7131d6d/?format=api", "https://demo.lizard.net/api/v4/timeseries/67cfa837-3c4f-454d-a730-105140b194dd/?format=api", "https://demo.lizard.net/api/v4/timeseries/35890893-2d49-4c3f-97c8-84dfa61aa859/?format=api", "https://demo.lizard.net/api/v4/timeseries/00317b43-8273-4df7-bdf4-8371847b3590/?format=api", "https://demo.lizard.net/api/v4/timeseries/fb7e35c0-5d5c-408a-aa82-0928c940dee3/?format=api", "https://demo.lizard.net/api/v4/timeseries/182dece0-5ec7-4b0d-aa2a-0b7bd52146e1/?format=api", "https://demo.lizard.net/api/v4/timeseries/0d7d3a56-ae69-4a54-bd8a-2fb0ae3d126c/?format=api", "https://demo.lizard.net/api/v4/timeseries/3b097e05-7094-4078-9cd4-4a9f2f01bf51/?format=api", "https://demo.lizard.net/api/v4/timeseries/04760111-0738-4e91-8b1e-169b2e3bb8b1/?format=api", "https://demo.lizard.net/api/v4/timeseries/1ec993c8-a6f8-4a1f-a141-edc3313ab224/?format=api", "https://demo.lizard.net/api/v4/timeseries/319c8ffd-323c-4c4e-be0c-7309d6d8edfc/?format=api", "https://demo.lizard.net/api/v4/timeseries/34d273f0-6438-44fb-8379-565826b39be0/?format=api", "https://demo.lizard.net/api/v4/timeseries/b6cba61c-a906-4c9c-8717-429e879a204a/?format=api", "https://demo.lizard.net/api/v4/timeseries/369aa84e-fba4-46c6-a9e6-7d46e8d89921/?format=api", "https://demo.lizard.net/api/v4/timeseries/e9a346e0-87a7-4373-8ab2-4d14f2361d1b/?format=api", "https://demo.lizard.net/api/v4/timeseries/a7075e10-73b1-4546-aa24-f0c53aeb7d88/?format=api", "https://demo.lizard.net/api/v4/timeseries/f2691126-695d-4647-8e0e-523e7439088d/?format=api", "https://demo.lizard.net/api/v4/timeseries/a0b651d1-fc53-4a15-8a62-8da43fa50385/?format=api", "https://demo.lizard.net/api/v4/timeseries/896bb95c-56b8-46de-87d5-409694c5e1d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/16bacff6-2f05-4d16-81cd-004909208f16/?format=api", "https://demo.lizard.net/api/v4/timeseries/20aa2b9f-06ff-4084-b176-fd8031ab01eb/?format=api", "https://demo.lizard.net/api/v4/timeseries/cfd67aa5-bb77-464e-a506-aadc4055d614/?format=api", "https://demo.lizard.net/api/v4/timeseries/7ff9f611-e3f8-49d7-8f2f-1e4ddb5bceb5/?format=api", "https://demo.lizard.net/api/v4/timeseries/24723a45-fede-4bc9-9665-25d333334b45/?format=api", "https://demo.lizard.net/api/v4/timeseries/61434de2-9ada-42a3-bcf3-6e8e1d24d6fd/?format=api", "https://demo.lizard.net/api/v4/timeseries/4b07154e-356d-4a6e-93d1-29ad8cf0a8f1/?format=api", "https://demo.lizard.net/api/v4/timeseries/5bb4d11d-d582-45d7-8535-7cb08db34ee5/?format=api", "https://demo.lizard.net/api/v4/timeseries/c566cb5c-7566-4e67-86ef-a4c5996f9eb9/?format=api", "https://demo.lizard.net/api/v4/timeseries/5aa8c5aa-1a94-4644-bccf-853d27af8e19/?format=api", "https://demo.lizard.net/api/v4/timeseries/f9b3f88b-aba2-493d-ab7c-379f880b881d/?format=api", "https://demo.lizard.net/api/v4/timeseries/3c5b01b3-6ba3-42d7-a49b-6641215f7f6a/?format=api", "https://demo.lizard.net/api/v4/timeseries/3561cd34-bebd-4b36-8b1a-e0be36798198/?format=api", "https://demo.lizard.net/api/v4/timeseries/a6164c74-6f72-4a86-9c93-28e4fe332ca5/?format=api", "https://demo.lizard.net/api/v4/timeseries/3a1cfb9c-b37d-4b6d-a9c2-299dd6276e94/?format=api", "https://demo.lizard.net/api/v4/timeseries/21d2821d-7d12-45b8-ab2d-997fa03afcb5/?format=api", "https://demo.lizard.net/api/v4/timeseries/4e55c119-ff17-4b83-888b-5bb2e212dcb5/?format=api", "https://demo.lizard.net/api/v4/timeseries/4272db38-bb86-4e9e-b9db-04900a491851/?format=api", "https://demo.lizard.net/api/v4/timeseries/a64c2a23-4e48-465c-86bf-b62246dbca93/?format=api", "https://demo.lizard.net/api/v4/timeseries/ce5a100e-058d-4481-8857-de4a384d201a/?format=api", "https://demo.lizard.net/api/v4/timeseries/c3e7d306-4f95-4869-ba78-6a4c49090127/?format=api", "https://demo.lizard.net/api/v4/timeseries/22813418-e16f-4768-9dea-03af8eafa999/?format=api", "https://demo.lizard.net/api/v4/timeseries/758a6cc5-f61c-4945-8b81-4e15dfdee87b/?format=api", "https://demo.lizard.net/api/v4/timeseries/21455d65-4106-47d6-bef3-f18e9ca8d812/?format=api", "https://demo.lizard.net/api/v4/timeseries/881e5bd4-911a-4afd-92c9-72906e2d03ed/?format=api", "https://demo.lizard.net/api/v4/timeseries/1503942e-0f82-411b-ba09-dcb8fa316b9d/?format=api", "https://demo.lizard.net/api/v4/timeseries/e722f905-b815-404f-9379-3f1103ff8530/?format=api", "https://demo.lizard.net/api/v4/timeseries/9778c1b1-eb59-4215-a65a-7d3f0e2edafb/?format=api" ], "name": "KADOELERTOCHT, WB2021, traject 1", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252117/?format=api", "id": 252117, "code": "MP6102", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.744109378492126, 52.6608768518917, 0.0 ] }, "last_modified": "2023-05-18T03:12:49.320282Z", "created": "2023-05-17T13:34:20.170903Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/c46424b0-40ba-4390-9d07-f99a65c61ff3/?format=api" ], "name": "Meetpunt Vliegtuigtocht/kavel J112", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252118/?format=api", "id": 252118, "code": "MP6103", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.743589974961359, 52.66061958306867, 0.0 ] }, "last_modified": "2023-05-18T03:12:49.708677Z", "created": "2023-05-17T13:34:20.208668Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/b546243c-8d44-4277-871e-7c5c8f412473/?format=api" ], "name": "Meetpunt Vliegtuig-D-tocht West/Vliegtuigtocht", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252119/?format=api", "id": 252119, "code": "20DZ-38644", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.450217258106266, 52.5395551445467, 0.0 ] }, "last_modified": "2025-01-28T06:00:14.117421Z", "created": "2023-05-17T13:34:20.247372Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/cc16d504-5d1f-4433-ae06-2ae820b6e1b4/?format=api", "https://demo.lizard.net/api/v4/timeseries/263dd1ab-8627-4f97-b813-ac0d9c464897/?format=api", "https://demo.lizard.net/api/v4/timeseries/07fa8a5a-a842-4baf-83c8-f72a586a5148/?format=api", "https://demo.lizard.net/api/v4/timeseries/818dbb26-b470-465c-b9a5-aaa4472db62e/?format=api", "https://demo.lizard.net/api/v4/timeseries/dab07622-4d8d-4c9b-a19b-906cfed802ff/?format=api", "https://demo.lizard.net/api/v4/timeseries/d2847eba-c6dc-4fc2-9156-39d189d76ed8/?format=api", "https://demo.lizard.net/api/v4/timeseries/259cfe3b-fd50-47f0-aa20-7861dce4e5cd/?format=api", "https://demo.lizard.net/api/v4/timeseries/fe133597-f51e-4b7b-a531-c7a14937ef88/?format=api", "https://demo.lizard.net/api/v4/timeseries/ad7f013f-472c-4991-8c95-5278307da25f/?format=api", "https://demo.lizard.net/api/v4/timeseries/900aeea2-d757-417a-b0e2-66bbd31e0e76/?format=api", "https://demo.lizard.net/api/v4/timeseries/bacb7336-6170-44fa-b789-5d6cd45f35a1/?format=api", "https://demo.lizard.net/api/v4/timeseries/dbc7910d-17fd-4a57-a2ad-5913ddebc6d5/?format=api", "https://demo.lizard.net/api/v4/timeseries/41fd040d-617b-4ddd-be96-45976b44ff47/?format=api", "https://demo.lizard.net/api/v4/timeseries/9c091d24-3a7e-4a33-80d2-979074a890a4/?format=api", "https://demo.lizard.net/api/v4/timeseries/0df3a987-920f-414d-99ff-80294974cd21/?format=api", "https://demo.lizard.net/api/v4/timeseries/88a50427-acc7-4317-9a96-cdead8d754f3/?format=api", "https://demo.lizard.net/api/v4/timeseries/1f163da1-4697-4cb4-aa37-2fe822519199/?format=api", "https://demo.lizard.net/api/v4/timeseries/b30ffd86-c035-4596-8e2b-3031d57bc035/?format=api", "https://demo.lizard.net/api/v4/timeseries/5972ae10-d338-4bcf-97dd-3ed91f4c0288/?format=api", "https://demo.lizard.net/api/v4/timeseries/de08ccfb-9eb8-40bc-ba77-eb9ba0b26265/?format=api" ], "name": "IJSSELMEER, thv hmp 33.3", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/252120/?format=api", "id": 252120, "code": "20GN-38645", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api", "uuid": "188a569b-f0ac-4e98-81db-499de07f7582", "name": "Zuiderzeeland" }, "geometry": { "type": "Point", "coordinates": [ 5.507567463459727, 52.5603970757054, 0.0 ] }, "last_modified": "2025-01-28T06:00:14.232847Z", "created": "2023-05-17T13:34:20.286802Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3dbde2cf-32fb-4c97-9dec-ed27f6129dea/?format=api", "https://demo.lizard.net/api/v4/timeseries/3ba809d0-fd07-4b2a-8654-742ed70f40fe/?format=api", "https://demo.lizard.net/api/v4/timeseries/705d0b63-ec0f-450f-a173-43383bd029d9/?format=api", "https://demo.lizard.net/api/v4/timeseries/20b1ffa0-6200-4e8f-9f6b-529960cedc63/?format=api", "https://demo.lizard.net/api/v4/timeseries/fb287348-6133-4c60-a6e0-174230600f2e/?format=api", "https://demo.lizard.net/api/v4/timeseries/c1577e6c-7d17-4f2c-b679-83719fb32d64/?format=api", "https://demo.lizard.net/api/v4/timeseries/32d65da2-25f8-4e78-a4c6-cc1179f86768/?format=api", "https://demo.lizard.net/api/v4/timeseries/6501bc70-bf9a-414e-8cb5-4a9ea4d99801/?format=api", "https://demo.lizard.net/api/v4/timeseries/819f7fd2-b7e7-4c72-bbbc-ce8f33b7c540/?format=api", "https://demo.lizard.net/api/v4/timeseries/994219b4-e521-4e0e-9fde-ab7b6413c18f/?format=api", "https://demo.lizard.net/api/v4/timeseries/457b89f0-1b50-440d-862b-8089ed44a087/?format=api", "https://demo.lizard.net/api/v4/timeseries/a18e3ed8-980b-4ae1-b9ff-66fe12da38d6/?format=api", "https://demo.lizard.net/api/v4/timeseries/fe16a84c-1bac-47f2-bad9-d6b32b0902b1/?format=api", "https://demo.lizard.net/api/v4/timeseries/011506e3-be3a-42ee-a69a-171226786294/?format=api", "https://demo.lizard.net/api/v4/timeseries/da47d9eb-18ef-4daa-9c6f-fedd3f2c6aa2/?format=api", "https://demo.lizard.net/api/v4/timeseries/71f18c26-c188-46f1-90b6-872a575d9959/?format=api", "https://demo.lizard.net/api/v4/timeseries/a5f772cc-5fe2-426e-8fb3-a02ea564bf0e/?format=api", "https://demo.lizard.net/api/v4/timeseries/dd0bf064-a32c-4bcc-9f83-a783be10482b/?format=api", "https://demo.lizard.net/api/v4/timeseries/0bb1df85-e15d-4c15-ba01-0c8e442ef34f/?format=api", "https://demo.lizard.net/api/v4/timeseries/0d5f28b9-0ea3-49a7-a22c-fdea8b66645b/?format=api" ], "name": "IJSSELMEER, thv ijzeren hevelhuisje, hmp 28.3", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" } ] }{ "count": 15136, "next": "