/** * Virome API - Premium UI Template */ export const html = ` Virome API
Virome APIUnofficial
📚

Explore the Docs

Comprehensive documentation to integrate Virome API into your music applications.

Open Source

Built with Deno for blazing fast, secure, and modern music data access.

🎵

Full Featured

Search songs, albums, artists. Stream music, get lyrics, and discover new tracks.

Live Player

Test the API with our built-in player. Search and play music instantly.

Search Endpoints
GET/api/search
Search YouTube Music. Params: q, filter, region, language
GET/api/yt_search
Search YouTube. Params: q, filter
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
GET/api/similar
Find similar tracks
GET/api/trending
Trending music by country
GET/api/radio
Generate radio mix
Streaming Endpoints
GET/api/stream
Get stream URLs. Params: id
GET/api/lyrics
Get lyrics. Params: title, artist
Searching...
GET /api/search?q=Drake
Click "Test Endpoint" to see the response...
-
-
0:00
0:00
`;