Get song information for a specific song
Path parameters
-
ID of the song
GET /songs/{songID}
curl \
-X GET https://taylor-swift-api.sarbo.workers.dev/songs/{songID}
Response examples (200)
{
"song_id": 42,
"song_title": "string",
"album_id": 42
}
Response examples (200)
{
"song_id": 42,
"song_title": "string",
"album_id": 42
}