Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AI-powered predictions for upcoming matches across every sport
GET /api/v1/{sport}/predictions
curl -H "x-api-key: YOUR_API_KEY" \ "https://api.sportsapipro.com/v6/football/predictions"
{ "success": true, "count": 54, "matches": [ { "id": "9gklzi1e9g8im7x", "sportId": 1, "homeTeam": { "id": "4ndqmlilnzbgkve" }, "awayTeam": { "id": "yzrkn6iyx4tnqle" }, "matchTime": 1782604800 } ], "teams": [ { "id": "4ndqmlilnzbgkve", "name": "Univ Catolica", "logo": "..." } ] }
/match/{id}/odds
Was this page helpful?