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: 06:57 AM
Friday, May 23
44°F
Clear
5 mph
Wind Speed
1%
Humidity
986 mb
Pressure
FRI
61°F
SAT
66°F
SUN
66°F
MON
69°F
Columbus
LIVE
Ohio, US
44°F
Clear
5 mph
Wind Speed
1%
Humidity
986 mb
Pressure
FRI
61°F
SAT
66°F
SUN
66°F
MON
69°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": 1747983422,
  "latitude": 39.9625,
  "longitude": -83.0061,
  "timezone": "America/New_York",
  "timezone_abbreviation": "EDT",
  "timezone_offset": -14400,
  "units": "imperial",
  "alerts": [

  ],
  "currently": {
    "apparentTemperature": 41.25,
    "cloudCover": 0.01,
    "dewPoint": 39.15,
    "humidity": 0.8,
    "icon": "clear",
    "precipIntensity": 0,
    "pressure": 986,
    "temperature": 44.12,
    "uvIndex": 0,
    "visibility": 32808,
    "windDirection": 276,
    "windGust": 13.49,
    "windSpeed": 5.05
  },
  "hourly": {
    "data": [
      {
        "apparentTemperature": 41.25,
        "cloudCover": 0.01,
        "dewPoint": 39.15,
        "forecastStart": 1747983600,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 986,
        "temperature": 44.12,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 276,
        "windGust": 13.49,
        "windSpeed": 5.05
      },
      {
        "apparentTemperature": 40.3,
        "cloudCover": 0.02,
        "dewPoint": 38.7,
        "forecastStart": 1747987200,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 986.9,
        "temperature": 43.1,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 290,
        "windGust": 14.09,
        "windSpeed": 4.72
      },
      {
        "apparentTemperature": 39,
        "cloudCover": 0,
        "dewPoint": 38.32,
        "forecastStart": 1747990800,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 987.2,
        "temperature": 42.13,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 290,
        "windGust": 13.66,
        "windSpeed": 4.93
      },
      {
        "apparentTemperature": 39.86,
        "cloudCover": 0,
        "dewPoint": 38.14,
        "forecastStart": 1747994400,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.2,
        "temperature": 43.75,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 301,
        "windGust": 15.5,
        "windSpeed": 6.6
      },
      {
        "apparentTemperature": 39.51,
        "cloudCover": 0,
        "dewPoint": 38.01,
        "forecastStart": 1747998000,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.2,
        "temperature": 43.83,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 305,
        "windGust": 17.16,
        "windSpeed": 7.41
      },
      {
        "apparentTemperature": 41.33,
        "cloudCover": 0,
        "dewPoint": 38.32,
        "forecastStart": 1748001600,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.9,
        "temperature": 46.18,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 314,
        "windGust": 24.86,
        "windSpeed": 9.87
      },
      {
        "apparentTemperature": 44.21,
        "cloudCover": 0.01,
        "dewPoint": 38.3,
        "forecastStart": 1748005200,
        "humidity": 0.66,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.8,
        "temperature": 48.96,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 308,
        "windGust": 26.52,
        "windSpeed": 11.57
      },
      {
        "apparentTemperature": 49.13,
        "cloudCover": 0.02,
        "dewPoint": 39.09,
        "forecastStart": 1748008800,
        "humidity": 0.61,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.5,
        "temperature": 51.42,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 305,
        "windGust": 22.04,
        "windSpeed": 12.59
      },
      {
        "apparentTemperature": 51.73,
        "cloudCover": 0.03,
        "dewPoint": 39.76,
        "forecastStart": 1748012400,
        "humidity": 0.59,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.7,
        "temperature": 53.87,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 300,
        "windGust": 23.46,
        "windSpeed": 13.69
      },
      {
        "apparentTemperature": 53.56,
        "cloudCover": 0.3,
        "dewPoint": 40.48,
        "forecastStart": 1748016000,
        "humidity": 0.57,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.9,
        "temperature": 55.62,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 294,
        "windGust": 26.37,
        "windSpeed": 14.95
      },
      {
        "apparentTemperature": 55.94,
        "cloudCover": 1,
        "dewPoint": 41.94,
        "forecastStart": 1748019600,
        "humidity": 0.55,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.1,
        "temperature": 57.87,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 293,
        "windGust": 27.85,
        "windSpeed": 15.34
      },
      {
        "apparentTemperature": 57.03,
        "cloudCover": 1,
        "dewPoint": 42.15,
        "forecastStart": 1748023200,
        "humidity": 0.53,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.7,
        "temperature": 58.95,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 299,
        "windGust": 26.62,
        "windSpeed": 14.95
      },
      {
        "apparentTemperature": 58.09,
        "cloudCover": 0,
        "dewPoint": 41.65,
        "forecastStart": 1748026800,
        "humidity": 0.51,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.7,
        "temperature": 59.99,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 284,
        "windGust": 26.4,
        "windSpeed": 18.22
      },
      {
        "apparentTemperature": 58.85,
        "cloudCover": 0,
        "dewPoint": 41.92,
        "forecastStart": 1748030400,
        "humidity": 0.5,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.48,
        "temperature": 60.73,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 286,
        "windGust": 26.62,
        "windSpeed": 17.96
      },
      {
        "apparentTemperature": 58.9,
        "cloudCover": 0,
        "dewPoint": 42.03,
        "forecastStart": 1748034000,
        "humidity": 0.49,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.79,
        "temperature": 60.82,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 286,
        "windGust": 25.95,
        "windSpeed": 16.6
      },
      {
        "apparentTemperature": 58.92,
        "cloudCover": 0,
        "dewPoint": 42.3,
        "forecastStart": 1748037600,
        "humidity": 0.49,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.11,
        "temperature": 60.84,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 286,
        "windGust": 25.95,
        "windSpeed": 15.71
      },
      {
        "apparentTemperature": 58.67,
        "cloudCover": 0,
        "dewPoint": 42.01,
        "forecastStart": 1748041200,
        "humidity": 0.5,
        "icon": "windy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.23,
        "temperature": 60.57,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 289,
        "windGust": 24.16,
        "windSpeed": 13.63
      },
      {
        "apparentTemperature": 57.69,
        "cloudCover": 0,
        "dewPoint": 42.33,
        "forecastStart": 1748044800,
        "humidity": 0.53,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.48,
        "temperature": 59.54,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 285,
        "windGust": 24.16,
        "windSpeed": 10.92
      },
      {
        "apparentTemperature": 53.95,
        "cloudCover": 0,
        "dewPoint": 42.53,
        "forecastStart": 1748048400,
        "humidity": 0.6,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 989.64,
        "temperature": 55.85,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 258,
        "windGust": 19.01,
        "windSpeed": 6.96
      },
      {
        "apparentTemperature": 51.81,
        "cloudCover": 0,
        "dewPoint": 42.03,
        "forecastStart": 1748052000,
        "humidity": 0.65,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 990.1,
        "temperature": 53.69,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 254,
        "windGust": 18.34,
        "windSpeed": 6.7
      },
      {
        "apparentTemperature": 49.49,
        "cloudCover": 0,
        "dewPoint": 41.63,
        "forecastStart": 1748055600,
        "humidity": 0.7,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 990.85,
        "temperature": 51.37,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 272,
        "windGust": 20.36,
        "windSpeed": 6.86
      },
      {
        "apparentTemperature": 48.12,
        "cloudCover": 0,
        "dewPoint": 41.65,
        "forecastStart": 1748059200,
        "humidity": 0.72,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 991.33,
        "temperature": 50.04,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 279,
        "windGust": 20.58,
        "windSpeed": 6.76
      },
      {
        "apparentTemperature": 46.48,
        "cloudCover": 0,
        "dewPoint": 41.23,
        "forecastStart": 1748062800,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 991.35,
        "temperature": 49.37,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 280,
        "windGust": 21.25,
        "windSpeed": 6.83
      },
      {
        "apparentTemperature": 44.94,
        "cloudCover": 0,
        "dewPoint": 40.39,
        "forecastStart": 1748066400,
        "humidity": 0.75,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 991.54,
        "temperature": 47.97,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 289,
        "windGust": 21.92,
        "windSpeed": 6.54
      },
      {
        "apparentTemperature": 44.06,
        "cloudCover": 0,
        "dewPoint": 40.84,
        "forecastStart": 1748070000,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 991.54,
        "temperature": 47.01,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 298,
        "windGust": 21.7,
        "windSpeed": 6.04
      },
      {
        "apparentTemperature": 43.19,
        "cloudCover": 0,
        "dewPoint": 39.96,
        "forecastStart": 1748073600,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 991.18,
        "temperature": 45.73,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 307,
        "windGust": 20.36,
        "windSpeed": 4.99
      },
      {
        "apparentTemperature": 42.49,
        "cloudCover": 0,
        "dewPoint": 39.7,
        "forecastStart": 1748077200,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 991.22,
        "temperature": 44.47,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 293,
        "windGust": 19.24,
        "windSpeed": 3.96
      },
      {
        "apparentTemperature": 42.04,
        "cloudCover": 0,
        "dewPoint": 39.83,
        "forecastStart": 1748080800,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 992.52,
        "temperature": 44.78,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 285,
        "windGust": 15.88,
        "windSpeed": 5.02
      },
      {
        "apparentTemperature": 42.29,
        "cloudCover": 0,
        "dewPoint": 39.92,
        "forecastStart": 1748084400,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 993.32,
        "temperature": 44.42,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 302,
        "windGust": 11.63,
        "windSpeed": 4.13
      },
      {
        "apparentTemperature": 45.37,
        "cloudCover": 0,
        "dewPoint": 40.57,
        "forecastStart": 1748088000,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 993.76,
        "temperature": 47.88,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 302,
        "windGust": 15.66,
        "windSpeed": 5.55
      },
      {
        "apparentTemperature": 55.58,
        "cloudCover": 0,
        "dewPoint": 42.39,
        "forecastStart": 1748098800,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.45,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 62.62,
        "cloudCover": 0,
        "dewPoint": 42.98,
        "forecastStart": 1748109600,
        "humidity": 0.46,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 64.33,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 63.87,
        "cloudCover": 0,
        "dewPoint": 41.99,
        "forecastStart": 1748120400,
        "humidity": 0.43,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 65.59,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 60.53,
        "cloudCover": 0,
        "dewPoint": 43.41,
        "forecastStart": 1748131200,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.26,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 52.69,
        "cloudCover": 0,
        "dewPoint": 44.2,
        "forecastStart": 1748142000,
        "humidity": 0.68,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 54.36,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "cloudCover": 0,
        "dewPoint": 43.84,
        "forecastStart": 1748152800,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 49.69,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "cloudCover": 0,
        "dewPoint": 42.67,
        "forecastStart": 1748163600,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 46.99,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 48.69,
        "cloudCover": 0,
        "dewPoint": 44.58,
        "forecastStart": 1748174400,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.25,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 58.99,
        "cloudCover": 0,
        "dewPoint": 44.51,
        "forecastStart": 1748185200,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.64,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 64.42,
        "cloudCover": 0,
        "dewPoint": 44.13,
        "forecastStart": 1748196000,
        "humidity": 0.45,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 64.58,
        "cloudCover": 0,
        "dewPoint": 43.34,
        "forecastStart": 1748206800,
        "humidity": 0.43,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.24,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 61.25,
        "cloudCover": 0,
        "dewPoint": 43.65,
        "forecastStart": 1748217600,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.91,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 53.33,
        "cloudCover": 0,
        "dewPoint": 44.17,
        "forecastStart": 1748228400,
        "humidity": 0.66,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 55.02,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 49.36,
        "cloudCover": 0,
        "dewPoint": 43.74,
        "forecastStart": 1748239200,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.9,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "cloudCover": 0,
        "dewPoint": 43.11,
        "forecastStart": 1748250000,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 47.61,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 49.22,
        "cloudCover": 0,
        "dewPoint": 44.22,
        "forecastStart": 1748260800,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.74,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.95,
        "cloudCover": 0,
        "dewPoint": 46.15,
        "forecastStart": 1748271600,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.43,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.96,
        "cloudCover": 0,
        "dewPoint": 46.53,
        "forecastStart": 1748282400,
        "humidity": 0.47,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 67.32,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 67.39,
        "cloudCover": 0,
        "dewPoint": 46.96,
        "forecastStart": 1748293200,
        "humidity": 0.45,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 68.7,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 64.85,
        "cloudCover": 0,
        "dewPoint": 48.79,
        "forecastStart": 1748304000,
        "humidity": 0.53,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.06,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.32,
        "cloudCover": 0,
        "dewPoint": 48.76,
        "forecastStart": 1748314800,
        "humidity": 0.65,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 60.51,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 56.9,
        "cloudCover": 0,
        "dewPoint": 48.54,
        "forecastStart": 1748325600,
        "humidity": 0.72,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.01,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 56.31,
        "cloudCover": 0,
        "dewPoint": 49.96,
        "forecastStart": 1748336400,
        "humidity": 0.76,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 57.31,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 56.96,
        "cloudCover": 0,
        "dewPoint": 52.36,
        "forecastStart": 1748347200,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0.09,
        "precipProbability": 0,
        "temperature": 57.6,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.03,
        "cloudCover": 0,
        "dewPoint": 55.67,
        "forecastStart": 1748358000,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 62.42,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.91,
        "cloudCover": 0,
        "dewPoint": 58.44,
        "forecastStart": 1748368800,
        "humidity": 0.75,
        "icon": "clear",
        "precipIntensity": 0.1,
        "precipProbability": 0,
        "temperature": 66.07,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.73,
        "cloudCover": 0,
        "dewPoint": 59.31,
        "forecastStart": 1748379600,
        "humidity": 0.76,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 66.78,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.3,
        "cloudCover": 0,
        "dewPoint": 58.1,
        "forecastStart": 1748390400,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 65.35,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.57,
        "cloudCover": 0,
        "dewPoint": 57.22,
        "forecastStart": 1748401200,
        "humidity": 0.86,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 61.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.14,
        "cloudCover": 0,
        "dewPoint": 57.13,
        "forecastStart": 1748412000,
        "humidity": 0.9,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 60.19,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.46,
        "cloudCover": 0,
        "dewPoint": 56.77,
        "forecastStart": 1748422800,
        "humidity": 0.92,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 59.49,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.24,
        "cloudCover": 0,
        "dewPoint": 57.24,
        "forecastStart": 1748433600,
        "humidity": 0.91,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.24,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.01,
        "cloudCover": 0,
        "dewPoint": 57.78,
        "forecastStart": 1748444400,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 65.08,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.44,
        "cloudCover": 0,
        "dewPoint": 57.67,
        "forecastStart": 1748455200,
        "humidity": 0.69,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 68.63,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 69.82,
        "cloudCover": 0,
        "dewPoint": 57.33,
        "forecastStart": 1748466000,
        "humidity": 0.64,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.11,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 67.76,
        "cloudCover": 0,
        "dewPoint": 56.48,
        "forecastStart": 1748476800,
        "humidity": 0.68,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 68.05,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.73,
        "cloudCover": 0,
        "dewPoint": 55.81,
        "forecastStart": 1748487600,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.02,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.64,
        "cloudCover": 0,
        "dewPoint": 55.31,
        "forecastStart": 1748498400,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.91,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.23,
        "cloudCover": 0,
        "dewPoint": 54.99,
        "forecastStart": 1748509200,
        "humidity": 0.91,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.51,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.03,
        "cloudCover": 0,
        "dewPoint": 55.69,
        "forecastStart": 1748520000,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59.27,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.96,
        "cloudCover": 0,
        "dewPoint": 55.83,
        "forecastStart": 1748530800,
        "humidity": 0.69,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.38,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.17,
        "cloudCover": 0,
        "dewPoint": 55.67,
        "forecastStart": 1748541600,
        "humidity": 0.58,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 71.58,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.18,
        "cloudCover": 0,
        "dewPoint": 55.31,
        "forecastStart": 1748552400,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 71.73,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.58,
        "cloudCover": 0,
        "dewPoint": 55.53,
        "forecastStart": 1748563200,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 69.06,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.3,
        "cloudCover": 0,
        "dewPoint": 54.66,
        "forecastStart": 1748574000,
        "humidity": 0.75,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.8,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.51,
        "cloudCover": 0,
        "dewPoint": 54.59,
        "forecastStart": 1748584800,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59.92,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.18,
        "cloudCover": 0,
        "dewPoint": 54.01,
        "forecastStart": 1748595600,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.62,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.93,
        "cloudCover": 0,
        "dewPoint": 55.02,
        "forecastStart": 1748606400,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.3,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.16,
        "cloudCover": 0,
        "dewPoint": 56.32,
        "forecastStart": 1748617200,
        "humidity": 0.64,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 68.59,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.08,
        "cloudCover": 0,
        "dewPoint": 56.07,
        "forecastStart": 1748628000,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 73.45,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.53,
        "cloudCover": 0,
        "dewPoint": 56.1,
        "forecastStart": 1748638800,
        "humidity": 0.53,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 73.94,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 70.35,
        "cloudCover": 0,
        "dewPoint": 57.45,
        "forecastStart": 1748649600,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.63,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.28,
        "cloudCover": 0,
        "dewPoint": 54.97,
        "forecastStart": 1748671200,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.95,
        "cloudCover": 0,
        "dewPoint": 54.93,
        "forecastStart": 1748692800,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.31,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.95,
        "cloudCover": 0,
        "dewPoint": 55.31,
        "forecastStart": 1748714400,
        "humidity": 0.51,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 74.41,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.39,
        "cloudCover": 0,
        "dewPoint": 55.06,
        "forecastStart": 1748736000,
        "humidity": 0.56,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 71.87,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.77,
        "cloudCover": 0,
        "dewPoint": 54.5,
        "forecastStart": 1748757600,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.28,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.68,
        "cloudCover": 0,
        "dewPoint": 55.35,
        "forecastStart": 1748779200,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.07,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 75.31,
        "cloudCover": 0,
        "dewPoint": 58.15,
        "forecastStart": 1748800800,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 75.52,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.91,
        "cloudCover": 0,
        "dewPoint": 58.32,
        "forecastStart": 1748822400,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 72.09,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.48,
        "cloudCover": 0,
        "dewPoint": 57.63,
        "forecastStart": 1748844000,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 62.62,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.37,
        "cloudCover": 0,
        "dewPoint": 57.92,
        "forecastStart": 1748865600,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.47,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 75.84,
        "cloudCover": 0,
        "dewPoint": 58.66,
        "forecastStart": 1748887200,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 75.96,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 74.53,
        "cloudCover": 0,
        "dewPoint": 59.63,
        "forecastStart": 1748908800,
        "humidity": 0.6,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 74.55,
        "uvIndex": 0
      }
    ]
  },
  "daily": {
    "data": [
      {
        "apparentTemperatureAvg": 48.96,
        "apparentTemperatureMax": 58.92,
        "apparentTemperatureMin": 38.99,
        "cloudCover": 0.01,
        "dewPointAvg": 40.27,
        "dewPointMax": 42.53,
        "dewPointMin": 38.01,
        "forecastEnd": 1748059200,
        "forecastStart": 1747972800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.87,
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 988.38,
        "sunriseTime": 1747995103,
        "sunsetTime": 1748047726,
        "temperatureAvg": 51.48,
        "temperatureMax": 60.84,
        "temperatureMin": 42.13,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windDirectionAvg": 289,
        "windGustAvg": 20.34,
        "windGustMax": 27.85,
        "windGustMin": 12.82,
        "windSpeedAvg": 11.09,
        "windSpeedMax": 18.22,
        "windSpeedMin": 3.97
      },
      {
        "apparentTemperatureAvg": 52.96,
        "apparentTemperatureMax": 63.87,
        "apparentTemperatureMin": 42.04,
        "cloudCover": 0,
        "dewPointAvg": 41.95,
        "dewPointMax": 44.2,
        "dewPointMin": 39.7,
        "forecastEnd": 1748145600,
        "forecastStart": 1748059200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.91,
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 992.47,
        "sunriseTime": 1748081463,
        "sunsetTime": 1748134178,
        "temperatureAvg": 55,
        "temperatureMax": 65.59,
        "temperatureMin": 44.42,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windDirectionAvg": 293,
        "windGustAvg": 16.78,
        "windGustMax": 21.92,
        "windGustMin": 11.63,
        "windSpeedAvg": 5.4,
        "windSpeedMax": 6.83,
        "windSpeedMin": 3.96
      },
      {
        "apparentTemperatureAvg": 56.64,
        "apparentTemperatureMax": 64.58,
        "apparentTemperatureMin": 48.69,
        "cloudCover": 0,
        "dewPointAvg": 43.63,
        "dewPointMax": 44.58,
        "dewPointMin": 42.67,
        "forecastEnd": 1748232000,
        "forecastStart": 1748145600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.95,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748167825,
        "sunsetTime": 1748220628,
        "temperatureAvg": 56.61,
        "temperatureMax": 66.24,
        "temperatureMin": 46.99,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 58.31,
        "apparentTemperatureMax": 67.39,
        "apparentTemperatureMin": 49.22,
        "cloudCover": 0,
        "dewPointAvg": 45.95,
        "dewPointMax": 48.79,
        "dewPointMin": 43.11,
        "forecastEnd": 1748318400,
        "forecastStart": 1748232000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.98,
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "sunriseTime": 1748254188,
        "sunsetTime": 1748307078,
        "temperatureAvg": 58.15,
        "temperatureMax": 68.7,
        "temperatureMin": 47.61,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 61.52,
        "apparentTemperatureMax": 66.73,
        "apparentTemperatureMin": 56.31,
        "cloudCover": 0,
        "dewPointAvg": 53.92,
        "dewPointMax": 59.31,
        "dewPointMin": 48.54,
        "forecastEnd": 1748404800,
        "forecastStart": 1748318400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.03,
        "precipIntensity": 0.28,
        "precipProbability": 0,
        "sunriseTime": 1748340553,
        "sunsetTime": 1748393527,
        "temperatureAvg": 62.04,
        "temperatureMax": 66.78,
        "temperatureMin": 57.31,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 64.64,
        "apparentTemperatureMax": 69.82,
        "apparentTemperatureMin": 59.46,
        "cloudCover": 0,
        "dewPointAvg": 56.8,
        "dewPointMax": 57.78,
        "dewPointMin": 55.81,
        "forecastEnd": 1748491200,
        "forecastStart": 1748404800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.06,
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "sunriseTime": 1748426920,
        "sunsetTime": 1748479975,
        "temperatureAvg": 64.8,
        "temperatureMax": 70.11,
        "temperatureMin": 59.49,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 64.21,
        "apparentTemperatureMax": 71.18,
        "apparentTemperatureMin": 57.23,
        "cloudCover": 0,
        "dewPointAvg": 55.25,
        "dewPointMax": 55.83,
        "dewPointMin": 54.66,
        "forecastEnd": 1748577600,
        "forecastStart": 1748491200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.1,
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "sunriseTime": 1748513289,
        "sunsetTime": 1748566422,
        "temperatureAvg": 64.62,
        "temperatureMax": 71.73,
        "temperatureMin": 57.51,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 65.85,
        "apparentTemperatureMax": 73.53,
        "apparentTemperatureMin": 58.18,
        "cloudCover": 0,
        "dewPointAvg": 55.73,
        "dewPointMax": 57.45,
        "dewPointMin": 54.01,
        "forecastEnd": 1748664000,
        "forecastStart": 1748577600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.13,
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "sunriseTime": 1748599660,
        "sunsetTime": 1748652868,
        "temperatureAvg": 66.28,
        "temperatureMax": 73.94,
        "temperatureMin": 58.62,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 66.95,
        "apparentTemperatureMax": 73.95,
        "apparentTemperatureMin": 59.95,
        "cloudCover": 0,
        "dewPointAvg": 55.12,
        "dewPointMax": 55.31,
        "dewPointMin": 54.93,
        "forecastEnd": 1748750400,
        "forecastStart": 1748664000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.17,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748686032,
        "sunsetTime": 1748739312,
        "temperatureAvg": 67.36,
        "temperatureMax": 74.41,
        "temperatureMin": 60.31,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 67.54,
        "apparentTemperatureMax": 75.31,
        "apparentTemperatureMin": 59.77,
        "cloudCover": 0,
        "dewPointAvg": 56.41,
        "dewPointMax": 58.32,
        "dewPointMin": 54.5,
        "forecastEnd": 1748836800,
        "forecastStart": 1748750400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.2,
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "sunriseTime": 1748772406,
        "sunsetTime": 1748825756,
        "temperatureAvg": 67.9,
        "temperatureMax": 75.52,
        "temperatureMin": 60.28,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 69.1,
        "apparentTemperatureMax": 75.84,
        "apparentTemperatureMin": 62.37,
        "cloudCover": 0,
        "dewPointAvg": 58.63,
        "dewPointMax": 59.63,
        "dewPointMin": 57.63,
        "forecastEnd": 1748923200,
        "forecastStart": 1748836800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.23,
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "sunriseTime": 1748858783,
        "sunsetTime": 1748912198,
        "temperatureAvg": 69.22,
        "temperatureMax": 75.96,
        "temperatureMin": 62.47,
        "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