ToolAssay

Munition Airport Search

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
656 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategoryCode and developer
Provider hostapi.munition.io
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 656 ms

Example input (from the provider)

{
  "body": {
    "query": "Paris"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON