Test the API
Try the Spotter & Smart Mooring API for yourself.
Demo API Token
Include this API token in the header or query parameters of your requests to retrieve sample data:
Walkthrough
Get a list of Spotters associated with the demo account
Use the Devices endpoint to retrieve a list of Spotters associated with the demo account, ordered by spotterId.
Get the latest data from the demo account's Spotters
Choose a spotterId from the list of Spotters associated with the demo account and use the Latest Data endpoint to retrieve the most recently transmitted device, waves and sensor data for that Spotter.
Change the spotterId to retrieve the latest data from another one of the demo account's Spotters and/or try adjusting the other query parameters (e.g., includeSurfaceTempData, includeWindData , etc.) to modify which data is returned.
Get data from that Spotter for a specified time window
Use the Wave Data endpoint to retrieve data from one of the demo account's Spotters, specified by spotterId, for a given time window. By default, the response will consist of general device information and up to 20 of the most recent data samples.
Change the spotterId to retrieve the data from another one of the demo account's Spotters and/or try adjusting the other query parameters (e.g., startDate, endDate , includeBarometerData etc.) to modify which data is returned.
Last updated
Was this helpful?