How to transfer from BBOX and Group By endpoints to alternatives
How to transfer from BBOX and Group By endpoints to alternatives
The deprecation is part of a broader effort to improve service accuracy, data quality, and system performance. We strongly encourage all users to begin transitioning to our modern, production-grade APIs — One Call 3.0, Current Weather Data, and Geocoding API — and to use Bulk Download for efficiently retrieving large-scale data to ensure uninterrupted access to accurate, scalable, and continuously supported weather services. Please note that support for the deprecated products will end on July 31, 2025. After this date, these products will no longer be available.
One Call 3.0
One Call 3.0 provides comprehensive weather data for any location, supporting highly precise location targeting and time-specific queries. With a single API call, you can retrieve current weather, multiple forecast types, weather alerts, and access historical data by timestamp. The service also offers daily aggregation for over 40 years of archived weather and up to 1.5 years ahead in forecasts.
Key features include:
Rate limits:
You can make up to 1,000 API calls per day to One Call 3.0 at no cost. This free quota is available to all users, regardless of subscription. One Call 3.0 requires a separate subscription for usage beyond the free limit and is not included in the standard Free plan. Additional usage is billed automatically based on actual API consumption at the end of each billing period.
If you want to get current weather and set of forecast and alerts in one response please use API call below.
https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}Please find more about One Call 3.0 at the documentation page and FAQ
https://api.openweathermap.org/data/3.0/onecall?lat=33.44&lon=-94.04&appid={API key}If you want to get only current weather you can exclude the forecast part, use the exclude parameter as shown below.
https://api.openweathermap.org/data/3.0/onecall?lat=33.44&lon=-94.04&exclude=minutely,hourly,daily,alerts&appid={API key}Please find more about One Call API 3.0 at the documentation page and FAQ
Current Weather Data
The Current Weather Data provides instant access to real-time weather conditions for any location around the globe. It is designed to deliver essential weather parameters in a fast and lightweight format, making it ideal for use cases that require up-to-date observations without additional forecast or historical layers.
Key features include:
Rate limits:
The Current Weather Data API is included in the Free plan, which allows up to 60 calls per minute and 1,000,000 calls per month. Higher limits are available in paid plans.
https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={API key}https://api.openweathermap.org/data/2.5/weather?lat=44.34&lon=10.99&appid={API key}Please find more about Current Weather Data at the documentation page and FAQ
We recommend using the Geocoding product to convert desired locations into geographic coordinates when needed, enabling seamless integration with One Call and Current Weather API requests.
Bulk Download
The OpenWeather Bulk Download service provides large-scale precompiled weather data files for efficient access to current conditions, forecasts, or extensive historical archives. Unlike real-time API calls, Bulk Download supplies ready-made datasets, significantly simplifying data management and reducing operational overhead.
Key features include:
Bulk Download is ideal for applications requiring extensive, consistent datasets—such as analytics platforms, large-scale monitoring systems, research projects, or historical data archives.
The Bulk Download service is offered under OpenWeather’s Professional, Expert and Enterprise subscription plans. Custom bulk datasets and enterprise-grade support options are available upon request.
Please contact us to discuss your bulk data requirements.
Example datasets include:
Rate limits:
Bulk Download does not use traditional API calls; therefore, standard API rate limits do not apply. Data is provided as downloadable files, simplifying consumption at any scale.
https://bulk.openweathermap.org/snapshot/{BULK_FILE_NAME}?appid={API key}https://bulk.openweathermap.org/archive/weather_zip_uk_011020_2000.csv.gz?appid={API key}Please find more about Bulk Download at the documentation page and FAQ
Geocoding API
The OpenWeather Geocoding API provides robust location-based services through two main endpoints:
Key features include:
Rate limits:
The Geocoding API is included in the Free plan, which allows up to 60 calls per minute and 1,000,000 calls per month. Higher limits are available in paid plans.
http://api.openweathermap.org/geo/1.0/direct?q={city name},{state code},{country code}&limit={limit}&appid={API key}http://api.openweathermap.org/geo/1.0/reverse?lat=51.5098&lon=-0.1180&limit=5&appid={API key}Please find more about Geocoding API at the documentation page and FAQ
Action Plan for Migration
If you’ve reviewed the material above but are still unsure how to proceed, this section outlines a structured, step-by-step approach to help you move forward with clarity.
Prepare a list of locations you’re interested in:
You can organize your locations as follows:
Convert locations into geographical coordinates using the Geocoding API
Choose your OpenWeather alternative service:
Make API calls to your selected service:
Verify and complete migration before July 31, 2025
Make sure your application fully utilizes the new endpoints before the legacy endpoints (BBOX, Group By) are deprecated.