Skip to content
Back to Bzzoiro Sports Data

Card snapshot

sports.bzzoiro.com · 2026-07-16 01:31:07 UTC · ae8ef423acf1072f7ec06e098305bc447abcf6212f63a28eddadee2c85524bf8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Bzzoiro Sports Data",
  "description": "Free football data API with ML predictions, live scores, shot maps, and 21,000+ player stats across 34 leagues.",
  "version": "1.0.0",
  "url": "https://sports.bzzoiro.com/api/",
  "preferredTransport": "HTTP+JSON",
  "documentationUrl": "https://sports.bzzoiro.com/docs/",
  "protocolVersion": "0.3.0",
  "supportedInterfaces": [
    {
      "url": "https://sports.bzzoiro.com/api/",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://sports.bzzoiro.com/api/schema/",
      "transport": "OpenAPI"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://sports.bzzoiro.com/api/",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://sports.bzzoiro.com/api/schema/",
      "transport": "OpenAPI"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "football-data",
      "name": "Football Data",
      "description": "Retrieve leagues, teams, matches, and player stats for 34 leagues and 21,000+ players.",
      "tags": [
        "football",
        "soccer",
        "leagues",
        "teams",
        "players"
      ],
      "examples": [
        "List Premier League teams",
        "Get top scorers in La Liga",
        "Show recent Real Madrid matches"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "live-scores",
      "name": "Live Scores",
      "description": "Real-time football match scores with incidents, statistics, and live events.",
      "tags": [
        "live",
        "scores",
        "football",
        "realtime"
      ],
      "examples": [
        "Show all live matches now",
        "Current score of Arsenal vs Chelsea"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "predictions",
      "name": "ML Predictions",
      "description": "CatBoost machine-learning predictions for 8 football betting markets with calibrated probabilities and edge detection.",
      "tags": [
        "predictions",
        "ml",
        "betting",
        "markets"
      ],
      "examples": [
        "Predict Man City vs Liverpool",
        "Over 2.5 probability for tonight matches"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "odds",
      "name": "Odds Comparison",
      "description": "Multi-bookmaker odds comparison (~14 books) with previous price + is_max_quote per row, plus Polymarket prediction market prices.",
      "tags": [
        "odds",
        "bookmakers",
        "polymarket",
        "betting"
      ],
      "examples": [
        "Compare odds for Champions League final",
        "Best over 2.5 odds today"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "spatial-data",
      "name": "Spatial Data",
      "description": "Shot maps with per-shot xG, average positions, momentum timelines, and goal sequences for matches.",
      "tags": [
        "xg",
        "shotmap",
        "momentum",
        "positions"
      ],
      "examples": [
        "Shot map for El Clasico",
        "Average positions in last Arsenal match"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Register free at https://sports.bzzoiro.com/register/ to obtain a token."
    }
  },
  "security": [
    {
      "bearer": []
    }
  ],
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentials": "Register free at https://sports.bzzoiro.com/register/"
  },
  "provider": {
    "organization": "Bzzoiro",
    "url": "https://sports.bzzoiro.com"
  }
}