SpotifyArtist
List SpotifyArtists
GET
https://api.idol.io/api/v2/spotify-artists
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Content-Type*
string
application/vnd.api+json
{
"data": [
{
"id": "10a6335c-ce40-4a7e-bf60-34ni23uhuihi",
"type": "spotify-artists",
"links": {
"self": "https://api.idol.io/api/v2/spotify-artists/<ID>a6335c-ce40-4a7e-bf60-34ni23uhuihi"
},
"attributes": {
"name": "Arcade Singer",
"spotify-id": "923470923"
}
},
{
"id": "6923a1a8-6f9c-4bb7-8f25-879asmqw087",
"type": "spotify-artists",
"links": {
"self": "https://api.idol.io/api/v2/spotify-artists/<ID>a1a8-6f9c-4bb7-8f25-879asmqw087"
},
"attributes": {
"name": "Arcade Singer",
"spotify-id": "45349854"
}
}
],
"meta": {
"record-count": 2,
"page-count": 1
}
}
Filter resources
api/v2/spotify-artists?filter[name]=demo-spotify-artist
Last updated