Saildrone · Example Payload

Saildrone Get Time Series Example

MaritimeOcean DataUSVUnmanned Surface VehicleAutonomous SystemsMETOCMaritime Domain AwarenessAnti-Submarine WarfareDefenseClimateOceanographyBathymetryBiogeochemical

Saildrone Get Time Series Example is an example object payload from Saildrone, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://developer-mission.saildrone.com/v1/timeseries/1039?data_set=oceanographic&start_date=2024-06-01T00:00:00Z&end_date=2024-06-01T01:00:00Z&interval=1&limit=1000&order_by=asc",
    "headers": {
      "Accept": "application/json",
      "authorization": "<bearer token from POST /v1/auth>"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "meta": {
        "TEMP_SBE37_MEAN": {
          "units": "degree_C",
          "long_name": "Sea surface temperature mean",
          "standard_name": "sea_surface_temperature",
          "valid_min": -2,
          "valid_max": 40
        },
        "SAL_SBE37_MEAN": {
          "units": "1",
          "long_name": "Salinity mean (practical)",
          "standard_name": "sea_water_practical_salinity",
          "valid_min": 0,
          "valid_max": 42
        }
      },
      "data": [
        {
          "gps_time": 1717200000,
          "latitude": 37.7724,
          "longitude": -122.3115,
          "TEMP_SBE37_MEAN": 13.42,
          "SAL_SBE37_MEAN": 33.61,
          "COND_SBE37_MEAN": 4.211
        },
        {
          "gps_time": 1717200060,
          "latitude": 37.7726,
          "longitude": -122.3119,
          "TEMP_SBE37_MEAN": 13.43,
          "SAL_SBE37_MEAN": 33.62,
          "COND_SBE37_MEAN": 4.212
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/saildrone-get-time-series-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.