The AI-ready
weather API
for energy

  • Operational forecasts
  • Historical forecasts
  • +10 weather models
1
import requests
2
import pandas as pd
3
4
params = {
5
'model': "ECMWF_HRES, DWD_ICON-EU, NCEP_GFS",
6
'variables': "WindSpeed, Temperature",
7
'latitude': 51.3,
8
'longitude': 9.2,
9
'start-date': "2023-12-28",
10
'end-date': "2024-12-28"
11
}
12
13
url = "https://api.rebase.energy/weather/v2/point/historical"
14
res = requests.get(url, params=params)
15
df = pd.read_json(res.text)
16
df.plot()
logo ecmwf
logo dwd
logo gfs
logo metoffice
logo esa
logo nmi
logo smhi
logo meteofrance

+500 TB of historical weather forecasts from the world's best models

Compared to other weather API:s, we provide full-length historical model runs. This is optimal for training machine learning models and backtesting.

  • Historical model runs
  • Full-length forecasts
  • Global coverage

Historical model runs

We provide complete historical model runs, ideal for training machine learning models and conducting backtests.

Pricing


Operational forecasts

Our operational forecast plans give you access to the latest model forecasts. Model access varies with plan. Historical forecast access is not included.

Included

Not included

Free

€0/month

Free forever. No credit card needed.

  • 50 requests/day
  • Global coverage
  • Single weather forecast model
  • Standard weather variables
  • Hourly forecast / 2 days
  • Commercial license

Pro

€250/month

Billed anually. €300 billed monthly.

  • 10 000 requests/day
  • Global coverage
  • Single weather forecast model
  • Standard weather variables
  • Hourly forecast / 2 days
  • Commercial license

Premium

€550/month

Billed anually. €660 billed monthly.

  • 50 000 requests/day
  • Global coverage
  • Single weather forecast model
  • Standard weather variables
  • Hourly forecast / 5 days
  • Commercial license

Enterprise

From €800/month

Billed anually.

  • +100 000 requests/day
  • Global coverage
  • Multiple weather forecast model
  • All weather variables
  • Hourly forecast / full horizon
  • SLA
  • Custom weather file bulk delivery
  • Commercial license

Copyright ©2025 rebase.energy. All rights reserved.