{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stabletravel-dev-api-reference-airports",
  "title": "Stabletravel \u00b7 Reference Airports",
  "url": "https://stabletravel.dev/api/reference/airports",
  "category": "data",
  "summary": "Stabletravel \u00b7 Reference Airports \u2014 x402-protected data API. Pay $0.0054 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Stabletravel \u00b7 Reference Airports \u2014 x402 data API \u00b7 $0.0054 per call",
    "description": "Stabletravel \u00b7 Reference Airports \u2014 x402-protected data API. Pay $0.0054 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.27,
    "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": "5400",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Find nearby airports by geographic coordinates",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "queryParams": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "latitude",
              "longitude"
            ],
            "properties": {
              "sort": {
                "enum": [
                  "relevance",
                  "distance",
                  "analytics.flights.score",
                  "analytics.travelers.score"
                ],
                "type": "string"
              },
              "radius": {
                "type": "number",
                "description": "Search radius in km (default 500)"
              },
              "latitude": {
                "type": "number",
                "description": "Latitude coordinate"
              },
              "longitude": {
                "type": "number",
                "description": "Longitude coordinate"
              },
              "page[limit]": {
                "type": "number"
              },
              "page[offset]": {
                "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-reference-airports",
    "url": "https://x402all.com/resource/stabletravel-dev-api-reference-airports",
    "name": "Stabletravel \u00b7 Reference Airports",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/stabletravel-dev-api-reference-airports",
      "@type": "Offer",
      "price": "0.0054",
      "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.005400",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://stabletravel.dev/api/reference/airports",
    "@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-reference-airports",
    "description": "Stabletravel \u00b7 Reference Airports \u2014 x402-protected data API. Pay $0.0054 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stabletravel-dev-api-reference-airports",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stabletravel-dev-api-reference-airports",
  "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:31:07.288104+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/api/reference/airports",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "latitude",
        "longitude"
      ],
      "properties": {
        "sort": {
          "enum": [
            "relevance",
            "distance",
            "analytics.flights.score",
            "analytics.travelers.score"
          ],
          "type": "string"
        },
        "radius": {
          "type": "number",
          "description": "Search radius in km (default 500)"
        },
        "latitude": {
          "type": "number",
          "description": "Latitude coordinate"
        },
        "longitude": {
          "type": "number",
          "description": "Longitude coordinate"
        },
        "page[limit]": {
          "type": "number"
        },
        "page[offset]": {
          "type": "number"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "data"
      ],
      "properties": {
        "data": {
          "type": "array",
          "items": {}
        },
        "meta": {}
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "d9eef6dfa388d3bb4df70e4afea9e91a05ca1424e730fec737a308530fb6dbf4"
  }
}