The whole sky, one simple API

Global weather, marine, rain forecast and air quality — accurate everywhere, from the world's leading meteorological models.

Built on data from ECMWF · NOAA · DWD · Copernicus

Everything you need, one endpoint away

Weather

Temperature, wind, humidity, pressure, cloud cover and conditions — the best regional model is picked automatically for every location.

Marine & waves

Wave height, swell, wind-wave, direction, period, sea state and sea-surface temperature for any coast.

Rain forecast

Know if and how much it will rain over the coming hours, anywhere on Earth.

Snow & winter

Snowfall, snow depth, freezing conditions and thunderstorm potential — worldwide.

Air quality

PM2.5, PM10, ozone, NO₂, SO₂ and the air-quality index — high resolution in Europe, global elsewhere.

Tides

Tide times and heights for 17,000+ ports, powered by TidesAtlas data.

UV index

Real-time UV index computed from sun position and cloud cover.

Truly global

Consistent coverage on every continent, updated continuously with the latest model runs.

Endpoints

GET/api/v1/weather

Temperature, wind, humidity, pressure, cloud cover and conditions — the best regional model is picked automatically for every location.

GET https://skiesatlas.com/api/v1/weather?lat=48.85&lon=2.35
GET/api/v1/marine

Wave height, swell, wind-wave, direction, period, sea state and sea-surface temperature for any coast.

GET https://skiesatlas.com/api/v1/marine?lat=43.66&lon=7.21
GET/api/v1/rain

Know if and how much it will rain over the coming hours, anywhere on Earth.

GET https://skiesatlas.com/api/v1/rain?lat=19.08&lon=72.88
GET/api/v1/air-quality

PM2.5, PM10, ozone, NO₂, SO₂ and the air-quality index — high resolution in Europe, global elsewhere.

GET https://skiesatlas.com/api/v1/air-quality?lat=48.85&lon=2.35
GET/api/v1/conditions

Consistent coverage on every continent, updated continuously with the latest model runs.

GET https://skiesatlas.com/api/v1/conditions?lat=43.66&lon=7.21

Documentation →

Trusted data sources

ECMWF IFS

Global weather — the world's most accurate model

NOAA

US high-resolution weather, waves & more

DWD ICON

European high-resolution weather

Copernicus CAMS

Global air quality

Quick start in your language

Copy, paste, and start building in under 60 seconds.

curl -H "X-API-Key: YOUR_KEY" \
  "https://skiesatlas.com/api/v1/weather?lat=48.85&lon=2.35"

sdk_title

sdk_sub

JavaScript / Node.js

npm install skiesatlas
const Skies = require('skiesatlas');
const api = new Skies('YOUR_KEY');
await api.weather({lat:48.85, lon:2.35});

Python

pip install skiesatlas
from skiesatlas import Skies
api = Skies("YOUR_KEY")
api.weather(lat=48.85, lon=2.35)

mcp_title

mcp_sub

Endpoint MCP

https://skiesatlas.com/mcp

7 mcp_tools

Claude Desktop

{ "mcpServers": { "skiesatlas": {
  "url": "https://skiesatlas.com/mcp",
  "headers": { "X-API-Key": "YOUR_KEY" } } } }

cta_title

cta_sub

cta_btn