K

Kansai ADS-B Live API · Aircraft

by Kansai ADS-B Live API

GETBase

$0.001

per call · USD Coin on Base

Live aircraft positions over Kansai / western Japan from an independent ADS-B receiver (~1s freshness): position, altitude, speed, squawk, plus callsign→route resolution (origin/destination airports) from official timetables.

Endpoint

GET https://x402-adsb.x402-adsb-worker.workers.dev/aircraft

7

Calls / 30d

6

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402-adsb.x402-adsb-worker.workers.dev/aircraft", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-adsb.x402-adsb-worker.workers.dev/aircraft" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "age_sec": 1.2,
  "aircraft": [
    {
      "alt_baro": 35000,
      "flight": "ANA986",
      "gs": 480,
      "hex": "8881b1",
      "lat": 34.84,
      "lon": 135.61,
      "r": "JA218A",
      "route": {
        "destination": "HND",
        "flight_no": "NH986",
        "origin": "ITM",
        "verified": true
      },
      "t": "A321"
    }
  ],
  "count": 36,
  "observed_at": 1786315898,
  "source": "kansai-adsb"
}

Payment details

Pay to0x751c6acf5d1b704a1ad983a526207600968b4e41
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Kansai ADS-B Live API & similar services