{
  "x402Version": 2,
  "id": 6042,
  "slug": "6042",
  "resource": "https://fanfare.run/v1/nfl/sunday-gameday",
  "description": "NFL Sunday Game-Day bundle: the whole slate in one call — every game with kickoff, live score, per-team injury report, consensus Vegas line (spread + total + moneyline via The Odds API), and venue weather (NWS / Open-Meteo, dome-aware). Free-data composed bundle; the fall replacement for the World Cup bundle. Params: date (YYYY-MM-DD, the Sunday), tz_offset (minutes), team (ESPN abbrev, optional).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x41AdeE1eBA2c276bE5e8Cabe0CE523e4dd792170",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "150000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "sports",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "date": "2026-09-13",
            "team": "DAL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "game_count": 1,
              "games": [
                {
                  "away": {
                    "abbrev": "NE",
                    "name": "New England Patriots"
                  },
                  "game_id": "401671xxx",
                  "home": {
                    "abbrev": "NYJ",
                    "name": "New York Jets"
                  },
                  "injury_report": {
                    "NYJ": [
                      {
                        "name": "…",
                        "note": "hamstring",
                        "player_id": "1",
                        "position": "WR",
                        "status": "Q"
                      }
                    ]
                  },
                  "kickoff_utc": "2026-09-13T17:00:00Z",
                  "live_score": null,
                  "status": "scheduled",
                  "vegas": {
                    "book_count": 6,
                    "moneyline_away": 140,
                    "moneyline_home": -160,
                    "spread_home": -3,
                    "total": 42.5
                  },
                  "venue": {
                    "city": "East Rutherford",
                    "dome": false,
                    "name": "MetLife Stadium"
                  },
                  "weather": {
                    "dome": false,
                    "precip_pct": 15,
                    "source": "nws",
                    "temp_f": 68,
                    "wind_dir_deg": 220,
                    "wind_mph": 9
                  }
                }
              ],
              "slate_date": "2026-09-13"
            },
            "errors": [],
            "league": "nfl",
            "request_id": "fnf_nflgd_001",
            "retrieved_at": "2026-09-13T14:32:11Z",
            "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": {
                  "date": {
                    "description": "Sunday of the Game-Day, YYYY-MM-DD",
                    "type": "string"
                  },
                  "team": {
                    "description": "ESPN team abbrev — restrict to that game",
                    "type": "string"
                  },
                  "tz_offset": {
                    "default": 0,
                    "description": "Client tz offset (minutes)",
                    "type": "integer"
                  }
                },
                "required": [
                  "date"
                ],
                "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-08-29T16:44:17.085Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T16:44:16.779Z"
  },
  "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"
  }
}