← Back to Dashboard

Lyrics.ovh

MusicActiveUnknownAuth: NoneDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Simple API to retrieve the lyrics of a song

✨ AI Summary

Retrieves song lyrics using a simple API by providing the artist and song title.

Code Example

import requests

artist = "coldplay"
title = "paradise"
response = requests.get(f"https://api.lyrics.ovh/v1/{artist}/{title}")

print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)