Get all albums
GET /albums
curl \
-X GET https://taylor-swift-api.sarbo.workers.dev/albums
Response examples (200)
[
{
"album_id": 42,
"title": "string",
"release_date": "2023-05-04"
}
]
Response examples (200)
[
{
"album_id": 42,
"title": "string",
"release_date": "2024-05-04"
}
]