Open-Meteo
Global weather API for non-commercial use with hourly weather forecast.
https://github.com/open-meteo/open-meteo
Category: Atmosphere
Sub Category: Meteorological Observation and Forecast
Keywords
weather weather-api weather-forecast
Keywords from Contributors
archiving measur transforms fish generic optimize projection birds observation compose
Last synced: about 18 hours ago
JSON representation
Repository metadata
Free Weather Forecast API for non-commercial use
- Host: GitHub
- URL: https://github.com/open-meteo/open-meteo
- Owner: open-meteo
- License: agpl-3.0
- Created: 2021-06-24T09:48:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T14:45:09.000Z (3 days ago)
- Last Synced: 2025-04-26T15:01:58.204Z (2 days ago)
- Topics: weather, weather-api, weather-forecast
- Language: Swift
- Homepage: https://open-meteo.com
- Size: 10.9 MB
- Stars: 3,132
- Watchers: 25
- Forks: 210
- Open Issues: 119
- Releases: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
README.md
🌤 Open-Meteo Weather API
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.
Features
- 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
How does Open-Meteo work?
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.
Resources
- 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
Who is using Open-Meteo?
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
- Cirrus 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
- Emojiton Weather Get the local weather forecast for your location with fun emoji representations
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
- DIY Arduino esp8266 weather station esp8266 weather station using Open-Meteo API, an embedded C++ implementation example
- biome Bountiful Interface to Open Meteo for Emacs
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!
Client SDKs
- 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.
Support
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 [email protected]
Run your own API
Instructions to use Docker to run your own weather API are available in the getting started guide.
Terms & Privacy
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.
Data License
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
Source Code License
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.
Citation (CITATION.cff)
cff-version: 1.2.0 title: Open-Meteo.com Weather API message: >- If you are using the Open-Meteo weather API, please cite using the following metadata type: software authors: - given-names: Patrick family-names: Zippenfenig email: [email protected] affiliation: Open-Meteo.com orcid: "https://orcid.org/0009-0007-1128-7915" identifiers: - type: doi value: 10.5281/zenodo.7970649 description: Latest release of the Open-Meteo weather API repository-code: 'https://github.com/open-meteo/open-meteo' url: 'https://open-meteo.com/' keywords: - weather api - weather forecast - historical weather data - air quality - ensemble prediction - open-data - IPCC climate models - Marine forecast license: CC-BY-4.0 doi: 10.5281/zenodo.7970649
Owner metadata
- Name: Open-Meteo
- Login: open-meteo
- Email:
- Kind: organization
- Description:
- Website: https://open-meteo.com
- Location:
- Twitter: open_meteo
- Company:
- Icon url: https://avatars.githubusercontent.com/u/86407831?v=4
- Repositories: 15
- Last ynced at: 2025-04-26T19:41:28.521Z
- Profile URL: https://github.com/open-meteo
GitHub Events
Total
- Create event: 77
- Release event: 1
- Issues event: 183
- Watch event: 541
- Delete event: 64
- Issue comment event: 305
- Push event: 402
- Pull request review event: 5
- Pull request review comment event: 7
- Pull request event: 161
- Fork event: 44
Last Year
- Create event: 77
- Release event: 1
- Issues event: 183
- Watch event: 541
- Delete event: 64
- Issue comment event: 305
- Push event: 402
- Pull request review event: 5
- Pull request review comment event: 7
- Pull request event: 161
- Fork event: 44
Committers metadata
Last synced: 7 days ago
Total Commits: 2,041
Total Committers: 56
Avg Commits per committer: 36.446
Development Distribution Score (DDS): 0.092
Commits in past year: 310
Committers in past year: 18
Avg Commits per committer in past year: 17.222
Development Distribution Score (DDS) in past year: 0.19
Name | Commits | |
---|---|---|
patrick-zippenfenig | p****k@z****e | 1853 |
dependabot[bot] | 4****] | 95 |
StackNeverFlow | 5****w | 17 |
woheller69 | 6****9 | 6 |
kikocorreoso | k****o | 5 |
J-P | j****r@a****m | 3 |
Terraputix | t****x@m****g | 3 |
Viet Dzung | d****v | 3 |
Will Pierce | w****p@n****m | 3 |
Johann Sebastian Schicho | s****o@t****e | 3 |
sokai | s****i | 2 |
KingFuWeatherAI | 1****i | 2 |
AlienDwarf | 6****f | 2 |
Alexander Bhalla | x****a@g****m | 2 |
Dani John | r****r@g****m | 1 |
Daniel Glaser | 7****e | 1 |
Davide Bassi | 3****t | 1 |
Guido Cioni | g****i@g****m | 1 |
Gus Gaidelevicius | 6****s | 1 |
GustavLindberg99 | 9****9 | 1 |
Ismael Carrea | i****6@g****m | 1 |
Jacob Gillespie | j****e@g****m | 1 |
Jakob Rössner | j****r@o****e | 1 |
James Di Novo | 4****o | 1 |
Jan Kühn | y****a@p****g | 1 |
AlexeyMal | 7****l | 1 |
Jean-arthur Silve | 1****a | 1 |
Milan Fabian | 6****n | 1 |
Max Buchholz | M****z@g****e | 1 |
Damian Soto | s****o@g****m | 1 |
and 26 more... |
Committer domains:
- rcel.cz: 1
- tutanota.com: 1
- y7mail.com: 1
- tompisel.com: 1
- thebrewerfamily.co.uk: 1
- akylas.fr: 1
- irh.it: 1
- gmx.de: 1
- posteo.org: 1
- outlook.de: 1
- t-online.de: 1
- nuclei.com: 1
- mailbox.org: 1
- alize-group.com: 1
- zippenfenig.de: 1
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 604
Total pull requests: 564
Average time to close issues: about 1 month
Average time to close pull requests: 3 days
Total issue authors: 269
Total pull request authors: 64
Average comments per issue: 3.02
Average comments per pull request: 0.4
Merged pull request: 414
Bot issues: 0
Bot pull requests: 224
Past year issues: 261
Past year pull requests: 285
Past year average time to close issues: 10 days
Past year average time to close pull requests: 4 days
Past year issue authors: 125
Past year pull request authors: 20
Past year average comments per issue: 2.33
Past year average comments per pull request: 0.45
Past year merged pull request: 172
Past year bot issues: 0
Past year bot pull requests: 135
Top Issue Authors
- patrick-zippenfenig (92)
- guidocioni (30)
- drmrbrewer (27)
- woheller69 (15)
- PavelSyomin (11)
- dzungpv (9)
- leneon314 (8)
- jortaca (8)
- papjul (7)
- TranKimHieu (7)
- owibi (6)
- farfromrefug (6)
- libertykite (5)
- daanaerts (5)
- schicho (5)
Top Pull Request Authors
- patrick-zippenfenig (241)
- dependabot[bot] (224)
- terraputix (12)
- willp (6)
- schicho (5)
- dzungpv (4)
- woheller69 (4)
- MathNerd28 (4)
- Isma1306 (2)
- flibidi67 (2)
- kikocorreoso (2)
- Tristan296 (2)
- neursh (2)
- AlienDwarf (2)
- StackNeverFlow (2)
Top Issue Labels
- enhancement (70)
- bug (40)
- question (7)
- documentation (4)
Top Pull Request Labels
- dependencies (224)
- swift_package_manager (213)
- github_actions (11)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 258
swiftpackageindex.com: github.com/open-meteo/open-meteo
Free Weather Forecast API for non-commercial use
- Homepage: https://open-meteo.com
- Documentation: https://swiftpackageindex.com/open-meteo/open-meteo/documentation
- Licenses: agpl-3.0
- Latest release: 1.4.3 (published about 2 months ago)
- Last Synced: 2025-04-26T15:02:24.767Z (2 days ago)
- Versions: 258
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 6.953%
- Forks count: 11.373%
- Average: 14.608%
- Dependent packages count: 15.285%
- Dependent repos count: 24.82%
Dependencies
- actions/checkout v2 composite
- docker/build-push-action v4 composite
- docker/login-action v2 composite
- docker/metadata-action v4 composite
- docker/setup-buildx-action v2 composite
- docker/setup-qemu-action v2 composite
- SamKirkland/FTP-Deploy-Action 4.3.0 composite
- actions/cache v3 composite
- actions/checkout v2 composite
- gravitl/github-action-fpm master composite
- ncipollo/release-action v1 composite
- patrick-zippenfenig/apt-repo-action master composite
- actions/cache v2 composite
- actions/checkout v3 composite
- ghcr.io/open-meteo/docker-container-build latest build
- ghcr.io/open-meteo/docker-container-run latest build
- github.com/apple/swift-algorithms 1.0.0
- github.com/apple/swift-atomics 1.0.2
- github.com/apple/swift-collections 1.0.3
- github.com/apple/swift-crypto 2.2.1
- github.com/apple/swift-log 1.4.4
- github.com/apple/swift-metrics 2.3.2
- github.com/apple/swift-nio 2.45.0
- github.com/apple/swift-nio-extras 1.15.0
- github.com/apple/swift-nio-http2 1.23.1
- github.com/apple/swift-nio-ssl 2.23.0
- github.com/apple/swift-nio-transport-services 1.15.0
- github.com/apple/swift-numerics 1.0.2
- github.com/google/flatbuffers 23.5.26
- github.com/patrick-zippenfenig/SwiftEccodes 0.1.5
- github.com/patrick-zippenfenig/SwiftNetCDF 1.1.1
- github.com/patrick-zippenfenig/SwiftTimeZoneLookup 1.0.1
- github.com/swift-server/async-http-client 1.13.1
- github.com/swift-server/swift-backtrace 1.3.3
- github.com/vapor/async-kit 1.14.0
- github.com/vapor/console-kit 4.5.0
- github.com/vapor/multipart-kit 4.5.2
- github.com/vapor/routing-kit 4.6.0
- github.com/vapor/vapor 4.67.4
- github.com/vapor/websocket-kit 2.6.1
- actions/cache v3 composite
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- gravitl/github-action-fpm master composite
Score: -Infinity