Global Weather API.
Real-time weather, forecast & historical data for any location.
Columbus
LIVEEasy to Use
- Setup in minutes
- Simple REST API
- Extensive documentation
- Simple transparent pricing
Weather Conditions
- Real-time conditions
- Hyper-local forecasting
- 10 years historical data
- Severe weather alerts
Advanced Data
- Worldwide coverage
- Proprietary weather model
- Backed by a wide range of data sources
Weather data
with just a few lines of code
Sign up for a free account and start accessing global weather data. Get current conditions, forecasts, and historical data in minutes. When you're ready to scale, upgrade to a pay-as-you-go plan.
# Install the requests library import requests # Your API key from dashboard api_key = os.environ['WEATHER_API_KEY'] # Make API request response = requests.get( 'https://api.weatherxu.api/v1/weather', params={ 'lat': '34.0522', 'lon': '-118.2437', 'api_key': api_key } ) data = response.json()['data'] current = data['currently'] print(f"Temperature: {current['temperature']}°C") print(f"Feels like: {current['apparentTemperature']}°C") print(f"Humidity: {current['humidity']}%") print(f"Wind speed: {current['windSpeed']} m/s")
Simple REST API
Access weather data easily with our RESTful API. Use any programming language or HTTP client of your choice.
Global Coverage
Get accurate weather data for any location worldwide. Real-time updates and historical data at your fingertips.
Reliable Uptime
Built on robust infrastructure to ensure reliable access to weather data when your applications need it most.
WeatherXu API Response for Columbus
Real-time weather data in clean, structured JSON format
{
"dt": 1746848844,
"latitude": 39.9625,
"longitude": -83.0061,
"timezone": "America/New_York",
"timezone_abbreviation": "EDT",
"timezone_offset": -14400,
"units": "imperial",
"alerts": [
{
"tile": "Frost Advisory issued May 9 at 7:55PM EDT until May 10 at 8:00AM EDT by NWS Wilmington OH",
"description": "* WHAT...Temperatures as low as 36 will result in frost formation.\n\n* WHERE...Delaware, Fairfield, Franklin, Hocking, Licking, Pickaway,\nUnion, Pike, and Ross Counties.\n\n* WHEN...From 2 AM to 8 AM EDT Saturday.\n\n* IMPACTS...Frost could harm sensitive outdoor vegetation. Sensitive\noutdoor plants may be killed if left uncovered.",
"endsAt": 1746878400
}
],
"currently": {
"apparentTemperature": 47.21,
"cloudCover": 0.01,
"dewPoint": 37.15,
"humidity": 0.69,
"icon": "clear",
"precipIntensity": 0,
"pressure": 992.9,
"temperature": 48.45,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 271,
"windGust": 3.84,
"windSpeed": 3.79
},
"hourly": {
"data": [
{
"apparentTemperature": 47.21,
"cloudCover": 0,
"dewPoint": 37.15,
"forecastStart": 1746849600,
"humidity": 0.69,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 992.9,
"temperature": 48.45,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 271,
"windGust": 3.84,
"windSpeed": 3.79
},
{
"apparentTemperature": 45.82,
"cloudCover": 0,
"dewPoint": 37.61,
"forecastStart": 1746853200,
"humidity": 0.72,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 993.3,
"temperature": 47.16,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 257,
"windGust": 4.83,
"windSpeed": 3.68
},
{
"apparentTemperature": 44.1,
"cloudCover": 0,
"dewPoint": 37.62,
"forecastStart": 1746856800,
"humidity": 0.75,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.6,
"temperature": 46.25,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 264,
"windGust": 3.92,
"windSpeed": 2.15
},
{
"apparentTemperature": 42.91,
"cloudCover": 0,
"dewPoint": 37.63,
"forecastStart": 1746860400,
"humidity": 0.77,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.7,
"temperature": 45.09,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 279,
"windGust": 3.66,
"windSpeed": 1
},
{
"apparentTemperature": 42.18,
"cloudCover": 0,
"dewPoint": 37.22,
"forecastStart": 1746864000,
"humidity": 0.78,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.4,
"temperature": 43.63,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 107,
"windGust": 3.21,
"windSpeed": 3.25
},
{
"apparentTemperature": 40.77,
"cloudCover": 0,
"dewPoint": 37.08,
"forecastStart": 1746867600,
"humidity": 0.79,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 993.9,
"temperature": 43.05,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 90,
"windGust": 2.56,
"windSpeed": 2.56
},
{
"apparentTemperature": 40.35,
"cloudCover": 0,
"dewPoint": 36.7,
"forecastStart": 1746871200,
"humidity": 0.78,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.6,
"temperature": 42.71,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 146,
"windGust": 1.64,
"windSpeed": 1.78
},
{
"apparentTemperature": 40.8,
"cloudCover": 0,
"dewPoint": 36.19,
"forecastStart": 1746874800,
"humidity": 0.77,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.9,
"temperature": 43.16,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 4,
"windGust": 0.77,
"windSpeed": 0.25
},
{
"apparentTemperature": 43.85,
"cloudCover": 0.01,
"dewPoint": 37.51,
"forecastStart": 1746878400,
"humidity": 0.72,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.7,
"temperature": 46.15,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 212,
"windGust": 1.74,
"windSpeed": 1.41
},
{
"apparentTemperature": 50.09,
"cloudCover": 0.06,
"dewPoint": 39.92,
"forecastStart": 1746882000,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.2,
"temperature": 52.25,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 211,
"windGust": 8.84,
"windSpeed": 2.98
},
{
"apparentTemperature": 55.95,
"cloudCover": 0.02,
"dewPoint": 40.84,
"forecastStart": 1746885600,
"humidity": 0.52,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.2,
"temperature": 58.01,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 243,
"windGust": 6.77,
"windSpeed": 2.47
},
{
"apparentTemperature": 61.18,
"cloudCover": 0,
"dewPoint": 40.8,
"forecastStart": 1746889200,
"humidity": 0.44,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.4,
"temperature": 63.1,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 255,
"windGust": 6.56,
"windSpeed": 2.66
},
{
"apparentTemperature": 64.14,
"cloudCover": 0,
"dewPoint": 40.77,
"forecastStart": 1746892800,
"humidity": 0.39,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.8,
"temperature": 66,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 284,
"windGust": 6.17,
"windSpeed": 2.37
},
{
"apparentTemperature": 66.71,
"cloudCover": 0,
"dewPoint": 40.71,
"forecastStart": 1746896400,
"humidity": 0.36,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.78,
"temperature": 68.47,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 252,
"windGust": 4.03,
"windSpeed": 3.63
},
{
"apparentTemperature": 69.18,
"cloudCover": 0,
"dewPoint": 40.39,
"forecastStart": 1746900000,
"humidity": 0.33,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.66,
"temperature": 70.84,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 224,
"windGust": 5.37,
"windSpeed": 5.19
},
{
"apparentTemperature": 71.41,
"cloudCover": 0,
"dewPoint": 40.68,
"forecastStart": 1746903600,
"humidity": 0.32,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.4,
"temperature": 72.91,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 219,
"windGust": 6.26,
"windSpeed": 6.33
},
{
"apparentTemperature": 72.11,
"cloudCover": 0,
"dewPoint": 41.7,
"forecastStart": 1746907200,
"humidity": 0.31,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 993.77,
"temperature": 73.6,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 244,
"windGust": 6.04,
"windSpeed": 5.33
},
{
"apparentTemperature": 72.79,
"cloudCover": 0,
"dewPoint": 41.76,
"forecastStart": 1746910800,
"humidity": 0.31,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 993.46,
"temperature": 74.21,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 266,
"windGust": 6.26,
"windSpeed": 5.29
},
{
"apparentTemperature": 72.61,
"cloudCover": 0,
"dewPoint": 43.45,
"forecastStart": 1746914400,
"humidity": 0.34,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 993.42,
"temperature": 73.92,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 269,
"windGust": 6.04,
"windSpeed": 5.05
},
{
"apparentTemperature": 71.43,
"cloudCover": 0,
"dewPoint": 44.64,
"forecastStart": 1746918000,
"humidity": 0.37,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 993.98,
"temperature": 72.72,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 258,
"windGust": 5.59,
"windSpeed": 3.97
},
{
"apparentTemperature": 68.66,
"cloudCover": 0,
"dewPoint": 46.81,
"forecastStart": 1746921600,
"humidity": 0.43,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.16,
"temperature": 69.94,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 250,
"windGust": 2.01,
"windSpeed": 1.75
},
{
"apparentTemperature": 64.78,
"cloudCover": 0,
"dewPoint": 47.21,
"forecastStart": 1746925200,
"humidity": 0.49,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.43,
"temperature": 66.16,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 195,
"windGust": 2.91,
"windSpeed": 2.46
},
{
"apparentTemperature": 61.34,
"cloudCover": 0,
"dewPoint": 47.16,
"forecastStart": 1746928800,
"humidity": 0.57,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.94,
"temperature": 62.69,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 168,
"windGust": 3.58,
"windSpeed": 3.51
},
{
"apparentTemperature": 58.6,
"cloudCover": 0,
"dewPoint": 47.16,
"forecastStart": 1746932400,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 995.16,
"temperature": 59.99,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 155,
"windGust": 3.36,
"windSpeed": 3.49
},
{
"apparentTemperature": 57.6,
"cloudCover": 0,
"dewPoint": 47.17,
"forecastStart": 1746936000,
"humidity": 0.66,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 995.27,
"temperature": 58.91,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 143,
"windGust": 2.91,
"windSpeed": 2.93
},
{
"apparentTemperature": 55.71,
"cloudCover": 0,
"dewPoint": 47.01,
"forecastStart": 1746939600,
"humidity": 0.7,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 995.47,
"temperature": 57.02,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 27,
"windGust": 3.58,
"windSpeed": 4.97
},
{
"apparentTemperature": 54.07,
"cloudCover": 0,
"dewPoint": 47.26,
"forecastStart": 1746943200,
"humidity": 0.73,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 996.22,
"temperature": 55.4,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 33,
"windGust": 21.92,
"windSpeed": 9.22
},
{
"apparentTemperature": 50.11,
"cloudCover": 0,
"dewPoint": 44.94,
"forecastStart": 1746954000,
"humidity": 0.78,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 51.58,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 52.07,
"cloudCover": 0,
"dewPoint": 44.6,
"forecastStart": 1746964800,
"humidity": 0.73,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 53.58,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 65.68,
"cloudCover": 0,
"dewPoint": 49.28,
"forecastStart": 1746975600,
"humidity": 0.53,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 66.81,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 73.96,
"cloudCover": 0,
"dewPoint": 50.38,
"forecastStart": 1746986400,
"humidity": 0.42,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 74.8,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 75.58,
"cloudCover": 0,
"dewPoint": 50.34,
"forecastStart": 1746997200,
"humidity": 0.39,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 76.41,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 71.34,
"cloudCover": 0,
"dewPoint": 52.07,
"forecastStart": 1747008000,
"humidity": 0.5,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 72.09,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 61.84,
"cloudCover": 0,
"dewPoint": 50.13,
"forecastStart": 1747018800,
"humidity": 0.63,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 62.89,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 57.57,
"cloudCover": 0,
"dewPoint": 48.99,
"forecastStart": 1747029600,
"humidity": 0.7,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 58.71,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 55.4,
"cloudCover": 0,
"dewPoint": 48.07,
"forecastStart": 1747040400,
"humidity": 0.74,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 56.57,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 57.71,
"cloudCover": 0,
"dewPoint": 49.05,
"forecastStart": 1747051200,
"humidity": 0.7,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 58.84,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 69.5,
"cloudCover": 0,
"dewPoint": 54.77,
"forecastStart": 1747062000,
"humidity": 0.57,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 70.11,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 75.32,
"cloudCover": 0,
"dewPoint": 58.23,
"forecastStart": 1747072800,
"humidity": 0.55,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 75.49,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 72.86,
"cloudCover": 0,
"dewPoint": 59.02,
"forecastStart": 1747083600,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 72.95,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 68.7,
"cloudCover": 0,
"dewPoint": 59.31,
"forecastStart": 1747094400,
"humidity": 0.72,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 68.74,
"uvIndex": 0,
"visibility": 29990
},
{
"apparentTemperature": 64.44,
"cloudCover": 0,
"dewPoint": 58.17,
"forecastStart": 1747105200,
"humidity": 0.8,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 64.53,
"uvIndex": 0
},
{
"apparentTemperature": 61.65,
"cloudCover": 0,
"dewPoint": 57.63,
"forecastStart": 1747116000,
"humidity": 0.86,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 61.74,
"uvIndex": 0
},
{
"apparentTemperature": 61.15,
"cloudCover": 0,
"dewPoint": 58.01,
"forecastStart": 1747126800,
"humidity": 0.88,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 61.2,
"uvIndex": 0
},
{
"apparentTemperature": 62.41,
"cloudCover": 0,
"dewPoint": 58.95,
"forecastStart": 1747137600,
"humidity": 0.87,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 62.38,
"uvIndex": 0
},
{
"apparentTemperature": 69.4,
"cloudCover": 0,
"dewPoint": 61.38,
"forecastStart": 1747148400,
"humidity": 0.76,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 69.21,
"uvIndex": 0
},
{
"apparentTemperature": 73.39,
"cloudCover": 0,
"dewPoint": 62.44,
"forecastStart": 1747159200,
"humidity": 0.69,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 73.13,
"uvIndex": 0
},
{
"apparentTemperature": 74.44,
"cloudCover": 0,
"dewPoint": 62.08,
"forecastStart": 1747170000,
"humidity": 0.67,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 74.17,
"uvIndex": 0
},
{
"apparentTemperature": 71.74,
"cloudCover": 0,
"dewPoint": 62.28,
"forecastStart": 1747180800,
"humidity": 0.74,
"icon": "clear",
"precipIntensity": 0.08,
"precipProbability": 0,
"temperature": 71.42,
"uvIndex": 0
},
{
"apparentTemperature": 66.94,
"cloudCover": 0,
"dewPoint": 61.93,
"forecastStart": 1747191600,
"humidity": 0.86,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 66.54,
"uvIndex": 0
},
{
"apparentTemperature": 64.44,
"cloudCover": 0,
"dewPoint": 61.09,
"forecastStart": 1747202400,
"humidity": 0.91,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 64.06,
"uvIndex": 0
},
{
"apparentTemperature": 62.46,
"cloudCover": 0,
"dewPoint": 60.42,
"forecastStart": 1747213200,
"humidity": 0.94,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 62.13,
"uvIndex": 0
},
{
"apparentTemperature": 64.21,
"cloudCover": 0,
"dewPoint": 61.21,
"forecastStart": 1747224000,
"humidity": 0.92,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 63.81,
"uvIndex": 0
},
{
"apparentTemperature": 71.79,
"cloudCover": 0,
"dewPoint": 63.37,
"forecastStart": 1747234800,
"humidity": 0.75,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 71.42,
"uvIndex": 0
},
{
"apparentTemperature": 78.49,
"cloudCover": 0,
"dewPoint": 63.54,
"forecastStart": 1747245600,
"humidity": 0.61,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 78.12,
"uvIndex": 0
},
{
"apparentTemperature": 78.93,
"cloudCover": 0,
"dewPoint": 62.69,
"forecastStart": 1747256400,
"humidity": 0.58,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 78.64,
"uvIndex": 0
},
{
"apparentTemperature": 75.3,
"cloudCover": 0,
"dewPoint": 63.52,
"forecastStart": 1747267200,
"humidity": 0.66,
"icon": "clear",
"precipIntensity": 0.05,
"precipProbability": 0,
"temperature": 75,
"uvIndex": 0
},
{
"apparentTemperature": 69.75,
"cloudCover": 0,
"dewPoint": 63.3,
"forecastStart": 1747278000,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 69.31,
"uvIndex": 0
},
{
"apparentTemperature": 66.47,
"cloudCover": 0,
"dewPoint": 62.91,
"forecastStart": 1747288800,
"humidity": 0.9,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 65.95,
"uvIndex": 0
},
{
"apparentTemperature": 64.48,
"cloudCover": 0,
"dewPoint": 61.77,
"forecastStart": 1747299600,
"humidity": 0.93,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 64,
"uvIndex": 0
},
{
"apparentTemperature": 66.71,
"cloudCover": 0,
"dewPoint": 63.25,
"forecastStart": 1747310400,
"humidity": 0.9,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 66.16,
"uvIndex": 0
},
{
"apparentTemperature": 76.88,
"cloudCover": 0,
"dewPoint": 64.96,
"forecastStart": 1747321200,
"humidity": 0.68,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 76.35,
"uvIndex": 0
},
{
"apparentTemperature": 85.2,
"cloudCover": 0,
"dewPoint": 65.46,
"forecastStart": 1747332000,
"humidity": 0.54,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 83.41,
"uvIndex": 0
},
{
"apparentTemperature": 86.01,
"cloudCover": 0,
"dewPoint": 64.54,
"forecastStart": 1747342800,
"humidity": 0.5,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 84.67,
"uvIndex": 0
},
{
"apparentTemperature": 82.44,
"cloudCover": 0,
"dewPoint": 65.32,
"forecastStart": 1747353600,
"humidity": 0.59,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 80.62,
"uvIndex": 0
},
{
"apparentTemperature": 74.45,
"cloudCover": 0,
"dewPoint": 65.34,
"forecastStart": 1747364400,
"humidity": 0.74,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 73.89,
"uvIndex": 0
},
{
"apparentTemperature": 71.06,
"cloudCover": 0,
"dewPoint": 65.16,
"forecastStart": 1747375200,
"humidity": 0.84,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 70.38,
"uvIndex": 0
},
{
"apparentTemperature": 69.28,
"cloudCover": 0,
"dewPoint": 65.08,
"forecastStart": 1747386000,
"humidity": 0.87,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 68.63,
"uvIndex": 0
},
{
"apparentTemperature": 70.77,
"cloudCover": 0,
"dewPoint": 65.61,
"forecastStart": 1747396800,
"humidity": 0.85,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 70.07,
"uvIndex": 0
},
{
"apparentTemperature": 78.76,
"cloudCover": 0,
"dewPoint": 64.54,
"forecastStart": 1747407600,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 78.31,
"uvIndex": 0
},
{
"apparentTemperature": 84.95,
"cloudCover": 0,
"dewPoint": 63.09,
"forecastStart": 1747418400,
"humidity": 0.49,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 84.02,
"uvIndex": 0
},
{
"apparentTemperature": 85.44,
"cloudCover": 0,
"dewPoint": 61.05,
"forecastStart": 1747429200,
"humidity": 0.44,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 85.28,
"uvIndex": 0
},
{
"apparentTemperature": 80.49,
"cloudCover": 0,
"dewPoint": 61.38,
"forecastStart": 1747440000,
"humidity": 0.56,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 79.11,
"uvIndex": 0
},
{
"apparentTemperature": 71.72,
"cloudCover": 0,
"dewPoint": 61.2,
"forecastStart": 1747450800,
"humidity": 0.69,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 71.62,
"uvIndex": 0
},
{
"apparentTemperature": 67.87,
"cloudCover": 0,
"dewPoint": 60.33,
"forecastStart": 1747461600,
"humidity": 0.76,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 67.82,
"uvIndex": 0
},
{
"apparentTemperature": 66.19,
"cloudCover": 0,
"dewPoint": 59.54,
"forecastStart": 1747472400,
"humidity": 0.79,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 66.16,
"uvIndex": 0
},
{
"apparentTemperature": 66.83,
"cloudCover": 0,
"dewPoint": 60.06,
"forecastStart": 1747483200,
"humidity": 0.79,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 66.74,
"uvIndex": 0
},
{
"apparentTemperature": 74.04,
"cloudCover": 0,
"dewPoint": 59.86,
"forecastStart": 1747494000,
"humidity": 0.61,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 74.07,
"uvIndex": 0
},
{
"apparentTemperature": 80.43,
"cloudCover": 0,
"dewPoint": 59.74,
"forecastStart": 1747504800,
"humidity": 0.52,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 79.38,
"uvIndex": 0
},
{
"apparentTemperature": 75.69,
"cloudCover": 0,
"dewPoint": 60.04,
"forecastStart": 1747526400,
"humidity": 0.59,
"icon": "clear",
"precipIntensity": 0.06,
"precipProbability": 0,
"temperature": 75.65,
"uvIndex": 0
},
{
"apparentTemperature": 63.9,
"cloudCover": 0,
"dewPoint": 57.09,
"forecastStart": 1747548000,
"humidity": 0.77,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 64.17,
"uvIndex": 0
},
{
"apparentTemperature": 62.85,
"cloudCover": 0,
"dewPoint": 56.26,
"forecastStart": 1747569600,
"humidity": 0.79,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 63.12,
"uvIndex": 0
},
{
"apparentTemperature": 75.44,
"cloudCover": 0,
"dewPoint": 58.37,
"forecastStart": 1747591200,
"humidity": 0.55,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 75.6,
"uvIndex": 0
},
{
"apparentTemperature": 72.07,
"cloudCover": 0,
"dewPoint": 58.21,
"forecastStart": 1747612800,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0.06,
"precipProbability": 0,
"temperature": 72.23,
"uvIndex": 0
},
{
"apparentTemperature": 61.05,
"cloudCover": 0,
"dewPoint": 54.75,
"forecastStart": 1747634400,
"humidity": 0.79,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 61.48,
"uvIndex": 0
},
{
"apparentTemperature": 61.22,
"cloudCover": 0,
"dewPoint": 55.6,
"forecastStart": 1747656000,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0.21,
"precipProbability": 0,
"temperature": 61.56,
"uvIndex": 0
},
{
"apparentTemperature": 72.66,
"cloudCover": 0,
"dewPoint": 58.08,
"forecastStart": 1747677600,
"humidity": 0.59,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 72.9,
"uvIndex": 0
},
{
"apparentTemperature": 72.11,
"cloudCover": 0,
"dewPoint": 58.71,
"forecastStart": 1747699200,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0.06,
"precipProbability": 0,
"temperature": 72.27,
"uvIndex": 0
},
{
"apparentTemperature": 62.42,
"cloudCover": 0,
"dewPoint": 56.03,
"forecastStart": 1747720800,
"humidity": 0.8,
"icon": "clear",
"precipIntensity": 0.06,
"precipProbability": 0,
"temperature": 62.69,
"uvIndex": 0
},
{
"apparentTemperature": 62.62,
"cloudCover": 0,
"dewPoint": 57.27,
"forecastStart": 1747742400,
"humidity": 0.83,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 62.74,
"uvIndex": 0
},
{
"apparentTemperature": 71.39,
"cloudCover": 0,
"dewPoint": 57.63,
"forecastStart": 1747764000,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 71.62,
"uvIndex": 0
}
]
},
"daily": {
"data": [
{
"apparentTemperatureAvg": 56.57,
"apparentTemperatureMax": 72.79,
"apparentTemperatureMin": 40.35,
"cloudCover": 0,
"dewPointAvg": 41.7,
"dewPointMax": 47.21,
"dewPointMin": 36.19,
"forecastEnd": 1746936000,
"forecastStart": 1746849600,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.44,
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 994.03,
"sunriseTime": 1746872575,
"sunsetTime": 1746923794,
"temperatureAvg": 58.46,
"temperatureMax": 74.21,
"temperatureMin": 42.71,
"uvIndexMax": 0,
"visibility": 32808,
"windDirectionAvg": 225,
"windGustAvg": 4.81,
"windGustMax": 8.84,
"windGustMin": 0.77,
"windSpeedAvg": 3.29,
"windSpeedMax": 6.33,
"windSpeedMin": 0.25
},
{
"apparentTemperatureAvg": 62.84,
"apparentTemperatureMax": 75.58,
"apparentTemperatureMin": 50.11,
"cloudCover": 0,
"dewPointAvg": 48.33,
"dewPointMax": 52.07,
"dewPointMin": 44.6,
"forecastEnd": 1747022400,
"forecastStart": 1746936000,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.47,
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 995.74,
"sunriseTime": 1746958914,
"sunsetTime": 1747010254,
"temperatureAvg": 63.99,
"temperatureMax": 76.41,
"temperatureMin": 51.58,
"uvIndexMax": 0,
"visibility": 32808,
"windDirectionAvg": 68,
"windGustAvg": 12.41,
"windGustMax": 21.92,
"windGustMin": 2.91,
"windSpeedAvg": 6.08,
"windSpeedMax": 9.22,
"windSpeedMin": 2.93
},
{
"apparentTemperatureAvg": 65.36,
"apparentTemperatureMax": 75.32,
"apparentTemperatureMin": 55.4,
"cloudCover": 0,
"dewPointAvg": 53.69,
"dewPointMax": 59.31,
"dewPointMin": 48.07,
"forecastEnd": 1747108800,
"forecastStart": 1747022400,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.49,
"precipIntensity": 0,
"precipProbability": 0,
"sunriseTime": 1747045254,
"sunsetTime": 1747096713,
"temperatureAvg": 66.03,
"temperatureMax": 75.49,
"temperatureMin": 56.57,
"uvIndexMax": 0,
"visibility": 32406,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 67.8,
"apparentTemperatureMax": 74.44,
"apparentTemperatureMin": 61.15,
"cloudCover": 0,
"dewPointAvg": 60.03,
"dewPointMax": 62.44,
"dewPointMin": 57.63,
"forecastEnd": 1747195200,
"forecastStart": 1747108800,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.53,
"precipIntensity": 0.14,
"precipProbability": 0,
"sunriseTime": 1747131596,
"sunsetTime": 1747183171,
"temperatureAvg": 67.68,
"temperatureMax": 74.17,
"temperatureMin": 61.2,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 70.7,
"apparentTemperatureMax": 78.93,
"apparentTemperatureMin": 62.46,
"cloudCover": 0,
"dewPointAvg": 61.98,
"dewPointMax": 63.54,
"dewPointMin": 60.42,
"forecastEnd": 1747281600,
"forecastStart": 1747195200,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.56,
"precipIntensity": 0.08,
"precipProbability": 0,
"sunriseTime": 1747217939,
"sunsetTime": 1747269629,
"temperatureAvg": 70.39,
"temperatureMax": 78.64,
"temperatureMin": 62.13,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 75.24,
"apparentTemperatureMax": 86.01,
"apparentTemperatureMin": 64.48,
"cloudCover": 0,
"dewPointAvg": 63.62,
"dewPointMax": 65.46,
"dewPointMin": 61.77,
"forecastEnd": 1747368000,
"forecastStart": 1747281600,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.59,
"precipIntensity": 0.01,
"precipProbability": 0,
"sunriseTime": 1747304284,
"sunsetTime": 1747356087,
"temperatureAvg": 74.34,
"temperatureMax": 84.67,
"temperatureMin": 64,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 77.36,
"apparentTemperatureMax": 85.44,
"apparentTemperatureMin": 69.28,
"cloudCover": 0,
"dewPointAvg": 63.33,
"dewPointMax": 65.61,
"dewPointMin": 61.05,
"forecastEnd": 1747454400,
"forecastStart": 1747368000,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.62,
"precipIntensity": 0.07,
"precipProbability": 0,
"sunriseTime": 1747390631,
"sunsetTime": 1747442544,
"temperatureAvg": 76.95,
"temperatureMax": 85.28,
"temperatureMin": 68.63,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 73.31,
"apparentTemperatureMax": 80.43,
"apparentTemperatureMin": 66.19,
"cloudCover": 0,
"dewPointAvg": 59.94,
"dewPointMax": 60.33,
"dewPointMin": 59.54,
"forecastEnd": 1747540800,
"forecastStart": 1747454400,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.66,
"precipIntensity": 0.08,
"precipProbability": 0,
"sunriseTime": 1747476979,
"sunsetTime": 1747529000,
"temperatureAvg": 72.77,
"temperatureMax": 79.38,
"temperatureMin": 66.16,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 69.14,
"apparentTemperatureMax": 75.44,
"apparentTemperatureMin": 62.85,
"cloudCover": 0,
"dewPointAvg": 57.32,
"dewPointMax": 58.37,
"dewPointMin": 56.26,
"forecastEnd": 1747627200,
"forecastStart": 1747540800,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.69,
"precipIntensity": 0.13,
"precipProbability": 0,
"sunriseTime": 1747563329,
"sunsetTime": 1747615456,
"temperatureAvg": 69.36,
"temperatureMax": 75.6,
"temperatureMin": 63.12,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 66.85,
"apparentTemperatureMax": 72.66,
"apparentTemperatureMin": 61.05,
"cloudCover": 0,
"dewPointAvg": 56.73,
"dewPointMax": 58.71,
"dewPointMin": 54.75,
"forecastEnd": 1747713600,
"forecastStart": 1747627200,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.73,
"precipIntensity": 0.33,
"precipProbability": 0,
"sunriseTime": 1747649680,
"sunsetTime": 1747701912,
"temperatureAvg": 67.19,
"temperatureMax": 72.9,
"temperatureMin": 61.48,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 66.91,
"apparentTemperatureMax": 71.39,
"apparentTemperatureMin": 62.42,
"cloudCover": 0,
"dewPointAvg": 56.83,
"dewPointMax": 57.63,
"dewPointMin": 56.03,
"forecastEnd": 1747800000,
"forecastStart": 1747713600,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.76,
"precipIntensity": 0.12,
"precipProbability": 0,
"sunriseTime": 1747736034,
"sunsetTime": 1747788366,
"temperatureAvg": 67.15,
"temperatureMax": 71.62,
"temperatureMin": 62.69,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
}
]
}
}
Our
Approach
We believe in making weather data work for companies of all sizes. We built WeatherXu to make enterprise-grade weather data accessible to more businesses.
Data-Driven Foundation
We aggregate weather data from multiple trusted sources, applying sophisticated processing to provide comprehensive global coverage.
API-First Design
Everything we build starts with the developer experience, delivering weather data through a clean, intuitive API.
Scales with You
Our infrastructure is designed for reliability, maintaining 99.9%+ uptime while serving millions of API requests.
Continuous Processing
Our systems constantly processs data from our sources 24/7, ensuring you have the latest weather information to power your applications.