Reservoir sourced by CRT Open Data, CRT Notices and OpenStreetMap. Providing a stream of clean and nutrient data APIs.
Reservoir aims to serve up conent in the most useful formats for both application and mapping systems.
Waterways include both canals and rivers in the United Kingdom known to be navigable.
GET /v1/waterways
[
{
"id": "GU",
"name": "Grand Union Canal",
"colour": "#123123"
}
]
Notices are published by the Canal and River Trust to update users on current and upcoming closures, work and other information relating to various parts of their network. These are available from Canal and River Trust's own website at https://canalrivertrust.org.uk/.
GET /v1/notices
[
{
"id": "1234",
"name": "Cowley Services Maintenance",
"fromDate": "",
"endDate": null
}
]