Music — entry 017 of 32

Lyrics.ovh

Verified Jul 2026

Lyrics.ovh is a small keyless lookup service: GET a artist/title pair against api.lyrics.ovh/v1 and it fans that query out in parallel across sources like Genius, AZLyrics, and Letras.mus.br, returning the first full lyric text found as plain JSON. There's no authentication, no request quota, and no dashboard — it's a single open-source Node project (github.com/NTag/lyrics.ovh) that anyone can also self-host. The stored Apiary docs mirror has gone dead (502), but the live API itself responded with real lyrics during this check and sends a wildcard CORS header.

musiclyricskeylessopen-source
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score88out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 88 on greatapis.com
<a href="https://greatapis.com/api/lyrics-ovh/"><img src="https://greatapis.com/badge/lyrics-ovh.svg" alt="Scored 88 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.