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:04 PM
Tuesday, May 20
63°F
Cloudy
12 mph
Wind Speed
1%
Humidity
983 mb
Pressure
TUE
65°F
WED
70°F
THU
57°F
FRI
59°F
Columbus
LIVE
Ohio, US
63°F
Cloudy
12 mph
Wind Speed
1%
Humidity
983 mb
Pressure
TUE
65°F
WED
70°F
THU
57°F
FRI
59°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": 1747764247,
  "latitude": 39.9625,
  "longitude": -83.0061,
  "timezone": "America/New_York",
  "timezone_abbreviation": "EDT",
  "timezone_offset": -14400,
  "units": "imperial",
  "alerts": [

  ],
  "currently": {
    "apparentTemperature": 61.21,
    "cloudCover": 1,
    "dewPoint": 52.63,
    "humidity": 0.57,
    "icon": "cloudy",
    "precipIntensity": 0,
    "pressure": 983.4,
    "temperature": 62.58,
    "uvIndex": 0,
    "visibility": 32808,
    "windDirection": 104,
    "windGust": 19.47,
    "windSpeed": 11.75
  },
  "hourly": {
    "data": [
      {
        "apparentTemperature": 62.28,
        "cloudCover": 1,
        "dewPoint": 52.67,
        "forecastStart": 1747767600,
        "humidity": 0.57,
        "icon": "light_rain",
        "precipIntensity": 0.0019,
        "precipProbability": 0,
        "pressure": 982.1,
        "temperature": 63.55,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 115,
        "windGust": 19.38,
        "windSpeed": 11.57
      },
      {
        "apparentTemperature": 61.44,
        "cloudCover": 1,
        "dewPoint": 53.36,
        "forecastStart": 1747771200,
        "humidity": 0.6,
        "icon": "light_rain",
        "precipIntensity": 0.0038,
        "precipProbability": 0,
        "pressure": 981.9,
        "temperature": 62.66,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 82,
        "windGust": 16.86,
        "windSpeed": 7.18
      },
      {
        "apparentTemperature": 64.35,
        "cloudCover": 1,
        "dewPoint": 53.24,
        "forecastStart": 1747774800,
        "humidity": 0.65,
        "icon": "light_rain",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 982.8,
        "temperature": 65.08,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 109,
        "windGust": 20.03,
        "windSpeed": 7.25
      },
      {
        "apparentTemperature": 64.17,
        "cloudCover": 1,
        "dewPoint": 53.96,
        "forecastStart": 1747778400,
        "humidity": 0.68,
        "icon": "light_rain",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 982.5,
        "temperature": 64.8,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 114,
        "windGust": 19.18,
        "windSpeed": 7.12
      },
      {
        "apparentTemperature": 64.19,
        "cloudCover": 1,
        "dewPoint": 53.94,
        "forecastStart": 1747782000,
        "humidity": 0.68,
        "icon": "light_rain",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "pressure": 980.6,
        "temperature": 64.81,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 104,
        "windGust": 26.52,
        "windSpeed": 11.51
      },
      {
        "apparentTemperature": 63.69,
        "cloudCover": 1,
        "dewPoint": 54.48,
        "forecastStart": 1747785600,
        "humidity": 0.7,
        "icon": "cloudy",
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "pressure": 980.8,
        "temperature": 64.27,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 106,
        "windGust": 19.97,
        "windSpeed": 7.2
      },
      {
        "apparentTemperature": 62.48,
        "cloudCover": 1,
        "dewPoint": 55.02,
        "forecastStart": 1747789200,
        "humidity": 0.75,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 980.6,
        "temperature": 62.96,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 110,
        "windGust": 18.89,
        "windSpeed": 6.46
      },
      {
        "apparentTemperature": 61.79,
        "cloudCover": 1,
        "dewPoint": 55.9,
        "forecastStart": 1747792800,
        "humidity": 0.8,
        "icon": "cloudy",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 981,
        "temperature": 62.11,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 106,
        "windGust": 21.78,
        "windSpeed": 7.03
      },
      {
        "apparentTemperature": 60.92,
        "cloudCover": 1,
        "dewPoint": 55.87,
        "forecastStart": 1747796400,
        "humidity": 0.83,
        "icon": "cloudy",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 979.2,
        "temperature": 61.2,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 116,
        "windGust": 21.89,
        "windSpeed": 10.45
      },
      {
        "apparentTemperature": 60.55,
        "cloudCover": 0,
        "dewPoint": 56.75,
        "forecastStart": 1747800000,
        "humidity": 0.87,
        "icon": "clear",
        "precipIntensity": 0.04,
        "precipProbability": 0,
        "pressure": 978.89,
        "temperature": 60.69,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 94,
        "windGust": 17.22,
        "windSpeed": 5.73
      },
      {
        "apparentTemperature": 61.23,
        "cloudCover": 0,
        "dewPoint": 58.12,
        "forecastStart": 1747803600,
        "humidity": 0.9,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "pressure": 977.95,
        "temperature": 61.18,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 110,
        "windGust": 10.51,
        "windSpeed": 5.16
      },
      {
        "apparentTemperature": 61.09,
        "cloudCover": 0,
        "dewPoint": 58.95,
        "forecastStart": 1747807200,
        "humidity": 0.93,
        "icon": "clear",
        "precipIntensity": 0.12,
        "precipProbability": 0,
        "pressure": 978.01,
        "temperature": 60.93,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 149,
        "windGust": 3.13,
        "windSpeed": 3.39
      },
      {
        "apparentTemperature": 61.75,
        "cloudCover": 0,
        "dewPoint": 59.13,
        "forecastStart": 1747810800,
        "humidity": 0.94,
        "icon": "clear",
        "precipIntensity": 0.15,
        "precipProbability": 0,
        "pressure": 977.46,
        "temperature": 61.48,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 144,
        "windGust": 6.26,
        "windSpeed": 6.81
      },
      {
        "apparentTemperature": 61.1,
        "cloudCover": 0,
        "dewPoint": 59.68,
        "forecastStart": 1747814400,
        "humidity": 0.95,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "pressure": 976.83,
        "temperature": 60.85,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 159,
        "windGust": 17,
        "windSpeed": 7.44
      },
      {
        "apparentTemperature": 61.24,
        "cloudCover": 0,
        "dewPoint": 59.81,
        "forecastStart": 1747818000,
        "humidity": 0.95,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 976.83,
        "temperature": 60.98,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 183,
        "windGust": 23.49,
        "windSpeed": 7.56
      },
      {
        "apparentTemperature": 61.24,
        "cloudCover": 0,
        "dewPoint": 59.54,
        "forecastStart": 1747821600,
        "humidity": 0.95,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 977.03,
        "temperature": 60.98,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 195,
        "windGust": 21.03,
        "windSpeed": 6.57
      },
      {
        "apparentTemperature": 61.52,
        "cloudCover": 0,
        "dewPoint": 59.79,
        "forecastStart": 1747825200,
        "humidity": 0.95,
        "icon": "clear",
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "pressure": 977.7,
        "temperature": 61.23,
        "uvIndex": 0,
        "visibility": 25883,
        "windDirection": 213,
        "windGust": 18.57,
        "windSpeed": 6.95
      },
      {
        "apparentTemperature": 62.77,
        "cloudCover": 0,
        "dewPoint": 60.48,
        "forecastStart": 1747828800,
        "humidity": 0.93,
        "icon": "rain",
        "precipIntensity": 0.22,
        "precipProbability": 0,
        "pressure": 977.93,
        "temperature": 62.46,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 220,
        "windGust": 13.65,
        "windSpeed": 5.62
      },
      {
        "apparentTemperature": 65.2,
        "cloudCover": 0,
        "dewPoint": 61.77,
        "forecastStart": 1747832400,
        "humidity": 0.89,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 977.8,
        "temperature": 64.83,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 200,
        "windGust": 10.96,
        "windSpeed": 4.68
      },
      {
        "apparentTemperature": 66.42,
        "cloudCover": 0,
        "dewPoint": 62.02,
        "forecastStart": 1747836000,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 978.12,
        "temperature": 66.11,
        "uvIndex": 0,
        "visibility": 31076,
        "windDirection": 194,
        "windGust": 10.29,
        "windSpeed": 6.29
      },
      {
        "apparentTemperature": 67.74,
        "cloudCover": 0,
        "dewPoint": 61.9,
        "forecastStart": 1747839600,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "pressure": 978.22,
        "temperature": 67.44,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 191,
        "windGust": 11.18,
        "windSpeed": 7.24
      },
      {
        "apparentTemperature": 68.88,
        "cloudCover": 0,
        "dewPoint": 61.12,
        "forecastStart": 1747843200,
        "humidity": 0.78,
        "icon": "light_rain",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 978.23,
        "temperature": 68.65,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 197,
        "windGust": 14.32,
        "windSpeed": 8.58
      },
      {
        "apparentTemperature": 69.77,
        "cloudCover": 0,
        "dewPoint": 60.53,
        "forecastStart": 1747846800,
        "humidity": 0.73,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "pressure": 977.57,
        "temperature": 69.67,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 205,
        "windGust": 17.22,
        "windSpeed": 10.25
      },
      {
        "apparentTemperature": 68.93,
        "cloudCover": 0,
        "dewPoint": 58.46,
        "forecastStart": 1747850400,
        "humidity": 0.69,
        "icon": "light_rain",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "pressure": 977.99,
        "temperature": 69.08,
        "uvIndex": 0,
        "visibility": 32808,
        "windDirection": 228,
        "windGust": 22.37,
        "windSpeed": 13.93
      },
      {
        "apparentTemperature": 68.16,
        "cloudCover": 0,
        "dewPoint": 57.02,
        "forecastStart": 1747854000,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0.11,
        "precipProbability": 0,
        "temperature": 68.47,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 68.38,
        "cloudCover": 0,
        "dewPoint": 57.09,
        "forecastStart": 1747857600,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 68.67,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 66.34,
        "cloudCover": 0,
        "dewPoint": 56.46,
        "forecastStart": 1747861200,
        "humidity": 0.69,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.72,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 65.89,
        "cloudCover": 0,
        "dewPoint": 55.92,
        "forecastStart": 1747864800,
        "humidity": 0.7,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.27,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 63.58,
        "cloudCover": 0,
        "dewPoint": 54.95,
        "forecastStart": 1747868400,
        "humidity": 0.71,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 64.13,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 61.79,
        "cloudCover": 0,
        "dewPoint": 53.8,
        "forecastStart": 1747872000,
        "humidity": 0.73,
        "icon": "clear",
        "precipIntensity": 0.16,
        "precipProbability": 0,
        "temperature": 62.42,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 57.51,
        "cloudCover": 0,
        "dewPoint": 51.91,
        "forecastStart": 1747882800,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 58.23,
        "uvIndex": 0,
        "visibility": 26877
      },
      {
        "apparentTemperature": 54.49,
        "cloudCover": 0,
        "dewPoint": 49.32,
        "forecastStart": 1747893600,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 55.44,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 52.22,
        "cloudCover": 0,
        "dewPoint": 47.97,
        "forecastStart": 1747904400,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 53.33,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 51.89,
        "cloudCover": 0,
        "dewPoint": 47.5,
        "forecastStart": 1747915200,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 52.99,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 53.78,
        "cloudCover": 0,
        "dewPoint": 47.43,
        "forecastStart": 1747926000,
        "humidity": 0.76,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 55,
        "uvIndex": 0,
        "visibility": 18898
      },
      {
        "apparentTemperature": 55.44,
        "cloudCover": 0,
        "dewPoint": 47.98,
        "forecastStart": 1747936800,
        "humidity": 0.73,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 56.64,
        "uvIndex": 0,
        "visibility": 7559
      },
      {
        "apparentTemperature": 56.15,
        "cloudCover": 0,
        "dewPoint": 47.68,
        "forecastStart": 1747947600,
        "humidity": 0.7,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 57.42,
        "uvIndex": 0,
        "visibility": 19318
      },
      {
        "apparentTemperature": 54.35,
        "cloudCover": 0,
        "dewPoint": 46.99,
        "forecastStart": 1747958400,
        "humidity": 0.71,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 55.74,
        "uvIndex": 0,
        "visibility": 26037
      },
      {
        "apparentTemperature": 50,
        "cloudCover": 0,
        "dewPoint": 45.88,
        "forecastStart": 1747969200,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 51.4,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "cloudCover": 0,
        "dewPoint": 42.91,
        "forecastStart": 1747980000,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 48.56,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "cloudCover": 0,
        "dewPoint": 42.31,
        "forecastStart": 1747990800,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 47.25,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "cloudCover": 0,
        "dewPoint": 41.36,
        "forecastStart": 1748001600,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 47.59,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 51.91,
        "cloudCover": 0,
        "dewPoint": 41.22,
        "forecastStart": 1748012400,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 53.91,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 56.08,
        "cloudCover": 0,
        "dewPoint": 41.61,
        "forecastStart": 1748023200,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.99,
        "uvIndex": 0,
        "visibility": 32808
      },
      {
        "apparentTemperature": 56.96,
        "cloudCover": 0,
        "dewPoint": 42.06,
        "forecastStart": 1748034000,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.84,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 54.83,
        "cloudCover": 0,
        "dewPoint": 42.15,
        "forecastStart": 1748044800,
        "humidity": 0.58,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 56.73,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 48.83,
        "cloudCover": 0,
        "dewPoint": 41.63,
        "forecastStart": 1748055600,
        "humidity": 0.71,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.72,
        "uvIndex": 0
      },
      {
        "cloudCover": 0,
        "dewPoint": 41.68,
        "forecastStart": 1748066400,
        "humidity": 0.79,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 47.12,
        "uvIndex": 0
      },
      {
        "cloudCover": 0,
        "dewPoint": 40.46,
        "forecastStart": 1748077200,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 45.32,
        "uvIndex": 0
      },
      {
        "cloudCover": 0,
        "dewPoint": 41.11,
        "forecastStart": 1748088000,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 47.01,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.2,
        "cloudCover": 0,
        "dewPoint": 43.09,
        "forecastStart": 1748098800,
        "humidity": 0.6,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 56.98,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.96,
        "cloudCover": 0,
        "dewPoint": 43.97,
        "forecastStart": 1748109600,
        "humidity": 0.51,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 62.6,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 63.05,
        "cloudCover": 0,
        "dewPoint": 44.31,
        "forecastStart": 1748120400,
        "humidity": 0.48,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 64.63,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.9,
        "cloudCover": 0,
        "dewPoint": 45.21,
        "forecastStart": 1748131200,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 61.47,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 54.23,
        "cloudCover": 0,
        "dewPoint": 46.02,
        "forecastStart": 1748142000,
        "humidity": 0.7,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 55.67,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 50.48,
        "cloudCover": 0,
        "dewPoint": 45.18,
        "forecastStart": 1748152800,
        "humidity": 0.78,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 51.93,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 49.2,
        "cloudCover": 0,
        "dewPoint": 45.34,
        "forecastStart": 1748163600,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 50.54,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 51.46,
        "cloudCover": 0,
        "dewPoint": 47.26,
        "forecastStart": 1748174400,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 52.65,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.1,
        "cloudCover": 0,
        "dewPoint": 50,
        "forecastStart": 1748185200,
        "humidity": 0.7,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.1,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.98,
        "cloudCover": 0,
        "dewPoint": 50.94,
        "forecastStart": 1748196000,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 63.97,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 63.78,
        "cloudCover": 0,
        "dewPoint": 50.34,
        "forecastStart": 1748206800,
        "humidity": 0.6,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 64.78,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.99,
        "cloudCover": 0,
        "dewPoint": 50.52,
        "forecastStart": 1748217600,
        "humidity": 0.66,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 61.99,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.88,
        "cloudCover": 0,
        "dewPoint": 51.04,
        "forecastStart": 1748228400,
        "humidity": 0.8,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 56.75,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 53.71,
        "cloudCover": 0,
        "dewPoint": 49.91,
        "forecastStart": 1748239200,
        "humidity": 0.86,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 54.52,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 51.72,
        "cloudCover": 0,
        "dewPoint": 49.05,
        "forecastStart": 1748250000,
        "humidity": 0.87,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 52.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 53.58,
        "cloudCover": 0,
        "dewPoint": 49.39,
        "forecastStart": 1748260800,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 54.48,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 60.68,
        "cloudCover": 0,
        "dewPoint": 50.63,
        "forecastStart": 1748271600,
        "humidity": 0.67,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 61.66,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.21,
        "cloudCover": 0,
        "dewPoint": 51.12,
        "forecastStart": 1748282400,
        "humidity": 0.58,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 66.16,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.52,
        "cloudCover": 0,
        "dewPoint": 50.85,
        "forecastStart": 1748293200,
        "humidity": 0.56,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 67.44,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 63.22,
        "cloudCover": 0,
        "dewPoint": 51.31,
        "forecastStart": 1748304000,
        "humidity": 0.63,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 64.15,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.64,
        "cloudCover": 0,
        "dewPoint": 51.01,
        "forecastStart": 1748314800,
        "humidity": 0.76,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 58.51,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 54.81,
        "cloudCover": 0,
        "dewPoint": 50.52,
        "forecastStart": 1748325600,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 55.69,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 53.46,
        "cloudCover": 0,
        "dewPoint": 49.73,
        "forecastStart": 1748336400,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 54.37,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.32,
        "cloudCover": 0,
        "dewPoint": 51.15,
        "forecastStart": 1748347200,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 56.07,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.97,
        "cloudCover": 0,
        "dewPoint": 52.43,
        "forecastStart": 1748358000,
        "humidity": 0.66,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 63.79,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 67.61,
        "cloudCover": 0,
        "dewPoint": 52.39,
        "forecastStart": 1748368800,
        "humidity": 0.57,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 68.4,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.29,
        "cloudCover": 0,
        "dewPoint": 51.66,
        "forecastStart": 1748379600,
        "humidity": 0.55,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 69.1,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 65.37,
        "cloudCover": 0,
        "dewPoint": 52.41,
        "forecastStart": 1748390400,
        "humidity": 0.61,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 66.18,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.9,
        "cloudCover": 0,
        "dewPoint": 52.23,
        "forecastStart": 1748401200,
        "humidity": 0.76,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 59.67,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.1,
        "cloudCover": 0,
        "dewPoint": 51.39,
        "forecastStart": 1748412000,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 55.87,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 53.72,
        "cloudCover": 0,
        "dewPoint": 51.01,
        "forecastStart": 1748422800,
        "humidity": 0.87,
        "icon": "clear",
        "precipIntensity": 0.01,
        "precipProbability": 0,
        "temperature": 54.48,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 55.23,
        "cloudCover": 0,
        "dewPoint": 51.76,
        "forecastStart": 1748433600,
        "humidity": 0.85,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 55.94,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 69.57,
        "cloudCover": 0,
        "dewPoint": 52.95,
        "forecastStart": 1748455200,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 70.3,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 66.64,
        "cloudCover": 0,
        "dewPoint": 52.65,
        "forecastStart": 1748476800,
        "humidity": 0.59,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 67.42,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.16,
        "cloudCover": 0,
        "dewPoint": 52.72,
        "forecastStart": 1748498400,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 57.74,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 57.43,
        "cloudCover": 0,
        "dewPoint": 52.93,
        "forecastStart": 1748520000,
        "humidity": 0.83,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.03,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 71.18,
        "cloudCover": 0,
        "dewPoint": 54.05,
        "forecastStart": 1748541600,
        "humidity": 0.54,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 71.76,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 68.46,
        "cloudCover": 0,
        "dewPoint": 53.92,
        "forecastStart": 1748563200,
        "humidity": 0.59,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 69.08,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 58.39,
        "cloudCover": 0,
        "dewPoint": 54.07,
        "forecastStart": 1748584800,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 58.86,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 59.8,
        "cloudCover": 0,
        "dewPoint": 55.26,
        "forecastStart": 1748606400,
        "humidity": 0.84,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 60.13,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 74.78,
        "cloudCover": 0,
        "dewPoint": 56.26,
        "forecastStart": 1748628000,
        "humidity": 0.52,
        "icon": "clear",
        "precipIntensity": 0,
        "precipProbability": 0,
        "temperature": 75.13,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 72.19,
        "cloudCover": 0,
        "dewPoint": 58.44,
        "forecastStart": 1748649600,
        "humidity": 0.62,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 72.34,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 62.14,
        "cloudCover": 0,
        "dewPoint": 57.13,
        "forecastStart": 1748671200,
        "humidity": 0.82,
        "icon": "clear",
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "temperature": 62.35,
        "uvIndex": 0
      },
      {
        "apparentTemperature": 63.34,
        "cloudCover": 0,
        "dewPoint": 57.85,
        "forecastStart": 1748692800,
        "humidity": 0.81,
        "icon": "clear",
        "precipIntensity": 0.02,
        "precipProbability": 0,
        "temperature": 63.48,
        "uvIndex": 0
      }
    ]
  },
  "daily": {
    "data": [
      {
        "apparentTemperatureAvg": 62.63,
        "apparentTemperatureMax": 64.35,
        "apparentTemperatureMin": 60.92,
        "cloudCover": 0.01,
        "dewPointAvg": 54.2,
        "dewPointMax": 55.9,
        "dewPointMin": 52.49,
        "forecastEnd": 1747800000,
        "forecastStart": 1747713600,
        "humidity": 0.01,
        "icon": "light_rain",
        "moonPhase": 0.76,
        "precipIntensity": 0.1256,
        "precipProbability": 0,
        "pressure": 981.3,
        "sunriseTime": 1747736034,
        "sunsetTime": 1747788366,
        "temperatureAvg": 63.14,
        "temperatureMax": 65.08,
        "temperatureMin": 61.2,
        "uvIndexMax": 0,
        "visibility": 32347,
        "windDirectionAvg": 109,
        "windGustAvg": 21.69,
        "windGustMax": 26.52,
        "windGustMin": 16.86,
        "windSpeedAvg": 9.32,
        "windSpeedMax": 12.19,
        "windSpeedMin": 6.46
      },
      {
        "apparentTemperatureAvg": 63.64,
        "apparentTemperatureMax": 69.77,
        "apparentTemperatureMin": 57.51,
        "cloudCover": 0,
        "dewPointAvg": 56.97,
        "dewPointMax": 62.02,
        "dewPointMin": 51.91,
        "forecastEnd": 1747886400,
        "forecastStart": 1747800000,
        "humidity": 0.01,
        "icon": "rain",
        "moonPhase": 0.8,
        "precipIntensity": 0.98,
        "precipProbability": 0,
        "pressure": 977.86,
        "sunriseTime": 1747822388,
        "sunsetTime": 1747874820,
        "temperatureAvg": 63.95,
        "temperatureMax": 69.67,
        "temperatureMin": 58.23,
        "uvIndexMax": 0,
        "visibility": 29942,
        "windDirectionAvg": 179,
        "windGustAvg": 13.31,
        "windGustMax": 23.49,
        "windGustMin": 3.13,
        "windSpeedAvg": 8.66,
        "windSpeedMax": 13.93,
        "windSpeedMin": 3.39
      },
      {
        "apparentTemperatureAvg": 53.08,
        "apparentTemperatureMax": 56.15,
        "apparentTemperatureMin": 50,
        "cloudCover": 0,
        "dewPointAvg": 47.6,
        "dewPointMax": 49.32,
        "dewPointMin": 45.88,
        "forecastEnd": 1747972800,
        "forecastStart": 1747886400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.83,
        "precipIntensity": 0.08,
        "precipProbability": 0,
        "sunriseTime": 1747908745,
        "sunsetTime": 1747961273,
        "temperatureAvg": 54.41,
        "temperatureMax": 57.42,
        "temperatureMin": 51.4,
        "uvIndexMax": 0,
        "visibility": 25381,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 52.89,
        "apparentTemperatureMax": 56.96,
        "apparentTemperatureMin": 48.83,
        "cloudCover": 0,
        "dewPointAvg": 42.06,
        "dewPointMax": 42.91,
        "dewPointMin": 41.22,
        "forecastEnd": 1748059200,
        "forecastStart": 1747972800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.87,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1747995103,
        "sunsetTime": 1748047726,
        "temperatureAvg": 53.04,
        "temperatureMax": 58.84,
        "temperatureMin": 47.25,
        "uvIndexMax": 0,
        "visibility": 32808,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 58.64,
        "apparentTemperatureMax": 63.05,
        "apparentTemperatureMin": 54.23,
        "cloudCover": 0,
        "dewPointAvg": 43.24,
        "dewPointMax": 46.02,
        "dewPointMin": 40.46,
        "forecastEnd": 1748145600,
        "forecastStart": 1748059200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.91,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748081463,
        "sunsetTime": 1748134178,
        "temperatureAvg": 54.98,
        "temperatureMax": 64.63,
        "temperatureMin": 45.32,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 56.49,
        "apparentTemperatureMax": 63.78,
        "apparentTemperatureMin": 49.2,
        "cloudCover": 0,
        "dewPointAvg": 48.11,
        "dewPointMax": 51.04,
        "dewPointMin": 45.18,
        "forecastEnd": 1748232000,
        "forecastStart": 1748145600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.95,
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "sunriseTime": 1748167825,
        "sunsetTime": 1748220628,
        "temperatureAvg": 57.66,
        "temperatureMax": 64.78,
        "temperatureMin": 50.54,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 59.12,
        "apparentTemperatureMax": 66.52,
        "apparentTemperatureMin": 51.72,
        "cloudCover": 0,
        "dewPointAvg": 50.18,
        "dewPointMax": 51.31,
        "dewPointMin": 49.05,
        "forecastEnd": 1748318400,
        "forecastStart": 1748232000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.98,
        "precipIntensity": 0.06,
        "precipProbability": 0,
        "sunriseTime": 1748254188,
        "sunsetTime": 1748307078,
        "temperatureAvg": 60.05,
        "temperatureMax": 67.44,
        "temperatureMin": 52.66,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 60.88,
        "apparentTemperatureMax": 68.29,
        "apparentTemperatureMin": 53.46,
        "cloudCover": 0,
        "dewPointAvg": 51.08,
        "dewPointMax": 52.43,
        "dewPointMin": 49.73,
        "forecastEnd": 1748404800,
        "forecastStart": 1748318400,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.03,
        "precipIntensity": 0.1,
        "precipProbability": 0,
        "sunriseTime": 1748340553,
        "sunsetTime": 1748393527,
        "temperatureAvg": 61.74,
        "temperatureMax": 69.1,
        "temperatureMin": 54.37,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 61.65,
        "apparentTemperatureMax": 69.57,
        "apparentTemperatureMin": 53.72,
        "cloudCover": 0,
        "dewPointAvg": 51.98,
        "dewPointMax": 52.95,
        "dewPointMin": 51.01,
        "forecastEnd": 1748491200,
        "forecastStart": 1748404800,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.06,
        "precipIntensity": 0.05,
        "precipProbability": 0,
        "sunriseTime": 1748426920,
        "sunsetTime": 1748479975,
        "temperatureAvg": 62.39,
        "temperatureMax": 70.3,
        "temperatureMin": 54.48,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 64.17,
        "apparentTemperatureMax": 71.18,
        "apparentTemperatureMin": 57.16,
        "cloudCover": 0,
        "dewPointAvg": 53.38,
        "dewPointMax": 54.05,
        "dewPointMin": 52.72,
        "forecastEnd": 1748577600,
        "forecastStart": 1748491200,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.1,
        "precipIntensity": 0,
        "precipProbability": 0,
        "sunriseTime": 1748513289,
        "sunsetTime": 1748566422,
        "temperatureAvg": 64.75,
        "temperatureMax": 71.76,
        "temperatureMin": 57.74,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 66.59,
        "apparentTemperatureMax": 74.78,
        "apparentTemperatureMin": 58.39,
        "cloudCover": 0,
        "dewPointAvg": 56.25,
        "dewPointMax": 58.44,
        "dewPointMin": 54.07,
        "forecastEnd": 1748664000,
        "forecastStart": 1748577600,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.13,
        "precipIntensity": 0.03,
        "precipProbability": 0,
        "sunriseTime": 1748599660,
        "sunsetTime": 1748652868,
        "temperatureAvg": 66.99,
        "temperatureMax": 75.13,
        "temperatureMin": 58.86,
        "uvIndexMax": 0,
        "windGustMax": null,
        "windGustMin": null,
        "windSpeedMax": null,
        "windSpeedMin": null
      },
      {
        "apparentTemperatureAvg": 62.74,
        "apparentTemperatureMax": 63.34,
        "apparentTemperatureMin": 62.14,
        "cloudCover": 0,
        "dewPointAvg": 57.49,
        "dewPointMax": 57.85,
        "dewPointMin": 57.13,
        "forecastEnd": 1748750400,
        "forecastStart": 1748664000,
        "humidity": 0.01,
        "icon": "clear",
        "moonPhase": 0.17,
        "precipIntensity": 0.05,
        "precipProbability": 0,
        "sunriseTime": 1748686032,
        "sunsetTime": 1748739312,
        "temperatureAvg": 62.91,
        "temperatureMax": 63.48,
        "temperatureMin": 62.35,
        "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