data-fan-out

Aviation

Aviation intelligence: live flight tracking, METAR/TAF weather, jet streams, airport data, PIREPs, SIGMETs, G-AIRMETs, winds aloft, NOTAMs, aircraft specs, and route planning. Multi-source AI reasoning endpoint for natural-language aviation questions.

aviationflight-trackingweatherpreflightnotampirepsigmetairmetaircraftx402

Base URL · About · OpenAPI · llms.txt · Tools · Manifest

What is Aviation?

Aviation + preflight intelligence behind x402 micropayments. Eleven self-serve GET endpoints cover ADS-B live aircraft positions, METAR/TAF weather, airport data, upper-atmosphere jet streams and winds aloft, NOTAMs, PIREPs, SIGMETs, G-AIRMETs, aircraft specifications, and route distance/time estimation. A twelfth endpoint, POST /aviation/ask, answers natural-language aviation questions with DeepSeek reasoning over the same live feeds.

Pay per call in USDC, EURC across Base, Arbitrum, Polygon and Avalanche via the x402 micropayment protocol — no subscriptions, no API keys, no wallets to configure for the caller.

Operations

Show all operations

data

MethodEndpointDescriptionTier
POST/aviation/aircraftAircraft specifications lookup by ICAO type designator with performance data.basic
POST/aviation/airportAirport information — ICAO lookup including runways, frequencies, and services.basic
POST/aviation/flightsLive aircraft positions near a location (ADS-B, global).basic
POST/aviation/gairmetsGraphical AIRMETs (G-AIRMETs) — icing, turbulence, and IFR condition advisories.basic
POST/aviation/jetstreamMulti-level upper atmosphere wind and temperature data from 850hPa through 200hPa.basic
POST/aviation/notamsActive NOTAMs (Notices to Air Missions) for an airport — with ICAO-formatted messages, plain-language text, and parsed fields.basic
POST/aviation/pirepsPilot Reports (PIREPs) near a station — aircraft type, flight level, weather, icing, and turbulence reports.basic
POST/aviation/routeRoute distance and estimated flight time between two airports — with optional aircraft type lookup.basic
POST/aviation/sigmetsSignificant Meteorological Information (SIGMETs) — domestic and international convective, turbulence, and icing advisories.basic
POST/aviation/weatherAviation weather (METAR + TAF) at an airport.basic
POST/aviation/windsWinds aloft at multiple pressure levels (850hPa through 200hPa) — temperature, wind speed, and direction at each level.basic

inference

MethodEndpointDescriptionTier
POST/aviation/askPremium multi-source aviation intelligence: ask natural-language questions about flights, aviation weather (METAR/TAF), jet streams, and airports. Returns a reasoned answer by synthesising multiple live data sources in parallel.regular

Workflows

  • preflight_brief — Pre-flight weather + NOTAM + route brief for a departure/arrival: weather -> notams -> route — Pull weather, NOTAMs and route distance together.
  • aviation_ask — Answer an open aviation question in natural language: ask — Single-call AI reasoning over the live feeds.

Data sources

  • ADS-B flight tracking — Live aircraft positions.
  • Aviation weather — METAR/TAF, PIREPs, SIGMETs, G-AIRMETs.
  • Upper atmosphere — Jet streams and winds aloft 850hPa-200hPa.
  • NOTAMs
  • PIREPs
  • SIGMETs
  • G-AIRMETs
  • Aircraft specs

Examples

aircraft

aircraft

{
  "type": "B738"
}

airport

airport

{
  "icao": "EGLL"
}

flights

flights

{
  "latitude": 51.5,
  "longitude": -0.12,
  "radius_km": 100
}

jetstream

jetstream

{
  "latitude": 51.5,
  "longitude": -0.12
}