Skip to main content
Versioning Policy: SportsAPI Pro maintains three independent API versions — V1, V2, and V3 — each sourced from different providers. These are not sequential upgrades. All versions are permanently supported with no planned deprecation. You can use whichever version best fits your needs.

May 2026

AddedDedicated convenience endpoints for the FIFA World Cup 2026 are now live on Football V2. No need to discover tournamentId / seasonId first.New convenience endpoints (base: https://v2.football.sportsapipro.com):
  • GET /api/world-cup-2026 — tournament info
  • GET /api/world-cup-2026/info — season info (host countries, 48-team format)
  • GET /api/world-cup-2026/teams — all 48 qualified teams
  • GET /api/world-cup-2026/groups — all 12 groups with standings
  • GET /api/world-cup-2026/matches?page=0 — upcoming matches (30/page)
  • GET /api/world-cup-2026/matches/round/:round — matches by round
  • GET /api/world-cup-2026/rounds — round structure
  • GET /api/world-cup-2026/knockout — bracket / draw tree
New generic season endpoints (work for any tournament):
  • GET /api/tournament/:tournamentId/season/:seasonId/teams
  • GET /api/tournament/:tournamentId/season/:seasonId/events/next/:page
Full reference: FIFA World Cup 2026. Underlying canonical IDs: tournamentId=16, seasonId=58210. First match June 11, 2026 — Mexico vs South Africa.

June 2025

ChangedMigrated MCP infrastructure to Mintlify’s native documentation-search MCP for improved reliability and always up-to-date context.New MCP Server URL:
https://docs.sportsapipro.com/mcp
Update your Codex, Cursor, or Claude Desktop MCP configuration to point to this new URL.Impact: Existing MCP configurations using the old URL will need to be updated. No authentication changes required.

May 2025

AddedPublished machine-readable context files to give AI coding assistants full understanding of SportsAPI Pro:Feed these to any AI tool (ChatGPT, Claude, Cursor, Windsurf) for accurate API integration help.

April 2025

AddedThe V2 API now covers 25+ sports with a standardized endpoint structure across all of them. New sports added include:
  • Cycling, Motorsport, Esports, Aussie Rules
  • Floorball, Bandy, Minifootball
  • Beach Volleyball, Water Polo
All V2 sports follow the same consistent pattern: /match, /tournament, /team, /player, /manager, /global.
ChangedV2 API responses now use consistent terminology across all sports:
  • Events (not “games”)
  • homeTeam / awayTeam (not “competitors”)
  • tournament (not “competition”)
  • startTimestamp (Unix epoch integer)

March 2025

AddedReal-time WebSocket connections are now available for Football V2, enabling live score updates, match events, and statistics pushed directly to your application.See the Football V2 WebSocket docs for connection details and event types.

February 2025

AddedPublished a comprehensive guide for integrating SportsAPI Pro with AI coding tools including Cursor, Windsurf, Codex, and Claude Desktop.See the AI Tools Setup guide for configuration instructions.
AddedNew fantasy-related endpoints added to Football V2 for player ratings, form data, and fantasy-relevant statistics.

Stay Updated: For breaking changes or major updates, we notify active users via email. You can also check this page regularly or subscribe to updates through the dashboard.
Last modified on May 29, 2026