Get lyrics for a given song
Path parameters
-
ID of the song
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"
}