Get lyrics for a given song

GET /lyrics/{songID}

Path parameters

  • songID integer Required

    ID of the song

Responses

GET /lyrics/{songID}
curl \
 -X GET https://taylor-swift-api.sarbo.workers.dev/lyrics/{songID}
Response examples (200)
{
  "song_id": 42,
  "song_title": "string",
  "lyrics": "string"
}
Response examples (200)
{
  "song_id": 42,
  "song_title": "string",
  "lyrics": "string"
}