Spotify/
1{
2 "country": "string",
3 "display_name": "string",
4 "email": "string",
5 "explicit_content": {
6 "filter_enabled": true,
7 "filter_locked": true
8 },
9 "external_urls": {
10 "spotify": "string"
11 },
12 "followers": {
13 "href": "string",
14 "total": 0
15 },
16 "href": "string",
17 "id": "string",
18 "images": [
19 {
20 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
21 "height": 300,
22 "width": 300
23 }
24 ],
25 "product": "string",
26 "type": "string",
27 "uri": "string"
28}
The Spotify Get Current User's Profile Response Json is an example response of Spotify Get Current User's Profile API which get detailed profile information about the current user (including the current user's username).
The Spotify Get Current User's Profile Json API allows developers to retrieve detailed information about the current user's profile. This includes the user's display name, email address, country, product type, and more.
The response from the API is a JSON object containing the user's profile information. This includes the user's display name, email address, country, product type, and other details. Additionally, the Json response also includes the user's images, external URLs, and followers count.
Developed by
Episyche Technologies
Copyright © 2022-2024 Episyche Technologies. All rights reserved.
Based on JSON CRACK, by AykutSarac