Measuring Station Instance
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/252164/?format=api
https://zuiderzeeland.lizard.net/api/v4/measuringstations/252164/?format=api", "id": 252164, "code": "21AN-29059", "organisation": { "url": "https://zuiderzeeland.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.783329248957606, 52.71102331438253, 0.0 ] }, "last_modified": "2023-05-18T03:14:07.990382Z", "created": "2023-05-17T13:34:23.937703Z", "image_url": "", "timeseries": [ "https://zuiderzeeland.lizard.net/api/v4/timeseries/c13f1900-5943-450f-85ff-2c6e8295e16b/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/3bea9e63-6be7-416a-9217-1b2200efb1ed/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/78be937b-da95-4276-bbe4-e6acbdd54a6a/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/b2c6cd7f-b0eb-41a6-a211-4f674d59b55d/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/4689dbb4-68df-4708-8eea-28d36a5b405c/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/a1cae14c-e413-49f6-b6d2-ad47504568b8/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/f6abe81e-de73-4708-9b50-0e5fd7922e16/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/49ebd9a2-7dcc-4663-b34f-c0d5d12bc295/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/c1169b96-1ff1-4cc2-a32e-06d5f5d9c99a/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/2a63b544-8beb-4315-98d8-c6970890d6a6/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/4dac5464-3d08-4716-a516-94c5d7d3127a/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/93cafabe-ebae-4668-8d98-6398ee2a2770/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/061286d5-3c4a-4e95-9d69-7aa614dab96a/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/09882aef-73aa-4083-91c7-2fcdd2a6973b/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/bedadcd7-c01f-470a-9988-01ac99b8cee1/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/bba22478-8874-4669-af48-28ee6f06ff48/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/d48d2f46-06e4-4bdb-8048-263a99ed6dfe/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/3e1e08fa-afb6-43b6-8e89-b21471c9f1d7/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/984ade2a-c021-4e9f-b9e6-45a61d137dcb/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/7335f5c6-2eb7-490a-8ba6-267c593410df/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/9729a423-368b-48b7-b758-ff5e47773ca7/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d8abef5-9773-4952-b7f3-605a87cf0f17/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/721d32ff-a0a6-4b53-9731-843bcacb77c8/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/de3f62fd-5ec2-4eca-ac7b-a5a9108aa02e/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/f3548f59-04c2-4249-840d-b54b7fe99ece/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/691479aa-8ad6-40bd-86f3-033d3ac00cfa/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/d3c6eb02-b54a-4614-8dec-bc4674386db9/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/d10e84dd-28de-4a5b-a136-615148752a10/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d84b964-8701-4edc-8a1e-19173eb8e962/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/a622ad3c-4498-4ec2-b739-3479f9215704/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ba0240a-98f7-4c62-9299-3100efd20b54/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/a4b14970-3616-48a8-bc20-5925fd995081/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/70d7dfdc-c2d8-44b7-832f-68fa017a8bd8/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/2aeb8aa6-72b6-4c0c-a50d-01608d179d24/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/00a86c88-5627-423f-a62e-f9dfdde2c2a5/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ef06c54-299c-42cc-9678-9ba31a0aadc9/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/c1cf40b2-a833-4993-a4ec-903dbb4522f0/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/620a46e7-7bf3-42c5-99e5-fcd5abe81fd5/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/f5fa3b73-365c-4088-94c9-fca66a166fed/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/8e823e96-cac1-4dbf-af01-59637c1ed8c5/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/e6168d12-723f-4c56-b927-ee85ba001211/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/ec6183d1-162d-4abd-b148-f260ae24f786/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/5c394af3-1cf1-4040-b364-6ead7df9d0e0/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/362fe1e9-1e02-453b-bb28-ed721a347786/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/be19457e-1d9d-43f7-95bf-8aa3019216d9/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b04f08f-9258-4efe-9e47-a8e318eaa2e7/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/c3f101a6-8b9f-438f-b0dd-33d6452092e1/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/8270800e-8630-4da5-842f-66673a5684f9/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/8012c3ed-1425-4cfc-8cfe-34ec7289c06b/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/0ab84127-1e7b-4648-9245-9548f757d5f5/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7ca8f00-3dc7-46e6-a014-21638154a003/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/534dd457-7134-4a4c-a1a9-9b3f9528f083/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/5e0a5acf-82d4-42ed-abef-54cc10a0399c/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/c97b092f-f783-4009-9c11-124c857ae853/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/0fea1d6e-3afa-4769-b562-ff1058029e6d/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/8187f7f8-09bf-463e-876f-710193d95d77/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/30270282-8d36-49c9-b84c-714736392c27/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/89a348e9-f351-4d3c-8470-73444b93e05c/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/83f28d99-9501-4d2b-82a5-66c199cae416/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/6566da74-9d01-4a83-a7d1-bb21fb331e9d/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/e4a3f488-84dd-47dc-8266-56b412222940/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/540dd3ac-183e-4c36-82b1-369aac4b8593/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/8f9718ca-dcb5-4947-bbd0-82d315b55a67/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/575366da-df54-429f-8e8b-623a31ea6caa/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/be9b584b-01cb-401f-a92e-f1bf11223707/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/40e2fd15-789d-43b3-b2c8-c826a99a8c52/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/c0b5da1d-62bb-4ed7-a6de-1109486f1bab/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/b87ba43a-ff2e-49fe-87ab-9e61996b701a/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b33f5e8-e6c6-4308-9423-9647b9098167/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/78fdcc5d-028c-4952-9c5b-fb73784e92d3/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/699e8200-51d0-4d0b-9c99-51d9f3470f31/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/12f0ce0c-3404-4ed0-b3a0-d665532876c7/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/9763965f-2d33-448c-b167-7a6478976b32/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/d52b98ad-f0fc-4acb-9e7c-07b2ce7162bd/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/41cc6192-f85b-4860-b886-8b8148380b8a/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7e97de4-5b1d-4131-a78a-0aae99fa8204/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/35170ac1-e2c6-493a-ac18-49dbbe70f3bd/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/dd06a26d-3563-49d5-babf-4db258458069/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/a7f0135d-5de3-404d-a100-6e1b14a17500/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/6f74ce6a-e637-4b60-a7fb-068988ade4e4/?format=api", "https://zuiderzeeland.lizard.net/api/v4/timeseries/23149620-e47f-4061-9bdb-dbb78720b418/?format=api" ], "name": "STADSWATER EMMELOORD, 6.3, traject 2, WB2021, raainr. 691 - 696", "station_type": "surface water", "region": "", "category": "meetpunt", "frequency": "" }{ "url": "