{
  "x402Version": 2,
  "id": 13830,
  "slug": "13830",
  "resource": "https://airport.openverbs.com/v1/nearest",
  "description": "Find the airports nearest to a latitude/longitude, ordered by great-circle distance. Optionally cap the search radius (km), result count and airport type. Returns each airport with its distance in km.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "lat": 1,
            "limit": 1,
            "lon": 1,
            "radiusKm": 1
          },
          "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": {
                  "lat": {
                    "description": "Latitude in decimal degrees.",
                    "maximum": 90,
                    "minimum": -90,
                    "type": "number"
                  },
                  "limit": {
                    "description": "Maximum airports to return. Default 5.",
                    "maximum": 50,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "lon": {
                    "description": "Longitude in decimal degrees.",
                    "maximum": 180,
                    "minimum": -180,
                    "type": "number"
                  },
                  "radiusKm": {
                    "description": "Search radius in km (default 500, max 20000).",
                    "type": "number"
                  },
                  "type": {
                    "description": "Optional airport-type filter.",
                    "enum": [
                      "large",
                      "medium",
                      "small",
                      "seaplane_base",
                      "heliport",
                      "balloonport",
                      "closed"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "lat",
                  "lon"
                ],
                "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:13.065Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T15:16:12.789Z"
  },
  "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"
  }
}