{
  "x402Version": 2,
  "id": 8723,
  "slug": "8723",
  "resource": "https://api.munition.io/v1/airports/search",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "iconUrl": "https://munition.io/logo.png",
        "input": {
          "body": {
            "query": "Paris"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "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"
          },
          "type": "json"
        },
        "serviceName": "Munition",
        "tags": [
          "reference-data",
          "airports",
          "travel"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "query": {
                    "description": "Airport search text, such as an IATA code, city, airport name, or country.",
                    "maxLength": 100,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "query"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "airports": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "cityName": {
                          "type": "string"
                        },
                        "coordinates": {
                          "additionalProperties": false,
                          "properties": {
                            "lat": {
                              "type": "number"
                            },
                            "lng": {
                              "type": "number"
                            }
                          },
                          "required": [
                            "lat",
                            "lng"
                          ],
                          "type": "object"
                        },
                        "countryCode": {
                          "type": "string"
                        },
                        "countryName": {
                          "type": "string"
                        },
                        "iataCode": {
                          "maxLength": 3,
                          "minLength": 3,
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "timeZone": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "iataCode",
                        "name",
                        "cityName",
                        "countryCode",
                        "countryName"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "meta": {
                    "additionalProperties": false,
                    "properties": {
                      "resultCount": {
                        "minimum": 0,
                        "type": "integer"
                      },
                      "searchedAt": {
                        "format": "date-time",
                        "type": "string"
                      }
                    },
                    "required": [
                      "resultCount",
                      "searchedAt"
                    ],
                    "type": "object"
                  },
                  "query": {
                    "type": "string"
                  }
                },
                "required": [
                  "query",
                  "airports",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.munition.io",
  "lastUpdated": "2026-09-17T06:37:57.615Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T06:37:57.366Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.munition.io",
    "manifest_name": "api.munition.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}