Music · head-to-head
Lyrics.ovh vs Phishin
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.
Phish.in is a free, listener-run archive of legal live Phish recordings, covering shows, tracks, songs, venues, and tours through its v2 REST API. Read endpoints (shows, tracks, search) are fully public and keyless — a plain GET against /api/v2/shows returns real data with no credentials at all — while account-scoped features like playlists and likes require a logged-in user. The project is open source and privately funded, with an MCP endpoint also available for AI-assistant clients.
| Lyrics.ovh | Phishin | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |