• 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

Maps
  • Dropdown icon
    • URL format and Parameters to get Weather maps
    • How to get current, forecast and historical weather maps using only 'Date' parameter?
    • What layers are there in the new weather maps?
    • How to pass my palette in the map?
    • Examples of Weather maps
    • Default palettes
    • Libraries to connect weather layers
  • Dropdown icon
    • URL format and Parameters to get Weather maps
    • How to get current, forecast and historical weather maps using only 'Date' parameter?
    • What layers are there in the new weather maps?
    • How to pass my palette in the map?
    • Examples of Weather maps
    • Default palettes
    • Libraries to connect weather layers
  • Dropdown icon
    • URL format
    • Weather layers
    • Map styles legend
    • Google Maps JavaScript API based on OpenWeatherMap API
    • Libraries to connect weather layers
  • Dropdown icon
    • Features of Global Precipitation Map
    • URL format and parameters
    • Example of Global Precipitation Map layer
    • Libraries to connect weather layers
  • Dropdown icon
    • Features of Global Precipitation Map
    • URL format and parameters
    • Example of Global Precipitation Map layer
    • Libraries to connect weather layers
  • Dropdown icon
    • URL format and Parameters to get Relief maps
    • How to pass my palette in Relief maps?
    • Examples of Relief maps
    • Libraries to connect Relief maps
  • Dropdown icon
    • Dropdown icon
      • Fire Weather Index range values
    • URL format and parameters
    • How to get Current and Forecast Fire Weather Index maps using only 'date' parameter?
    • Example of Fire Index maps
    • Fire Weather Index map default palette
    • Libraries to connect weather layers

Global Precipitation Maps

Get current and historical global precipitation weather maps via the easy-to-work API.

Features of Global Precipitation Map

  1. Current and historical weather maps The historical weather map for the previous 2 days with a 10 minutes-step.
  2. Resolution less than 1 km
  3. Weather map layers: Precipitation layer
  4. Weather sources Global Precipitatoin Map is based on global weather models, satellites, radars and our OWM NWP-ML technology.
  5. There is the OpenWeather Interactive Weather Maps with Global Precipitation layer, which provide users with free access to visual data.

URL format and parameters

Use the following URL format and parameters to get weather maps. Please pay attention to the URL example.

API call

https://maps.openweathermap.org/maps/2.0/radar/{z}/{x}/{y}?appid={API key}&tm={date}

Parameters

{z}

required

Number of zoom level. The minimum value is 3, and the maximum value is 7. You could find information about correlation between zoom levels, X, Y tile coordinate numbers and level scale here

{x}

required

Number of x tile coordinate. You could find information about correlation between zoom levels, X, Y tile coordinate numbers and level scale here

{y}

required

Number of y tile coordinate. You could find information about correlation between zoom levels, X, Y tile coordinate numbers and level scale here

appid

required

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

tm

required

Date and time of (Unix time, UTC), e.g. 1600782000. To get historical data, please specify the date in the past in your API request. The date must be no earlier than 2 days ago from the current moment. To get current data, please specify the the nearest time in the past rounded up to 10 minutes

Please pay attention to the poins bellow to avoid possible errors:

  • Please specify dates in all API requests.
  • Please specify dates with 10 minutes steps. For example, 1600780200, 1600780800, 1600781400, etc.

URL example

https://maps.openweathermap.org/maps/2.0/radar/6/13/24?&appid={API key}&tm=1600781400

You need to insert the generated URL into special plugins.

For example, Leaflet, OpenLayers. You can also use any other apps that support the display of layers. Learn more.

Example of Global Precipitation Map layer

Please find below Global Precipitation Map layer example.

URL example

https://maps.openweathermap.org/maps/2.0/radar/7/4/2?&appid={API key}&tm=1703171400
precipitation current
Preview weathermap

Libraries to connect weather layers

Open Layers

The following functions are available for the OpenLayers library:

  • Classes of weather layer and weather stations layer
  • Possibility to set your own style
  • Classes with clustered markers
  • Support of marker server clustering

Leaflet

The OpenWeatherMap javascript library is designed to work with the Leaflet mapping service. The current version of the library allows the following:

  • Embedding of layer with current weather in cities
  • Embedding of layer with weather stations
  • The library supports customer clustering

Using OpenWeatherMap weather tiles with leaflet: PDF