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": 1747625865,
"latitude": 39.9625,
"longitude": -83.0061,
"timezone": "America/New_York",
"timezone_abbreviation": "EDT",
"timezone_offset": -14400,
"units": "imperial",
"alerts": [
],
"currently": {
"apparentTemperature": 58.78,
"cloudCover": 0.54,
"dewPoint": 52.16,
"humidity": 0.74,
"icon": "mostly_cloudy",
"precipIntensity": 0,
"pressure": 986.2,
"temperature": 59.64,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 328,
"windGust": 12.11,
"windSpeed": 4.68
},
"hourly": {
"data": [
{
"apparentTemperature": 58.25,
"cloudCover": 0,
"dewPoint": 51.89,
"forecastStart": 1747627200,
"humidity": 0.74,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 985.6,
"temperature": 59.16,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 341,
"windGust": 12.51,
"windSpeed": 4.53
},
{
"apparentTemperature": 56.44,
"cloudCover": 0,
"dewPoint": 51.98,
"forecastStart": 1747630800,
"humidity": 0.77,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 986.4,
"temperature": 57.39,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 311,
"windGust": 11.74,
"windSpeed": 4.36
},
{
"apparentTemperature": 55.18,
"cloudCover": 0,
"dewPoint": 51.75,
"forecastStart": 1747634400,
"humidity": 0.8,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 987.7,
"temperature": 56.11,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 298,
"windGust": 10.51,
"windSpeed": 3.84
},
{
"apparentTemperature": 54.61,
"cloudCover": 0,
"dewPoint": 49.82,
"forecastStart": 1747638000,
"humidity": 0.82,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 987.9,
"temperature": 55.51,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 335,
"windGust": 13.65,
"windSpeed": 6.25
},
{
"apparentTemperature": 53.01,
"cloudCover": 0.54,
"dewPoint": 49.5,
"forecastStart": 1747641600,
"humidity": 0.85,
"icon": "mostly_cloudy",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 987.3,
"temperature": 53.92,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 1,
"windGust": 8.33,
"windSpeed": 3.05
},
{
"apparentTemperature": 52.02,
"cloudCover": 1,
"dewPoint": 49.51,
"forecastStart": 1747645200,
"humidity": 0.87,
"icon": "cloudy",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 986.7,
"temperature": 52.93,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 13,
"windGust": 6.02,
"windSpeed": 3.75
},
{
"apparentTemperature": 51.37,
"cloudCover": 0.06,
"dewPoint": 48.61,
"forecastStart": 1747648800,
"humidity": 0.88,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 987.8,
"temperature": 52.3,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 304,
"windGust": 2.73,
"windSpeed": 2.7
},
{
"apparentTemperature": 51.61,
"cloudCover": 0.03,
"dewPoint": 48.83,
"forecastStart": 1747652400,
"humidity": 0.88,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.1,
"temperature": 52.52,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 46,
"windGust": 8.92,
"windSpeed": 2.74
},
{
"apparentTemperature": 53.21,
"cloudCover": 0.09,
"dewPoint": 49.44,
"forecastStart": 1747656000,
"humidity": 0.83,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.8,
"temperature": 54.19,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 80,
"windGust": 11.21,
"windSpeed": 6.53
},
{
"apparentTemperature": 56.7,
"cloudCover": 0.16,
"dewPoint": 50.02,
"forecastStart": 1747659600,
"humidity": 0.75,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.3,
"temperature": 57.7,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 59,
"windGust": 7.34,
"windSpeed": 5.85
},
{
"apparentTemperature": 60.23,
"cloudCover": 1,
"dewPoint": 50.7,
"forecastStart": 1747663200,
"humidity": 0.68,
"icon": "cloudy",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.8,
"temperature": 61.21,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 35,
"windGust": 7.28,
"windSpeed": 5.81
},
{
"apparentTemperature": 63.43,
"cloudCover": 1,
"dewPoint": 50.52,
"forecastStart": 1747666800,
"humidity": 0.62,
"icon": "cloudy",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.7,
"temperature": 64.38,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 39,
"windGust": 9.31,
"windSpeed": 6.67
},
{
"apparentTemperature": 65.01,
"cloudCover": 1,
"dewPoint": 50.81,
"forecastStart": 1747670400,
"humidity": 0.58,
"icon": "cloudy",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.8,
"temperature": 65.98,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 24,
"windGust": 11.33,
"windSpeed": 4.73
},
{
"apparentTemperature": 66.02,
"cloudCover": 0,
"dewPoint": 50.23,
"forecastStart": 1747674000,
"humidity": 0.55,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.74,
"temperature": 67.03,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 328,
"windGust": 4.92,
"windSpeed": 4.71
},
{
"apparentTemperature": 68.18,
"cloudCover": 0,
"dewPoint": 49.87,
"forecastStart": 1747677600,
"humidity": 0.51,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.6,
"temperature": 69.17,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 357,
"windGust": 7.38,
"windSpeed": 8.49
},
{
"apparentTemperature": 68.91,
"cloudCover": 0,
"dewPoint": 49.28,
"forecastStart": 1747681200,
"humidity": 0.48,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 989.46,
"temperature": 69.96,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 30,
"windGust": 9.17,
"windSpeed": 8.35
},
{
"apparentTemperature": 69.37,
"cloudCover": 0,
"dewPoint": 48.38,
"forecastStart": 1747684800,
"humidity": 0.46,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.87,
"temperature": 70.47,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 20,
"windGust": 8.5,
"windSpeed": 8.3
},
{
"apparentTemperature": 68.5,
"cloudCover": 0,
"dewPoint": 48.15,
"forecastStart": 1747688400,
"humidity": 0.46,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.84,
"temperature": 69.67,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 22,
"windGust": 9.84,
"windSpeed": 9.74
},
{
"apparentTemperature": 68.41,
"cloudCover": 0,
"dewPoint": 48.6,
"forecastStart": 1747692000,
"humidity": 0.47,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.73,
"temperature": 69.55,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 27,
"windGust": 10.07,
"windSpeed": 9.09
},
{
"apparentTemperature": 67.35,
"cloudCover": 0,
"dewPoint": 48,
"forecastStart": 1747695600,
"humidity": 0.48,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.82,
"temperature": 68.54,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 33,
"windGust": 10.51,
"windSpeed": 9.54
},
{
"apparentTemperature": 65.45,
"cloudCover": 0,
"dewPoint": 47.79,
"forecastStart": 1747699200,
"humidity": 0.51,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.81,
"temperature": 66.69,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 38,
"windGust": 10.07,
"windSpeed": 8.11
},
{
"apparentTemperature": 61.37,
"cloudCover": 0,
"dewPoint": 47.08,
"forecastStart": 1747702800,
"humidity": 0.56,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.99,
"temperature": 62.76,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 30,
"windGust": 10.51,
"windSpeed": 6.74
},
{
"apparentTemperature": 58.62,
"cloudCover": 0,
"dewPoint": 46.33,
"forecastStart": 1747706400,
"humidity": 0.61,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.87,
"temperature": 60.04,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 42,
"windGust": 14.09,
"windSpeed": 8.93
},
{
"apparentTemperature": 55.64,
"cloudCover": 0,
"dewPoint": 44.37,
"forecastStart": 1747710000,
"humidity": 0.63,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 989.11,
"temperature": 57.25,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 42,
"windGust": 16.78,
"windSpeed": 5.33
},
{
"apparentTemperature": 53.91,
"cloudCover": 0,
"dewPoint": 43.36,
"forecastStart": 1747713600,
"humidity": 0.64,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 989.58,
"temperature": 55.63,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 33,
"windGust": 18.34,
"windSpeed": 7.25
},
{
"apparentTemperature": 51.5,
"cloudCover": 0,
"dewPoint": 42.62,
"forecastStart": 1747717200,
"humidity": 0.66,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 988.79,
"temperature": 53.37,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 35,
"windGust": 22.59,
"windSpeed": 9.35
},
{
"apparentTemperature": 50.29,
"cloudCover": 0,
"dewPoint": 41.54,
"forecastStart": 1747720800,
"humidity": 0.68,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 989.08,
"temperature": 52.18,
"uvIndex": 0,
"visibility": 32808,
"windDirection": 32,
"windGust": 19.24,
"windSpeed": 7.39
},
{
"apparentTemperature": 48.35,
"cloudCover": 0,
"dewPoint": 40.28,
"forecastStart": 1747731600,
"humidity": 0.7,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 50.32,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 49.84,
"cloudCover": 0,
"dewPoint": 41.13,
"forecastStart": 1747742400,
"humidity": 0.68,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 51.76,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 56.03,
"cloudCover": 0,
"dewPoint": 45.01,
"forecastStart": 1747753200,
"humidity": 0.65,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 57.52,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 60.46,
"cloudCover": 0,
"dewPoint": 49.5,
"forecastStart": 1747764000,
"humidity": 0.64,
"icon": "clear",
"precipIntensity": 0.07,
"precipProbability": 0,
"temperature": 61.59,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 62.62,
"cloudCover": 0,
"dewPoint": 51.57,
"forecastStart": 1747774800,
"humidity": 0.65,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 63.52,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 61.53,
"cloudCover": 0,
"dewPoint": 52.63,
"forecastStart": 1747785600,
"humidity": 0.7,
"icon": "clear",
"precipIntensity": 0.37,
"precipProbability": 0,
"temperature": 62.31,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 58.81,
"cloudCover": 0,
"dewPoint": 53.91,
"forecastStart": 1747796400,
"humidity": 0.82,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 59.32,
"uvIndex": 0,
"visibility": 9311
},
{
"apparentTemperature": 58.57,
"cloudCover": 0,
"dewPoint": 55.9,
"forecastStart": 1747807200,
"humidity": 0.9,
"icon": "clear",
"precipIntensity": 0.25,
"precipProbability": 0,
"temperature": 58.77,
"uvIndex": 0,
"visibility": 22759
},
{
"apparentTemperature": 59.2,
"cloudCover": 0,
"dewPoint": 57.09,
"forecastStart": 1747818000,
"humidity": 0.94,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 59.16,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 59.58,
"cloudCover": 0,
"dewPoint": 57.69,
"forecastStart": 1747828800,
"humidity": 0.93,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 59.56,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 63.35,
"cloudCover": 0,
"dewPoint": 57.13,
"forecastStart": 1747839600,
"humidity": 0.8,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 63.54,
"uvIndex": 0,
"visibility": 32808
},
{
"apparentTemperature": 65.56,
"cloudCover": 0,
"dewPoint": 55.65,
"forecastStart": 1747850400,
"humidity": 0.69,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 66.02,
"uvIndex": 0,
"visibility": 23937
},
{
"apparentTemperature": 62.32,
"cloudCover": 0,
"dewPoint": 54.34,
"forecastStart": 1747861200,
"humidity": 0.74,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 62.85,
"uvIndex": 0,
"visibility": 22247
},
{
"apparentTemperature": 57.87,
"cloudCover": 0,
"dewPoint": 51.8,
"forecastStart": 1747872000,
"humidity": 0.78,
"icon": "clear",
"precipIntensity": 0.07,
"precipProbability": 0,
"temperature": 58.64,
"uvIndex": 0,
"visibility": 22487
},
{
"apparentTemperature": 53.06,
"cloudCover": 0,
"dewPoint": 49.39,
"forecastStart": 1747882800,
"humidity": 0.83,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 54.05,
"uvIndex": 0
},
{
"apparentTemperature": 51.43,
"cloudCover": 0,
"dewPoint": 48.36,
"forecastStart": 1747893600,
"humidity": 0.86,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 52.45,
"uvIndex": 0
},
{
"apparentTemperature": 49.03,
"cloudCover": 0,
"dewPoint": 46.62,
"forecastStart": 1747904400,
"humidity": 0.87,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 50.22,
"uvIndex": 0
},
{
"apparentTemperature": 48.91,
"cloudCover": 0,
"dewPoint": 45.97,
"forecastStart": 1747915200,
"humidity": 0.84,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 50.23,
"uvIndex": 0
},
{
"apparentTemperature": 53.87,
"cloudCover": 0,
"dewPoint": 45.81,
"forecastStart": 1747926000,
"humidity": 0.72,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 55.26,
"uvIndex": 0
},
{
"apparentTemperature": 57.06,
"cloudCover": 0,
"dewPoint": 45.3,
"forecastStart": 1747936800,
"humidity": 0.6,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 58.68,
"uvIndex": 0
},
{
"apparentTemperature": 57.93,
"cloudCover": 0,
"dewPoint": 44.13,
"forecastStart": 1747947600,
"humidity": 0.57,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 59.59,
"uvIndex": 0
},
{
"apparentTemperature": 55.85,
"cloudCover": 0,
"dewPoint": 44.44,
"forecastStart": 1747958400,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 57.49,
"uvIndex": 0
},
{
"apparentTemperature": 49.4,
"cloudCover": 0,
"dewPoint": 42.33,
"forecastStart": 1747969200,
"humidity": 0.71,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 51.24,
"uvIndex": 0
},
{
"cloudCover": 0,
"dewPoint": 41.25,
"forecastStart": 1747980000,
"humidity": 0.78,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 47.55,
"uvIndex": 0
},
{
"cloudCover": 0,
"dewPoint": 40.78,
"forecastStart": 1747990800,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 46.83,
"uvIndex": 0
},
{
"cloudCover": 0,
"dewPoint": 41.76,
"forecastStart": 1748001600,
"humidity": 0.79,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 48.09,
"uvIndex": 0
},
{
"apparentTemperature": 54.11,
"cloudCover": 0,
"dewPoint": 43.7,
"forecastStart": 1748012400,
"humidity": 0.65,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 55.78,
"uvIndex": 0
},
{
"apparentTemperature": 58.42,
"cloudCover": 0,
"dewPoint": 43.92,
"forecastStart": 1748023200,
"humidity": 0.56,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 60.08,
"uvIndex": 0
},
{
"apparentTemperature": 59.75,
"cloudCover": 0,
"dewPoint": 44.33,
"forecastStart": 1748034000,
"humidity": 0.54,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 61.38,
"uvIndex": 0
},
{
"apparentTemperature": 58.01,
"cloudCover": 0,
"dewPoint": 45.09,
"forecastStart": 1748044800,
"humidity": 0.59,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 59.58,
"uvIndex": 0
},
{
"apparentTemperature": 51.36,
"cloudCover": 0,
"dewPoint": 44.8,
"forecastStart": 1748055600,
"humidity": 0.73,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 52.93,
"uvIndex": 0
},
{
"cloudCover": 0,
"dewPoint": 44.15,
"forecastStart": 1748066400,
"humidity": 0.82,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 49.62,
"uvIndex": 0
},
{
"cloudCover": 0,
"dewPoint": 44.04,
"forecastStart": 1748077200,
"humidity": 0.85,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 48.29,
"uvIndex": 0
},
{
"apparentTemperature": 48.84,
"cloudCover": 0,
"dewPoint": 44.44,
"forecastStart": 1748088000,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 50.31,
"uvIndex": 0
},
{
"apparentTemperature": 57.63,
"cloudCover": 0,
"dewPoint": 45.72,
"forecastStart": 1748098800,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 59.11,
"uvIndex": 0
},
{
"apparentTemperature": 63,
"cloudCover": 0,
"dewPoint": 45.95,
"forecastStart": 1748109600,
"humidity": 0.52,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 64.42,
"uvIndex": 0
},
{
"apparentTemperature": 64.39,
"cloudCover": 0,
"dewPoint": 45.77,
"forecastStart": 1748120400,
"humidity": 0.49,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 65.8,
"uvIndex": 0
},
{
"apparentTemperature": 61.13,
"cloudCover": 0,
"dewPoint": 46.42,
"forecastStart": 1748131200,
"humidity": 0.55,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 62.58,
"uvIndex": 0
},
{
"apparentTemperature": 54.34,
"cloudCover": 0,
"dewPoint": 46.96,
"forecastStart": 1748142000,
"humidity": 0.72,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 55.69,
"uvIndex": 0
},
{
"apparentTemperature": 50.42,
"cloudCover": 0,
"dewPoint": 46.81,
"forecastStart": 1748152800,
"humidity": 0.83,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 51.66,
"uvIndex": 0
},
{
"cloudCover": 0,
"dewPoint": 45.95,
"forecastStart": 1748163600,
"humidity": 0.87,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 49.78,
"uvIndex": 0
},
{
"apparentTemperature": 50.57,
"cloudCover": 0,
"dewPoint": 46.42,
"forecastStart": 1748174400,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 51.87,
"uvIndex": 0
},
{
"apparentTemperature": 61.22,
"cloudCover": 0,
"dewPoint": 48.15,
"forecastStart": 1748185200,
"humidity": 0.6,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 62.46,
"uvIndex": 0
},
{
"apparentTemperature": 66.14,
"cloudCover": 0,
"dewPoint": 48.33,
"forecastStart": 1748196000,
"humidity": 0.5,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 67.35,
"uvIndex": 0
},
{
"apparentTemperature": 66.7,
"cloudCover": 0,
"dewPoint": 48.33,
"forecastStart": 1748206800,
"humidity": 0.49,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 67.91,
"uvIndex": 0
},
{
"apparentTemperature": 64.14,
"cloudCover": 0,
"dewPoint": 48.9,
"forecastStart": 1748217600,
"humidity": 0.56,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 65.28,
"uvIndex": 0
},
{
"apparentTemperature": 57.11,
"cloudCover": 0,
"dewPoint": 49.14,
"forecastStart": 1748228400,
"humidity": 0.71,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 58.24,
"uvIndex": 0
},
{
"apparentTemperature": 53.98,
"cloudCover": 0,
"dewPoint": 48.6,
"forecastStart": 1748239200,
"humidity": 0.8,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 55.02,
"uvIndex": 0
},
{
"apparentTemperature": 52.29,
"cloudCover": 0,
"dewPoint": 48.7,
"forecastStart": 1748250000,
"humidity": 0.84,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 53.31,
"uvIndex": 0
},
{
"apparentTemperature": 54.26,
"cloudCover": 0,
"dewPoint": 49.93,
"forecastStart": 1748260800,
"humidity": 0.82,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 55.18,
"uvIndex": 0
},
{
"apparentTemperature": 62.87,
"cloudCover": 0,
"dewPoint": 51.3,
"forecastStart": 1748271600,
"humidity": 0.63,
"icon": "clear",
"precipIntensity": 0.01,
"precipProbability": 0,
"temperature": 63.82,
"uvIndex": 0
},
{
"apparentTemperature": 68.82,
"cloudCover": 0,
"dewPoint": 52.27,
"forecastStart": 1748282400,
"humidity": 0.54,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 69.62,
"uvIndex": 0
},
{
"apparentTemperature": 67.42,
"cloudCover": 0,
"dewPoint": 53.83,
"forecastStart": 1748304000,
"humidity": 0.6,
"icon": "clear",
"precipIntensity": 0.09,
"precipProbability": 0,
"temperature": 68.09,
"uvIndex": 0
},
{
"apparentTemperature": 57.65,
"cloudCover": 0,
"dewPoint": 52.16,
"forecastStart": 1748325600,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0.03,
"precipProbability": 0,
"temperature": 58.32,
"uvIndex": 0
},
{
"apparentTemperature": 56.97,
"cloudCover": 0,
"dewPoint": 51.82,
"forecastStart": 1748347200,
"humidity": 0.82,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 57.65,
"uvIndex": 0
},
{
"apparentTemperature": 67.75,
"cloudCover": 0,
"dewPoint": 53.89,
"forecastStart": 1748368800,
"humidity": 0.59,
"icon": "clear",
"precipIntensity": 0.08,
"precipProbability": 0,
"temperature": 68.43,
"uvIndex": 0
},
{
"apparentTemperature": 66.21,
"cloudCover": 0,
"dewPoint": 53.65,
"forecastStart": 1748390400,
"humidity": 0.62,
"icon": "clear",
"precipIntensity": 0.06,
"precipProbability": 0,
"temperature": 66.9,
"uvIndex": 0
},
{
"apparentTemperature": 57.04,
"cloudCover": 0,
"dewPoint": 52.16,
"forecastStart": 1748412000,
"humidity": 0.83,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 57.67,
"uvIndex": 0
},
{
"apparentTemperature": 57.36,
"cloudCover": 0,
"dewPoint": 53.33,
"forecastStart": 1748433600,
"humidity": 0.84,
"icon": "clear",
"precipIntensity": 0.04,
"precipProbability": 0,
"temperature": 57.92,
"uvIndex": 0
},
{
"apparentTemperature": 71.8,
"cloudCover": 0,
"dewPoint": 54.01,
"forecastStart": 1748455200,
"humidity": 0.52,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 72.41,
"uvIndex": 0
},
{
"apparentTemperature": 69.74,
"cloudCover": 0,
"dewPoint": 55.47,
"forecastStart": 1748476800,
"humidity": 0.6,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 70.2,
"uvIndex": 0
},
{
"apparentTemperature": 58.51,
"cloudCover": 0,
"dewPoint": 53.83,
"forecastStart": 1748498400,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0.02,
"precipProbability": 0,
"temperature": 59.09,
"uvIndex": 0
},
{
"apparentTemperature": 58.8,
"cloudCover": 0,
"dewPoint": 53.33,
"forecastStart": 1748520000,
"humidity": 0.81,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 59.36,
"uvIndex": 0
},
{
"apparentTemperature": 72.41,
"cloudCover": 0,
"dewPoint": 52.39,
"forecastStart": 1748541600,
"humidity": 0.49,
"icon": "clear",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 73.09,
"uvIndex": 0
}
]
},
"daily": {
"data": [
{
"apparentTemperatureMax": null,
"apparentTemperatureMin": null,
"cloudCover": 0,
"dewPointAvg": 52.16,
"dewPointMax": 52.16,
"dewPointMin": 52.16,
"forecastEnd": 1747627200,
"forecastStart": 1747540800,
"icon": "clear",
"moonPhase": 0.69,
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 986.2,
"sunriseTime": 1747563329,
"sunsetTime": 1747615456,
"temperatureAvg": 59.64,
"temperatureMax": 59.64,
"temperatureMin": 59.64,
"uvIndexMax": 0,
"visibility": 32808,
"windDirectionAvg": 328,
"windGustAvg": 12.11,
"windGustMax": 12.11,
"windGustMin": 12.11,
"windSpeedAvg": 4.68,
"windSpeedMax": 4.68,
"windSpeedMin": 4.68
},
{
"apparentTemperatureAvg": 60.37,
"apparentTemperatureMax": 69.37,
"apparentTemperatureMin": 51.37,
"cloudCover": 0.01,
"dewPointAvg": 48.17,
"dewPointMax": 51.98,
"dewPointMin": 44.37,
"forecastEnd": 1747713600,
"forecastStart": 1747627200,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.73,
"precipIntensity": 0,
"precipProbability": 0,
"pressure": 987.53,
"sunriseTime": 1747649680,
"sunsetTime": 1747701912,
"temperatureAvg": 61.38,
"temperatureMax": 70.47,
"temperatureMin": 52.3,
"uvIndexMax": 0,
"visibility": 32808,
"windDirectionAvg": 160,
"windGustAvg": 9.75,
"windGustMax": 16.78,
"windGustMin": 2.73,
"windSpeedAvg": 6.22,
"windSpeedMax": 9.74,
"windSpeedMin": 2.7
},
{
"apparentTemperatureAvg": 55.49,
"apparentTemperatureMax": 62.62,
"apparentTemperatureMin": 48.35,
"cloudCover": 0,
"dewPointAvg": 47.09,
"dewPointMax": 53.91,
"dewPointMin": 40.28,
"forecastEnd": 1747800000,
"forecastStart": 1747713600,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.76,
"precipIntensity": 0.51,
"precipProbability": 0,
"pressure": 989.18,
"sunriseTime": 1747736034,
"sunsetTime": 1747788366,
"temperatureAvg": 56.92,
"temperatureMax": 63.52,
"temperatureMin": 50.32,
"uvIndexMax": 0,
"visibility": 30459,
"windDirectionAvg": 34,
"windGustAvg": 20.47,
"windGustMax": 22.59,
"windGustMin": 18.34,
"windSpeedAvg": 8.3,
"windSpeedMax": 9.35,
"windSpeedMin": 7.25
},
{
"apparentTemperatureAvg": 59.31,
"apparentTemperatureMax": 65.56,
"apparentTemperatureMin": 53.06,
"cloudCover": 0,
"dewPointAvg": 53.54,
"dewPointMax": 57.69,
"dewPointMin": 49.39,
"forecastEnd": 1747886400,
"forecastStart": 1747800000,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.8,
"precipIntensity": 0.42,
"precipProbability": 0,
"sunriseTime": 1747822388,
"sunsetTime": 1747874820,
"temperatureAvg": 60.03,
"temperatureMax": 66.02,
"temperatureMin": 54.05,
"uvIndexMax": 0,
"visibility": 27122,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 53.42,
"apparentTemperatureMax": 57.93,
"apparentTemperatureMin": 48.91,
"cloudCover": 0,
"dewPointAvg": 45.35,
"dewPointMax": 48.36,
"dewPointMin": 42.33,
"forecastEnd": 1747972800,
"forecastStart": 1747886400,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.83,
"precipIntensity": 0.01,
"precipProbability": 0,
"sunriseTime": 1747908745,
"sunsetTime": 1747961273,
"temperatureAvg": 54.91,
"temperatureMax": 59.59,
"temperatureMin": 50.22,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 55.55,
"apparentTemperatureMax": 59.75,
"apparentTemperatureMin": 51.36,
"cloudCover": 0,
"dewPointAvg": 42.93,
"dewPointMax": 45.09,
"dewPointMin": 40.78,
"forecastEnd": 1748059200,
"forecastStart": 1747972800,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.87,
"precipIntensity": 0,
"precipProbability": 0,
"sunriseTime": 1747995103,
"sunsetTime": 1748047726,
"temperatureAvg": 54.1,
"temperatureMax": 61.38,
"temperatureMin": 46.83,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 56.62,
"apparentTemperatureMax": 64.39,
"apparentTemperatureMin": 48.84,
"cloudCover": 0,
"dewPointAvg": 45.5,
"dewPointMax": 46.96,
"dewPointMin": 44.04,
"forecastEnd": 1748145600,
"forecastStart": 1748059200,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.91,
"precipIntensity": 0,
"precipProbability": 0,
"sunriseTime": 1748081463,
"sunsetTime": 1748134178,
"temperatureAvg": 57.05,
"temperatureMax": 65.8,
"temperatureMin": 48.29,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 58.56,
"apparentTemperatureMax": 66.7,
"apparentTemperatureMin": 50.42,
"cloudCover": 0,
"dewPointAvg": 47.54,
"dewPointMax": 49.14,
"dewPointMin": 45.95,
"forecastEnd": 1748232000,
"forecastStart": 1748145600,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.95,
"precipIntensity": 0,
"precipProbability": 0,
"sunriseTime": 1748167825,
"sunsetTime": 1748220628,
"temperatureAvg": 58.85,
"temperatureMax": 67.91,
"temperatureMin": 49.78,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 60.56,
"apparentTemperatureMax": 68.82,
"apparentTemperatureMin": 52.29,
"cloudCover": 0,
"dewPointAvg": 51.21,
"dewPointMax": 53.83,
"dewPointMin": 48.6,
"forecastEnd": 1748318400,
"forecastStart": 1748232000,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.98,
"precipIntensity": 0.11,
"precipProbability": 0,
"sunriseTime": 1748254188,
"sunsetTime": 1748307078,
"temperatureAvg": 61.47,
"temperatureMax": 69.62,
"temperatureMin": 53.31,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 62.36,
"apparentTemperatureMax": 67.75,
"apparentTemperatureMin": 56.97,
"cloudCover": 0,
"dewPointAvg": 52.85,
"dewPointMax": 53.89,
"dewPointMin": 51.82,
"forecastEnd": 1748404800,
"forecastStart": 1748318400,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.03,
"precipIntensity": 0.19,
"precipProbability": 0,
"sunriseTime": 1748340553,
"sunsetTime": 1748393527,
"temperatureAvg": 63.04,
"temperatureMax": 68.43,
"temperatureMin": 57.65,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 64.42,
"apparentTemperatureMax": 71.8,
"apparentTemperatureMin": 57.04,
"cloudCover": 0,
"dewPointAvg": 53.82,
"dewPointMax": 55.47,
"dewPointMin": 52.16,
"forecastEnd": 1748491200,
"forecastStart": 1748404800,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.06,
"precipIntensity": 0.08,
"precipProbability": 0,
"sunriseTime": 1748426920,
"sunsetTime": 1748479975,
"temperatureAvg": 65.04,
"temperatureMax": 72.41,
"temperatureMin": 57.67,
"uvIndexMax": 0,
"windGustMax": null,
"windGustMin": null,
"windSpeedMax": null,
"windSpeedMin": null
},
{
"apparentTemperatureAvg": 65.46,
"apparentTemperatureMax": 72.41,
"apparentTemperatureMin": 58.51,
"cloudCover": 0,
"dewPointAvg": 53.11,
"dewPointMax": 53.83,
"dewPointMin": 52.39,
"forecastEnd": 1748577600,
"forecastStart": 1748491200,
"humidity": 0.01,
"icon": "clear",
"moonPhase": 0.1,
"precipIntensity": 0.02,
"precipProbability": 0,
"sunriseTime": 1748513289,
"sunsetTime": 1748566422,
"temperatureAvg": 66.09,
"temperatureMax": 73.09,
"temperatureMin": 59.09,
"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.