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=27
https://demo.lizard.net/api/v4/measuringstations/?format=api&page=28", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=26", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/261/?format=api", "id": 261, "code": "549", "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.227269246718437, 51.93036151895355, 0.0 ] }, "last_modified": "2020-10-23T11:42:19.101246Z", "created": "2014-08-08T08:41:39.165131Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/6206c4be-ad75-42ec-b7d6-39647e6db248/?format=api" ], "name": "CULEMBORG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/262/?format=api", "id": 262, "code": "550", "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.182874671914067, 52.10106765880187, 0.0 ] }, "last_modified": "2020-10-23T11:41:49.676686Z", "created": "2014-08-08T08:41:39.178791Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1de2007f-43e0-4d67-a956-50ea0e1ea74d/?format=api" ], "name": "DE BILT UNIVERSITEITSWEG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/263/?format=api", "id": 263, "code": "557", "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": [ 6.073280273495641, 52.108234885077934, 0.0 ] }, "last_modified": "2020-10-23T11:41:49.728506Z", "created": "2014-08-08T08:41:39.192382Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/1faca693-919b-4819-b4d1-ae73cecaa4ec/?format=api" ], "name": "EERBEEK", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/264/?format=api", "id": 264, "code": "558", "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.606082705022295, 52.092052899439864, 0.0 ] }, "last_modified": "2020-10-23T11:41:33.396363Z", "created": "2014-08-08T08:41:39.206181Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/02e5719c-a024-4593-8391-d572f5cffd43/?format=api" ], "name": "LUNTEREN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/265/?format=api", "id": 265, "code": "559", "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.00781491556269, 52.091646294263256, 0.0 ] }, "last_modified": "2020-10-23T11:42:29.653382Z", "created": "2014-08-08T08:41:39.215581Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/7eb2dbf6-f9cd-4276-ac4b-b1813f31e55e/?format=api" ], "name": "VLEUTEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/266/?format=api", "id": 266, "code": "560", "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.460002020500132, 51.99336486037144, 0.0 ] }, "last_modified": "2020-10-23T11:41:38.813744Z", "created": "2014-08-08T08:41:39.232046Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/0d872c4d-b9a7-4af0-82ae-8964b712e091/?format=api" ], "name": "AMERONGEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/267/?format=api", "id": 267, "code": "561", "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.935764501763246, 52.001510339631466, 0.0 ] }, "last_modified": "2020-10-23T11:42:38.154050Z", "created": "2014-08-08T08:41:39.250729Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/87645fde-df7e-43f1-baaa-f87deee3b372/?format=api" ], "name": "BENSCHOP", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/268/?format=api", "id": 268, "code": "562", "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.44536038916569, 51.93045563066997, 0.0 ] }, "last_modified": "2020-10-23T11:42:52.613928Z", "created": "2014-08-08T08:41:39.260422Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a21c71e4-719b-446e-8910-97aa77404209/?format=api" ], "name": "TIEL", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/269/?format=api", "id": 269, "code": "563", "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.035299845562661, 52.30744183989382, 0.0 ] }, "last_modified": "2020-10-23T11:41:57.430038Z", "created": "2014-08-08T08:41:39.274647Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/2eaba81b-93fc-41b7-be36-d32d4bc4737a/?format=api" ], "name": "WEESP", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/270/?format=api", "id": 270, "code": "564", "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.710110243594595, 52.3524621500116, 0.0 ] }, "last_modified": "2020-10-23T11:44:09.424372Z", "created": "2014-08-08T08:41:39.288093Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f3f26ba4-58be-4a7e-b866-27e75099fc14/?format=api" ], "name": "HULSHORST", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }{ "count": 15136, "next": "