Skip to content

Instantly share code, notes, and snippets.

@oq-x
Created May 20, 2024 11:37
Show Gist options
  • Save oq-x/a9c40c6056721a26bdce286d0a02082a to your computer and use it in GitHub Desktop.
Save oq-x/a9c40c6056721a26bdce286d0a02082a to your computer and use it in GitHub Desktop.
YouTube Music Synced Lyrics from API
This is how to get synced lyrics from the api instead of regular.
POST https://music.youtube.com/youtubei/v1/browse?prettyPrint=false
{
"context": {
"client": {
"clientName": "26",
"clientVersion": "7.01.05"
}
},
"browseId": "<lyricsBrowseID>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment