RNLI Web API
Use this web api to get information on RNLI launches.
Example url: /api/launches
Add a callback query string parameter to get back JSONP e.g. /api/launches?callback=someFunction
One can receive a specified number of most recent launches by specifying the numberOfShouts parameter:
/api/launches?numberOfShouts=10
Only numbers between 1 and 50 (inclusive) are allowed.