{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stabletravel-dev-api-flightaware-airports-nearby",
  "title": "Stabletravel \u00b7 Airports Nearby",
  "url": "https://stabletravel.dev/api/flightaware/airports/nearby",
  "category": "data",
  "summary": "Stabletravel \u00b7 Airports Nearby \u2014 x402-protected data API. Pay $0.0080 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Stabletravel \u00b7 Airports Nearby \u2014 x402 data API \u00b7 $0.0080 per call",
    "description": "Stabletravel \u00b7 Airports Nearby \u2014 x402-protected data API. Pay $0.0080 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.4,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdd257723b86b4947483905cdacbbbc70facf2ec0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "8000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Find airports near a given latitude/longitude coordinate",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "queryParams": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "latitude",
              "longitude"
            ],
            "properties": {
              "cursor": {
                "type": "string"
              },
              "radius": {
                "type": "number"
              },
              "latitude": {
                "type": "number"
              },
              "only_iap": {
                "type": "boolean"
              },
              "longitude": {
                "type": "number"
              },
              "max_pages": {
                "type": "number"
              }
            },
            "additionalProperties": false
          }
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "stabletravel-dev",
    "host": "stabletravel.dev",
    "url": "https://stabletravel.dev",
    "favicon": "https://stabletravel.dev/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stabletravel-dev-api-flightaware-airports-nearby",
    "url": "https://x402all.com/resource/stabletravel-dev-api-flightaware-airports-nearby",
    "name": "Stabletravel \u00b7 Airports Nearby",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/stabletravel-dev-api-flightaware-airports-nearby",
      "@type": "Offer",
      "price": "0.008",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.008000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://stabletravel.dev/api/flightaware/airports/nearby",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stabletravel-dev",
      "url": "https://stabletravel.dev",
      "name": "stabletravel.dev",
      "@type": "Organization"
    },
    "identifier": "stabletravel-dev-api-flightaware-airports-nearby",
    "description": "Stabletravel \u00b7 Airports Nearby \u2014 x402-protected data API. Pay $0.0080 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stabletravel-dev-api-flightaware-airports-nearby",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stabletravel-dev-api-flightaware-airports-nearby",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T22:46:14.842497+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/api/flightaware/airports/nearby",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "latitude",
        "longitude"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "radius": {
          "type": "number"
        },
        "latitude": {
          "type": "number"
        },
        "only_iap": {
          "type": "boolean"
        },
        "longitude": {
          "type": "number"
        },
        "max_pages": {
          "type": "number"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "airports"
      ],
      "properties": {
        "links": {
          "type": "object",
          "properties": {
            "next": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            }
          },
          "additionalProperties": false
        },
        "airports": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "airport_code",
              "name",
              "distance",
              "heading"
            ],
            "properties": {
              "city": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "name": {
                "type": "string"
              },
              "type": {
                "type": "string"
              },
              "state": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "heading": {
                "type": "number"
              },
              "code_lid": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "distance": {
                "type": "number"
              },
              "latitude": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "timezone": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "wiki_url": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "code_iata": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "code_icao": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "elevation": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "longitude": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "airport_code": {
                "type": "string"
              },
              "alternatives": {
                "anyOf": [
                  {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "required": [
                        "airport_code"
                      ],
                      "properties": {
                        "city": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "airport_code": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    }
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "country_code": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "airport_flights_url": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "additionalProperties": false
          }
        },
        "num_pages": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "b212c65431a8fe3190f079a0ca173607cf21fafc8036ca53b119f7e0733cd2ab"
  }
}