{
  "x402Version": 2,
  "id": 6032,
  "slug": "6032",
  "resource": "https://fanfare.run/v1/super-bowl-bundle",
  "description": "Super Bowl trip planner (SoFi Stadium, Inglewood, CA, nearest airport LAX). One call returns the game schedule + stadium venue intel + Open-Meteo weather + Duffel flights + Duffel Stays hotels. Travel enrichment activates when the game session is selected. Params: session (game), origin, passengers, check_in, check_out, guests.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "sports",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "check_in": "2027-02-14",
            "check_out": "2027-02-14",
            "origin": "JFK",
            "session": "game"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "event": "Super Bowl Bundle",
              "flights": null,
              "hotels": null,
              "league": "nfl",
              "season": "2027",
              "selected_session": null,
              "sessions": [
                {
                  "date_utc": "2027-02-14T23:30:00Z",
                  "id": "game",
                  "name": "Super Bowl LXI",
                  "type": "game"
                }
              ],
              "venue": {
                "airport_iata": "LAX",
                "city": "Inglewood, CA",
                "country": "USA",
                "latitude": 33.9535,
                "longitude": -118.3392,
                "name": "SoFi Stadium",
                "slug": "sofi_stadium",
                "transit_tips": "Metro K Line to Downtown Inglewood (~10 min walk to stadium); rideshare surge is severe post-game — pre-book. LAX is ~5 mi / 15 min without traffic."
              },
              "weather": null
            },
            "errors": [],
            "league": "nfl",
            "request_id": "fnf_evt_001",
            "retrieved_at": "2026-08-09T00:00:00Z",
            "sport": "football",
            "warnings": []
          },
          "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": {
                "properties": {
                  "check_in": {
                    "description": "Hotel check-in YYYY-MM-DD",
                    "type": "string"
                  },
                  "check_out": {
                    "description": "Hotel check-out YYYY-MM-DD",
                    "type": "string"
                  },
                  "guests": {
                    "default": 1,
                    "type": "integer"
                  },
                  "origin": {
                    "description": "Origin airport IATA for flight search",
                    "type": "string"
                  },
                  "passengers": {
                    "default": 1,
                    "type": "integer"
                  },
                  "session": {
                    "description": "practice|qualifying|race|game or a session id; selecting one enables travel enrichment",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "fanfare.run",
  "lastUpdated": "2026-09-12T14:39:20.996Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T14:39:20.865Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "fanfare.run",
    "manifest_name": "fanfare.run",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}