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.
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
| Method | Endpoint | Description | Tier |
|---|---|---|---|
POST | /aviation/aircraft | Aircraft specifications lookup by ICAO type designator with performance data. | basic |
POST | /aviation/airport | Airport information — ICAO lookup including runways, frequencies, and services. | basic |
POST | /aviation/flights | Live aircraft positions near a location (ADS-B, global). | basic |
POST | /aviation/gairmets | Graphical AIRMETs (G-AIRMETs) — icing, turbulence, and IFR condition advisories. | basic |
POST | /aviation/jetstream | Multi-level upper atmosphere wind and temperature data from 850hPa through 200hPa. | basic |
POST | /aviation/notams | Active NOTAMs (Notices to Air Missions) for an airport — with ICAO-formatted messages, plain-language text, and parsed fields. | basic |
POST | /aviation/pireps | Pilot Reports (PIREPs) near a station — aircraft type, flight level, weather, icing, and turbulence reports. | basic |
POST | /aviation/route | Route distance and estimated flight time between two airports — with optional aircraft type lookup. | basic |
POST | /aviation/sigmets | Significant Meteorological Information (SIGMETs) — domestic and international convective, turbulence, and icing advisories. | basic |
POST | /aviation/weather | Aviation weather (METAR + TAF) at an airport. | basic |
POST | /aviation/winds | Winds aloft at multiple pressure levels (850hPa through 200hPa) — temperature, wind speed, and direction at each level. | basic |
inference
| Method | Endpoint | Description | Tier |
|---|---|---|---|
POST | /aviation/ask | Premium 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
}