Spotify/
1{
2 "available_markets": [
3 "string"
4 ],
5 "copyrights": [
6 {
7 "text": "string",
8 "type": "string"
9 }
10 ],
11 "description": "string",
12 "html_description": "string",
13 "explicit": true,
14 "external_urls": {
15 "spotify": "string"
16 },
17 "href": "string",
18 "id": "string",
19 "images": [
20 {
21 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
22 "height": 300,
23 "width": 300
24 }
25 ],
26 "is_externally_hosted": true,
27 "languages": [
28 "string"
29 ],
30 "media_type": "string",
31 "name": "string",
32 "publisher": "string",
33 "type": "show",
34 "uri": "string",
35 "total_episodes": 0,
36 "episodes": {
37 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n",
38 "limit": 20,
39 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1",
40 "offset": 0,
41 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1",
42 "total": 4,
43 "items": [
44 {
45 "audio_preview_url": "https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17",
46 "description": "A Spotify podcast sharing fresh insights on important topics of the moment—in a way only Spotify can. You’ll hear from experts in the music, podcast and tech industries as we discover and uncover stories about our work and the world around us.\n",
47 "html_description": "<p>A Spotify podcast sharing fresh insights on important topics of the moment—in a way only Spotify can. You’ll hear from experts in the music, podcast and tech industries as we discover and uncover stories about our work and the world around us.</p>\n",
48 "duration_ms": 1686230,
49 "explicit": true,
50 "external_urls": {
51 "spotify": "string"
52 },
53 "href": "https://api.spotify.com/v1/episodes/5Xt5DXGzch68nYYamXrNxZ",
54 "id": "5Xt5DXGzch68nYYamXrNxZ",
55 "images": [
56 {
57 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
58 "height": 300,
59 "width": 300
60 }
61 ],
62 "is_externally_hosted": true,
63 "is_playable": true,
64 "language": "en",
65 "languages": [
66 "fr",
67 "en"
68 ],
69 "name": "Starting Your Own Podcast: Tips, Tricks, and Advice From Anchor Creators\n",
70 "release_date": "1981-12-15",
71 "release_date_precision": "day",
72 "resume_point": {
73 "fully_played": true,
74 "resume_position_ms": 0
75 },
76 "type": "episode",
77 "uri": "spotify:episode:0zLhl3WsOCQHbe1BPTiHgr",
78 "restrictions": {
79 "reason": "string"
80 }
81 }
82 ]
83 }
84}
The Spotify Get Show Response Json of Spotify Get Show API get Spotify catalog information for a single show identified by its unique Spotify ID.
The Spotify Get Show Json API allows developers to retrieve detailed information about a specific show, including its name, description, and images. It also provides access to the show's episodes, including their titles, descriptions, and audio files.
The Json response from the API includes the show's name, description, images, and a list of episodes. Each episode includes its title, description, audio file, and a list of artists associated with the episode. Additionally, the response includes the show's external URLs, such as its website and social media links.
Developed by
Episyche Technologies
Copyright © 2022-2024 Episyche Technologies. All rights reserved.
Based on JSON CRACK, by AykutSarac