• ow logo
    • Getting Started
    • Marketplace
    • Maps
    • News
    • Support
    • For Enterprises
    • Login
    • Sign up
ow logo
Login

Build smarter, plan better with the world’s most flexible weather data platform

Build smarter, plan better with the world’s most flexible weather data platform

  • Get API Key
  • Explore API Docs

Products

  • Current and Forecast APIs
  • Historical Weather Data
  • Weather Maps
  • Weather Dashboard
  • Widgets

Subscription

  • How to start
  • Pricing
  • Subscribe for free
  • FAQ

Technologies

  • Our technology
  • Accuracy and quality of weather data
  • Connect your weather station
Offices
  • London, UK

    The Gherkin, 30 St Mary`s Axe,  The City Of London, London EC3A 8BF, United Kingdom

  • Paphos, Cyprus

    Gladstonos 12-14, Office 1 Hugge Space, Paphos 8046, Cyprus

  • Delaware, US

    16192 Coastal Highway, Lewes,  Delaware 19958, United States

  • App Store
  • Google Play
  • Instagram icon
  • Facebook icon
  • Telegram icon
  • LinkedIn icon
  • Medium icon
  • GitHub icon
  • Discord icon
  • ISO 9001
  • ISO 27001
  • CNB Business Logo
  • RMets Logo
  • ESPO logo
  • LCRIG logo

Company

OpenWeather is a London-based weather intelligence company serving enterprises, developers, businesses, and researchers worldwide. Through its developer business, the company provides global weather data and forecasting services via fast, reliable APIs, delivering historical, current, and forecast weather data for any location worldwide. Combining advanced meteorology, AI-enhanced forecasting models, and scalable data infrastructure, OpenWeather helps customers integrate weather intelligence into applications, services, and operational workflows.

Supplier of Achilles UVDB community
© 2012 - 2026 OpenWeather ® All rights reserved
  • Terms & conditions of sale
  • Website terms & conditions
  • Privacy policy

Documentation

  • Dropdown icon
    • Features of OpenWeather One Call API 3.0
    • How to start using One Call API 3.0
    • Matching parameters

How to migrate from Dark Sky API to OpenWeather One Call API 3.0

With our One Call API 3.0 you can easily migrate from the Dark Sky API and get free access to main weather data such as current weather, forecast and historical weather with only one call to the API.

Features of OpenWeather One Call API 3.0

  1. Free access and pay-as-you-call subscriptionOne 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.
  2. One Call API 3.0 contains 4 endpoints and provides access to various data:
    • Current weather and forecasts:and government weather alerts
      • minute forecast for 1 hour
      • hourly forecast for 48 hours
      • daily forecast for 8 days
    • 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
  3. Matching parameters of Dark Sky API and OpenWeather One Call API 3.0To match Dark Sky API parameters to the equivalent OpenWeather One Call API 3.0 parameters, please use this table.
Subscribe for free

How to start using One Call API 3.0

There are 3 simple steps:

  1. Sign up You will receive a welcome email that contains endpoints and instructions.
  2. Get API key On the account page find the "API key" tab and get the API key. Please use your API key in each API call.
  3. Call API
    • Getting current, minute, hourly and daily forecasts weather datahttps://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}
    • Getting weather data by specified timestamp from 1st January 1979 till 4 days ahead forecasthttps://api.openweathermap.org/data/3.0/onecall/timemachine?lat={lat}&lon={lon}&dt={time}&appid={API key}
    • Getting daily aggregation weather data by specified timestamp from 2st January 1979 till 1.5 years ahead forecasthttps://api.openweathermap.org/data/3.0/onecall/day_summary?lat={lat}&lon={lon}&date={date}&appid={API key}
    • Getting weather overview with a human-readable weather summary for today and tomorrow's forecast, utilizing OpenWeather AI technologieshttps://api.openweathermap.org/data/3.0/onecall/overview?lat={lat}&lon={lon}&appid={API key}
    • Read AI Weather Assistant documentation to get weather data and weather-related advice in a human-readable and friendly format

Parameters

lat

required

Latitude of coordinates

lon

required

Longitude of coordinates

appid

required

Your unique API key (you can always find it on your account page under the "API key" tab)

dt

required

Timestamp (Unix time, UTC time zone), e.g. dt=1586468027. Data is available from January 1st, 1979 till 4 days ahead

date

required

Date in the `YYYY-MM-DD` format for which data is requested. Date is available for 447+ years archive (starting from 1979-01-02) up to the 1,5 years ahead forecast to the current date

exclude

optional

By using this parameter you can exclude some parts of the weather data from the API response. It should be a comma-delimited list (without spaces). Available values: current minutely hourly daily alerts

One Call API 3.0 documentation (complete description of API calls and parameters in API response, with examples).

One Call API documentation

Matching parameters

One Call API

Dark Sky API

Description

timezone

timezone

Time zone name of the requested location

Current weather(parameters of current weather and weather data by timestamp are the same)

dt

time

UTC time zone

sunrise

sunriseTime

Sunrise time, unix, UTC

sunset

sunsetTime

Sunset time, unix, UTC

temp

temperature

Temperature. Unit Default: Kelvin.How to change units format

feels_like

apparentTemperature

Feels like. Unit Default: Kelvin.How to change units format

pressure

pressure

Atmospheric pressure on the sea level, hPa

humidity

humidity

Humidity, %

dew_point

dewPoint

Dew point. Unit Default: Kelvin.How to change units format

clouds

cloudCover

Cloudiness, %

wind_speed

windSpeed

Wind speed. Unit Default: meter/sec.How to change units format

wind_gust

windGust

Wind gust. Unit Default: meter/sec.How to change units format

wind_deg

windBearing

Wind direction, degrees (meteorological)

weather.description

summary

Weather condition within the group.Full list of weather conditionsYou can get the output in your language.Learn more

weather.icon

icon

Weather icon id. How to get icons

rain

precipIntensity

Precipitation volume, mm

snow

precipIntensity

Snow volume, mm

uvi

uvIndex

UV index

visibility

visibility

Average visibility, meters

Minute forecast for 1 hour

dt

time

Time of forecasted data, unix, UTC

precipitation

precipIntensity

Precipitation volume, mm

Hourly forecast for 48 hours(parameters of hourly forecast and weather data by timestamp are the same)

dt

time

Time of forecasted data, unix, UTC

temp

temperature

Temperature. Unit Default: Kelvin.How to change units format

feels_like

apparentTemperature

Feels like. Unit Default: Kelvin.How to change units format

pressure

pressure

Atmospheric pressure on the sea level, hPa

humidity

humidity

Humidity, %

dew_point

dewPoint

Dew point. Unit Default: Kelvin.How to change units format

clouds

cloudCover

Cloudiness, %

wind_speed

windSpeed

Wind speed. Unit Default: meter/sec.How to change units format

wind_gust

windGust

Wind gust. Unit Default: meter/sec.How to change units format

wind_deg

windBearing

Wind direction, degrees (meteorological)

weather.description

summary

Weather condition within the group.Full list of weather conditionsYou can get the output in your language.Learn more

weather.icon

icon

Weather icon id. How to get icons

rain

precipIntensity

Precipitation volume, mm

snow

precipIntensity

Snow volume, mm

visibility

visibility

Average visibility, meters

Daily forecast for 8 days

dt

time

Time of data forecasted, unix, UTC

sunrise

sunriseTime

Sunrise time, unix, UTC

sunset

sunsetTime

Sunset time, unix, UTC

summary

data.summary

Human-readable description of the weather conditions for the day

temp.day

temperatureHigh

Day temperature. Unit Default: Kelvin.How to change units format

temp.night

temperatureLow

Night temperature. Unit Default: Kelvin.How to change units format

temp.morn

-

Morning temperature. Unit Default: Kelvin.How to change units format

temp.eve

-

Evening temperature. Unit Default: Kelvin.How to change units format

temp.min

temperatureMin

Unit Default: Kelvin.How to change units format

temp.max

temperatureMax

Unit Default: Kelvin.How to change units format

feels_like.day

apparentTemperatureHigh

Unit Default: Kelvin.How to change units format

feels_like.night

apparentTemperatureLow

Unit Default: Kelvin.How to change units format

feels_like.morn

-

Unit Default: Kelvin.How to change units format

feels_like.eve

-

Unit Default: Kelvin.How to change units format

pressure

pressure

Atmospheric pressure on the sea level, hPa

humidity

humidity

Humidity, %

dew_point

dewPoint

Unit Default: Kelvin.How to change units format

clouds

cloudCover

Cloudiness, %

wind_speed

windSpeed

Wind speed. Unit Default: meter/sec.How to change units format

wind_gust

windGust

Wind gust. Unit Default: meter/sec.How to change units format

wind_deg

windBearing

Wind direction, degrees (meteorological)

weather.description

summary

Weather condition within the group.Full list of weather conditionsYou can get the output in your language.Learn more

weather.icon

icon

Weather icon id. How to get icons

rain

precipIntensity

Precipitation volume, mm

snow

precipIntensity

Snow volume, mm

uvi

uvIndex

UV index

visibility

visibility

Average visibility, meters