Global Weather API.

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

FREE to use
No credit card required
Ashburn
LIVE
Virginia, US
50°F
Clear
4 mph
Wind Speed
1%
Humidity
1003 mb
Pressure
TUE
70°F
WED
60°F
THU
65°F
FRI
64°F
Ashburn
LIVE
Virginia, US
50°F
Clear
4 mph
Wind Speed
1%
Humidity
1003 mb
Pressure
TUE
70°F
WED
60°F
THU
65°F
FRI
64°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 Ashburn

Real-time weather data in clean, structured JSON format

GET /v1/weather
{
  "dt": 1747736886,
  "latitude": 39.0469,
  "longitude": -77.4903,
  "timezone": "America/New_York",
  "timezone_abbreviation": "EDT",
  "timezone_offset": -14400,
  "units": "imperial",
  "alerts": [

  ],
  "currently": {
    "apparentTemperature": 49.12,
    "cloudCover": 0.12,
    "dewPoint": 45.05,
    "humidity": 0.83,
    "icon": "clear",
    "precipIntensity": 0,
    "pressure": 1003.1,
    "temperature": 50,
    "uvIndex": 0,
    "visibility": 32808,
    "windDirection": 3,
    "windGust": 8.33,
    "windSpeed": 3.63
  },
  "hourly": {
    "data": [
      {
        "apparentTemperature": 51.54,
        "cloudCover": 0,
        "dewPoint": 43.22,
        "forecastStart": 1747738800,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1004.1,
        "temperature": 53.06,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 11,
        "windGust": 12.81,
        "windSpeed": 3.18
      },
      {
        "apparentTemperature": 54,
        "cloudCover": 0,
        "dewPoint": 37.63,
        "forecastStart": 1747742400,
        "humidity": 0.65,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1004.7,
        "temperature": 55.68,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 27,
        "windGust": 16.19,
        "windSpeed": 10.16
      },
      {
        "apparentTemperature": 55.7,
        "cloudCover": 0.12,
        "dewPoint": 37.33,
        "forecastStart": 1747746000,
        "humidity": 0.58,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1006.2,
        "temperature": 57.52,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 15,
        "windGust": 11.97,
        "windSpeed": 8.95
      },
      {
        "apparentTemperature": 57.4,
        "cloudCover": 1,
        "dewPoint": 42.31,
        "forecastStart": 1747749600,
        "humidity": 0.54,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1005,
        "temperature": 59.23,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 16,
        "windGust": 10.13,
        "windSpeed": 7.8
      },
      {
        "apparentTemperature": 60.24,
        "cloudCover": 1,
        "dewPoint": 42.93,
        "forecastStart": 1747753200,
        "humidity": 0.5,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1004.8,
        "temperature": 61.99,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 9,
        "windGust": 9.46,
        "windSpeed": 6.98
      },
      {
        "apparentTemperature": 62.31,
        "cloudCover": 0.94,
        "dewPoint": 43.12,
        "forecastStart": 1747756800,
        "humidity": 0.47,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1004.6,
        "temperature": 64,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 354,
        "windGust": 8.65,
        "windSpeed": 3.97
      },
      {
        "apparentTemperature": 64.81,
        "cloudCover": 0,
        "dewPoint": 43.66,
        "forecastStart": 1747760400,
        "humidity": 0.44,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1003.2,
        "temperature": 66.4,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 25,
        "windGust": 7.26,
        "windSpeed": 5.03
      },
      {
        "apparentTemperature": 66.5,
        "cloudCover": 0.02,
        "dewPoint": 44.65,
        "forecastStart": 1747764000,
        "humidity": 0.43,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.2,
        "temperature": 67.98,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 17,
        "windGust": 6.42,
        "windSpeed": 5.65
      },
      {
        "apparentTemperature": 67.84,
        "cloudCover": 0.1,
        "dewPoint": 45.12,
        "forecastStart": 1747767600,
        "humidity": 0.42,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.3,
        "temperature": 69.24,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 350,
        "windGust": 5.42,
        "windSpeed": 4.47
      },
      {
        "apparentTemperature": 68.24,
        "cloudCover": 0.97,
        "dewPoint": 45.81,
        "forecastStart": 1747771200,
        "humidity": 0.42,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.2,
        "temperature": 69.6,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 16,
        "windGust": 5.2,
        "windSpeed": 5.03
      },
      {
        "apparentTemperature": 68.14,
        "cloudCover": 1,
        "dewPoint": 45.41,
        "forecastStart": 1747774800,
        "humidity": 0.43,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.3,
        "temperature": 69.48,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 30,
        "windGust": 5.49,
        "windSpeed": 4.93
      },
      {
        "apparentTemperature": 68.25,
        "cloudCover": 1,
        "dewPoint": 46.09,
        "forecastStart": 1747778400,
        "humidity": 0.44,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.5,
        "temperature": 69.53,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 35,
        "windGust": 6.7,
        "windSpeed": 4.7
      },
      {
        "apparentTemperature": 66.95,
        "cloudCover": 0,
        "dewPoint": 47.05,
        "forecastStart": 1747782000,
        "humidity": 0.48,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.05,
        "temperature": 68.18,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 57,
        "windGust": 2.01,
        "windSpeed": 1.18
      },
      {
        "apparentTemperature": 65.09,
        "cloudCover": 0,
        "dewPoint": 48.38,
        "forecastStart": 1747785600,
        "humidity": 0.53,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.07,
        "temperature": 66.27,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 59,
        "windGust": 1.12,
        "windSpeed": 1.3
      },
      {
        "apparentTemperature": 62.9,
        "cloudCover": 0,
        "dewPoint": 49.28,
        "forecastStart": 1747789200,
        "humidity": 0.59,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.19,
        "temperature": 64.02,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 37,
        "windGust": 2.24,
        "windSpeed": 2.45
      },
      {
        "apparentTemperature": 61.41,
        "cloudCover": 0,
        "dewPoint": 49.28,
        "forecastStart": 1747792800,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1002.79,
        "temperature": 62.55,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 48,
        "windGust": 3.13,
        "windSpeed": 2.68
      },
      {
        "apparentTemperature": 60.7,
        "cloudCover": 0,
        "dewPoint": 49.42,
        "forecastStart": 1747796400,
        "humidity": 0.64,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1001.9,
        "temperature": 61.81,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 63,
        "windGust": 9.84,
        "windSpeed": 4.25
      },
      {
        "apparentTemperature": 59.34,
        "cloudCover": 0,
        "dewPoint": 50.31,
        "forecastStart": 1747800000,
        "humidity": 0.68,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1001.44,
        "temperature": 60.4,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 81,
        "windGust": 13.87,
        "windSpeed": 4.94
      },
      {
        "apparentTemperature": 59.22,
        "cloudCover": 0,
        "dewPoint": 50.94,
        "forecastStart": 1747803600,
        "humidity": 0.71,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1001.52,
        "temperature": 60.17,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 97,
        "windGust": 17,
        "windSpeed": 5.98
      },
      {
        "apparentTemperature": 58,
        "cloudCover": 0,
        "dewPoint": 50.74,
        "forecastStart": 1747807200,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1001.11,
        "temperature": 58.93,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 91,
        "windGust": 19.69,
        "windSpeed": 6.66
      },
      {
        "apparentTemperature": 57.11,
        "cloudCover": 0,
        "dewPoint": 52.09,
        "forecastStart": 1747810800,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "pressure": 1001.25,
        "temperature": 57.87,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 96,
        "windGust": 19.91,
        "windSpeed": 5.14
      },
      {
        "apparentTemperature": 57.21,
        "cloudCover": 0,
        "dewPoint": 52.88,
        "forecastStart": 1747814400,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "pressure": 1000.88,
        "temperature": 57.74,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 117,
        "windGust": 21.03,
        "windSpeed": 6.37
      },
      {
        "apparentTemperature": 56.49,
        "cloudCover": 0,
        "dewPoint": 53.8,
        "forecastStart": 1747818000,
        "humidity": 0.9,
        "icon": "light_rain",
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "pressure": 1001.17,
        "temperature": 56.88,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 147,
        "windGust": 21.92,
        "windSpeed": 7.86
      },
      {
        "apparentTemperature": 55.62,
        "cloudCover": 0,
        "dewPoint": 54,
        "forecastStart": 1747821600,
        "humidity": 0.92,
        "icon": "clear",
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "pressure": 1000.78,
        "temperature": 55.99,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 105,
        "windGust": 12.53,
        "windSpeed": 6.13
      },
      {
        "apparentTemperature": 55.88,
        "cloudCover": 0,
        "dewPoint": 54.68,
        "forecastStart": 1747825200,
        "humidity": 0.95,
        "icon": "clear",
        "precipIntensity": 0.11,
        "precipProbability": 0,
        "pressure": 1000.54,
        "temperature": 56.1,
        "uvIndex": 0,
        "visibility": 31076,
        "windDirection": 98,
        "windGust": 23.94,
        "windSpeed": 10.47
      },
      {
        "apparentTemperature": 56.01,
        "cloudCover": 0,
        "dewPoint": 55.24,
        "forecastStart": 1747828800,
        "humidity": 0.94,
        "icon": "rain",
        "precipIntensity": 0.27,
        "precipProbability": 0,
        "pressure": 1000.27,
        "temperature": 56.26,
        "uvIndex": 0,
        "visibility": 15538,
        "windDirection": 106,
        "windGust": 25.72,
        "windSpeed": 12.13
      },
      {
        "apparentTemperature": 57.26,
        "cloudCover": 0,
        "dewPoint": 55.67,
        "forecastStart": 1747839600,
        "humidity": 0.94,
        "icon": "clear",
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "temperature": 57.4,
        "uvIndex": 0,
        "visibility": 16798
      },
      {
        "apparentTemperature": 58.12,
        "cloudCover": 0,
        "dewPoint": 55.9,
        "forecastStart": 1747850400,
        "humidity": 0.91,
        "icon": "clear",
        "precipIntensity": 0.22,
        "precipProbability": 0,
        "temperature": 58.32,
        "uvIndex": 0,
        "visibility": 7799
      },
      {
        "apparentTemperature": 58.58,
        "cloudCover": 0,
        "dewPoint": 55.9,
        "forecastStart": 1747861200,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 58.86,
        "uvIndex": 0,
        "visibility": 7139
      },
      {
        "apparentTemperature": 57.86,
        "cloudCover": 0,
        "dewPoint": 54.48,
        "forecastStart": 1747872000,
        "humidity": 0.88,
        "icon": "clear",
        "precipIntensity": 0.12,
        "precipProbability": 0,
        "temperature": 58.21,
        "uvIndex": 0,
        "visibility": 11808
      },
      {
        "apparentTemperature": 56.44,
        "cloudCover": 0,
        "dewPoint": 54.73,
        "forecastStart": 1747882800,
        "humidity": 0.94,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 56.66,
        "uvIndex": 0,
        "visibility": 11900
      },
      {
        "apparentTemperature": 55.12,
        "cloudCover": 0,
        "dewPoint": 55.18,
        "forecastStart": 1747893600,
        "humidity": 0.97,
        "icon": "clear",
        "precipIntensity": 0.23,
        "precipProbability": 0,
        "temperature": 55.33,
        "uvIndex": 0,
        "visibility": 23097
      },
      {
        "apparentTemperature": 54.99,
        "cloudCover": 0,
        "dewPoint": 54.97,
        "forecastStart": 1747904400,
        "humidity": 0.98,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 55.17,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 56.54,
        "cloudCover": 0,
        "dewPoint": 55.58,
        "forecastStart": 1747915200,
        "humidity": 0.94,
        "icon": "clear",
        "precipIntensity": 0.07,
        "precipProbability": 0,
        "temperature": 56.75,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 62.05,
        "cloudCover": 0,
        "dewPoint": 55.56,
        "forecastStart": 1747926000,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 62.44,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 64.01,
        "cloudCover": 0,
        "dewPoint": 53.35,
        "forecastStart": 1747936800,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0.05,
        "precipProbability": 0,
        "temperature": 64.69,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 62.85,
        "cloudCover": 0,
        "dewPoint": 53.24,
        "forecastStart": 1747947600,
        "humidity": 0.68,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 63.59,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 59.19,
        "cloudCover": 0,
        "dewPoint": 52.2,
        "forecastStart": 1747958400,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "temperature": 60.01,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 54.76,
        "cloudCover": 0,
        "dewPoint": 50.14,
        "forecastStart": 1747969200,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 55.72,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 51.65,
        "cloudCover": 0,
        "dewPoint": 48.07,
        "forecastStart": 1747980000,
        "humidity": 0.86,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 52.65,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 49.92,
        "cloudCover": 0,
        "dewPoint": 46.96,
        "forecastStart": 1747990800,
        "humidity": 0.87,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 51.03,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 52.86,
        "cloudCover": 0,
        "dewPoint": 48.4,
        "forecastStart": 1748001600,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 54,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.76,
        "cloudCover": 0,
        "dewPoint": 47.05,
        "forecastStart": 1748012400,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.13,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.66,
        "cloudCover": 0,
        "dewPoint": 45.19,
        "forecastStart": 1748023200,
        "humidity": 0.53,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 63.16,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.57,
        "cloudCover": 0,
        "dewPoint": 44.15,
        "forecastStart": 1748034000,
        "humidity": 0.49,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 64.15,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.81,
        "cloudCover": 0,
        "dewPoint": 44.15,
        "forecastStart": 1748044800,
        "humidity": 0.56,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59.52,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 52.12,
        "cloudCover": 0,
        "dewPoint": 43.18,
        "forecastStart": 1748055600,
        "humidity": 0.66,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 53.92,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 48.97,
        "cloudCover": 0,
        "dewPoint": 42.42,
        "forecastStart": 1748066400,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.72,
        "uvIndex": 0
      },
      {
        "cloudCover": 0,
        "dewPoint": 42.62,
        "forecastStart": 1748077200,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 49.1,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 51.46,
        "cloudCover": 0,
        "dewPoint": 45.32,
        "forecastStart": 1748088000,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 52.99,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.7,
        "cloudCover": 0,
        "dewPoint": 45.52,
        "forecastStart": 1748098800,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.3,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.62,
        "cloudCover": 0,
        "dewPoint": 45.36,
        "forecastStart": 1748109600,
        "humidity": 0.51,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 64.11,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 64.45,
        "cloudCover": 0,
        "dewPoint": 45.27,
        "forecastStart": 1748120400,
        "humidity": 0.47,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 65.95,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.1,
        "cloudCover": 0,
        "dewPoint": 45.86,
        "forecastStart": 1748131200,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.65,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 53.43,
        "cloudCover": 0,
        "dewPoint": 45.57,
        "forecastStart": 1748142000,
        "humidity": 0.7,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 54.95,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 50.92,
        "cloudCover": 0,
        "dewPoint": 45.28,
        "forecastStart": 1748152800,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 52.32,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 49.1,
        "cloudCover": 0,
        "dewPoint": 44.83,
        "forecastStart": 1748163600,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.54,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 53.73,
        "cloudCover": 0,
        "dewPoint": 46.96,
        "forecastStart": 1748174400,
        "humidity": 0.75,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 55,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.95,
        "cloudCover": 0,
        "dewPoint": 48.25,
        "forecastStart": 1748185200,
        "humidity": 0.56,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 64.2,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.93,
        "cloudCover": 0,
        "dewPoint": 48.2,
        "forecastStart": 1748196000,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 68.07,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.3,
        "cloudCover": 0,
        "dewPoint": 49.24,
        "forecastStart": 1748206800,
        "humidity": 0.5,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 69.31,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 64.17,
        "cloudCover": 0,
        "dewPoint": 52.05,
        "forecastStart": 1748217600,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 65.01,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.08,
        "cloudCover": 0,
        "dewPoint": 50.41,
        "forecastStart": 1748228400,
        "humidity": 0.74,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 59,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.88,
        "cloudCover": 0,
        "dewPoint": 50.77,
        "forecastStart": 1748239200,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 56.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 54.81,
        "cloudCover": 0,
        "dewPoint": 50.9,
        "forecastStart": 1748250000,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 55.56,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.22,
        "cloudCover": 0,
        "dewPoint": 52.68,
        "forecastStart": 1748260800,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.87,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.4,
        "cloudCover": 0,
        "dewPoint": 54.09,
        "forecastStart": 1748271600,
        "humidity": 0.64,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.99,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.12,
        "cloudCover": 0,
        "dewPoint": 54.3,
        "forecastStart": 1748282400,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 71.71,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 73.09,
        "cloudCover": 0,
        "dewPoint": 54.99,
        "forecastStart": 1748293200,
        "humidity": 0.53,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 73.54,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.46,
        "cloudCover": 0,
        "dewPoint": 55.99,
        "forecastStart": 1748304000,
        "humidity": 0.64,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 68.86,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.56,
        "cloudCover": 0,
        "dewPoint": 55.49,
        "forecastStart": 1748314800,
        "humidity": 0.77,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 62.94,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.09,
        "cloudCover": 0,
        "dewPoint": 55.42,
        "forecastStart": 1748325600,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "temperature": 60.44,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.46,
        "cloudCover": 0,
        "dewPoint": 54.82,
        "forecastStart": 1748336400,
        "humidity": 0.86,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 58.84,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.01,
        "cloudCover": 0,
        "dewPoint": 57.04,
        "forecastStart": 1748347200,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 62.15,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.24,
        "cloudCover": 0,
        "dewPoint": 58.53,
        "forecastStart": 1748358000,
        "humidity": 0.72,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 68.32,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.38,
        "cloudCover": 0,
        "dewPoint": 58.32,
        "forecastStart": 1748368800,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 71.56,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.64,
        "cloudCover": 0,
        "dewPoint": 58.5,
        "forecastStart": 1748379600,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 71.8,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 67.35,
        "cloudCover": 0,
        "dewPoint": 57.43,
        "forecastStart": 1748390400,
        "humidity": 0.69,
        "icon": "clear",
        "precipIntensity": 0.1,
        "precipProbability": 0,
        "temperature": 67.64,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.69,
        "cloudCover": 0,
        "dewPoint": 56.37,
        "forecastStart": 1748412000,
        "humidity": 0.87,
        "icon": "clear",
        "precipIntensity": 0.05,
        "precipProbability": 0,
        "temperature": 60.82,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.75,
        "cloudCover": 0,
        "dewPoint": 57.65,
        "forecastStart": 1748433600,
        "humidity": 0.86,
        "icon": "clear",
        "precipIntensity": 0.29,
        "precipProbability": 0,
        "temperature": 61.83,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.61,
        "cloudCover": 0,
        "dewPoint": 57.45,
        "forecastStart": 1748455200,
        "humidity": 0.59,
        "icon": "clear",
        "precipIntensity": 0.08,
        "precipProbability": 0,
        "temperature": 71.94,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 69.42,
        "cloudCover": 0,
        "dewPoint": 57.49,
        "forecastStart": 1748476800,
        "humidity": 0.65,
        "icon": "clear",
        "precipIntensity": 0.13,
        "precipProbability": 0,
        "temperature": 69.69,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 61.53,
        "cloudCover": 0,
        "dewPoint": 56.77,
        "forecastStart": 1748498400,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 61.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 64.25,
        "cloudCover": 0,
        "dewPoint": 58.46,
        "forecastStart": 1748520000,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 64.31,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 75.93,
        "cloudCover": 0,
        "dewPoint": 59.56,
        "forecastStart": 1748541600,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "temperature": 75.96,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.79,
        "cloudCover": 0,
        "dewPoint": 60.31,
        "forecastStart": 1748563200,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 71.76,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.93,
        "cloudCover": 0,
        "dewPoint": 58.71,
        "forecastStart": 1748584800,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 62.94,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.25,
        "cloudCover": 0,
        "dewPoint": 59.79,
        "forecastStart": 1748606400,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 65.17,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 77.53,
        "cloudCover": 0,
        "dewPoint": 59.9,
        "forecastStart": 1748628000,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 77.54,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 74,
        "cloudCover": 0,
        "dewPoint": 60.44,
        "forecastStart": 1748649600,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 73.94,
        "uvIndex": 0
      }
    ]
  },
  "daily": {
    "data": [
      {
        "apparentTemperatureAvg": 59.89,
        "apparentTemperatureMax": 68.25,
        "apparentTemperatureMin": 51.54,
        "cloudCover": 0.01,
        "dewPointAvg": 43.38,
        "dewPointMax": 49.42,
        "dewPointMin": 37.33,
        "forecastEnd": 1747800000,
        "forecastStart": 1747713600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.76,
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 1004.05,
        "sunriseTime": 1747734857,
        "sunsetTime": 1747786896,
        "temperatureAvg": 60.35,
        "temperatureMax": 69.6,
        "temperatureMin": 51.09,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windDirectionAvg": 53,
        "windGustAvg": 8.87,
        "windGustMax": 16.61,
        "windGustMin": 1.12,
        "windSpeedAvg": 5.96,
        "windSpeedMax": 10.73,
        "windSpeedMin": 1.18
      },
      {
        "apparentTemperatureAvg": 57.48,
        "apparentTemperatureMax": 59.34,
        "apparentTemperatureMin": 55.62,
        "cloudCover": 0,
        "dewPointAvg": 53.11,
        "dewPointMax": 55.9,
        "dewPointMin": 50.31,
        "forecastEnd": 1747886400,
        "forecastStart": 1747800000,
        "humidity": 0.01,
        "icon": "rain",
        "moonPhase": 0.8,
        "precipIntensity": 0.96,
        "precipProbability": 0,
        "pressure": 1000.89,
        "sunriseTime": 1747821213,
        "sunsetTime": 1747873348,
        "temperatureAvg": 58.2,
        "temperatureMax": 60.4,
        "temperatureMin": 55.99,
        "uvIndexMax": 0,
        "visibility": 23694,
        "windDirectionAvg": 104,
        "windGustAvg": 19.13,
        "windGustMax": 25.72,
        "windGustMin": 12.53,
        "windSpeedAvg": 8.53,
        "windSpeedMax": 12.13,
        "windSpeedMin": 4.94
      },
      {
        "apparentTemperatureAvg": 59.38,
        "apparentTemperatureMax": 64.01,
        "apparentTemperatureMin": 54.76,
        "cloudCover": 0,
        "dewPointAvg": 52.86,
        "dewPointMax": 55.58,
        "dewPointMin": 50.14,
        "forecastEnd": 1747972800,
        "forecastStart": 1747886400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.83,
        "precipIntensity": 0.48,
        "precipProbability": 0,
        "sunriseTime": 1747907571,
        "sunsetTime": 1747959799,
        "temperatureAvg": 59.93,
        "temperatureMax": 64.69,
        "temperatureMin": 55.17,
        "uvIndexMax": 0,
        "visibility": 31594,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 56.24,
        "apparentTemperatureMax": 62.57,
        "apparentTemperatureMin": 49.92,
        "cloudCover": 0,
        "dewPointAvg": 45.79,
        "dewPointMax": 48.4,
        "dewPointMin": 43.18,
        "forecastEnd": 1748059200,
        "forecastStart": 1747972800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.87,
        "precipIntensity": 0.05,
        "precipProbability": 0,
        "sunriseTime": 1747993931,
        "sunsetTime": 1748046250,
        "temperatureAvg": 57.59,
        "temperatureMax": 64.15,
        "temperatureMin": 51.03,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 56.71,
        "apparentTemperatureMax": 64.45,
        "apparentTemperatureMin": 48.97,
        "cloudCover": 0,
        "dewPointAvg": 44.14,
        "dewPointMax": 45.86,
        "dewPointMin": 42.42,
        "forecastEnd": 1748145600,
        "forecastStart": 1748059200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.91,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748080293,
        "sunsetTime": 1748132700,
        "temperatureAvg": 57.52,
        "temperatureMax": 65.95,
        "temperatureMin": 49.1,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 58.7,
        "apparentTemperatureMax": 68.3,
        "apparentTemperatureMin": 49.1,
        "cloudCover": 0,
        "dewPointAvg": 48.44,
        "dewPointMax": 52.05,
        "dewPointMin": 44.83,
        "forecastEnd": 1748232000,
        "forecastStart": 1748145600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.95,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748166656,
        "sunsetTime": 1748219149,
        "temperatureAvg": 59.93,
        "temperatureMax": 69.31,
        "temperatureMin": 50.54,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 63.95,
        "apparentTemperatureMax": 73.09,
        "apparentTemperatureMin": 54.81,
        "cloudCover": 0,
        "dewPointAvg": 53.38,
        "dewPointMax": 55.99,
        "dewPointMin": 50.77,
        "forecastEnd": 1748318400,
        "forecastStart": 1748232000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.98,
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "sunriseTime": 1748253021,
        "sunsetTime": 1748305598,
        "temperatureAvg": 64.55,
        "temperatureMax": 73.54,
        "temperatureMin": 55.56,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 65.05,
        "apparentTemperatureMax": 71.64,
        "apparentTemperatureMin": 58.46,
        "cloudCover": 0,
        "dewPointAvg": 56.68,
        "dewPointMax": 58.53,
        "dewPointMin": 54.82,
        "forecastEnd": 1748404800,
        "forecastStart": 1748318400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.03,
        "precipIntensity": 0.26,
        "precipProbability": 0,
        "sunriseTime": 1748339387,
        "sunsetTime": 1748392045,
        "temperatureAvg": 65.32,
        "temperatureMax": 71.8,
        "temperatureMin": 58.84,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 66.15,
        "apparentTemperatureMax": 71.61,
        "apparentTemperatureMin": 60.69,
        "cloudCover": 0,
        "dewPointAvg": 57.01,
        "dewPointMax": 57.65,
        "dewPointMin": 56.37,
        "forecastEnd": 1748491200,
        "forecastStart": 1748404800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.06,
        "precipIntensity": 0.55,
        "precipProbability": 0,
        "sunriseTime": 1748425756,
        "sunsetTime": 1748478492,
        "temperatureAvg": 66.38,
        "temperatureMax": 71.94,
        "temperatureMin": 60.82,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 68.73,
        "apparentTemperatureMax": 75.93,
        "apparentTemperatureMin": 61.53,
        "cloudCover": 0,
        "dewPointAvg": 58.54,
        "dewPointMax": 60.31,
        "dewPointMin": 56.77,
        "forecastEnd": 1748577600,
        "forecastStart": 1748491200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.1,
        "precipIntensity": 0.12,
        "precipProbability": 0,
        "sunriseTime": 1748512126,
        "sunsetTime": 1748564937,
        "temperatureAvg": 68.81,
        "temperatureMax": 75.96,
        "temperatureMin": 61.66,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 70.23,
        "apparentTemperatureMax": 77.53,
        "apparentTemperatureMin": 62.93,
        "cloudCover": 0,
        "dewPointAvg": 59.58,
        "dewPointMax": 60.44,
        "dewPointMin": 58.71,
        "forecastEnd": 1748664000,
        "forecastStart": 1748577600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.13,
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "sunriseTime": 1748598498,
        "sunsetTime": 1748651382,
        "temperatureAvg": 70.24,
        "temperatureMax": 77.54,
        "temperatureMin": 62.94,
        "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