v1

latestOpenAPI 3.0.32026-07-1393468.5 KB

Get weather data for a point

Returns weather and marine data for a specific coordinate.

get/weather/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

Timestamp in UTC for the first hour to include in the forecast - ex. 2026-03-06T05

endstring date-time

Timestamp in UTC for the last hour to include in the forecast - ex. 2026-03-12T05

sourcestring

Data source (e.g. noaa,dwd,sg)

paramsWeatherParameter[] required

Response

Weather data response

Example response

{
  "hours": [
    {
      "time": "2026-03-06T05:00:00+00:00",
      "airTemperature": {
        "sg": 12.1
      },
      "airTemperature80m": {
        "sg": 12.1
      },
      "airTemperature100m": {
        "sg": 12.1
      },
      "airTemperature1000hpa": {
        "sg": 12.1
      },
      "airTemperature800hpa": {
        "sg": 12.1
      },
      "airTemperature500hpa": {
        "sg": 12.1
      },
      "airTemperature200hpa": {
        "sg": 12.1
      },
      "pressure": {
        "sg": 1013.5
      },
      "cloudCover": {
        "sg": 78
      },
      "currentDirection": {
        "sg": 116.59
      },
      "currentSpeed": {
        "sg": 5
      },
      "dewPointTemperature": {
        "sg": 12.1
      },
      "gust": {
        "sg": 5
      },
      "humidity": {
        "sg": 78
      },
      "iceCover": {
        "sg": 0
      },
      "precipitation": {
        "sg": 2.23
      },
      "rain": {
        "sg": 2.23
      },
      "snow": {
        "sg": 2.23
      },
      "graupel": {
        "sg": 2.23
      },
      "seaLevel": {
        "sg": -0.34
      },
      "snowAlbedo": {
        "sg": 0
      },
      "snowDepth": {
        "sg": 1.34
      },
      "seaIceThickness": {
        "sg": 2.35
      },
      "swellDirection": {
        "sg": 116.59
      },
      "swellHeight": {
        "sg": 2.35
      },
      "swellPeriod": {
        "sg": 12.53
      },
      "secondarySwellDirection": {
        "sg": 116.59
      },
      "secondarySwellHeight": {
        "sg": 2.35
      },
      "secondarySwellPeriod": {
        "sg": 12.53
      },
      "visibility": {
        "sg": 20.99
      },
      "waterTemperature": {
        "sg": 12.1
      },
      "surfaceTemperature": {
        "sg": 12.1
      },
      "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
      },
      "windDirection20m": {
        "sg": 116.59
      },
      "windDirection30m": {
        "sg": 116.59
      },
      "windDirection40m": {
        "sg": 116.59
      },
      "windDirection50m": {
        "sg": 116.59
      },
      "windDirection80m": {
        "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
      },
      "windSpeed20m": {
        "sg": 5
      },
      "windSpeed30m": {
        "sg": 5
      },
      "windSpeed40m": {
        "sg": 5
      },
      "windSpeed50m": {
        "sg": 5
      },
      "windSpeed80m": {
        "sg": 5
      },
      "windSpeed100m": {
        "sg": 5
      },
      "windSpeed1000hpa": {
        "sg": 5
      },
      "windSpeed800hpa": {
        "sg": 5
      },
      "windSpeed500hpa": {
        "sg": 5
      },
      "windSpeed200hpa": {
        "sg": 5
      }
    }
  ],
  "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
  }
}
All 9 operations