Rapidapi Football Prediction
Connector for the rapidapi-football-prediction API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://football-prediction-api.p.rapidapi.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_api_v2_list_federations— GET /api/v2/list-federations — Returns an array of all the available federations.get_api_v2_list_markets— GET /api/v2/list-markets — Returns an array of all the supported prediction marketsget_api_v2_performance_stats— GET /api/v2/performance-stats — Returns predictions accuracy in the last 1, 7, 14, 30 days.get_api_v2_predictions— GET /api/v2/predictions — This endpoint returns by default the next non-expired football predictions. URLget_api_v2_predictions_id— GET /api/v2/predictions/{id} — Returns all predictions available for a match id.
Inputs
apiKey— your rapidapi-football-prediction API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_api_v2_list_federations
apiKey: <your key>