Open-Meteo is an open-source weather API and offers free access for non-commercial use. No API key is required. You can use it immediately!
Head over to https://open-meteo.com! Stay up to date with our blog at https://openmeteo.substack.com.
- Hourly weather forecast for up to 16 days
- Global weather models with 11 km and regional models up to 1.5 km resolution
- Weather model updates every hour for Europe and North America
- 80 years Historical Weather API
- Based on the best weather models: NOAA GFS with HRRR, DWD ICON, MeteoFrance Arome&Arpege, ECMWF IFS, JMA, GEM HRDPS, MET Norway
- Marine Forecast API, Air Quality API, Geocoding API, Elevation API, Flood API
- Lightning fast APIs with response times below 10 ms
- Servers located in Europe and North America with GeoDNS for best latency and high-availability
- No API key required, CORS supported, no ads, no tracking, not even cookies
- Free for non-commercial use with data under Attribution 4.0 International (CC BY 4.0)
- Source code available under AGPLv3
Open-Meteo utilizes open-data weather forecasts provided by national weather services. These services offer numerical weather predictions that are free to download. However, working with these models can be challenging, as it requires expertise in binary file formats, grid-systems, projections, and the fundamentals of weather predictions.
Like many other weather APIs, Open-Meteo integrates high-resolution local and global weather models. Over 2 TB of data are downloaded and processed daily from multiple national weather services. The collected data is then stored in local files using a customized file format and compression technique to enhance access to time-series data such as a 14-day temperature forecast.
In contrast to other weather APIs, Open-Meteo provides complete access to its source code, and all data sources are openly listed, crediting the national weather services for their work. With Docker or prebuilt Ubuntu packages, it is possible to launch your own weather API within minutes. By providing the source code, users can conduct detailed verifications of the weather data processing and even make modifications themselves. Contributions are highly encouraged and welcomed.
The API is available for non-commercial use at no cost. Despite being free of charge, the forecast accuracy is top-notch. The API utilizes a vast array of local weather models with rapid updates, ensuring that the most precise forecast is generated for any location globally.
- All API documentation can be found on https://open-meteo.com. The source code for the website, documentation and API generator is available here: https://github.com/open-meteo/open-meteo-website
- The free non-commerical API is hosted at https://api.open-meteo.com using to GeoDNS to servers in Europe and North America (HTTPS is optional). The API source code is in this current repository.
- The geocoding API source code is available in a separate repository https://github.com/open-meteo/geocoding-api
- Larger changes are announced in the Open-Meteo Blog
- The Open-Meteo weather database is redistributed as part of an AWS Open-Data Sponsorship
Apps:
- Weather.io A simple Progressive Web App (PWA) for checking the weather.
- WeatherGraph Apple Watch App
- Slideshow Digital Signage app for Android
- weewx-DWD Weather forecasts etc. for WeeWX
- omWeather Android Weather App
- solXpect Android app which forecasts the output of your solar power plant
- Raindrop Simple and intuitive weather app for the linux terminal.
- Weatherian Multi-model meteogram (multi-platform)
- WeatherAI WeatherAI offers an intuitive user experience that makes checking the weather a breeze.
- Weather Free, open source, simple and complete weather app for Android
- DroneWeather Weather forecasts, satellite count, and KP index for drone pilots.
- Clima Beautiful, minimal, and fast weather app
- SkyMuse Minimal, privacy-respecting weather app. Built with web technologies.
- Weather Please Clean and minimal new tab replacement for browsers
- QuickWeather Fast, free, and open source Android app
- Rain Free, open source, beautiful, minimal and fast weather app
- WetBulb A simple app that shows you the wetbulb temp 24h forecast and tells you if it is dangerous.
- OSS Weather - Multi-model/multi-provider Open Source Android/iOS Weather app
- The Weather A detailed, installable, progressive web application
- Lively Weather Windows native weather app powered by DirectX12 animations.
- PointWx Dash application with interactive plots (from beginner-friendly to weather-enthusiast level) easily deployable
- MeteoHist A web app to create interactive temperature and precipitation graphs for places around the world
Repositories:
- Captain Cold Simple Open-Meteo -> Discord integration
- wthrr-the-weathercrab Weather companion for the terminal
- Weather-Cli A CLI program written in golang that allows you to get weather information from the terminal
- Homepage A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
- Spots Guru Weather forecast for lazy, the best wind & wave spots around you.
- WeatherReport.jl A simple weather app for the Julia REPL
Other:
- Menubar Weather A Raycast extension that displays live weather information in your menu bar
- MiniPavi Vintage French Minitel (a kind of BBS) weather forecast service (type "METEO" keyword on welcome Minitel screen)
- Contributions welcome!
Do you use Open-Meteo? Please open a pull request and add your repository or app to the list!
- Go https://github.com/HectorMalot/omgo
- Python https://github.com/m0rp43us/openmeteopy
- Kotlin https://github.com/open-meteo/open-meteo-api-kotlin
- .Net / C# https://github.com/AlienDwarf/open-meteo-dotnet
- PHP Laravel https://github.com/michaelnabil230/laravel-weather
- R https://github.com/tpisel/openmeteo
- PHP Symfony 6.2 https://gitlab.com/flibidi67/open-meteo
- PHP for Geocoding API: https://gitlab.com/flibidi67/open-meteo-geocoding
- Android library for Geocoding API: https://github.com/woheller69/OmGeoDialog
- Dart / Flutter: https://github.com/neursh/open-meteo-dart
- Rust: https://github.com/angelodlfrtr/open-meteo-rs
Contributions welcome! Writing a SDK for Open-Meteo is more than welcome and a great way to help users.
If you encounter bugs while using Open-Meteo APIs, please file a new issue ticket. For general ideas or Q&A please use the Discussion section on Github. Thanks!
For other enquiries please contact info@open-meteo.com
Instructions to use Docker to run your own weather API are available in the getting started guide.
Open-Meteo APIs are free for open-source developer and non-commercial use. We do not restrict access, but ask for fair use.
If your application exceeds 10'000 requests per day, please contact us. We reserve the right to block applications and IP addresses that misuse our service.
For commercial use of Open-Meteo APIs, please contact us.
All data is provided as is without any warranty.
We do not collect any personal data. We do not share any personal information. We do not integrate any third party analytics, ads, beacons or plugins.
API data are offered under Attribution 4.0 International (CC BY 4.0)
You are free to share: copy and redistribute the material in any medium or format and adapt: remix, transform, and build upon the material.
Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
You must include a link next to any location, Open-Meteo data are displayed like:
Weather data by Open-Meteo.com
Open-Meteo is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find the license here. Exceptions are third party source-code with individual licensing in each file.