← Back to Dashboard

Vagalume

MusicActiveFreeAuth: API KeyDoc: HTML
Visit Website ↗

Description

Crowdsourced lyrics and music knowledge

✨ AI Summary

Vagalume API offers crowdsourced lyrics, artist data, search, and music knowledge from the largest Brazilian music portal.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)