Global Weather API.
Real-time weather, forecast & historical data for any location.
Columbus
LIVEEasy to Use
- Setup in minutes
- Simple REST API
- Extensive documentation
- Simple transparent pricing
Weather Conditions
- Real-time conditions
- Hyper-local forecasting
- 10 years historical data
- Severe weather alerts
Advanced Data
- Worldwide coverage
- Proprietary weather model
- Backed by a wide range of data sources
Weather data
with just a few lines of code
Sign up for a free account and start accessing global weather data. Get current conditions, forecasts, and historical data in minutes. When you're ready to scale, upgrade to a pay-as-you-go plan.
# Install the requests library import requests # Your API key from dashboard api_key = os.environ['WEATHER_API_KEY'] # Make API request response = requests.get( 'https://api.weatherxu.api/v1/weather', params={ 'lat': '34.0522', 'lon': '-118.2437', 'api_key': api_key } ) data = response.json()['data'] current = data['currently'] print(f"Temperature: {current['temperature']}°C") print(f"Feels like: {current['apparentTemperature']}°C") print(f"Humidity: {current['humidity']}%") print(f"Wind speed: {current['windSpeed']} m/s")
Simple REST API
Access weather data easily with our RESTful API. Use any programming language or HTTP client of your choice.
Global Coverage
Get accurate weather data for any location worldwide. Real-time updates and historical data at your fingertips.
Reliable Uptime
Built on robust infrastructure to ensure reliable access to weather data when your applications need it most.
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.