Global Weather API.

Real-time weather, forecast & historical data for any location.

FREE to use
No credit card required
Columbus
LIVE
Ohio, US
Last Updated: 10:54 PM
Tuesday, May 27
57°F
Light Rain
8 mph
Wind Speed
1%
Humidity
992 mb
Pressure
TUE
57°F
WED
67°F
THU
73°F
FRI
72°F
Columbus
LIVE
Ohio, US
57°F
Light Rain
8 mph
Wind Speed
1%
Humidity
992 mb
Pressure
TUE
57°F
WED
67°F
THU
73°F
FRI
72°F

Easy 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

GET /v1/weather
{
  "dt": 1748386485,
  "latitude": 39.9625,
  "longitude": -83.0061,
  "timezone": "America/New_York",
  "timezone_abbreviation": "EDT",
  "timezone_offset": -14400,
  "units": "imperial",
  "alerts": [

  ],
  "currently": {
    "apparentTemperature": 56.72,
    "cloudCover": 1,
    "dewPoint": 54.51,
    "humidity": 0.85,
    "icon": "light_rain",
    "precipIntensity": 0.001,
    "pressure": 992,
    "temperature": 57.3,
    "uvIndex": 0,
    "visibility": 32808,
    "windDirection": 83,
    "windGust": 20.5,
    "windSpeed": 7.74
  },
  "hourly": {
    "data": [
      {
        "apparentTemperature": 56.72,
        "cloudCover": 1,
        "dewPoint": 54.51,
        "forecastStart": 1748386800,
        "humidity": 0.85,
        "icon": "light_rain",
        "precipIntensity": 0.001,
        "precipProbability": 0,
        "pressure": 992,
        "temperature": 57.3,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 83,
        "windGust": 20.5,
        "windSpeed": 7.74
      },
      {
        "apparentTemperature": 56.26,
        "cloudCover": 1,
        "dewPoint": 54.83,
        "forecastStart": 1748390400,
        "humidity": 0.83,
        "icon": "light_rain",
        "precipIntensity": 0.0543,
        "precipProbability": 0,
        "pressure": 992.2,
        "temperature": 56.96,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 89,
        "windGust": 21.61,
        "windSpeed": 7.66
      },
      {
        "apparentTemperature": 56.13,
        "cloudCover": 1,
        "dewPoint": 54.45,
        "forecastStart": 1748394000,
        "humidity": 0.86,
        "icon": "light_rain",
        "precipIntensity": 0.001,
        "precipProbability": 0,
        "pressure": 991.1,
        "temperature": 56.71,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 95,
        "windGust": 24.35,
        "windSpeed": 9.31
      },
      {
        "apparentTemperature": 56.66,
        "cloudCover": 1,
        "dewPoint": 53.6,
        "forecastStart": 1748397600,
        "humidity": 0.88,
        "icon": "cloudy",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "pressure": 990.2,
        "temperature": 57.11,
        "uvIndex": 0,
        "visibility": 15597,
        "windDirection": 98,
        "windGust": 24.17,
        "windSpeed": 8.79
      },
      {
        "apparentTemperature": 55.88,
        "cloudCover": 1,
        "dewPoint": 52.99,
        "forecastStart": 1748401200,
        "humidity": 0.88,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 990.4,
        "temperature": 56.41,
        "uvIndex": 0,
        "visibility": 20636,
        "windDirection": 102,
        "windGust": 22.53,
        "windSpeed": 8.74
      },
      {
        "apparentTemperature": 55.18,
        "cloudCover": 1,
        "dewPoint": 52.66,
        "forecastStart": 1748404800,
        "humidity": 0.89,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.9,
        "temperature": 55.72,
        "uvIndex": 0,
        "visibility": 15597,
        "windDirection": 97,
        "windGust": 18,
        "windSpeed": 6.53
      },
      {
        "apparentTemperature": 55.27,
        "cloudCover": 1,
        "dewPoint": 52.97,
        "forecastStart": 1748408400,
        "humidity": 0.9,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.6,
        "temperature": 55.76,
        "uvIndex": 0,
        "visibility": 15597,
        "windDirection": 95,
        "windGust": 18.4,
        "windSpeed": 7.41
      },
      {
        "apparentTemperature": 54.61,
        "cloudCover": 1,
        "dewPoint": 52.72,
        "forecastStart": 1748412000,
        "humidity": 0.9,
        "icon": "light_rain",
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "pressure": 989.2,
        "temperature": 55.17,
        "uvIndex": 0,
        "visibility": 15384,
        "windDirection": 96,
        "windGust": 17.77,
        "windSpeed": 6.89
      },
      {
        "apparentTemperature": 54.98,
        "cloudCover": 1,
        "dewPoint": 53.15,
        "forecastStart": 1748415600,
        "humidity": 0.91,
        "icon": "light_rain",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 988.8,
        "temperature": 55.45,
        "uvIndex": 0,
        "visibility": 15538,
        "windDirection": 93,
        "windGust": 17.32,
        "windSpeed": 6.77
      },
      {
        "apparentTemperature": 54.92,
        "cloudCover": 1,
        "dewPoint": 52.86,
        "forecastStart": 1748419200,
        "humidity": 0.91,
        "icon": "light_rain",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 989.3,
        "temperature": 55.4,
        "uvIndex": 0,
        "visibility": 15538,
        "windDirection": 89,
        "windGust": 17.26,
        "windSpeed": 6.97
      },
      {
        "apparentTemperature": 54.87,
        "cloudCover": 1,
        "dewPoint": 53.2,
        "forecastStart": 1748422800,
        "humidity": 0.92,
        "icon": "light_rain",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 988.9,
        "temperature": 55.31,
        "uvIndex": 0,
        "visibility": 15538,
        "windDirection": 86,
        "windGust": 16.31,
        "windSpeed": 6.31
      },
      {
        "apparentTemperature": 55.1,
        "cloudCover": 1,
        "dewPoint": 52.9,
        "forecastStart": 1748426400,
        "humidity": 0.92,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.7,
        "temperature": 55.53,
        "uvIndex": 0,
        "visibility": 15538,
        "windDirection": 93,
        "windGust": 15.17,
        "windSpeed": 5.06
      },
      {
        "apparentTemperature": 55.09,
        "cloudCover": 0,
        "dewPoint": 53.28,
        "forecastStart": 1748430000,
        "humidity": 0.93,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.34,
        "temperature": 55.47,
        "uvIndex": 0,
        "visibility": 15538,
        "windDirection": 80,
        "windGust": 16.55,
        "windSpeed": 7.78
      },
      {
        "apparentTemperature": 55.96,
        "cloudCover": 0,
        "dewPoint": 54.09,
        "forecastStart": 1748433600,
        "humidity": 0.93,
        "icon": "light_rain",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "pressure": 989.1,
        "temperature": 56.26,
        "uvIndex": 0,
        "visibility": 13018,
        "windDirection": 81,
        "windGust": 15.88,
        "windSpeed": 7.13
      },
      {
        "apparentTemperature": 57.89,
        "cloudCover": 0,
        "dewPoint": 54.61,
        "forecastStart": 1748437200,
        "humidity": 0.89,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.84,
        "temperature": 58.19,
        "uvIndex": 0,
        "visibility": 10499,
        "windDirection": 83,
        "windGust": 15.21,
        "windSpeed": 7.13
      },
      {
        "apparentTemperature": 58.62,
        "cloudCover": 0,
        "dewPoint": 55.58,
        "forecastStart": 1748440800,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.76,
        "temperature": 58.89,
        "uvIndex": 0,
        "visibility": 13018,
        "windDirection": 89,
        "windGust": 14.54,
        "windSpeed": 6.95
      },
      {
        "apparentTemperature": 59.82,
        "cloudCover": 0,
        "dewPoint": 56.17,
        "forecastStart": 1748444400,
        "humidity": 0.87,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.8,
        "temperature": 60.03,
        "uvIndex": 0,
        "visibility": 20817,
        "windDirection": 102,
        "windGust": 13.2,
        "windSpeed": 6.56
      },
      {
        "apparentTemperature": 62.27,
        "cloudCover": 0,
        "dewPoint": 57.31,
        "forecastStart": 1748448000,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.64,
        "temperature": 62.38,
        "uvIndex": 0,
        "visibility": 25856,
        "windDirection": 112,
        "windGust": 10.96,
        "windSpeed": 5.59
      },
      {
        "apparentTemperature": 64.08,
        "cloudCover": 0,
        "dewPoint": 57.88,
        "forecastStart": 1748451600,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.04,
        "temperature": 64.11,
        "uvIndex": 0,
        "visibility": 25856,
        "windDirection": 113,
        "windGust": 6.71,
        "windSpeed": 4.54
      },
      {
        "apparentTemperature": 65.01,
        "cloudCover": 0,
        "dewPoint": 58.15,
        "forecastStart": 1748455200,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.36,
        "temperature": 65.05,
        "uvIndex": 0,
        "visibility": 25856,
        "windDirection": 166,
        "windGust": 4.7,
        "windSpeed": 2.77
      },
      {
        "apparentTemperature": 59.6,
        "cloudCover": 0,
        "dewPoint": 55.11,
        "forecastStart": 1748458800,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0.0025,
        "precipProbability": 0,
        "pressure": 988.08,
        "temperature": 59.94,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 192,
        "windGust": 7.16,
        "windSpeed": 2.47
      },
      {
        "apparentTemperature": 59.74,
        "cloudCover": 0,
        "dewPoint": 55.62,
        "forecastStart": 1748462400,
        "humidity": 0.86,
        "icon": "clear",
        "precipIntensity": 0.0098,
        "precipProbability": 0,
        "pressure": 988.04,
        "temperature": 60.01,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 241,
        "windGust": 9.4,
        "windSpeed": 4.26
      },
      {
        "apparentTemperature": 66.95,
        "cloudCover": 0,
        "dewPoint": 58.35,
        "forecastStart": 1748466000,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 987.87,
        "temperature": 67.06,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 239,
        "windGust": 9.84,
        "windSpeed": 5.59
      },
      {
        "apparentTemperature": 62.56,
        "cloudCover": 0,
        "dewPoint": 55.36,
        "forecastStart": 1748469600,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 987.94,
        "temperature": 62.96,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 236,
        "windGust": 12.97,
        "windSpeed": 6.3
      },
      {
        "apparentTemperature": 63.08,
        "cloudCover": 0,
        "dewPoint": 56.55,
        "forecastStart": 1748473200,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.03,
        "temperature": 63.34,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 232,
        "windGust": 14.09,
        "windSpeed": 6.1
      },
      {
        "apparentTemperature": 65.52,
        "cloudCover": 0,
        "dewPoint": 57.38,
        "forecastStart": 1748476800,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 987.92,
        "temperature": 65.77,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 234,
        "windGust": 14.54,
        "windSpeed": 4.81
      },
      {
        "apparentTemperature": 60.02,
        "cloudCover": 0,
        "dewPoint": 55.76,
        "forecastStart": 1748487600,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.3,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 56.8,
        "cloudCover": 0,
        "dewPoint": 54.66,
        "forecastStart": 1748498400,
        "humidity": 0.91,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.11,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 54.42,
        "cloudCover": 0,
        "dewPoint": 53.33,
        "forecastStart": 1748509200,
        "humidity": 0.93,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 54.86,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 56.58,
        "cloudCover": 0,
        "dewPoint": 53.31,
        "forecastStart": 1748520000,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.04,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 65.47,
        "cloudCover": 0,
        "dewPoint": 54.9,
        "forecastStart": 1748530800,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.02,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 71.16,
        "cloudCover": 0,
        "dewPoint": 54.48,
        "forecastStart": 1748541600,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 71.74,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 72.15,
        "cloudCover": 0,
        "dewPoint": 53.82,
        "forecastStart": 1748552400,
        "humidity": 0.52,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 72.73,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 68.86,
        "cloudCover": 0,
        "dewPoint": 53.65,
        "forecastStart": 1748563200,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 69.53,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 62.05,
        "cloudCover": 0,
        "dewPoint": 54.14,
        "forecastStart": 1748574000,
        "humidity": 0.73,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.65,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 58.63,
        "cloudCover": 0,
        "dewPoint": 53.42,
        "forecastStart": 1748584800,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59.16,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 56.32,
        "cloudCover": 0,
        "dewPoint": 53.37,
        "forecastStart": 1748595600,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 56.8,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 58.29,
        "cloudCover": 0,
        "dewPoint": 53.98,
        "forecastStart": 1748606400,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0.05,
        "precipProbability": 0,
        "temperature": 58.77,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 65.89,
        "cloudCover": 0,
        "dewPoint": 54.93,
        "forecastStart": 1748617200,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.4,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.74,
        "cloudCover": 0,
        "dewPoint": 53.96,
        "forecastStart": 1748628000,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 71.37,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.83,
        "cloudCover": 0,
        "dewPoint": 52.47,
        "forecastStart": 1748638800,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 71.62,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.72,
        "cloudCover": 0,
        "dewPoint": 53.42,
        "forecastStart": 1748649600,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 69.4,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.23,
        "cloudCover": 0,
        "dewPoint": 53.2,
        "forecastStart": 1748660400,
        "humidity": 0.71,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.91,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.83,
        "cloudCover": 0,
        "dewPoint": 52.88,
        "forecastStart": 1748671200,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59.56,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.7,
        "cloudCover": 0,
        "dewPoint": 52.34,
        "forecastStart": 1748682000,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.44,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.91,
        "cloudCover": 0,
        "dewPoint": 54,
        "forecastStart": 1748692800,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.49,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.94,
        "cloudCover": 0,
        "dewPoint": 54.01,
        "forecastStart": 1748703600,
        "humidity": 0.6,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 67.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.45,
        "cloudCover": 0,
        "dewPoint": 51.15,
        "forecastStart": 1748714400,
        "humidity": 0.45,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 74.21,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.61,
        "cloudCover": 0,
        "dewPoint": 49.24,
        "forecastStart": 1748725200,
        "humidity": 0.41,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 74.53,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 69.85,
        "cloudCover": 0,
        "dewPoint": 48.88,
        "forecastStart": 1748736000,
        "humidity": 0.46,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.9,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.96,
        "cloudCover": 0,
        "dewPoint": 48.87,
        "forecastStart": 1748746800,
        "humidity": 0.64,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.14,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.18,
        "cloudCover": 0,
        "dewPoint": 49.08,
        "forecastStart": 1748757600,
        "humidity": 0.76,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 56.28,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 52.51,
        "cloudCover": 0,
        "dewPoint": 48.34,
        "forecastStart": 1748768400,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 53.64,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 56.04,
        "cloudCover": 0,
        "dewPoint": 48.13,
        "forecastStart": 1748779200,
        "humidity": 0.72,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.24,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.89,
        "cloudCover": 0,
        "dewPoint": 48.56,
        "forecastStart": 1748790000,
        "humidity": 0.51,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 67.08,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 72.37,
        "cloudCover": 0,
        "dewPoint": 49.42,
        "forecastStart": 1748800800,
        "humidity": 0.44,
        "icon": "clear",
        "precipIntensity": 0.11,
        "precipProbability": 0,
        "temperature": 73.27,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 72.85,
        "cloudCover": 0,
        "dewPoint": 49.3,
        "forecastStart": 1748811600,
        "humidity": 0.42,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 73.8,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.14,
        "cloudCover": 0,
        "dewPoint": 51.35,
        "forecastStart": 1748822400,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.99,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.97,
        "cloudCover": 0,
        "dewPoint": 52.34,
        "forecastStart": 1748833200,
        "humidity": 0.68,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.8,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.74,
        "cloudCover": 0,
        "dewPoint": 51.94,
        "forecastStart": 1748844000,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.57,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 56.13,
        "cloudCover": 0,
        "dewPoint": 50.88,
        "forecastStart": 1748854800,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.02,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.82,
        "cloudCover": 0,
        "dewPoint": 51.84,
        "forecastStart": 1748865600,
        "humidity": 0.75,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59.63,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 69.61,
        "cloudCover": 0,
        "dewPoint": 52.72,
        "forecastStart": 1748876400,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.34,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 76.98,
        "cloudCover": 0,
        "dewPoint": 52.48,
        "forecastStart": 1748887200,
        "humidity": 0.41,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 77.59,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 78.31,
        "cloudCover": 0,
        "dewPoint": 52.11,
        "forecastStart": 1748898000,
        "humidity": 0.39,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 78.89,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 75.12,
        "cloudCover": 0,
        "dewPoint": 53.6,
        "forecastStart": 1748908800,
        "humidity": 0.47,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 75.65,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.3,
        "cloudCover": 0,
        "dewPoint": 53.42,
        "forecastStart": 1748919600,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.04,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.54,
        "cloudCover": 0,
        "dewPoint": 52.65,
        "forecastStart": 1748930400,
        "humidity": 0.72,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.32,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.94,
        "cloudCover": 0,
        "dewPoint": 51.57,
        "forecastStart": 1748941200,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.75,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.18,
        "cloudCover": 0,
        "dewPoint": 53.55,
        "forecastStart": 1748952000,
        "humidity": 0.73,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.86,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.99,
        "cloudCover": 0,
        "dewPoint": 55.83,
        "forecastStart": 1748962800,
        "humidity": 0.52,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 74.41,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 81.82,
        "cloudCover": 0,
        "dewPoint": 56.62,
        "forecastStart": 1748973600,
        "humidity": 0.42,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 82.15,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 82.68,
        "cloudCover": 0,
        "dewPoint": 56.53,
        "forecastStart": 1748984400,
        "humidity": 0.4,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 83.37,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 80.13,
        "cloudCover": 0,
        "dewPoint": 57.85,
        "forecastStart": 1748995200,
        "humidity": 0.47,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 79.5,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.7,
        "cloudCover": 0,
        "dewPoint": 57.65,
        "forecastStart": 1749006000,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.99,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.19,
        "cloudCover": 0,
        "dewPoint": 58.01,
        "forecastStart": 1749016800,
        "humidity": 0.73,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.42,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 67.31,
        "cloudCover": 0,
        "dewPoint": 59.14,
        "forecastStart": 1749038400,
        "humidity": 0.75,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 67.35,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 84.93,
        "cloudCover": 0,
        "dewPoint": 60.22,
        "forecastStart": 1749060000,
        "humidity": 0.45,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 84.69,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 82.89,
        "cloudCover": 0,
        "dewPoint": 61.54,
        "forecastStart": 1749081600,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 82.11,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.65,
        "cloudCover": 0,
        "dewPoint": 62.55,
        "forecastStart": 1749103200,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.3,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.4,
        "cloudCover": 0,
        "dewPoint": 62.91,
        "forecastStart": 1749124800,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.03,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 86.24,
        "cloudCover": 0,
        "dewPoint": 64.49,
        "forecastStart": 1749146400,
        "humidity": 0.51,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 84.67,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 82.77,
        "cloudCover": 0,
        "dewPoint": 64.87,
        "forecastStart": 1749168000,
        "humidity": 0.58,
        "icon": "clear",
        "precipIntensity": 0.08,
        "precipProbability": 0,
        "temperature": 81,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.68,
        "cloudCover": 0,
        "dewPoint": 64.2,
        "forecastStart": 1749189600,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 70.16,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.38,
        "cloudCover": 0,
        "dewPoint": 64.47,
        "forecastStart": 1749211200,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 70.79,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 86.54,
        "cloudCover": 0,
        "dewPoint": 65.21,
        "forecastStart": 1749232800,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 84.36,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 82.6,
        "cloudCover": 0,
        "dewPoint": 65.03,
        "forecastStart": 1749254400,
        "humidity": 0.59,
        "icon": "clear",
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "temperature": 80.74,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.36,
        "cloudCover": 0,
        "dewPoint": 64.11,
        "forecastStart": 1749276000,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "temperature": 70.77,
        "uvIndex": 0
      }
    ]
  },
  "daily": {
    "data": [
      {
        "apparentTemperatureAvg": 56.3,
        "apparentTemperatureMax": 56.72,
        "apparentTemperatureMin": 55.88,
        "cloudCover": 0.01,
        "dewPointAvg": 53.93,
        "dewPointMax": 54.86,
        "dewPointMin": 52.99,
        "forecastEnd": 1748404800,
        "forecastStart": 1748318400,
        "humidity": 0.01,
        "icon": "light_rain",
        "moonPhase": 0.03,
        "precipIntensity": 0.1531,
        "precipProbability": 0,
        "pressure": 991.3,
        "sunriseTime": 1748340553,
        "sunsetTime": 1748393527,
        "temperatureAvg": 56.85,
        "temperatureMax": 57.3,
        "temperatureMin": 56.41,
        "uvIndexMax": 0,
        "visibility": 30137,
        "windDirectionAvg": 93,
        "windGustAvg": 22.49,
        "windGustMax": 24.93,
        "windGustMin": 20.04,
        "windSpeedAvg": 8.35,
        "windSpeedMax": 9.31,
        "windSpeedMin": 7.4
      },
      {
        "apparentTemperatureAvg": 60.78,
        "apparentTemperatureMax": 66.95,
        "apparentTemperatureMin": 54.61,
        "cloudCover": 0.01,
        "dewPointAvg": 55.51,
        "dewPointMax": 58.35,
        "dewPointMin": 52.66,
        "forecastEnd": 1748491200,
        "forecastStart": 1748404800,
        "humidity": 0.01,
        "icon": "light_rain",
        "moonPhase": 0.06,
        "precipIntensity": 0.1323,
        "precipProbability": 0,
        "pressure": 988.88,
        "sunriseTime": 1748426920,
        "sunsetTime": 1748479975,
        "temperatureAvg": 61.11,
        "temperatureMax": 67.06,
        "temperatureMin": 55.17,
        "uvIndexMax": 0,
        "visibility": 22220,
        "windDirectionAvg": 136,
        "windGustAvg": 11.55,
        "windGustMax": 18.4,
        "windGustMin": 4.7,
        "windSpeedAvg": 5.12,
        "windSpeedMax": 7.78,
        "windSpeedMin": 2.47
      },
      {
        "apparentTemperatureAvg": 63.28,
        "apparentTemperatureMax": 72.15,
        "apparentTemperatureMin": 54.42,
        "cloudCover": 0,
        "dewPointAvg": 54.1,
        "dewPointMax": 54.9,
        "dewPointMin": 53.31,
        "forecastEnd": 1748577600,
        "forecastStart": 1748491200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.1,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748513289,
        "sunsetTime": 1748566422,
        "temperatureAvg": 63.8,
        "temperatureMax": 72.73,
        "temperatureMin": 54.86,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 63.58,
        "apparentTemperatureMax": 70.83,
        "apparentTemperatureMin": 56.32,
        "cloudCover": 0,
        "dewPointAvg": 53.7,
        "dewPointMax": 54.93,
        "dewPointMin": 52.47,
        "forecastEnd": 1748664000,
        "forecastStart": 1748577600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.13,
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "sunriseTime": 1748599660,
        "sunsetTime": 1748652868,
        "temperatureAvg": 64.21,
        "temperatureMax": 71.62,
        "temperatureMin": 56.8,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 65.66,
        "apparentTemperatureMax": 73.61,
        "apparentTemperatureMin": 57.7,
        "cloudCover": 0,
        "dewPointAvg": 51.44,
        "dewPointMax": 54.01,
        "dewPointMin": 48.87,
        "forecastEnd": 1748750400,
        "forecastStart": 1748664000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.17,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748686032,
        "sunsetTime": 1748739312,
        "temperatureAvg": 66.49,
        "temperatureMax": 74.53,
        "temperatureMin": 58.44,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 62.68,
        "apparentTemperatureMax": 72.85,
        "apparentTemperatureMin": 52.51,
        "cloudCover": 0,
        "dewPointAvg": 50.23,
        "dewPointMax": 52.34,
        "dewPointMin": 48.13,
        "forecastEnd": 1748836800,
        "forecastStart": 1748750400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.2,
        "precipIntensity": 0.12,
        "precipProbability": 0,
        "sunriseTime": 1748772406,
        "sunsetTime": 1748825756,
        "temperatureAvg": 63.72,
        "temperatureMax": 73.8,
        "temperatureMin": 53.64,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 67.22,
        "apparentTemperatureMax": 78.31,
        "apparentTemperatureMin": 56.13,
        "cloudCover": 0,
        "dewPointAvg": 52.24,
        "dewPointMax": 53.6,
        "dewPointMin": 50.88,
        "forecastEnd": 1748923200,
        "forecastStart": 1748836800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.23,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748858783,
        "sunsetTime": 1748912198,
        "temperatureAvg": 67.95,
        "temperatureMax": 78.89,
        "temperatureMin": 57.02,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 70.31,
        "apparentTemperatureMax": 82.68,
        "apparentTemperatureMin": 57.94,
        "cloudCover": 0,
        "dewPointAvg": 54.71,
        "dewPointMax": 57.85,
        "dewPointMin": 51.57,
        "forecastEnd": 1749009600,
        "forecastStart": 1748923200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.27,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748945161,
        "sunsetTime": 1748998640,
        "temperatureAvg": 71.06,
        "temperatureMax": 83.37,
        "temperatureMin": 58.75,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 75.56,
        "apparentTemperatureMax": 84.93,
        "apparentTemperatureMin": 66.19,
        "cloudCover": 0,
        "dewPointAvg": 59.77,
        "dewPointMax": 61.54,
        "dewPointMin": 58.01,
        "forecastEnd": 1749096000,
        "forecastStart": 1749009600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.3,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1749031541,
        "sunsetTime": 1749085079,
        "temperatureAvg": 75.55,
        "temperatureMax": 84.69,
        "temperatureMin": 66.42,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 78.32,
        "apparentTemperatureMax": 86.24,
        "apparentTemperatureMin": 70.4,
        "cloudCover": 0,
        "dewPointAvg": 63.71,
        "dewPointMax": 64.87,
        "dewPointMin": 62.55,
        "forecastEnd": 1749182400,
        "forecastStart": 1749096000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.33,
        "precipIntensity": 0.08,
        "precipProbability": 0,
        "sunriseTime": 1749117922,
        "sunsetTime": 1749171518,
        "temperatureAvg": 77.35,
        "temperatureMax": 84.67,
        "temperatureMin": 70.03,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 78.61,
        "apparentTemperatureMax": 86.54,
        "apparentTemperatureMin": 70.68,
        "cloudCover": 0,
        "dewPointAvg": 64.71,
        "dewPointMax": 65.21,
        "dewPointMin": 64.2,
        "forecastEnd": 1749268800,
        "forecastStart": 1749182400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.36,
        "precipIntensity": 0.11,
        "precipProbability": 0,
        "sunriseTime": 1749204306,
        "sunsetTime": 1749257955,
        "temperatureAvg": 77.26,
        "temperatureMax": 84.36,
        "temperatureMin": 70.16,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 71.36,
        "apparentTemperatureMax": 71.36,
        "apparentTemperatureMin": 71.36,
        "cloudCover": 0,
        "dewPointAvg": 64.11,
        "dewPointMax": 64.11,
        "dewPointMin": 64.11,
        "forecastEnd": 1749355200,
        "forecastStart": 1749268800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.39,
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "sunriseTime": 1749290692,
        "sunsetTime": 1749344391,
        "temperatureAvg": 70.77,
        "temperatureMax": 70.77,
        "temperatureMin": 70.77,
        "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.

Interested in our Weather API?

No credit card required · Cancel anytime