Music
TheAudioDB offers a free music API providing JSON data for artists, albums, tracks, and lyrics.
import requests
api_key = 'YOUR_API_KEY'
artist_name = 'coldplay'
url = f'https://www.theaudiodb.com/api/v1/json/{api_key}/searchartists.php?s={artist_name}'
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)