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=22
{ "count": 15136, "next": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=23", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=21", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/211/?format=api", "id": 211, "code": "372", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 5.416523725887275, 52.298973627457414, 0.0 ] }, "last_modified": "2020-10-23T11:42:04.060246Z", "created": "2014-08-08T08:41:38.547397Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3fa4d7c6-3075-4139-995d-0e84e997724b/?format=api" ], "name": "ZEEWOLDE SCHILLINKWEG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/212/?format=api", "id": 212, "code": "426", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.526666836361158, 52.07113858251023, 0.0 ] }, "last_modified": "2020-10-23T11:43:45.988733Z", "created": "2014-08-08T08:41:38.559975Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/d7b4e52f-7a4f-41c5-bfe7-78b8c780d3c3/?format=api" ], "name": "ZOETERMEER", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/213/?format=api", "id": 213, "code": "434", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.834716594006832, 51.92917244372759, 0.0 ] }, "last_modified": "2020-10-23T11:44:07.692519Z", "created": "2014-08-08T08:41:38.570875Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f1c93fc8-fd59-4253-bb99-ad6c34f9ebf9/?format=api" ], "name": "GROOT AMMERS", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/214/?format=api", "id": 214, "code": "435", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.638825870866773, 52.341549656391805, 0.0 ] }, "last_modified": "2020-10-23T11:42:13.591623Z", "created": "2014-08-08T08:41:38.583304Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/532e18f5-72b6-4d38-9ae9-11b4cb1763e2/?format=api" ], "name": "HEEMSTEDE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/215/?format=api", "id": 215, "code": "437", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.756083320411427, 52.35122097376689, 0.0 ] }, "last_modified": "2020-10-23T11:41:33.335653Z", "created": "2014-08-08T08:41:38.601329Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/04044788-82bc-4396-9aff-0cebc07ea968/?format=api" ], "name": "LIJNDEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/216/?format=api", "id": 216, "code": "438", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.697936547353165, 52.31494495033332, 0.0 ] }, "last_modified": "2020-10-23T11:42:52.037909Z", "created": "2014-08-08T08:41:38.609080Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a01668c0-c4f0-4180-a36d-4e42c19bfaf3/?format=api" ], "name": "HOOFDDORP", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/217/?format=api", "id": 217, "code": "439", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.626308703675955, 52.21563680560688, 0.0 ] }, "last_modified": "2020-10-23T11:42:01.831586Z", "created": "2014-08-08T08:41:38.620585Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3b338e89-69a0-458c-9ea7-1400039346bd/?format=api" ], "name": "ROELOFARENDSVEEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/218/?format=api", "id": 218, "code": "440", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.306834616743764, 52.114271371007376, 0.0 ] }, "last_modified": "2020-10-23T11:42:43.723730Z", "created": "2014-08-08T08:41:38.632383Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/98de3023-8574-4ef5-848f-afd6fcbcb676/?format=api" ], "name": "SCHEVENINGEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/219/?format=api", "id": 219, "code": "441", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.917336468076043, 52.36994638517124, 0.0 ] }, "last_modified": "2020-10-23T11:42:10.225383Z", "created": "2014-08-08T08:41:38.644369Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4c09c860-5c8a-4bed-b11b-a76cbfd0900b/?format=api" ], "name": "AMSTERDAM", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/220/?format=api", "id": 220, "code": "442", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api", "uuid": "18d98431-8077-451a-a7ae-041aac7ad148", "name": "KNMI" }, "geometry": { "type": "Point", "coordinates": [ 4.686952398233652, 52.081188542272734, 0.0 ] }, "last_modified": "2020-10-23T11:42:11.856170Z", "created": "2014-08-08T08:41:38.657774Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4cf8c470-9a21-4e72-a7ee-9241e6351696/?format=api" ], "name": "BOSKOOP", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }