From ba0b36e33aa1f9884b6d32bd4540a145dfef8c14 Mon Sep 17 00:00:00 2001 From: intagliated Date: Mon, 4 May 2026 09:50:43 +0530 Subject: [PATCH 1/4] Add Verome API to Music --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..00e9167d 100644 --- a/README.md +++ b/README.md @@ -1241,6 +1241,7 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | +| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | `No` | Yes | Unknown | **[⬆ Back to Index](#index)**
From ff506f5d8aa7840d8fd17d8bfec7599b33f86d16 Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 09:36:59 +0530 Subject: [PATCH 2/4] Fix: Remove backticks from auth field for Verome API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e9167d..88776f73 100644 --- a/README.md +++ b/README.md @@ -1241,7 +1241,7 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | -| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | `No` | Yes | Unknown | +| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)**
From f52bf38add3be413b74820f03086c02ad6008ea6 Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 10:38:35 +0530 Subject: [PATCH 3/4] Fix: Correct pipe count for Verome API table row --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88776f73..5fc6c654 100644 --- a/README.md +++ b/README.md @@ -1240,7 +1240,7 @@ API | Description | Auth | HTTPS | CORS | | [Sunor](https://docs.sunor.cc) | AI music generation API via Suno, with pay-as-you-go credits | `apiKey` | Yes | Unknown | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | -| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | +| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey`| Yes | Unknown | | [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)** From e406ad51643fcc9a6150aee0de475b6fe59e349c Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 10:53:43 +0530 Subject: [PATCH 4/4] Fix: Add missing space after apiKey in Vagalume entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc6c654..88776f73 100644 --- a/README.md +++ b/README.md @@ -1240,7 +1240,7 @@ API | Description | Auth | HTTPS | CORS | | [Sunor](https://docs.sunor.cc) | AI music generation API via Suno, with pay-as-you-go credits | `apiKey` | Yes | Unknown | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | -| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey`| Yes | Unknown | +| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | | [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)**