{
  "x402Version": 2,
  "id": 13831,
  "slug": "13831",
  "resource": "https://airport.openverbs.com/v1/search",
  "description": "Fuzzy-search airports by name, city or code, optionally filtered by ISO country code or airport type. Matches are ranked exact-code/name then prefix then substring, larger airports first. Empty result is a successful 200.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "country": "example",
            "query": "example",
            "type": "large"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "country": {
                    "description": "Optional ISO 3166-1 alpha-2 country filter, e.g. \"US\".",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Maximum matches to return. Default 20.",
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "query": {
                    "description": "Airport name, city or code fragment to search for.",
                    "minLength": 1,
                    "type": "string"
                  },
                  "type": {
                    "description": "Optional airport-type filter.",
                    "enum": [
                      "large",
                      "medium",
                      "small",
                      "seaplane_base",
                      "heliport",
                      "balloonport",
                      "closed"
                    ],
                    "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"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "airport.openverbs.com",
  "lastUpdated": "2026-09-06T15:16:10.884Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T15:16:10.622Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "airport.openverbs.com",
    "manifest_name": "airport.openverbs.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}