websocat, can connect directly.
Quickstart
Create an API key and receive your first message in minutes.
Authentication
Learn how to authenticate your WebSocket connection.
Channels Overview
Explore the observation, ATIS, and forecast channels.
Protocol Reference
Understand every frame the server and client exchange.
Key endpoints
What you can build
Four data namespaces power the stream:- METAR observations (
metar.obs.<icao>): official reports from roughly 50 stations across four continents. - Frequent observations (
metar.obs10.<icao>): higher-frequency measured weather for Netherlands and US stations, updated every 10 and 5 minutes respectively (the US feed is known as HF-METAR). - D-ATIS fast lane (
metar.atis.<icao>): Pro-only US hub data extracted from D-ATIS broadcasts, typically minutes ahead of the official METAR mirror. - Model forecasts (
metar.forecast.<tier>.<icao>): daily max/min temperature forecasts derived from global and high-resolution numerical weather models.
Complete, runnable client examples in Python, Node.js, Go, and the browser are available in the Examples section.
