Current and historical NBA Statistics
Provides current and historical NBA statistics through an API marketplace.
import requests
url = "https://api.apilayer.com/nba-stats/players"
headers = {
"apikey": "YOUR_API_KEY"
}
response = requests.request("GET", url, headers=headers)
print(response.text)Last 50 checks (10 min intervals)