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=11
https://demo.lizard.net/api/v4/measuringstations/?format=api&page=12", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=10", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/101/?format=api", "id": 101, "code": "73", "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.104083319312958, 53.114633825451584, 0.0 ] }, "last_modified": "2020-10-23T11:42:01.706909Z", "created": "2014-08-08T08:41:36.874914Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3af7e8ea-3ffb-4488-af87-9affc8c4fda6/?format=api" ], "name": "DRACHTEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/102/?format=api", "id": 102, "code": "75", "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.055958046596813, 52.89923849530359, 0.0 ] }, "last_modified": "2020-10-23T11:43:37.708920Z", "created": "2014-08-08T08:41:36.890201Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/d0781b07-4d30-4228-a868-3d91db650129/?format=api" ], "name": "OLDEHOLTPADE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/103/?format=api", "id": 103, "code": "76", "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.342446874880376, 53.07184174784116, 0.0 ] }, "last_modified": "2020-10-23T11:43:17.793315Z", "created": "2014-08-08T08:41:36.903226Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/b8ba83f9-c0c4-48c2-94cc-fa1934673e04/?format=api" ], "name": "KORNWERDERZAND", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/104/?format=api", "id": 104, "code": "77", "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.136748009687821, 53.27618094217615, 0.0 ] }, "last_modified": "2020-10-23T11:43:25.778572Z", "created": "2014-08-08T08:41:36.918640Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/c06db39f-cfd1-42bc-8c63-0d7316159558/?format=api" ], "name": "KOLLUM", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/105/?format=api", "id": 105, "code": "78", "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.506864712158002, 53.17961986019168, 0.0 ] }, "last_modified": "2020-10-23T11:43:02.909801Z", "created": "2014-08-08T08:41:36.931982Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/a9e63af1-6aeb-4564-8120-703109b34262/?format=api" ], "name": "HERBAYUM", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/106/?format=api", "id": 106, "code": "79", "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.59556914228527, 52.963834881560985, 0.0 ] }, "last_modified": "2020-10-23T11:41:45.530365Z", "created": "2014-08-08T08:41:36.948963Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/140f8ce8-4e24-498e-888e-c125064c6d41/?format=api" ], "name": "HEEG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/107/?format=api", "id": 107, "code": "80", "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.357495198219516, 52.88313598058153, 0.0 ] }, "last_modified": "2020-10-23T11:43:03.339670Z", "created": "2014-08-08T08:41:36.965068Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/aaca514c-9541-473c-ab14-a443f72a6d79/?format=api" ], "name": "STAVOREN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/108/?format=api", "id": 108, "code": "81", "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.818988434664141, 52.98120888343174, 0.0 ] }, "last_modified": "2020-10-23T11:42:11.769900Z", "created": "2014-08-08T08:41:36.974259Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/4cde422e-42f4-4400-9bd6-8df6ec3b2553/?format=api" ], "name": "JOURE", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/109/?format=api", "id": 109, "code": "82", "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.057476669301953, 52.99808214939605, 0.0 ] }, "last_modified": "2020-10-23T11:42:02.373513Z", "created": "2014-08-08T08:41:36.988525Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3d284a0c-f3c6-4dfd-8bfb-86a30100660b/?format=api" ], "name": "GORREDIJK", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/110/?format=api", "id": 110, "code": "84", "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.153173322316165, 53.35694771399207, 0.0 ] }, "last_modified": "2020-10-23T11:42:04.084302Z", "created": "2014-08-08T08:41:37.003313Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/3fd50fe7-f6fe-4552-9e4f-7887861845f6/?format=api" ], "name": "EZUMAZIJL", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }{ "count": 15136, "next": "