v1

latestOpenAPI 3.0.32026-07-1393468.5 KB

Get historical weather data for a point

Returns historical weather and marine data for a specific coordinate.

get/historical/point

Query parameters

latnumber float required

Latitude in decimal degrees (-90 to 90)

lngnumber float required

Longitude in decimal degrees (-180 to 180)

startstring date-time

UTC timestamp for the first hour to include. Either start or end must be included.

endstring date-time

UTC timestamp for the last hour to include. An end date must be a at least one week before current date. Either start or end must be included.

sourcestring

Data source (e.g. ecmwf,cmems,sg)

paramsHistoricalParameter[] required

Response

Historical data response

Example response

{
  "hours": [
    {
      "time": "2026-03-06T05:00:00+00:00",
      "airTemperature": {
        "sg": 12.1
      },
      "bathymetry": {
        "sg": 2.35
      },
      "pressure": {
        "sg": 1013.5
      },
      "cloudCover": {
        "sg": 78
      },
      "currentDirection": {
        "sg": 116.59
      },
      "currentSpeed": {
        "sg": 5
      },
      "dewPointTemperature": {
        "sg": 12.1
      },
      "gust": {
        "sg": 5
      },
      "iceCover": {
        "sg": 0
      },
      "precipitation": {
        "sg": 2.23
      },
      "rain": {
        "sg": 2.23
      },
      "snow": {
        "sg": 2.23
      },
      "snowAlbedo": {
        "sg": 0
      },
      "swellDirection": {
        "sg": 116.59
      },
      "swellHeight": {
        "sg": 2.35
      },
      "swellPeriod": {
        "sg": 12.53
      },
      "waveDirection": {
        "sg": 116.59
      },
      "waveHeight": {
        "sg": 2.35
      },
      "wavePeriod": {
        "sg": 12.53
      },
      "windWaveDirection": {
        "sg": 116.59
      },
      "windWaveHeight": {
        "sg": 2.35
      },
      "windWavePeriod": {
        "sg": 12.53
      },
      "windDirection": {
        "sg": 116.59
      },
      "windDirection100m": {
        "sg": 116.59
      },
      "windDirection1000hpa": {
        "sg": 116.59
      },
      "windDirection800hpa": {
        "sg": 116.59
      },
      "windDirection500hpa": {
        "sg": 116.59
      },
      "windDirection200hpa": {
        "sg": 116.59
      },
      "windSpeed": {
        "sg": 5
      },
      "windSpeed100m": {
        "sg": 5
      },
      "windSpeed1000hpa": {
        "sg": 5
      },
      "windSpeed800hpa": {
        "sg": 5
      },
      "windSpeed500hpa": {
        "sg": 5
      },
      "windSpeed200hpa": {
        "sg": 5
      },
      "soilMoisture": {
        "sg": 0.25
      },
      "soilMoisture10cm": {
        "sg": 0.25
      },
      "soilMoisture40cm": {
        "sg": 0.25
      },
      "soilMoisture100cm": {
        "sg": 0.25
      },
      "soilTemperature": {
        "sg": 12.1
      },
      "soilTemperature10cm": {
        "sg": 12.1
      },
      "soilTemperature40cm": {
        "sg": 12.1
      },
      "soilTemperature100cm": {
        "sg": 12.1
      },
      "solarDownwardRadiationFlux": {
        "sg": 141.32
      },
      "surfaceNetShortwaveRadiationDownwardsFlux": {
        "sg": 141.32
      }
    }
  ],
  "meta": {
    "lat": 59.33,
    "lng": 18.069,
    "start": "2026-03-06T05:00:00+00:00",
    "end": "2026-03-06T05:00:00+00:00",
    "dailyQuota": 500,
    "requestCount": 49
  }
}