Football Data
A RESTful API offering machine-readable football data, results, and statistics in JSON format for developers.
import requests
url = "https://api.football-data.org/v4/competitions"
headers = {
"X-Auth-Token": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)