YouTube-Music-API
Fetch data from YouTube Music, you can get recommend music from your country, search for music, search suggestions, and even synced lyrics from youtube music server! check it out! icon credit: flaticon
YouTube-Music-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Home | ||
| GET |
Quick Picks Music /recommend |
Getting Quick picks music from you're country. Disclaimer: Your region should be supported with YouTube Music. |
| GET |
Get Home V2 /v2/home |
Getting Response Homepage of YouTube Music **Attention** Sometimes some data is may not exist. |
| GET |
getMoodsAndGenre /getMoodsAndGenre |
get moods and genres playlists from params id. |
| GET |
Get Home /home |
Getting Response Homepage of YouTube Music **Attention** Sometimes some data is not exist. |
| Lyrics | ||
| GET |
Get Lyrics Plain Text /music/lyrics/plain |
Getting Music Lyrics as Plain Text |
| GET |
Get Synced Lyrics /music/lyrics/synced |
get synced lyrics from YouTube Music Server. |
| Search | ||
| GET |
Search Music /search |
Search for Music or Video Music. |
| GET |
Search Suggestions /search_suggestions |
Search Suggestions Endpoint, this help you to get suggestions from query you entered. |
| Player | ||
| GET |
Next Music /next |
Getting next music will be showing. |
| GET |
Get next music V2 /v2/next |
Get up next music version 2 with more improvement. |
| GET |
get music info V2 /info |
get music info from videoId, and almost all music are playable. |
| GET |
Get Music info /music/info |
getting music info like title, views count, thumbnail, duration, artist name, and more! |
| GET |
Get related content /related |
Get related content, like albums, songs recommendations, and more albums from the artist! |
| Album | ||
| GET |
get Album Details /getAlbum |
Getting Album details like album name, album release, album cover, and list songs inside the album! |
| Artists | ||
| GET |
Get Artists details /getArtists |
Get Artists details from channelId |
| Podcast | ||
| GET |
Get Podcast Details /getPodcast |
Get Podcast Details |
| Playlist | ||
| GET |
Get Playlist Details /getPlaylist |
Getting Playlist details using playlistId |
| Other endpoints | ||
| GET |
Find match song /matching |
Find match song from another platform, like **YouTube**, **Spotify**, **Apple Music** through videoId! |
YouTube-Music-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $29.94 / month | 50000 / second |
|