Migration Guide from AccuWeather API Free Tier to OpenWeather API
Welcome to OpenWeather
AccuWeather has recently updated its API access model. If you’re reviewing your integration strategy, OpenWeather is here as a reliable alternative, offering clear terms, a stable platform, and optional migration support to ensure a smooth transition.
Trusted by thousands of businesses and millions of developers worldwide, OpenWeather provides accurate, global weather data through reliable, developer-friendly APIs. Best of all, our free tier is here to stay.
What makes OpenWeather a great choice:
- Flexible Usage: Enjoy up to 1,000 API calls per day, 60 calls per minute, and up to 1,000,000 calls per month (depending on the API type) — perfect for projects of any size.
- Comprehensive Weather Data: Get extended daily forecasts, detailed hourly updates, and a wide range of weather insights, all included in our free plan.
- Long-Term Reliability: Our free plan is designed for ongoing access, ensuring stability and consistency for your applications.
- Developer-Friendly: Easy integration and flexible APIs help you build faster and more efficiently.
With OpenWeather, you get a stable, scalable, and future-proof solution for both everyday use and long-term development.
How to choose the right OpenWeather product for your migration
AccuWeather API Free Tier | OpenWeather FREE |
Locations | Geocoding (Direct/Reverse) query by city name or lat/lon |
Current Conditions | |
Daily Forecast (5 Days) | |
Hourly Forecast (12 Hours) | |
24h Historical Current Conditions | One Call 3.0: Timemachine any timestamp from 1979 |
Indices (5 Days) |
Save More with OpenWeather
By using OpenWeather, you’re not only keeping access to all the essential free services you already rely on — you’re also unlocking premium-grade features at no additional cost.
Service / Feature | AccuWeather (paid tier & price) | OpenWeather (Free) |
Minute forecast (1 hour) | MinuteCast® add-on — $25/mo (Standard) · $100/mo (Elite) | Minute-by-minute precipitation (1 hour) — One Call 3.0 minutely |
National weather alerts | Available only with paid packages (Prime/Elite); base package $250–$500/mo | National weather alerts — One Call 3.0 alerts |
Hourly forecast | Free tier includes 12 hours; longer horizons require paid packages (from $250/mo) | Hourly forecast 48 hours — One Call 3.0 hourly |
Daily forecast | Free tier shows 5 days; extended daily in paid packages (from $250/mo) | Daily forecast 8 days — One Call 3.0 daily |
Historical weather. | Not provided in the developer portal | Historical by timestamp (since 1979) — One Call 3.0 timemachine |
Service / Feature | One Call 3.0 | OpenWeather Free |
✔ | ✔ | |
✔ | ||
✔ | ||
✔ | ||
✔ | ||
✔ | ||
✔ | ✔ | |
UV index | ✔ | |
✔ | ||
✔ | ||
Time zone data | ✔ | |
Subscription | Separate subscription | Activated upon receiving an API key |
Credit card required | ✔ | |
Calls limit | 1,000 API calls/day | 60 calls/minute and 1,000,000 calls/month |
How to get an OpenWeather API key
- Sign up and get an API key (APPID) on your account page.
- Verify your email address via a confirmation letter that will be sent to you. 1 hour after registering, it is possible to resend the confirmation yourself in the profile settings.
- After verification, check your Inbox again to find our welcome email that contains your API key and important information.
Congratulations! Now you have an OpenWeather account with a free subscription plan and can immediately start using our services.
One Call API 3.0 — direct replacement for AccuWeather API FREE services.
- Free access and pay-as-you-call subscription One Call API 3.0 has its own, separate subscription that has a variable cost, in proportion to your actual use of the API. 1,000 API calls per day is included for free. Users can configure and limit their usage to ensure that they don’t make more request than expected. Read more on the pricing page and in the FAQ.
- One Call API 3.0 contains 4 endpoints and provides access to various data:
- Current weather and forecasts:
- minute forecast for 1 hour
- hourly forecast for 48 hours
- daily forecast for 8 days
- and government weather alerts
- Weather data for any timestamp for 47+ years historical archive and 4 days ahead forecast
- Daily aggregation of weather data for 47+ years archive and 1.5 years ahead forecast
- Weather overview with a human-readable weather summary for today and tomorrow's forecast
- AI Weather Assistant for retrieving weather data and weather-related advice in a human-readable and friendly format
- Matching parameters of Accuweather APIs and OpenWeather APIs you can find under description of each specific parameter
If you don’t need the full One Call 3.0 stack or don’t want to add a card. Use our Free Access APIs without subscribing to One Call 3.0 or adding a card.
Our Free Solutions
If you don’t need the full One Call 3.0 stack or don’t want to add a card. Use our Free Access APIs without subscribing to One Call 3.0 or adding a card:
- Current Weather Data for weather live conditions
- Air Pollution (AQI) for air quality and pollutant concentrations
- Geocoding to convert place names to coordinates
- 5-day / 3-hour Forecast 5 days ahead forecast with 3-hour step
Free Access limits are 60 calls/minute and 1,000,000 calls/month. Connection steps and request examples are provided below in instructions.
These options are not mutually exclusive. You can use One Call 3.0 as well as other API services at the same time.
Looking for more options?
In addition to the features listed above, OpenWeather also provides a wide range of other solutions designed for different business and development needs.
- You can explore the full range of products and pricing on our Pricing page
- For tailored advice or enterprise solutions, feel free to contact our Sales team
Matching products
1. Locations API
AccuWeather’s Locations API gives you a place ID for later calls. In OpenWeather you don’t need that ID — all weather endpoints accept latitude and longitude. Our Geocoding API turns city names into coordinates and vice versa, so you can show a city name in your app and call weather data by coordinates.
- AccuWeather URL:
http://dataservice.accuweather.com/locations/v1/cities/geoposition/search - OpenWeather URLs:
- Direct Geocoding (by name):
http://api.openweathermap.org/geo/1.0/direct?q={city name},{state code},{country code}&limit={limit}&appid={API key} - Reverse Geocoding (by coordinates):
http://api.openweathermap.org/geo/1.0/reverse?lat={lat}&lon={lon}&limit={limit}&appid={API key}
- Direct Geocoding (by name):
AccuWeather | OpenWeather | Meaning |
Version | — | API version. |
Key | — | AccuWeather location key (identifier). |
Type | — | Location type (e.g., City, PostalCode, POI, LatLong). |
Rank | — | Location rank (importance/population). |
LocalizedName |
| Location name in the requested/local language. |
EnglishName |
| Location name in English. |
PrimaryPostalCode | — | Primary postal/ZIP code for the location. |
AccuWeather | OpenWeather | Meaning |
Version | — | API version. |
Key | — | AccuWeather location key (identifier). |
Type | — | Location type (e.g., City, PostalCode, POI, LatLong). |
Rank | — | Location rank (importance/population). |
LocalizedName |
| Location name in the requested/local language. |
EnglishName |
| Location name in English. |
PrimaryPostalCode | — | Primary postal/ZIP code for the location. |
Region.ID | — | Unique region code (continent/major region). |
Region.LocalizedName | — | Region name in local language. |
Region.EnglishName | — | Region name in English. |
Country.ID |
| Country code (ISO 3166-1 alpha-2). |
Country.LocalizedName | — | Country name in local language. |
Country.EnglishName | — | Country name in English. |
AdministrativeArea.ID | — | Administrative area ID. |
AdministrativeArea.LocalizedName |
| Administrative area (state/province) name, if available. |
AdministrativeArea.EnglishName |
| Administrative area (state/province) name, if available. |
AdministrativeArea.Level | — | Administrative subdivision level. |
AdministrativeArea.LocalizedType | — | Localized type of administrative area. |
AdministrativeArea.EnglishType | — | English type of administrative area. |
AdministrativeArea.CountryID |
| Country code for the administrative area. |
TimeZone.Code | — | Time zone code/abbreviation. |
TimeZone.Name | — | Time zone name. |
TimeZone.GmtOffset | — | GMT offset in hours. |
TimeZone.IsDaylightSaving | — | Whether daylight saving time is observed now. |
TimeZone.NextOffsetChange | — | Next DST/offset change timestamp. |
GeoPosition.Latitude |
| Geographic latitude. |
GeoPosition.Longitude |
| Geographic longitude. |
GeoPosition.Elevation.Metric.Value | — | Elevation value (metric). |
GeoPosition.Elevation.Metric.Unit | — | Elevation unit (metric). |
GeoPosition.Elevation.Metric.UnitType | — | Elevation unit type ID (metric). |
GeoPosition.Elevation.Imperial.Value | — | Elevation value (imperial). |
GeoPosition.Elevation.Imperial.Unit | — | Elevation unit (imperial). |
GeoPosition.Elevation.Imperial.UnitType | — | Elevation unit type ID (imperial). |
IsAlias | — | Whether the location is an alias/alternate name. |
ParentCity | — | Parent metropolitan area object. |
ParentCity.Key | — | Parent city location key. |
ParentCity.LocalizedName | — | Parent city name (local language). |
ParentCity.EnglishName | — | Parent city name (English). |
SupplementalAdminAreas.Level | — | Supplemental admin area level. |
SupplementalAdminAreas.LocalizedName | — | Supplemental admin area name (local). |
SupplementalAdminAreas.EnglishName | — | Supplemental admin area name (English). |
DataSets | — | Available location-specific product datasets. |
Details.Key | — | Location key (details section). |
Details.StationCode | — | Weather station code. |
Details.StationGmtOffset | — | Weather station GMT offset. |
Details.BandMap | — | Temperature/precipitation band map code. |
Details.Climo | — | Climatology data source. |
Details.LocalRadar | — | Local radar code. |
Details.MediaRegion | — | Media region. |
Details.Metar | — | Associated METAR station. |
Details.NXMetro | — | City-level radar code. |
Details.NXState | — | State-level radar code. |
Details.Population | — | Reported population (may be null). |
Details.PrimaryWarningCountyCode | — | Primary warning county code. |
Details.PrimaryWarningZoneCode | — | Primary warning zone code. |
Details.Satellite | — | Associated satellite. |
Details.Synoptic | — | Associated synoptic station. |
Details.MarineStation | — | Marine station code. |
Details.MarineStationGMTOffset | — | Marine station GMT offset. |
Details.VideoCode | — | City/region video code. |
Details.PartnerID | — | DMA partner ID. |
Details.DMA.ID | — | Designated Market Area (DMA) ID. |
Details.DMA.EnglishName | — | DMA name (English). |
Details.Sources.DataType | — | Type of data provided by the source. |
Details.Sources.Source | — | Source/provider name. |
Details.Sources.SourceId | — | Source/provider ID. |
Details.CanonicalPostalCode | — | Canonical/optimized postal code. |
Details.CanonicalLocationKey | — | Canonical/optimized location key. |
Details.LocationStem | — | Internal location path. |
— |
| Internal field. |
— |
| Internal field. |
2. Current Conditions
For real-time weather, our Current Weather API or the "current" section of our One Call API 3.0 are the perfect replacements. Both provide richer data fields than the AccuWeather equivalent.
- AccuWeather URL:
http://dataservice.accuweather.com/currentconditions/v1/{locationKey} - OpenWeather URLs:
- Current Weather API:
https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={API key} - One Call API 3.0:
https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={minutely,hourly,daily}&appid={API key}
- Current Weather API:
Units of measurement: standard, metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default. Units documentation
AccuWeather Current | OpenWeather One Call 3.0 Current | OpenWeather Current Weather | Meaning |
LocalObservationDateTime |
|
| Observation time; adjust by timezone. |
EpochTime | — | — | Unix time. |
WeatherText |
|
| Weather description. |
WeatherIcon |
|
| Icon code. |
LocalSource.Id | — | — | Local source ID. |
LocalSource.Name | — | — | Local source name. |
LocalSource.WeatherCode | — | — | Local source code. |
IsDayTime | — | — | Daytime flag. |
Temperature.Metric.Value |
|
| Air temperature. |
Temperature.Metric.Unit | — | — | Unit label. |
Temperature.Metric.UnitType | — | — | Unit type code. |
Temperature.Imperial.Value |
|
| Air temperature. |
Temperature.Imperial.Unit | — | — | Unit label. |
Temperature.Imperial.UnitType | — | — | Unit type code. |
RealFeelTemperature |
|
| Feels like temperature. |
RealFeelTemperatureShade | — | — | Feels like in shade. |
RelativeHumidity |
|
| Humidity %. |
DewPoint |
| — | Dew point. |
Wind.Direction.Degrees |
|
| Wind direction degrees. |
Wind.Direction.English | — | — | Wind direction text. |
Wind.Direction.Localized | — | — | Localized wind text. |
Wind.Speed |
|
| Wind speed. |
WindGust.Speed |
|
| Wind gust. |
UVIndex |
| — | UV index. |
UVIndexText | — | — | UV index label. |
Visibility |
|
| Visibility m. |
ObstructionsToVisibility | — | — | Visibility cause. |
CloudCover |
|
| Cloudiness %. |
Ceiling | — | — | Cloud ceiling. |
Pressure |
|
| Pressure hPa. |
PressureTendency.LocalizedText | — | — | Pressure tendency text. |
PressureTendency.Code | — | — | Pressure tendency code. |
Past24HourTemperatureDeparture | — | — | Temp change 24h. |
ApparentTemperature |
|
| Apparent temperature. |
WindChillTemperature | — | — | Wind chill. |
WetBulbTemperature | — | — | Wet-bulb temperature. |
WetBulbGlobeTemperature | — | — | WBGT. |
Precip1hr | — | — | Precip last hour mm. |
PrecipitationSummary.Precipitation | — | — | Deprecated precip summary. |
PrecipitationSummary.PastHour | — | — | Precip 1h mm. |
PrecipitationSummary.Past3Hours | — | — | Precip 3h. |
PrecipitationSummary.Past6Hours | — | — | Precip 6h. |
PrecipitationSummary.Past9Hours | — | — | Precip 9h. |
PrecipitationSummary.Past12Hours | — | — | Precip 12h. |
PrecipitationSummary.Past18Hours | — | — | Precip 18h. |
PrecipitationSummary.Past24Hours | — | — | Precip 24h. |
TemperatureSummary.Past6HourRange.Minimum | — | — | Min 6h. |
TemperatureSummary.Past6HourRange.Maximum | — | — | Max 6h. |
TemperatureSummary.Past12HourRange.Minimum | — | — | Min 12h. |
TemperatureSummary.Past12HourRange.Maximum | — | — | Max 12h. |
TemperatureSummary.Past24HourRange.Minimum | — | — | Min 24h. |
TemperatureSummary.Past24HourRange.Maximum | — | — | Max 24h. |
MobileLink | — | — | Mobile link. |
Link | — | — | Web link. |
HasPrecipitation | — | — | Precip present. |
PrecipitationType |
|
| Precip type. |
IndoorRelativeHumidity | — | — | Indoor humidity. |
— |
|
| Latitude. |
— |
|
| Longitude. |
— |
|
| Timezone name or shift. |
— |
|
| UTC shift seconds. |
— |
|
| Sunrise time. |
— |
|
| Sunset time. |
— |
|
| Condition ID. |
— |
|
| Condition group. |
— |
|
| Condition text. |
— |
|
| Icon code. |
— |
|
| Rain object. |
— |
|
| Snow object. |
— | — |
| Min temperature. |
— | — |
| Max temperature. |
— | — |
| Sea-level pressure. |
— | — |
| Ground pressure. |
— | — |
| Country code. |
— | — |
| City ID. |
— | — |
| City name. |
— | — |
| Internal. |
— | — |
| Internal. |
— | — |
| Internal. |
— | — |
| Internal. |
— | — |
| Internal. |
3. 24 Hours Historical Current Conditions
While AccuWeather provided 24 hours of historical data, our One Call API 3.0 gives you access to historical weather for any timestamp from January 1, 1979, to 4 days ahead.
- AccuWeather URL:
http://dataservice.accuweather.com/currentconditions/v1/{locationKey}/historical/24 - OpenWeather URL:
- Historical Data:
https://api.openweathermap.org/data/3.0/onecall/timemachine?lat={lat}&lon={lon}&dt={time}&appid={API key}
- Historical Data:
Units of measurement: standard, metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default. Units documentation
AccuWeather Historical | OpenWeather One Call 3.0 Historical | Meaning |
LocalObservationDateTime |
| Observation time. |
EpochTime |
| Unix time. |
WeatherText |
| Weather description. |
WeatherIcon |
| Icon code. |
LocalSource.Id | — | Local source ID. |
LocalSource.Name | — | Local source name. |
LocalSource.WeatherCode | — | Local source code. |
IsDayTime | — | Daytime flag. |
Temperature.Metric.Value |
| Air temperature. |
Temperature.Metric.Unit | — | Unit label. |
Temperature.Metric.UnitType | — | Unit type code. |
Temperature.Imperial.Value |
| Air temperature. |
Temperature.Imperial.Unit | — | Unit label. |
Temperature.Imperial.UnitType | — | Unit type code. |
RealFeelTemperature |
| Feels like temperature. |
RealFeelTemperatureShade | — | Feels like in shade. |
RelativeHumidity |
| Humidity percent. |
DewPoint |
| Dew point. |
Wind.Direction.Degrees |
| Wind direction degrees. |
Wind.Direction.English | — | Wind direction text. |
Wind.Direction.Localized | — | Localized wind text. |
Wind.Speed |
| Wind speed. |
WindGust.Speed |
| Wind gust. |
UVIndex |
| UV index. |
UVIndexText | — | UV index label. |
Visibility |
| Visibility meters. |
ObstructionsToVisibility | — | Visibility cause. |
CloudCover |
| Cloudiness percent. |
Ceiling | — | Cloud ceiling. |
Pressure |
| Pressure hPa. |
PressureTendency.LocalizedText | — | Pressure tendency text. |
PressureTendency.Code | — | Pressure tendency code. |
Past24HourTemperatureDeparture | — | Temp change 24h. |
ApparentTemperature |
| Apparent temperature. |
WindChillTemperature | — | Wind chill. |
WetBulbTemperature | — | Wet bulb temperature. |
WetBulbGlobeTemperature | — | WBGT. |
Precip1hr | — | Precipitation last hour mm. |
PrecipitationSummary.Precipitation | — | Deprecated precipitation summary. |
PrecipitationSummary.PastHour | — | Precipitation 1h mm. |
PrecipitationSummary.Past3Hours | — | Precipitation 3h. |
PrecipitationSummary.Past6Hours | — | Precipitation 6h. |
PrecipitationSummary.Past9Hours | — | Precipitation 9h. |
PrecipitationSummary.Past12Hours | — | Precipitation 12h. |
PrecipitationSummary.Past18Hours | — | Precipitation 18h. |
PrecipitationSummary.Past24Hours | — | Precipitation 24h. |
TemperatureSummary.Past6HourRange.Minimum | — | Minimum 6h. |
TemperatureSummary.Past6HourRange.Maximum | — | Maximum 6h. |
TemperatureSummary.Past12HourRange.Minimum | — | Minimum 12h. |
TemperatureSummary.Past12HourRange.Maximum | — | Maximum 12h. |
TemperatureSummary.Past24HourRange.Minimum | — | Minimum 24h. |
TemperatureSummary.Past24HourRange.Maximum | — | Maximum 24h. |
MobileLink | — | Mobile link. |
Link | — | Web link. |
HasPrecipitation | — | Precipitation present. |
PrecipitationType |
| Precipitation type. |
IndoorRelativeHumidity | — | Indoor humidity. |
— |
| Latitude. |
— |
| Longitude. |
— |
| Timezone name. |
— |
| UTC shift seconds. |
— |
| Sunrise time. |
— |
| Sunset time. |
— |
| Weather object. |
— |
| Condition ID. |
— |
| Condition group. |
— |
| Condition text. |
— |
| Icon code. |
— |
| Rain object. |
— |
| Rain last hour mm. |
— |
| Snow object. |
— |
| Snow last hour mm. |
4. Daily Forecast (5 Days)
You can easily migrate your 5-day forecast to our One Call API 3.0, which provides a more extensive 8-day daily forecast.
- AccuWeather URL:
http://dataservice.accuweather.com/forecasts/v1/daily/5day/{locationKey} - OpenWeather URL:
- 8-Day Forecast:
https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude=current,minutely,hourly&appid={API key} - 3-hour Forecast 5 days:
https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude=current,minutely,hourly&appid={API key}
- 8-Day Forecast:
Units of measurement: standard, metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default. Units documentation
AccuWeather Forecast | OpenWeather One Call 3.0 8 days Forecast | OpenWeather 5 days 3 hours Forecast | Meaning |
Headline.EffectiveDate | — | — | Start time |
Headline.EffectiveEpochDate | — | — | Start time unix |
Headline.Severity | — | — | Severity index |
Headline.Text | — | — | Alert text |
Headline.Category | — | — | Alert event |
Headline.EndDate | — | — | End time |
Headline.EndEpochDate | — | — | End time unix |
Headline.MobileLink | — | — | Mobile link |
Headline.Link | — | — | Web link |
DailyForecasts.Date |
|
| Day time |
DailyForecasts.EpochDate | — | — | Day time unix |
DailyForecasts.Sun.Rise |
|
| Sunrise |
DailyForecasts.Sun.EpochRise | — | — | Sunrise unix |
DailyForecasts.Sun.Set |
|
| Sunset |
DailyForecasts.Sun.EpochSet | — | — | Sunset unix |
DailyForecasts.Moon.Rise |
| — | Moonrise |
DailyForecasts.Moon.EpochRise | — | — | Moonrise unix |
DailyForecasts.Moon.Set |
| — | Moonset |
DailyForecasts.Moon.EpochSet | — | — | Moonset unix |
DailyForecasts.Moon.Phase |
| — | Moon phase |
DailyForecasts.Moon.Age | — | — | Moon age |
DailyForecasts.Temperature.Minimum.Value |
|
| Min temp |
DailyForecasts.Temperature.Minimum.Unit | — | — | Unit label |
DailyForecasts.Temperature.Minimum.UnitType | — | — | Unit type |
DailyForecasts.Temperature.Maximum.Value |
|
| Max temp |
DailyForecasts.Temperature.Maximum.Unit | — | — | Unit label |
DailyForecasts.Temperature.Maximum.UnitType | — | — | Unit type |
DailyForecasts.RealFeelTemperature.Minimum.Value | — | — | RealFeel min |
DailyForecasts.RealFeelTemperature.Minimum.Unit | — | — | Unit label |
DailyForecasts.RealFeelTemperature.Minimum.UnitType | — | — | Unit type |
DailyForecasts.RealFeelTemperature.Maximum.Value | — | — | RealFeel max |
DailyForecasts.RealFeelTemperature.Maximum.Unit | — | — | Unit label |
DailyForecasts.RealFeelTemperature.Maximum.UnitType | — | — | Unit type |
DailyForecasts.RealFeelTemperatureShade.Minimum.Value | — | — | RealFeel shade min |
DailyForecasts.RealFeelTemperatureShade.Minimum.Unit | — | — | Unit label |
DailyForecasts.RealFeelTemperatureShade.Minimum.UnitType | — | — | Unit type |
DailyForecasts.RealFeelTemperatureShade.Maximum.Value | — | — | RealFeel shade max |
DailyForecasts.RealFeelTemperatureShade.Maximum.Unit | — | — | Unit label |
DailyForecasts.RealFeelTemperatureShade.Maximum.UnitType | — | — | Unit type |
DailyForecasts.HoursOfSun | — | — | Sun hours |
DailyForecasts.DegreeDaySummary.Heating.Value | — | — | Heating degree days |
DailyForecasts.DegreeDaySummary.Heating.Unit | — | — | Unit label |
DailyForecasts.DegreeDaySummary.Heating.UnitType | — | — | Unit type |
DailyForecasts.DegreeDaySummary.Cooling.Value | — | — | Cooling degree days |
DailyForecasts.DegreeDaySummary.Cooling.Unit | — | — | Unit label |
DailyForecasts.DegreeDaySummary.Cooling.UnitType | — | — | Unit type |
DailyForecasts.AirAndPollen.Name | — | — | Air or pollen name |
DailyForecasts.AirAndPollen.Value | — | — | Air or pollen value |
DailyForecasts.AirAndPollen.Category | — | — | Air or pollen category |
DailyForecasts.AirAndPollen.CategoryValue | — | — | Category value |
DailyForecasts.AirAndPollen.Type | — | — | Pollutant type |
DailyForecasts.Day.Icon |
|
| Day icon |
DailyForecasts.Day.IconPhrase |
|
| Day phrase |
DailyForecasts.Day.LocalSource.Id | — | — | Local source id |
DailyForecasts.Day.LocalSource.Name | — | — | Local source name |
DailyForecasts.Day.LocalSource.WeatherCode | — | — | Local code |
DailyForecasts.Day.HasPrecipitation | — | — | Precip present |
DailyForecasts.Day.PrecipitationType |
|
| Precip type |
DailyForecasts.Day.PrecipitationIntensity | — | — | Precip intensity |
DailyForecasts.Day.ShortPhrase |
|
| Short phrase |
DailyForecasts.Day.LongPhrase |
|
| Long phrase |
DailyForecasts.Day.PrecipitationProbability |
|
| Precip probability |
DailyForecasts.Day.ThunderstormProbability | — | — | Thunder probability |
DailyForecasts.Day.RainProbability | — | — | Rain probability |
DailyForecasts.Day.SnowProbability | — | — | Snow probability |
DailyForecasts.Day.IceProbability | — | — | Ice probability |
DailyForecasts.Day.Wind.Speed.Value |
|
| Wind speed |
DailyForecasts.Day.Wind.Speed.Unit | — | — | Unit label |
DailyForecasts.Day.Wind.Speed.UnitType | — | — | Unit type |
DailyForecasts.Day.Wind.Direction.Degrees |
|
| Wind direction |
DailyForecasts.Day.Wind.Direction.Localized | — | — | Direction text local |
DailyForecasts.Day.Wind.Direction.English | — | — | Direction text en |
DailyForecasts.Day.WindGust.Speed.Value |
|
| Wind gust |
DailyForecasts.Day.WindGust.Speed.Unit | — | — | Unit label |
DailyForecasts.Day.WindGust.Speed.UnitType | — | — | Unit type |
DailyForecasts.Day.TotalLiquid.Value | — | — | Total liquid |
DailyForecasts.Day.TotalLiquid.Unit | — | — | Unit label |
DailyForecasts.Day.TotalLiquid.UnitType | — | — | Unit type |
DailyForecasts.Day.Rain.Value |
|
| Rain volume |
DailyForecasts.Day.Rain.Unit | — | — | Unit label |
DailyForecasts.Day.Rain.UnitType | — | — | Unit type |
DailyForecasts.Day.Snow.Value |
|
| Snow volume |
DailyForecasts.Day.Snow.Unit | — | — | Unit label |
DailyForecasts.Day.Snow.UnitType | — | — | Unit type |
DailyForecasts.Day.Ice.Value | — | — | Ice volume |
DailyForecasts.Day.Ice.Unit | — | — | Unit label |
DailyForecasts.Day.Ice.UnitType | — | — | Unit type |
DailyForecasts.Day.HoursOfPrecipitation | — | — | Hours with precip |
DailyForecasts.Day.HoursOfRain | — | — | Hours with rain |
DailyForecasts.Day.CloudCover |
|
| Cloudiness |
DailyForecasts.Day.Evapotranspiration.Value | — | — | Evapotranspiration |
DailyForecasts.Day.Evapotranspiration.Unit | — | — | Unit label |
DailyForecasts.Day.Evapotranspiration.UnitType | — | — | Unit type |
DailyForecasts.Day.SolarIrradiance.Value | — | — | Solar irradiance |
DailyForecasts.Day.SolarIrradiance.Unit | — | — | Unit label |
DailyForecasts.Day.SolarIrradiance.UnitType | — | — | Unit type |
DailyForecasts.Day.RelativeHumidity.Minimum | — | — | RH min |
DailyForecasts.Day.RelativeHumidity.Maximum | — | — | RH max |
DailyForecasts.Day.RelativeHumidity.Average |
|
| RH average |
DailyForecasts.Day.WetBulbTemperature.Minimum.Value | — | — | Wet bulb min |
DailyForecasts.Day.WetBulbTemperature.Minimum.Unit | — | — | Unit label |
DailyForecasts.Day.WetBulbTemperature.Minimum.UnitType | — | — | Unit type |
DailyForecasts.Day.WetBulbTemperature.Maximum.Value | — | — | Wet bulb max |
DailyForecasts.Day.WetBulbTemperature.Maximum.Unit | — | — | Unit label |
DailyForecasts.Day.WetBulbTemperature.Maximum.UnitType | — | — | Unit type |
DailyForecasts.Day.WetBulbTemperature.Average.Value | — | — | Wet bulb average |
DailyForecasts.Day.WetBulbTemperature.Average.Unit | — | — | Unit label |
DailyForecasts.Day.WetBulbTemperature.Average.UnitType | — | — | Unit type |
DailyForecasts.Day.WetBulbGlobeTemperature.Minimum.Value | — | — | WBGT min |
DailyForecasts.Day.WetBulbGlobeTemperature.Minimum.Unit | — | — | Unit label |
DailyForecasts.Day.WetBulbGlobeTemperature.Minimum.UnitType | — | — | Unit type |
DailyForecasts.Day.WetBulbGlobeTemperature.Maximum.Value | — | — | WBGT max |
DailyForecasts.Day.WetBulbGlobeTemperature.Maximum.Unit | — | — | Unit label |
DailyForecasts.Day.WetBulbGlobeTemperature.Maximum.UnitType | — | — | Unit type |
DailyForecasts.Day.WetBulbGlobeTemperature.Average.Value | — | — | WBGT average |
DailyForecasts.Day.WetBulbGlobeTemperature.Average.Unit | — | — | Unit label |
DailyForecasts.Day.WetBulbGlobeTemperature.Average.UnitType | — | — | Unit type |
DailyForecasts.Night.Icon | — |
| Night icon |
DailyForecasts.Night.IconPhrase | — |
| Night phrase |
DailyForecasts.Night.LocalSource.Id | — | — | Local source id |
DailyForecasts.Night.LocalSource.Name | — | — | Local source name |
DailyForecasts.Night.LocalSource.WeatherCode | — | — | Local code |
DailyForecasts.Night.HasPrecipitation | — | — | Precip present |
DailyForecasts.Night.PrecipitationType | — |
| Precip type |
DailyForecasts.Night.PrecipitationIntensity | — | — | Precip intensity |
DailyForecasts.Night.ShortPhrase | — |
| Short phrase |
DailyForecasts.Night.LongPhrase | — |
| Long phrase |
DailyForecasts.Night.PrecipitationProbability | — |
| Precip probability |
DailyForecasts.Night.ThunderstormProbability | — | — | Thunder probability |
DailyForecasts.Night.RainProbability | — | — | Rain probability |
DailyForecasts.Night.SnowProbability | — | — | Snow probability |
DailyForecasts.Night.IceProbability | — | — | Ice probability |
DailyForecasts.Night.Wind.Speed | — |
| Wind object |
DailyForecasts.Night.Wind.Direction | — |
| Direction object |
DailyForecasts.Night.WindGust.Speed | — |
| Wind gust object |
DailyForecasts.Night.TotalLiquid | — | — | Total liquid |
DailyForecasts.Night.Rain | — |
| Rain object |
DailyForecasts.Night.Snow | — |
| Snow object |
DailyForecasts.Night.Ice | — | — | Ice object |
DailyForecasts.Night.HoursOfPrecipitation | — | — | Hours with precip |
DailyForecasts.Night.HoursOfRain | — | — | Hours with rain |
DailyForecasts.Night.CloudCover | — |
| Cloudiness |
DailyForecasts.Night.Evapotranspiration.Value | — | — | Evapotranspiration |
DailyForecasts.Night.Evapotranspiration.Unit | — | — | Unit label |
DailyForecasts.Night.Evapotranspiration.UnitType | — | — | Unit type |
DailyForecasts.Night.SolarIrradiance.Value | — | — | Solar irradiance |
DailyForecasts.Night.SolarIrradiance.Unit | — | — | Unit label |
DailyForecasts.Night.SolarIrradiance.UnitType | — | — | Unit type |
DailyForecasts.Night.RelativeHumidity.Minimum | — | — | RH min |
DailyForecasts.Night.RelativeHumidity.Maximum | — | — | RH max |
DailyForecasts.Night.RelativeHumidity.Average | — | — | RH average |
DailyForecasts.Night.WetBulbTemperature.Minimum.Value | — | — | Wet bulb min |
DailyForecasts.Night.WetBulbTemperature.Minimum.Unit | — | — | Unit label |
DailyForecasts.Night.WetBulbTemperature.Minimum.UnitType | — | — | Unit type |
DailyForecasts.Night.WetBulbTemperature.Maximum.Value | — | — | Wet bulb max |
DailyForecasts.Night.WetBulbTemperature.Maximum.Unit | — | — | Unit label |
DailyForecasts.Night.WetBulbTemperature.Maximum.UnitType | — | — | Unit type |
DailyForecasts.Night.WetBulbTemperature.Average.Value | — | — | Wet bulb average |
DailyForecasts.Night.WetBulbTemperature.Average.Unit | — | — | Unit label |
DailyForecasts.Night.WetBulbTemperature.Average.UnitType | — | — | Unit type |
DailyForecasts.Night.WetBulbGlobeTemperature.Minimum.Value | — | — | WBGT min |
DailyForecasts.Night.WetBulbGlobeTemperature.Minimum.Unit | — | — | Unit label |
DailyForecasts.Night.WetBulbGlobeTemperature.Minimum.UnitType | — | — | Unit type |
DailyForecasts.Night.WetBulbGlobeTemperature.Maximum.Value | — | — | WBGT max |
DailyForecasts.Night.WetBulbGlobeTemperature.Maximum.Unit | — | — | Unit label |
DailyForecasts.Night.WetBulbGlobeTemperature.Maximum.UnitType | — | — | Unit type |
DailyForecasts.Night.WetBulbGlobeTemperature.Average.Value | — | — | WBGT average |
DailyForecasts.Night.WetBulbGlobeTemperature.Average.Unit | — | — | Unit label |
DailyForecasts.Night.WetBulbGlobeTemperature.Average.UnitType | — | — | Unit type |
DailyForecasts.Sources | — | — | Forecast sources |
DailyForecasts.MobileLink | — | — | Mobile link |
DailyForecasts.Link | — | — | Web link |
— |
|
| Latitude |
— |
|
| Longitude |
— |
| — | Timezone |
— |
|
| UTC offset |
— |
| — | Daily block |
— |
| — | Day time |
— |
| — | Sunrise |
— |
| — | Sunset |
— |
| — | Moonrise |
— |
| — | Moonset |
— |
| — | Moon phase |
— |
| — | Day summary |
— |
| — | Temp object |
— |
| — | Morning temp |
— |
| — | Day temp |
— |
| — | Evening temp |
— |
| — | Night temp |
— |
| — | Min temp |
— |
| — | Max temp |
— |
| — | Feels like object |
— |
| — | Morning feels like |
— |
| — | Day feels like |
— |
| — | Evening feels like |
— |
| — | Night feels like |
— |
|
| Pressure |
— |
|
| Humidity |
— |
| — | Dew point |
— |
|
| Wind speed |
— |
|
| Wind gust |
— |
|
| Wind direction |
— |
|
| Cloudiness |
— |
| — | Max UV index |
— |
|
| Precip probability |
— |
|
| Rain volume |
— |
|
| Snow volume |
— |
|
| Weather object |
— |
|
| Condition id |
— |
|
| Condition group |
— |
|
| Condition text |
— | — |
| Icon code |
— | — |
| Internal |
— | — |
| Internal |
— | — |
| Timestep count |
— | — |
| Forecast list |
— | — |
| Part of day |
— | — |
| City block |
— | — |
| City id |
— | — |
| City name |
— | — |
| Country code |
— | — |
| Population |
— | — |
| Ground pressure |
— | — |
| Humidity |
— | — |
| Internal |
— | — |
| Weather block |
— | — |
| Condition id |
— | — |
| Condition group |
— | — |
| Condition text |
— | — |
| Icon code |
— | — |
| Clouds block |
— | — |
| Visibility |
— | — |
| Rain block |
— | — |
| Snow block |
— | — |
| Sys block |
— | — |
| Part of day |
— | — |
| City block |
— | — |
| City id |
— | — |
| City name |
— | — |
| Country code |
— | — |
| Population |
5. Hourly Forecast (12 Hours)
Upgrade your 12-hour forecast to our 48-hour hourly forecast, available in the One Call API 3.0. This gives you four times the forecast coverage.
- AccuWeather URL:
http://dataservice.accuweather.com/forecasts/v1/hourly/12hour/{locationKey} - OpenWeather URL:
- 48-Hour Forecast:
https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude=current,minutely,daily&appid={API key}
- 48-Hour Forecast:
Units of measurement: standard, metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default. Units documentation
AccuWeather Hourly | OpenWeather One Call 3.0 | Meaning |
DateTime |
| Forecast time |
EpochTime |
| Unix time |
WeatherIcon |
| Icon code |
IconPhrase |
| Weather description |
HasPrecipitation | — | Precip present |
PrecipitationType |
| Precip type |
PrecipitationIntensity | — | Precip intensity |
IsDaylight | — | Daylight flag |
Temperature.Value |
| Air temperature |
Temperature.Unit | — | Unit label |
Temperature.UnitType | — | Unit type |
RealFeelTemperature.Value |
| Feels like |
RealFeelTemperature.Unit | — | Unit label |
RealFeelTemperature.UnitType | — | Unit type |
RealFeelTemperatureShade.Value | — | Feels like shade |
RealFeelTemperatureShade.Unit | — | Unit label |
RealFeelTemperatureShade.UnitType | — | Unit type |
WetBulbTemperature.Value | — | Wet bulb |
WetBulbTemperature.Unit | — | Unit label |
WetBulbTemperature.UnitType | — | Unit type |
WetBulbGlobeTemperature.Value | — | WBGT |
WetBublGlobeTemperature.Unit | — | Unit label |
WetBulbGlobeTemperature.UnitType | — | Unit type |
DewPoint.Value |
| Dew point |
DewPoint.Unit | — | Unit label |
DewPoint.UnitType | — | Unit type |
Wind.Speed.Value |
| Wind speed |
Wind.Speed.Unit | — | Unit label |
Wind.Speed.UnitType | — | Unit type |
Wind.Direction.Degrees |
| Wind direction |
Wind.Direction.Localized | — | Direction text local |
Wind.Direction.English | — | Direction text en |
WindGust.Speed.Value |
| Wind gust |
WindGust.Speed.Unit | — | Unit label |
WindGust.Speed.UnitType | — | Unit type |
RelativeHumidity |
| Humidity |
Visibility.Value |
| Visibility |
Visibility.Unit | — | Unit label |
Visibility.UnitType | — | Unit type |
Ceiling.Value | — | Cloud ceiling |
Ceiling.Unit | — | Unit label |
Ceiling.UnitType | — | Unit type |
UVIndex |
| UV index |
UVIndexText | — | UV label |
PrecipitationProbability |
| Precip probability |
RainProbability | — | Rain probability |
SnowProbability | — | Snow probability |
IceProbability | — | Ice probability |
TotalLiquid.Value | — | Total liquid |
TotalLiquid.Unit | — | Unit label |
TotalLiquid.UnitType | — | Unit type |
Rain.Value |
| Rain last hour |
Rain.Unit | — | Unit label |
Rain.UnitType | — | Unit type |
Snow.Value |
| Snow last hour |
Snow.Unit | — | Unit label |
Snow.UnitType | — | Unit type |
Ice.Value | — | Ice amount |
Ice.Unit | — | Unit label |
Ice.UnitType | — | Unit type |
CloudCover |
| Cloudiness |
Evapotranspiration.Value | — | Evapotranspiration |
Evapotranspiration.Unit | — | Unit label |
Evapotranspiration.UnitType | — | Unit type |
SolarIrradiance.Value | — | Solar irradiance |
SolarIrradiance.Unit | — | Unit label |
SolarIrradiance.UnitType | — | Unit type |
MobileLink | — | Mobile link |
Link | — | Web link |
— |
| Latitude |
— |
| Longitude |
— |
| Timezone |
— |
| UTC offset |
— |
| Hourly block |
— |
| Rain object |
— |
| Snow object |
— |
| Weather object |
6. Indices
AccuWeather's 5-Day Indices can be migrated to OpenWeather by using the One Call API 3.0 for UV Index data and the Air Pollution API for air quality information.
- AccuWeather URL:
http://dataservice.accuweather.com/indices/v1/daily/5day/{locationKey} - OpenWeather URLs:
- UV Index (via One Call API):
https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&appid={API key} - Air Pollution:
http://api.openweathermap.org/data/2.5/air_pollution?lat={lat}&lon={lon}&appid={API key}
- UV Index (via One Call API):
AccuWeather Indices | OpenWeather One Call 3.0 UV | OpenWeather Air Pollution | Meaning |
Name | — | — | Index name |
ID | — | — | Index ID |
Ascending | — | — | Scale direction |
LocalDateTime | — |
| Time |
EpochDateTime | — | — | Unix time |
Value | — | — | Index value |
Category | — | — | Category text |
CategoryValue | — | — | Category level |
Text | — | — | Summary text |
MobileLink | — | — | Mobile link |
Link | — | — | Web link |
— | — |
| Coordinates |
— | — |
| Air data list |
— | — |
| Air quality level |
— | — |
| Pollutants object |
— | — |
| CO µg/m³ |
— | — |
| NO µg/m³ |
— | — |
| NO₂ µg/m³ |
— | — |
| O₃ µg/m³ |
— | — |
| SO₂ µg/m³ |
— | — |
| PM2.5 µg/m³ |
— | — |
| PM10 µg/m³ |
— | — |
| NH₃ µg/m³ |
— |
| — | UV index current |
— |
| — | UV index hourly |
— |
| — | UV index daily |