Crowdsourced lyrics and music knowledge
Vagalume API offers crowdsourced lyrics, artist data, search, and music knowledge from the largest Brazilian music portal.
import requests
api_key = "YOUR_API_KEY"
artist_name = "Demi Lovato"
url = f"https://api.vagalume.com.br/search?q={artist_name}&apikey={api_key}"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)