Crowd-Sourced Sports Data and Artwork
TheSportsDB offers free, crowd-sourced JSON data and artwork for various sports leagues, teams, and events.
import requests
api_key = 'YOUR_API_KEY' # Often '1' for the demo key
team_name = 'Arsenal'
url = f'https://www.thesportsdb.com/api/v1/json/{api_key}/searchteams.php?t={team_name}'
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)