$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/aircraft7
Calls / 30d
6
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
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 -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
0x751c6acf5d1b704a1ad983a526207600968b4e41USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Kansai ADS-B Live API & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…