curl --request GET \
--url https://api.recoupable.com/api/spotify/artist/topTracks{
"tracks": [
{
"album": {
"album_type": "album",
"total_tracks": 123,
"available_markets": [
"<string>"
],
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"images": [
{
"url": "<string>",
"height": 123,
"width": 123
}
],
"name": "<string>",
"release_date": "<string>",
"release_date_precision": "year",
"restrictions": {
"reason": "<string>"
},
"type": "album",
"uri": "<string>",
"artists": [
{
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"name": "<string>",
"type": "artist",
"uri": "<string>"
}
],
"album_group": "album"
},
"artists": [
{
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"name": "<string>",
"type": "artist",
"uri": "<string>"
}
],
"available_markets": [
"<string>"
],
"disc_number": 123,
"duration_ms": 123,
"explicit": true,
"external_ids": {
"isrc": "<string>",
"ean": "<string>",
"upc": "<string>"
},
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"is_playable": true,
"linked_from": {},
"restrictions": {
"reason": "<string>"
},
"name": "<string>",
"popularity": 123,
"preview_url": "<string>",
"track_number": 123,
"type": "track",
"uri": "<string>",
"is_local": true
}
]
}Get an artist’s top tracks by country.
curl --request GET \
--url https://api.recoupable.com/api/spotify/artist/topTracks{
"tracks": [
{
"album": {
"album_type": "album",
"total_tracks": 123,
"available_markets": [
"<string>"
],
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"images": [
{
"url": "<string>",
"height": 123,
"width": 123
}
],
"name": "<string>",
"release_date": "<string>",
"release_date_precision": "year",
"restrictions": {
"reason": "<string>"
},
"type": "album",
"uri": "<string>",
"artists": [
{
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"name": "<string>",
"type": "artist",
"uri": "<string>"
}
],
"album_group": "album"
},
"artists": [
{
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"name": "<string>",
"type": "artist",
"uri": "<string>"
}
],
"available_markets": [
"<string>"
],
"disc_number": 123,
"duration_ms": 123,
"explicit": true,
"external_ids": {
"isrc": "<string>",
"ean": "<string>",
"upc": "<string>"
},
"external_urls": {
"spotify": "<string>"
},
"href": "<string>",
"id": "<string>",
"is_playable": true,
"linked_from": {},
"restrictions": {
"reason": "<string>"
},
"name": "<string>",
"popularity": 123,
"preview_url": "<string>",
"track_number": 123,
"type": "track",
"uri": "<string>",
"is_local": true
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?