Spotify/
1{
2 "external_urls": {
3 "spotify": "string"
4 },
5 "followers": {
6 "href": "string",
7 "total": 0
8 },
9 "genres": [
10 "Prog rock",
11 "Grunge"
12 ],
13 "href": "string",
14 "id": "string",
15 "images": [
16 {
17 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
18 "height": 300,
19 "width": 300
20 }
21 ],
22 "name": "string",
23 "popularity": 0,
24 "type": "artist",
25 "uri": "string"
26}
The Spotify Get Artist Response Json of Spotify Get Artist API gets the Spotify catalog information for a single artist identified by their unique Spotify ID.
The Spotify Get Artist Json API allows developers to retrieve detailed information about one or more artists from the Spotify catalog. This API returns a JSON object containing the artist's name, genres, popularity, followers, and other related information.
The response from the Json API includes the artist's name, genres, popularity, followers, and other related information. It also includes a list of the artist's albums, singles, and compilations, as well as a list of the artist's related artists. Additionally, the response includes a list of the artist's top tracks, as well as a list of the artist's images. The response also includes a link to the artist's Spotify page.
Developed by
Episyche Technologies
Copyright © 2022-2024 Episyche Technologies. All rights reserved.
Based on JSON CRACK, by AykutSarac