FETCH402
← Protocol index

Resource / 672

unknown

StableTravel.

Get weather observations (METAR) for a specific airport

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 4000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xDd257723b86B4947483905cdAcBbBC70fACF2ec0
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 4000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v 6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "temperature_units": "fahrenheit"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "airport_code": "KJFK",
    "conditions": "Clear",
    "humidity_pct": 55,
    "temperature": 72,
    "time": "2026-04-22T12:00:00Z",
    "wind_direction": 270,
    "wind_speed": 10
  },
  "type": "json"
}