# Spotter Data

The Spotter Data API endpoints report data gathered from onboard Spotter sensors, such as wave, wind, and sea surface temperature (SST) sensors.

<table data-view="cards" data-full-width="false"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="spotter-data/latest-data">latest-data</a></td><td>Retrieve the latest data from a Spotter.</td><td><a href="spotter-data/latest-data">latest-data</a></td></tr><tr><td><a href="spotter-data/wave-data">wave-data</a></td><td>Retrieve data from a Spotter for a specified time window.</td><td><a href="spotter-data/wave-data">wave-data</a></td></tr><tr><td><a href="spotter-data/search">search</a></td><td>Retrieve data from Spotters within an area for a specified time window.</td><td><a href="spotter-data/search">search</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sofarocean.com/spotter-and-smart-mooring/spotter-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
