Query parameters

Responses

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
}