GetLyrics
GetLyrics retrieves the lyrics for a specific song. Returns time-synchronized lyrics when available, otherwise plain text.
Headers
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Optional if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access without user context. Optional if Authorization is provided.
"ang_live_..."
Preferred locale for localized content (BCP 47). Determines which language variant is returned for LocalizedString fields.
"ar"
Path Parameters
Unique identifier of the song whose lyrics to retrieve.
Response
Successful response
GetLyricsResponse is the response message containing the song's lyrics. Returns either plain-text or time-synchronized lyrics depending on availability.