ToolAssay

Assess operational and weather disruption risk for a supported U.S

Assess operational and weather disruption risk for a supported U.S. commercial airport near a requested time.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
288 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://travelcheck-x402.fly.dev/v1/airport-risk

CategoryEverything else
Provider hosttravelcheck-x402.fly.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 288 ms

Example input (from the provider)

{
  "body": {
    "airport": "ORD",
    "direction": "both",
    "targetTime": "2026-07-31T18:00:00.000Z"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "airport": {
              "pattern": "^[A-Z0-9]{3,4}$",
              "type": "string"
            },
            "direction": {
              "default": "both",
              "enum": [
                "arrivals",
                "departures",
                "both"
              ],
              "type": "string"
            },
            "targetTime": {
              "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
              "type": "string"
            }
          },
          "required": [
            "airport",
            "targetTime",
            "direction"
          ],
          "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"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "airport": {
              "additionalProperties": false,
              "properties": {
                "faaId": {
                  "anyOf": [
                    {
                      "maxLength": 8,
                      "minLength": 2,
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "iataId": {
                  "anyOf": [
                    {
                      "pattern": "^[A-Z0-9]{3}$",
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "icaoId": {
                  "pattern": "^[A-Z0-9]{4}$",
                  "type": "string"
                },
                "name": {
                  "maxLength": 300,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "icaoId",
                "iataId",
                "faaId",
                "name"
              ],
              "type": "object"
            },
            "assessedAt": {
              "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
              "type": "string"
            },
            "components": {
              "additionalProperties": false,
              "properties": {
                "operations": {
                  "maximum": 60,
                  "minimum": 0,
                  "type": "integer"
                },
                "weather": {
                  "maximum": 40,
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "required": [
                "operations",
                "weather"
              ],
              "type": "object"
            },
            "direction": {
              "enum": [
                "arrivals",
                "departures",
                "both"
              ],
              "type": "string"
            },
            "recommendedAction": {
              "enum": [
                "proceed",
                "monitor",
                "add_buffer",
                "avoid_or_rebook"
              ],
              "type": "string"
            },
            "riskBand": {
              "enum": [
                "low",
                "moderate",
                "high",
                "severe"
              ],
              "type": "string"
            },
            "riskScore": {
              "maximum": 100,
              "minimum": 0,
              "type": "integer"
            },
            "scoringVersion": {
              "const": "airport-v1",
              "type": "string"
            },
            "signals": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "code": {
                    "maxLength": 80,
                    "minLength": 1,
                    "type": "string"
                  },
                  "impact": {
                    "maximum": 100,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "source": {
                    "enum": [
                      "faa",
                      "metar",
                      "taf",
                      "itinerary"
                    ],
                    "type": "string"
                  },
                  "summary": {
                    "maxLength": 500,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "code",
                  "source",
                  "impact",
                  "summary"
                ],
                "type": "object"
              },
              "maxItems": 20,
              "type": "array"
            },
            "sourceTimes": {
              "additionalProperties": false,
              "properties": {
                "faaUpdatedAt": {
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
                  "type": 

This page as JSON