koel/tests/blobs/spotify/search-album.json
2022-07-18 13:24:43 +02:00

56 lines
1.8 KiB
JSON

{
"albums": {
"href": "https://api.spotify.com/v1/search?query=Epica+artist%3AKamelot&type=album&locale=en-US%2Cen%3Bq%3D0.9%2Cvi%3Bq%3D0.8&offset=0&limit=1",
"items": [
{
"album_type": "album",
"artists": [
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7gTbq5nTZGQIUgjEGXQpOS"
},
"href": "https://api.spotify.com/v1/artists/7gTbq5nTZGQIUgjEGXQpOS",
"id": "7gTbq5nTZGQIUgjEGXQpOS",
"name": "Kamelot",
"type": "artist",
"uri": "spotify:artist:7gTbq5nTZGQIUgjEGXQpOS"
}
],
"available_markets": [],
"external_urls": {
"spotify": "https://open.spotify.com/album/5WEchV3TKJFL1rHkggBAtB"
},
"href": "https://api.spotify.com/v1/albums/5WEchV3TKJFL1rHkggBAtB",
"id": "5WEchV3TKJFL1rHkggBAtB",
"images": [
{
"height": 640,
"url": "https://foo/bar.jpg",
"width": 640
},
{
"height": 300,
"url": "https://i.scdn.co/image/ab67616d00001e02ad9329d7ab35e35816c0bd3b",
"width": 300
},
{
"height": 64,
"url": "https://i.scdn.co/image/ab67616d00004851ad9329d7ab35e35816c0bd3b",
"width": 64
}
],
"name": "Epica",
"release_date": "2003-03-03",
"release_date_precision": "day",
"total_tracks": 16,
"type": "album",
"uri": "spotify:album:5WEchV3TKJFL1rHkggBAtB"
}
],
"limit": 1,
"next": "https://api.spotify.com/v1/search?query=Epica+artist%3AKamelot&type=album&locale=en-US%2Cen%3Bq%3D0.9%2Cvi%3Bq%3D0.8&offset=1&limit=1",
"offset": 0,
"previous": null,
"total": 1000
}
}