Global weather, marine, rain forecast and air quality — accurate everywhere, from the world's leading meteorological models.
Temperature, wind, humidity, pressure, cloud cover and conditions — the best regional model is picked automatically for every location.
Wave height, swell, wind-wave, direction, period, sea state and sea-surface temperature for any coast.
Know if and how much it will rain over the coming hours, anywhere on Earth.
Snowfall, snow depth, freezing conditions and thunderstorm potential — worldwide.
PM2.5, PM10, ozone, NO₂, SO₂ and the air-quality index — high resolution in Europe, global elsewhere.
Tide times and heights for 17,000+ ports, powered by TidesAtlas data.
Real-time UV index computed from sun position and cloud cover.
Consistent coverage on every continent, updated continuously with the latest model runs.
/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
/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
/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
/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
/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
Global weather — the world's most accurate model
US high-resolution weather, waves & more
European high-resolution weather
Global air quality
Copy, paste, and start building in under 60 seconds.
sdk_sub
npm install skiesatlas
const Skies = require('skiesatlas'); const api = new Skies('YOUR_KEY'); await api.weather({lat:48.85, lon:2.35});
pip install skiesatlas
from skiesatlas import Skies api = Skies("YOUR_KEY") api.weather(lat=48.85, lon=2.35)
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" } } } }