v1

latestOpenAPI 3.1.02026-07-24200331.1 KB

Weather Recent History

get/weather/history/recent

Query parameters

locationstring required
timestepsstring[]

Timesteps includes: hourly: "1h", daily: "1d"

unitsstring

Unit system of the field values, either "metric" or "imperial" - see Field Descriptors

Headers

accept-encodingstring

Response

200

Example response

{
  "timelines": {
    "hourly": [
      {
        "time": "2023-01-25T10:00:00Z",
        "values": {
          "cloudCover": 9,
          "dewPoint": 2.81,
          "evapotranspiration": 0.035,
          "humidity": 85,
          "pressureSurfaceLevel": 998.13,
          "temperature": 5.13,
          "temperatureApparent": 5.13,
          "visibility": 15.9,
          "weatherCode": 1000,
          "windDirection": 314.13,
          "windGust": 9.69,
          "windSpeed": 2.5
        }
      }
    ],
    "daily": [
      {
        "time": "2023-01-24T12:00:00Z",
        "values": {
          "cloudBaseAvg": 0.12,
          "cloudBaseMax": 0.45,
          "cloudCeilingAvg": 0.09,
          "cloudCeilingMax": 0.45,
          "cloudCoverAvg": 50.74,
          "cloudCoverMax": 100,
          "dewPointAvg": 5.83,
          "dewPointMax": 8.69,
          "dewPointMin": 2.5,
          "evapotranspirationAvg": 0.057,
          "evapotranspirationMax": 0.175,
          "evapotranspirationSum": 1.322,
          "humidityAvg": 85.52,
          "humidityMax": 97,
          "humidityMin": 75,
          "moonriseTime": "2023-01-24T15:44:34Z",
          "moonsetTime": "2023-01-24T02:17:18Z",
          "precipitationProbabilityAvg": 14.1,
          "precipitationProbabilityMax": 90,
          "pressureSurfaceLevelAvg": 994.7,
          "pressureSurfaceLevelMax": 998.98,
          "pressureSurfaceLevelMin": 990.31,
          "rainAccumulationAvg": 0.17,
          "rainAccumulationLweAvg": 0.17,
          "rainAccumulationLweMax": 0.88,
          "rainAccumulationMax": 0.88,
          "rainAccumulationSum": 3.9,
          "rainIntensityAvg": 0.15,
          "rainIntensityMax": 1.79,
          "sunriseTime": "2023-01-24T13:20:00Z",
          "sunsetTime": "2023-01-25T00:04:00Z",
          "temperatureApparentAvg": 8.13,
          "temperatureApparentMax": 11.5,
          "temperatureApparentMin": 4.81,
          "temperatureAvg": 8.13,
          "temperatureMax": 11.5,
          "temperatureMin": 4.81,
          "uvHealthConcernMax": 1,
          "uvIndexMax": 2,
          "visibilityAvg": 13.46,
          "visibilityMax": 16,
          "visibilityMin": 2.67,
          "weatherCodeMax": 1000,
          "weatherCodeMin": 1000,
          "windDirectionAvg": 276.7,
          "windGustAvg": 10.05,
          "windGustMax": 17.81,
          "windGustMin": 3.69,
          "windSpeedAvg": 4.15,
          "windSpeedMax": 7.38,
          "windSpeedMin": 1
        }
      }
    ]
  },
  "location": {
    "lat": 30.271127700805664,
    "lon": -97.74369812011719,
    "name": "Austin, Travis County, Texas, United States",
    "type": "administrative"
  }
}