Lists monitoring stations that are open between from and to dates.
Query parameters
A name for the item
The set of measurement types available from the station
A name for the item
A string or other literal which uniquely identifies the item.
Name of river, or other water body, associated with this monitoring station (when available)
The class, or classes, of this item
yyyy-mm-dd
yyyy-mm-dd
Active|Suspended|Closed
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.
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}
Should be used in combination with "northing" and "dist": easting={x}&northing={y}&dist={d}
Should be used in combination with "long" and "dist": lat={x}&long={y}&dist={d}
Should be used in combination with "lat" and "dist": lat={x}&long={y}&dist={d}
Should be used in combination with "easting" and "dist": easting={x}&northing={y}&dist={d}
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.
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.
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.
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