/** * Virome API - UI HTML Template */ export const html = ` Virome API
Virome APIUNOFFICIAL
Get Started

Explore the Docs

Check out the documentation to learn how to use the Virome API for music search and streaming.

Open Source

Open Source

Virome API is open-source. Built with Deno for fast, secure music data access.

Features

What You Can Do

Search songs, albums, artists. Get streaming URLs, related tracks, and more.

Try It

Test the Player

Use the built-in player to search and play music directly from the API.

Search Endpoints
GET/api/search
Search YouTube Music. Params: q, filter (songs/albums/artists)
GET/api/yt_search
Search YouTube. Params: q, filter (videos/channels/playlists)
GET/api/search/suggestions
Get search suggestions. Params: q
Content Endpoints
GET/api/songs/:videoId
Get song details by video ID
GET/api/albums/:browseId
Get album details and tracks
GET/api/artists/:browseId
Get artist info and top songs
GET/api/playlists/:playlistId
Get playlist details and tracks
Discovery Endpoints
GET/api/related/:videoId
Get related songs for a video
GET/api/similar
Find similar tracks. Params: title, artist
GET/api/trending
Most played songs in a country
GET/api/radio
Generate radio mix. Params: videoId
GET/api/top/artists
Most listened artists in a country
GET/api/top/tracks
Most listened tracks in a country
Info Endpoints
GET/api/lyrics
Get lyrics. Params: title, artist
GET/api/artist/info
Artist bio and stats. Params: artist
GET/api/track/info
Track details. Params: title, artist
Streaming Endpoints
GET/api/stream
Get stream URLs. Params: id
GET/api/watch_playlist
Get watch playlist. Params: videoId or playlistId
GET/health
Health check endpoint
Searching...
GET /api/search?q=Drake
Click "Test Endpoint" to see the response...
-
-
0:00
0:00
`;