Skip to main content
GET
/
data
/
weather
Get weather data
curl --request GET \
  --url https://api.liteapi.travel/v3.0/data/weather \
  --header 'X-API-Key: <api-key>'
{
"data": [
{
"weatherData": [
{
"detailedWeatherData": {
"lat": 36.1251,
"lon": -115.1699,
"timezone": "America/Los_Angeles",
"timezone_offset": -25200,
"daily": [
{
"date": "2026-07-10",
"sunrise": "13:13:32",
"sunset": "02:09:47",
"moonrise": "00:22:00",
"moonset": "12:09:00",
"moon_phase": 0.43,
"summary": "Date: 2026-07-10, Summary: The day will start with clear sky through the late morning hours, transitioning to partly cloudy",
"temp": {
"day": 29.42,
"min": 18.56,
"max": 32.77,
"night": 24.65,
"eve": 32.53,
"morn": 18.56
},
"feels_like": {
"day": 27.69,
"night": 23.51,
"eve": 30.26,
"morn": 17.02
},
"pressure": 1017,
"humidity": 10,
"dew_point": -4.5,
"wind_speed": 2.16,
"wind_deg": 247,
"wind_gust": 3.66,
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04d"
}
],
"clouds": 88,
"pop": 0,
"uvi": 9.24
},
{
"date": "2026-07-11",
"sunrise": "13:12:09",
"sunset": "02:10:38",
"moonrise": "01:18:00",
"moonset": "12:31:00",
"moon_phase": 0.46,
"summary": "Date: 2026-07-11, Summary: Expect a day of partly cloudy with clear spells",
"temp": {
"day": 31.13,
"min": 19.4,
"max": 34.37,
"night": 25.79,
"eve": 32.16,
"morn": 19.4
},
"feels_like": {
"day": 29.07,
"night": 24.76,
"eve": 29.95,
"morn": 17.89
},
"pressure": 1012,
"humidity": 9,
"dew_point": -5.12,
"wind_speed": 8.67,
"wind_deg": 234,
"wind_gust": 11.81,
"weather": [
{
"id": 803,
"main": "Clouds",
"description": "broken clouds",
"icon": "04d"
}
],
"clouds": 82,
"pop": 0,
"uvi": 9.17
}
]
}
}
]
}
],
"guestLevel": 0,
"sandbox": true,
"weather": [
{
"dailyWeather": {
"date": "2026-07-01",
"units": "metric",
"cloud_cover": {
"afternoon": 99.92
},
"humidity": {
"afternoon": 94.34
},
"precipitation": {
"total": 181.55
},
"temperature": {
"min": 5.34,
"max": 7.16,
"afternoon": 5.57,
"night": 7.16,
"evening": 6.36,
"morning": 5.34
},
"pressure": {
"afternoon": 1014.21
},
"wind": {
"max": {
"speed": 10.05,
"direction": 71.31
}
}
}
},
{
"dailyWeather": {
"date": "2026-07-02",
"units": "metric",
"cloud_cover": {
"afternoon": 99.52
},
"humidity": {
"afternoon": 99.45
},
"precipitation": {
"total": 135.08
},
"temperature": {
"min": 6.78,
"max": 11.56,
"afternoon": 8.73,
"night": 6.78,
"evening": 11.56,
"morning": 6.9
},
"pressure": {
"afternoon": 1006.58
},
"wind": {
"max": {
"speed": 4.76,
"direction": 54.28
}
}
}
}
]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

latitude
string
required

Latitude of the location.

longitude
string
required

Longitude of the location.

startDate
string<date>
required

Start date in YYYY-MM-DD format. The service can provide future forecasts, but reliability significantly decreases beyond one week.

endDate
string<date>
required

End date in YYYY-MM-DD format. The service can provide future forecasts, but reliability significantly decreases beyond one week.

units
enum<string>
default:metric

Units of measurement. Default is metric.

Available options:
metric,
imperial

Response

OK

detailedWeatherData
object

Represents a summarized daily weather forecast.

dailyWeather
object

Represents a summarized daily weather forecast.