{
  "x402Version": 2,
  "id": 673,
  "slug": "673",
  "resource": "https://stabletravel.dev/api/flightaware/airports/KJFK/weather/forecast",
  "description": "Get weather forecast (TAF) for a specific airport",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "temperature_units": "fahrenheit"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "airport_code": "KJFK",
            "forecast": [],
            "raw_forecast": [],
            "timeframe": "2026-04-22T12:00:00Z/2026-04-23T12:00:00Z"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "return_nearby_weather": {
                    "type": "boolean"
                  },
                  "temperature_units": {
                    "enum": [
                      "fahrenheit",
                      "celsius"
                    ],
                    "type": "string"
                  },
                  "timestamp": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "airport_code": {
                    "type": "string"
                  },
                  "forecast": {
                    "items": {},
                    "type": "array"
                  },
                  "raw_forecast": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "timeframe": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "stabletravel.dev",
  "lastUpdated": "2026-08-26T11:16:47.45Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-26T11:16:47.246Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "stabletravel.dev",
    "manifest_name": "stabletravel.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}