Airport Weather & METAR Scraper
Pricing
from $3.00 / 1,000 results
Airport Weather & METAR 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.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Get real-time airport weather observations (METAR) and terminal aerodrome forecasts (TAF) from the FAA Aviation Weather Center for thousands of airports worldwide. No API key, no proxy, no authentication required.
Features
- METAR mode — current weather observations: temperature, dew point, wind, visibility, cloud layers, altimeter, raw METAR string
- TAF mode — multi-period terminal forecasts with wind and condition breakdowns
- Covers thousands of global airports using standard ICAO 4-letter codes
- Completely free — powered by the official US government aviationweather.gov service
- No proxy or authentication required
Data Source
All data comes from the FAA Aviation Weather Center public API (aviationweather.gov/api/data). This is the official US government source for aviation weather and is freely accessible worldwide.
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | metar | metar for current observations, taf for forecasts |
stationIds | string | Top 10 US airports | Comma-separated ICAO codes (e.g. KJFK,KLAX,EGLL,LFPG) |
maxItems | integer | 50 | Maximum records to return (1–500) |
ICAO Airport Codes
ICAO codes are 4-letter identifiers. Common prefixes:
- K — United States (e.g.
KJFK,KLAX,KORD) - E — Northern Europe (e.g.
EGLLLondon Heathrow,EDDFFrankfurt) - L — Southern Europe (e.g.
LFPGParis CDG,LIRFRome) - Y — Australia (e.g.
YSSYSydney) - Z — China (e.g.
ZBAABeijing)
Output
METAR fields
| Field | Description |
|---|---|
icaoId | ICAO airport code |
stationName | Full airport name |
lat / lon | Station coordinates |
elevationM | Elevation in metres |
observationTime | Observation timestamp (ISO 8601 UTC) |
tempC | Temperature in Celsius |
dewpointC | Dew point in Celsius |
windDirDeg | Wind direction in degrees |
windSpeedKt | Wind speed in knots |
windGustKt | Wind gust in knots (if present) |
visibilityMiles | Visibility in statute miles |
altimeterInHg | Altimeter setting in inches of mercury |
seaLevelPressureMb | Sea-level pressure in millibars |
weatherConditions | Present weather string (e.g. -RA, FG) |
cloudLayers | Array of cloud layers with cover and base altitude |
rawMetar | Full raw METAR string |
metarType | METAR or SPECI |
dataSource | Always aviationweather.gov |
recordType | Always metar |
scrapedAt | Scrape timestamp (ISO 8601 UTC) |
TAF fields
| Field | Description |
|---|---|
icaoId | ICAO airport code |
stationName | Full airport name |
lat / lon | Station coordinates |
issueTime | TAF issue time |
validFrom / validTo | Validity period (ISO 8601 UTC) |
forecastPeriods | Array of forecast periods with wind and conditions |
rawTaf | Full raw TAF string |
dataSource | Always aviationweather.gov |
recordType | Always taf |
scrapedAt | Scrape timestamp (ISO 8601 UTC) |
Example Inputs
Current weather at major US airports (METAR)
{"mode": "metar","stationIds": "KJFK,KLAX,KORD,KATL,KDFW","maxItems": 10}
Forecast for European hubs (TAF)
{"mode": "taf","stationIds": "EGLL,LFPG,EDDF,LEMD,LIRF","maxItems": 10}
Single airport lookup
{"mode": "metar","stationIds": "KJFK","maxItems": 1}
FAQ
Is this real-time data? Yes. METAR observations are updated every 20–60 minutes at most airports. TAFs are typically issued every 6 hours.
Do I need an API key or proxy? No. The FAA Aviation Weather Center API is free and publicly accessible worldwide without authentication or proxy.
What ICAO codes can I use? Any ICAO 4-letter airport code. The API covers thousands of airports globally, including major international hubs in the US, Europe, Asia, Australia, and beyond.
Why does my station return no data? Some small or private airfields do not report METAR/TAF. Try major commercial airports for reliable results.
What is the difference between METAR and TAF? METAR (Meteorological Aerodrome Report) is a snapshot of current conditions. TAF (Terminal Aerodrome Forecast) is a prediction of conditions over the next 24–30 hours, broken into time periods.