Get N paragraphs of lyrics from songs
Query parameters
-
shouldRandomizeLyrics string
Indicates whether to randomize the lyrics or use default order
Values are
true
orfalse
. -
numberOfParagraphs integer
Number of paragraphs of lyrics to retrieve
Minimum value is
1
.
GET /lyrics
curl \
-X GET https://taylor-swift-api.sarbo.workers.dev/lyrics
Response examples (200)
{
"lyrics": [
"string"
],
"num_paragraphs": 42
}
Response examples (200)
{
"lyrics": [
"string"
],
"num_paragraphs": 42
}