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=40
https://demo.lizard.net/api/v4/measuringstations/?format=api&page=41", "previous": "https://demo.lizard.net/api/v4/measuringstations/?format=api&page=39", "results": [ { "url": "https://demo.lizard.net/api/v4/measuringstations/391/?format=api", "id": 391, "code": "963", "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.841671879066454, 50.8599289175674, 0.0 ] }, "last_modified": "2020-10-23T11:42:28.670207Z", "created": "2014-08-08T08:41:40.750291Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/7b088a1b-e7c8-4ea8-b8d3-c32df2c9a825/?format=api" ], "name": "VALKENBURG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/392/?format=api", "id": 392, "code": "964", "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.702347006075357, 51.255901690250425, 0.0 ] }, "last_modified": "2020-10-23T11:43:33.910596Z", "created": "2014-08-08T08:41:40.757222Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/cba67c90-ddd0-4c05-b41d-12e04a3e7b55/?format=api" ], "name": "WEERT", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/393/?format=api", "id": 393, "code": "965", "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.026788793793536, 50.89500908939617, 0.0 ] }, "last_modified": "2020-10-23T11:41:42.293401Z", "created": "2014-08-08T08:41:40.766956Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/12826f06-0c95-49b3-b44d-5acf960e2dfa/?format=api" ], "name": "SCHAESBERG", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/394/?format=api", "id": 394, "code": "966", "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.870826627725884, 50.931721959918725, 0.0 ] }, "last_modified": "2020-10-23T11:43:20.947375Z", "created": "2014-08-08T08:41:40.776762Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/bd0e554c-b140-430e-af0c-481a350c54e8/?format=api" ], "name": "SCHINNEN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/395/?format=api", "id": 395, "code": "967", "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.888958577531094, 51.29120181806702, 0.0 ] }, "last_modified": "2020-10-23T11:41:46.564020Z", "created": "2014-08-08T08:41:40.787400Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/16cd60ba-7de8-4f45-a244-6d6d1115719f/?format=api" ], "name": "HEIBLOEM", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/396/?format=api", "id": 396, "code": "968", "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.996707154197927, 50.769325777075295, 0.0 ] }, "last_modified": "2020-10-23T11:41:46.307667Z", "created": "2014-08-08T08:41:40.797209Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/14ca18e9-8f70-47c9-b632-64083116a8b1/?format=api" ], "name": "VAALS", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/397/?format=api", "id": 397, "code": "969", "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.757250460897219, 50.95910745954645, 0.0 ] }, "last_modified": "2020-10-23T11:44:09.896390Z", "created": "2014-08-08T08:41:40.806363Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/f4fb2dcc-c1c3-4318-aad2-45a35b507ce3/?format=api" ], "name": "STEIN", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/398/?format=api", "id": 398, "code": "970", "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.71615510689427, 51.18395280855345, 0.0 ] }, "last_modified": "2020-10-23T11:41:36.227516Z", "created": "2014-08-08T08:41:40.817676Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/081ff216-fa9f-4d70-9b96-520ae8589914/?format=api" ], "name": "STRAMPROY", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/399/?format=api", "id": 399, "code": "971", "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.8125252947773, 50.77914001031489, 0.0 ] }, "last_modified": "2020-10-23T11:43:43.430568Z", "created": "2014-08-08T08:41:40.831894Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/d3483043-1d24-4218-b926-dcb0beeeb6d1/?format=api" ], "name": "NOORBEEK", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" }, { "url": "https://demo.lizard.net/api/v4/measuringstations/400/?format=api", "id": 400, "code": "973", "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.81384788807853, 50.92295714802941, 0.0 ] }, "last_modified": "2020-10-23T11:43:48.022495Z", "created": "2014-08-08T08:41:40.839660Z", "image_url": "", "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/db4b56ae-b4ba-42b3-843d-76f2a88ca522/?format=api" ], "name": "BEEK N", "station_type": "weather", "region": "STN", "category": "KNMI-STN", "frequency": "Dagelijks" } ] }{ "count": 15140, "next": "