v1

latestOpenAPI 3.0.1OGL 32026-07-232225170.8 KB
id

Lists monitoring stations that are open between from and to dates.

get/id/open/stations?_view=minimal

Query parameters

{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:0:schema","oasType":"schema","type":"unknown"}

A name for the item

latstring
longstring
{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:3:schema","oasType":"schema","type":"unknown"}

The set of measurement types available from the station

{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:4:schema","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:5:schema","oasType":"schema","type":"unknown"}

A name for the item

{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:6:schema","oasType":"schema","type":"unknown"}

A string or other literal which uniquely identifies the item.

{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:7:schema","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:8:schema","oasType":"schema","type":"unknown"}

Name of river, or other water body, associated with this monitoring station (when available)

{"stackTrail":"paths:/id/open/stations?_view=minimal:get:parameters:9:schema","oasType":"schema","type":"unknown"}

The class, or classes, of this item

fromstring

yyyy-mm-dd

tostring

yyyy-mm-dd

status.labelstring

Active|Suspended|Closed

_projectionstring

Lets you return a subset of properties that are specified by the endpoint view. All the properties returned by an endpoint are defined in the model below.

distnumber

Should be used in combination with "lat" and "long": lat={x}&long={y}&dist={d}, or "easting" and "northing": easting={x}&northing={y}&dist={d}

eastingnumber

Should be used in combination with "northing" and "dist": easting={x}&northing={y}&dist={d}

latnumber

Should be used in combination with "long" and "dist": lat={x}&long={y}&dist={d}

longnumber

Should be used in combination with "lat" and "dist": lat={x}&long={y}&dist={d}

northingnumber

Should be used in combination with "easting" and "dist": easting={x}&northing={y}&dist={d}

_limitinteger

Return only a given number of items from the list, some endpoints may impose a default limit and/or a maximum to which the limit can be set. In particular, sampling points, samples and measurements default to a soft limit of 50 items but that can be overridden.

_offsetinteger

Return the list of items starting with the xth item, together with _limit this enables paging through a long set of results. Though it often cheaper to simply return all that you want in one go or to use filters to reduce the list to a subset of interest.

searchstring

Will filter the list for only those whose label or comment fields contain a matching word. The search keywords will be filtered to remove punctuation characters meaningful to the underlying search engine, so only plain alphanumeric keywords can be reliably used as search terms.

_sortstring

Reorder the list of returned results by the value of the named property of the results. Use -{property} to sort in descending instead of ascending order. Multiple sort parameters can be given.

Response

Success