{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stabletravel-dev-api-flightaware-disruption-counts-entity-type",
  "title": "Stabletravel \u00b7 Disruption Counts Entity Type",
  "url": "https://stabletravel.dev/api/flightaware/disruption-counts/entity_type",
  "category": "data",
  "summary": "Stabletravel \u00b7 Disruption Counts Entity Type \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Stabletravel \u00b7 Disruption Counts Entity Type \u2014 x402 data API \u00b7 $0.010 ",
    "description": "Stabletravel \u00b7 Disruption Counts Entity Type \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "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": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Get disruption counts by entity type (airline, origin, destination)",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "queryParams": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "properties": {
              "cursor": {
                "type": "string"
              },
              "max_pages": {
                "type": "number"
              },
              "time_period": {
                "enum": [
                  "today",
                  "yesterday",
                  "last3days",
                  "last7days",
                  "last14days",
                  "last30days"
                ],
                "type": "string"
              },
              "entity_id_filter": {
                "type": "string"
              }
            },
            "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-disruption-counts-entity-type",
    "url": "https://x402all.com/resource/stabletravel-dev-api-flightaware-disruption-counts-entity-type",
    "name": "Stabletravel \u00b7 Disruption Counts Entity Type",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/stabletravel-dev-api-flightaware-disruption-counts-entity-type",
      "@type": "Offer",
      "price": "0.01",
      "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.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://stabletravel.dev/api/flightaware/disruption-counts/entity_type",
    "@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-disruption-counts-entity-type",
    "description": "Stabletravel \u00b7 Disruption Counts Entity Type \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stabletravel-dev-api-flightaware-disruption-counts-entity-type",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stabletravel-dev-api-flightaware-disruption-counts-entity-type",
  "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:45:31.349182+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/api/flightaware/disruption-counts/entity_type",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "properties": {
        "cursor": {
          "type": "string"
        },
        "max_pages": {
          "type": "number"
        },
        "time_period": {
          "enum": [
            "today",
            "yesterday",
            "last3days",
            "last7days",
            "last14days",
            "last30days"
          ],
          "type": "string"
        },
        "entity_id_filter": {
          "type": "string"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "entities"
      ],
      "properties": {
        "links": {
          "type": "object",
          "properties": {
            "next": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            }
          },
          "additionalProperties": false
        },
        "entities": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "score": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "total": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "delays": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "entity_id": {
                "type": "string"
              },
              "entity_type": {
                "type": "string"
              },
              "cancellations": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "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": "3fa3ef75f48b858c9edce6597d5d2bd21119a2afc11b15555f5031964ed8a05d"
  }
}