Wave Forecast App
The Swellnet WaveApp application.
Usage:
- Request info about a specified location:
http://webserver.path/api/v1/get-location/LOCATIONNAME/
- Request info about all available locations:
http://webserver.path/api/v1/get-location/all/
- /api/v1/get-location/all - Request info about a specified location with additional info outputted (verbose option):
http://webserver.path/api/v1/get-location/LOCATIONNAME/?verbose=1
- Request the latest forecast for a specified location:
http://webserver.path/api/v1/get-forecast/LOCATIONNAME/latest/
- Request the latest forecast for all available locations:
http://webserver.path/api/v1/get-forecast/all/latest/
- /api/v1/get-forecast/all/latest - Request the forecast for a specified location and specified date/time:
http://webserver.path/api/v1/get-forecast/LOCATIONNAME/YYYYMMDDTHHMM/
- Request the forecast for all available locations and specified date/time:
http://webserver.path/api/v1/get-forecast/all/YYYYMMDDTHHMM/
- Request the forecast with additional info outputted (verbose option):
http://webserver.path/api/v1/get-forecast/LOCATIONNAME/YYYYMMDDTHHMM/?verbose=1
- Request the forecast with historical data for current day also outputted (currentday option):
http://webserver.path/api/v1/get-forecast/LOCATIONNAME/YYYYMMDDTHHMM/?currentday=1