(GET) Historical Data
Retrieve historical data collected by a specified Spotter within a specified time window.
GET https://api.sofarocean.com/api/wave-data?spotterId=:spotterId
Returns waves and sensor data collected by the specified Spotter between startDate and endDate.
For Spotters shared, but not registered, to your account, you can only retrieve data collected within the past 30 days.
Query Parameters
spotterId
string
The identifier of the device you wish to retrieve data from.
limit
number
Default: 20
Maximum: 500 *
The maximum amount of data to be included in the response.
*100 if frequencyData is included in the response
startDate
string
Default: null
ISO 8601-formatted timestamp indicating the start date for data inclusion.
e.g., 2021-01-01T07:00:00Z
endDate
string
Default: now()
ISO 8601-formatted timestamp indicating the end date for data inclusion.
e.g., 2021-01-02T07:00:00Z
includeWaves
boolean
Default: true
Set false to omit waves data.
includeWindData
boolean
Default: false
Set true to return wind data.
includeSurfaceTempData
boolean
Default: false
Set true to return surface temperature data from
Spotters equipped with SST sensors.
includeTrack
boolean
Default: false
Set true to return location tracking data.
includeFrequencyData
boolean
Default: false
Set true to return frequency data for samples collected in Waves: Spectrum mode or HDR mode*.
*In combination with processingSources set to hdr or all.
includeDirectionalMoments
boolean
Default: false
Set true to return directional moments data for samples collected in Waves: Spectrum mode. includeFrequencyData must also be set to true.
includePartitionData
boolean
Default: false
Set true to return partition data from Spotters in Waves: Partition mode or HDR mode.
includeBarometerData
boolean
Default: false
Set true to return barometer data from Spotters equipped with barometers.
processingSources
string
Default: embedded
The data processing source, which can be embedded, hdr*, or all.
*hdr is only applicable to Spotters in HDR mode with cellular enabled.
Response Description
For more information on the data collected by Spotters, see the product documentation.
significantWaveHeight
meters
peakPeriod, meanPeriod
seconds
varianceDensity
m2/Hz
windSpeed
m/s
Examples
Example Request
Example Response
Last updated
Was this helpful?