apisports_football_predictions
Predict a football fixture's outcome using a statistical model. Returns winner, win/draw, over/under, goals, advice, and comparison data.
Instructions
The vendor's own model prediction for a fixture, with the comparison data behind it.
Returns: {response:[{predictions:{winner:{id, name, comment}, win_or_draw, under_over, goals:{home, away}, advice, percent:{home, draw, away}}, league, teams, comparison:{form, att, def, poisson_distribution, h2h, goals, total}, h2h:[…]}]} — SHAPE FROM VENDOR DOCS. percent values are STRINGS with a % sign. This is a vendor model, not a market price: compare it against squiggle-style model output, not against a bookmaker's line.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A fixture's prediction {"fixture": 1035037}
Auth: needs your own key in API_SPORTS_KEY.
Also answers this: squiggle_tips, squiggle_ladder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixture | Yes | Fixture id. |