M

Munition · Airports Search

by Munition

POSTBaseSolanaArbitrumPolygon

$0.001

per call · USD Coin on Base

Munition Airport Search: x402-paid airport reference data search for AI agents. Pay 0.001 USDC to search airports by IATA code, city, airport name, or country and receive normalized IATA airport records suitable for travel planning.

Endpoint

POST https://api.munition.io/v1/airports/search

2

Calls / 30d

2

Unique payers / 30d

Aug 26

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://api.munition.io/v1/airports/search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "query": "Paris"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.munition.io/v1/airports/search" \
  -H "Content-Type: application/json" \
  -d '{"query":"Paris"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "airports": [
    {
      "cityName": "Paris",
      "coordinates": {
        "lat": 49.0097,
        "lng": 2.5479
      },
      "countryCode": "FR",
      "countryName": "France",
      "iataCode": "CDG",
      "name": "Paris Charles de Gaulle Airport",
      "timeZone": "Europe/Paris"
    }
  ],
  "meta": {
    "resultCount": 1,
    "searchedAt": "2026-05-19T00:00:00.000Z"
  },
  "query": "Paris"
}

Payment details

Pay to0x54d6c2c08e10f1a1d3da88df513bbe9bcf1a4afa
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Munition & similar services