VOOZH about

URL: https://apify.com/bigdavidson/metar-nws-weather-station-observations

⇱ METAR & NWS Weather Station Observations API Β· Apify


πŸ‘ METAR & NWS Weather Station Observations API avatar

METAR & NWS Weather Station Observations API

Pricing

from $0.50 / 1,000 observation records

Go to Apify Store

METAR & NWS Weather Station Observations API

Raw METAR strings and decoded NWS ASOS hourly observations by ICAO station or lat/lon: temp, wind, ceiling, visibility, flight category. The official station data Kalshi weather markets settle on. No login, no API keys. From $0.50 per 1,000 records.

Pricing

from $0.50 / 1,000 observation records

Rating

0.0

(0)

Developer

πŸ‘ Jack Sheward

Jack Sheward

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

18 days ago

Last modified

Share

METAR & NWS Weather Station Observations API

Pull raw METAR strings and hourly ASOS/NWS weather station observations for any ICAO station (KORD, KJFK, KLAX…) or any lat/lon point β€” decoded into clean JSON with temperature, dewpoint, wind, ceiling, visibility, and flight category (VFR/MVFR/IFR/LIFR). Up to 30 days of hourly history per station.

This is the observation data that aviation tools, weather dashboards, and prediction markets (Kalshi/Polymarket weather contracts) actually resolve on β€” straight from official sources (aviationweather.gov + the ASOS archive), not scraped weather websites that break.

What you get

One record per station per observation:

FieldExample
station_idKORD
station_nameChicago O'Hare Intl
lat, lon41.97, -87.9
utc_time2026-06-09T18:52:00Z
temp_f, dewpoint_f78.8, 60.1
wind_dir, wind_speed_kt240, 12
ceiling_ft5500
visibility_sm10
flight_categoryVFR
metar_rawKORD 091852Z 24012KT 10SM BKN055 26/16 A3002 …
sourceaviationweather.gov

Export as JSON, CSV, or Excel directly from the dataset.

Input

{
"stationIds":["KORD","KMDW"],
"latLon":[{"lat":40.78,"lon":-73.97}],
"hoursBack":24
}
  • stationIds β€” ICAO codes. US ASOS stations fully supported; international stations supported up to 72h lookback.
  • latLon β€” optional points, resolved to the nearest official observation station automatically.
  • hoursBack β€” 1 to 720. Up to 72h is served from aviationweather.gov (freshest); longer lookbacks from the ASOS archive.
  • fields β€” optional list to slim the output (e.g. just ["temp_f"]).

Pricing

Pay per observation record β€” no subscription. A 24h pull for one station is ~24 records.

Why this instead of scraping a weather website?

  • Primary sources. aviationweather.gov + ASOS archive β€” the same observations NWS publishes, with raw METAR included for auditability.
  • No scrape fragility. Public JSON/CSV APIs, not HTML scraping that breaks on redesigns.
  • Resolution-grade. If you settle weather derivatives or prediction-market positions, you need the observation of record, not a weather app's interpolation.

FAQ

Which stations are supported?

Any ICAO station reporting METAR. Deep history (beyond 72h) covers US ASOS stations (K-prefix).

How fresh is the data?

aviationweather.gov observations typically appear within minutes of the station report.

Can I get the exact raw METAR string?

Yes β€” every record carries metar_raw exactly as published.

How do I get daily max/min temperature for Kalshi weather markets?

Pull hoursBack: 24 for the station (e.g. KNYC markets resolve on Central Park-area stations) and take the max/min of temp_f β€” or watch this developer's other actors for a dedicated Kalshi weather-markets feed.

Does it work for a lat/lon with no airport nearby?

Yes β€” latLon resolves through the official NWS station registry to the nearest observing station.

Use with AI agents (MCP)

Connect your agent to the Apify MCP server (mcp.apify.com) and it can call this actor as a tool: ask for "the latest METAR observations at KNYC" or "hourly temperatures at KMDW for the last 24 hours" and the agent fills the input schema (stationIds, hoursBack) itself. Useful as a ground-truth weather lookup for trading agents, aviation assistants, and research pipelines.

More prediction-market data actors

You might also like

Aviation Weather METAR Scraper

parseforge/aviation-weather-metar-scraper

Fetch METAR observations from aviationweather.gov for any ICAO station list. Returns station ID, raw report, temperature, wind direction, wind speed, and observation time. Look back up to 48 hours for flight planning, dispatch checks, or aviation weather research.

NWS Weather Station Observations: Resolution-Grade Daily Highs

bright_oven/nws-station-weather

Official NWS/NOAA station observations (the same data Weather Underground displays): raw observations plus daily high/low summaries computed on local calendar dates. KLAX, KLGA, KSEA and any US station ID, or city names. Built for settlement-grade accuracy.

Airport Weather & METAR Scraper

crawlerbros/airport-metar-weather-scraper

Get real-time airport weather observations (METAR) and forecasts (TAF) from the FAA Aviation Weather Center. Covers thousands of airports worldwide. Provides temperature, wind, visibility, cloud layers, and raw METAR strings. Free, no auth or proxy required.

NOAA Aviation Weather METAR TAF Scraper

parseforge/aviationweather-metar-taf-scraper

Pull live METAR observations and TAF terminal forecasts from the NOAA Aviation Weather Center for any airport by ICAO code. Returns temperature, wind, visibility, cloud layers, altimeter, and flight category. Great for pre flight briefings, dispatch, and drone launch checks.

AEMET Spain Weather Scraper

parseforge/aemet-spain-weather-scraper

Tap AEMET OpenData for the latest conventional observations from Spanish weather stations, including temperature, humidity, wind, pressure, and station metadata. Pass a station code or pull every station at once. Useful for climate analytics, agriculture, and travel planning.

NWS US Weather Alerts Scraper

compute-edge/nws-alerts-scraper

Extract active US National Weather Service (NWS) weather alerts including warnings, watches, advisories. Filter by state, severity, urgency, event type. Real-time data from api.weather.gov, no auth required.

Prediction Market Resolution Evidence Checker

bigdavidson/prediction-market-resolution-evidence

Paste Kalshi weather market URLs or tickers and get the live NWS/METAR observation that resolves them: running daily high or low at the exact settlement station, implied outcome, and a confidence grade. Hold-or-close evidence for $0.05 per market checked.