mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[PR #55] [MERGED] Add new 'raw' option to the format parameter and update readme #139
Labels
No labels
UPDATES
bug
bug
documentation
enhancement
hacktoberfest
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-lyrics-api#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/akashrchandran/spotify-lyrics-api/pull/55
Author: @essteec
Created: 12/25/2025
Status: ✅ Merged
Merged: 12/26/2025
Merged by: @akashrchandran
Base:
main← Head:feature/raw-lyrics-format📝 Commits (1)
cc8e45cAdd raw lyrics format and update readme📊 Changes
3 files changed (+20 additions, -4 deletions)
View changed files
📝
README.md(+3 -3)📝
api/index.php(+2 -1)📝
src/Spotify.php(+15 -0)📄 Description
Summary
I added a new option called
rawfor theformatparameter. This allows users to get the lyrics as one simple block of text instead of a list of timed lines.What's New
?format=rawto get plain text lyrics.How it looks
If you request
?format=raw, the response now looks like this:{
"error": false,
"syncType": "LINE_SYNCED",
"lines": "First line of the song\nSecond line of the song..."
}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.