Predictions for upcoming football matches, odds, results and stats
Provides football predictions, average bookie odds, and results for matches across over 90 countries and 140 national leagues.
import requests
url = "https://football-prediction-api.p.rapidapi.com/api/v2/predictions"
headers = {
"X-RapidAPI-Key": "YOUR_API_KEY",
"X-RapidAPI-Host": "football-prediction-api.p.rapidapi.com"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)