Spotify/

Spotify Search for Item Response Json

Spotify Search for Item Response Json
The Spotify Search for Item Response Json is an example response of Spotify Search for Item API which get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string.

JSON Data:

1{ 2 "tracks": { 3 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 4 "limit": 20, 5 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 6 "offset": 0, 7 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 8 "total": 4, 9 "items": [ 10 { 11 "album": { 12 "album_type": "compilation", 13 "total_tracks": 9, 14 "available_markets": [ 15 "CA", 16 "BR", 17 "IT" 18 ], 19 "external_urls": { 20 "spotify": "string" 21 }, 22 "href": "string", 23 "id": "2up3OPMp9Tb4dAKM2erWXQ", 24 "images": [ 25 { 26 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 27 "height": 300, 28 "width": 300 29 } 30 ], 31 "name": "string", 32 "release_date": "1981-12", 33 "release_date_precision": "year", 34 "restrictions": { 35 "reason": "market" 36 }, 37 "type": "album", 38 "uri": "spotify:album:2up3OPMp9Tb4dAKM2erWXQ", 39 "copyrights": [ 40 { 41 "text": "string", 42 "type": "string" 43 } 44 ], 45 "external_ids": { 46 "isrc": "string", 47 "ean": "string", 48 "upc": "string" 49 }, 50 "genres": [ 51 "Egg punk", 52 "Noise rock" 53 ], 54 "label": "string", 55 "popularity": 0, 56 "album_group": "compilation", 57 "artists": [ 58 { 59 "external_urls": { 60 "spotify": "string" 61 }, 62 "href": "string", 63 "id": "string", 64 "name": "string", 65 "type": "artist", 66 "uri": "string" 67 } 68 ] 69 }, 70 "artists": [ 71 { 72 "external_urls": { 73 "spotify": "string" 74 }, 75 "followers": { 76 "href": "string", 77 "total": 0 78 }, 79 "genres": [ 80 "Prog rock", 81 "Grunge" 82 ], 83 "href": "string", 84 "id": "string", 85 "images": [ 86 { 87 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 88 "height": 300, 89 "width": 300 90 } 91 ], 92 "name": "string", 93 "popularity": 0, 94 "type": "artist", 95 "uri": "string" 96 } 97 ], 98 "available_markets": [ 99 "string" 100 ], 101 "disc_number": 0, 102 "duration_ms": 0, 103 "explicit": true, 104 "external_ids": { 105 "isrc": "string", 106 "ean": "string", 107 "upc": "string" 108 }, 109 "external_urls": { 110 "spotify": "string" 111 }, 112 "href": "string", 113 "id": "string", 114 "is_playable": true, 115 "linked_from": {}, 116 "restrictions": { 117 "reason": "string" 118 }, 119 "name": "string", 120 "popularity": 0, 121 "preview_url": "string", 122 "track_number": 0, 123 "type": "track", 124 "uri": "string", 125 "is_local": true 126 } 127 ] 128 }, 129 "artists": { 130 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 131 "limit": 20, 132 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 133 "offset": 0, 134 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 135 "total": 4, 136 "items": [ 137 { 138 "external_urls": { 139 "spotify": "string" 140 }, 141 "followers": { 142 "href": "string", 143 "total": 0 144 }, 145 "genres": [ 146 "Prog rock", 147 "Grunge" 148 ], 149 "href": "string", 150 "id": "string", 151 "images": [ 152 { 153 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 154 "height": 300, 155 "width": 300 156 } 157 ], 158 "name": "string", 159 "popularity": 0, 160 "type": "artist", 161 "uri": "string" 162 } 163 ] 164 }, 165 "albums": { 166 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 167 "limit": 20, 168 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 169 "offset": 0, 170 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 171 "total": 4, 172 "items": [ 173 { 174 "album_type": "compilation", 175 "total_tracks": 9, 176 "available_markets": [ 177 "CA", 178 "BR", 179 "IT" 180 ], 181 "external_urls": { 182 "spotify": "string" 183 }, 184 "href": "string", 185 "id": "2up3OPMp9Tb4dAKM2erWXQ", 186 "images": [ 187 { 188 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 189 "height": 300, 190 "width": 300 191 } 192 ], 193 "name": "string", 194 "release_date": "1981-12", 195 "release_date_precision": "year", 196 "restrictions": { 197 "reason": "market" 198 }, 199 "type": "album", 200 "uri": "spotify:album:2up3OPMp9Tb4dAKM2erWXQ", 201 "copyrights": [ 202 { 203 "text": "string", 204 "type": "string" 205 } 206 ], 207 "external_ids": { 208 "isrc": "string", 209 "ean": "string", 210 "upc": "string" 211 }, 212 "genres": [ 213 "Egg punk", 214 "Noise rock" 215 ], 216 "label": "string", 217 "popularity": 0, 218 "album_group": "compilation", 219 "artists": [ 220 { 221 "external_urls": { 222 "spotify": "string" 223 }, 224 "href": "string", 225 "id": "string", 226 "name": "string", 227 "type": "artist", 228 "uri": "string" 229 } 230 ] 231 } 232 ] 233 }, 234 "playlists": { 235 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 236 "limit": 20, 237 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 238 "offset": 0, 239 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 240 "total": 4, 241 "items": [ 242 { 243 "collaborative": true, 244 "description": "string", 245 "external_urls": { 246 "spotify": "string" 247 }, 248 "href": "string", 249 "id": "string", 250 "images": [ 251 { 252 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 253 "height": 300, 254 "width": 300 255 } 256 ], 257 "name": "string", 258 "owner": { 259 "external_urls": { 260 "spotify": "string" 261 }, 262 "followers": { 263 "href": "string", 264 "total": 0 265 }, 266 "href": "string", 267 "id": "string", 268 "type": "user", 269 "uri": "string", 270 "display_name": "string" 271 }, 272 "public": true, 273 "snapshot_id": "string", 274 "tracks": { 275 "href": "string", 276 "total": 0 277 }, 278 "type": "string", 279 "uri": "string" 280 } 281 ] 282 }, 283 "shows": { 284 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 285 "limit": 20, 286 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 287 "offset": 0, 288 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 289 "total": 4, 290 "items": [ 291 { 292 "available_markets": [ 293 "string" 294 ], 295 "copyrights": [ 296 { 297 "text": "string", 298 "type": "string" 299 } 300 ], 301 "description": "string", 302 "html_description": "string", 303 "explicit": true, 304 "external_urls": { 305 "spotify": "string" 306 }, 307 "href": "string", 308 "id": "string", 309 "images": [ 310 { 311 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 312 "height": 300, 313 "width": 300 314 } 315 ], 316 "is_externally_hosted": true, 317 "languages": [ 318 "string" 319 ], 320 "media_type": "string", 321 "name": "string", 322 "publisher": "string", 323 "type": "show", 324 "uri": "string", 325 "total_episodes": 0 326 } 327 ] 328 }, 329 "episodes": { 330 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 331 "limit": 20, 332 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 333 "offset": 0, 334 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 335 "total": 4, 336 "items": [ 337 { 338 "audio_preview_url": "https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17", 339 "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", 340 "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", 341 "duration_ms": 1686230, 342 "explicit": true, 343 "external_urls": { 344 "spotify": "string" 345 }, 346 "href": "https://api.spotify.com/v1/episodes/5Xt5DXGzch68nYYamXrNxZ", 347 "id": "5Xt5DXGzch68nYYamXrNxZ", 348 "images": [ 349 { 350 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 351 "height": 300, 352 "width": 300 353 } 354 ], 355 "is_externally_hosted": true, 356 "is_playable": true, 357 "language": "en", 358 "languages": [ 359 "fr", 360 "en" 361 ], 362 "name": "Starting Your Own Podcast: Tips, Tricks, and Advice From Anchor Creators\n", 363 "release_date": "1981-12-15", 364 "release_date_precision": "day", 365 "resume_point": { 366 "fully_played": true, 367 "resume_position_ms": 0 368 }, 369 "type": "episode", 370 "uri": "spotify:episode:0zLhl3WsOCQHbe1BPTiHgr", 371 "restrictions": { 372 "reason": "string" 373 } 374 } 375 ] 376 }, 377 "audiobooks": { 378 "href": "https://api.spotify.com/v1/me/shows?offset=0&limit=20\n", 379 "limit": 20, 380 "next": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 381 "offset": 0, 382 "previous": "https://api.spotify.com/v1/me/shows?offset=1&limit=1", 383 "total": 4, 384 "items": [ 385 { 386 "authors": [ 387 { 388 "name": "string" 389 } 390 ], 391 "available_markets": [ 392 "string" 393 ], 394 "copyrights": [ 395 { 396 "text": "string", 397 "type": "string" 398 } 399 ], 400 "description": "string", 401 "html_description": "string", 402 "edition": "Unabridged", 403 "explicit": true, 404 "external_urls": { 405 "spotify": "string" 406 }, 407 "href": "string", 408 "id": "string", 409 "images": [ 410 { 411 "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n", 412 "height": 300, 413 "width": 300 414 } 415 ], 416 "languages": [ 417 "string" 418 ], 419 "media_type": "string", 420 "name": "string", 421 "narrators": [ 422 { 423 "name": "string" 424 } 425 ], 426 "publisher": "string", 427 "type": "audiobook", 428 "uri": "string", 429 "total_chapters": 0 430 } 431 ] 432 } 433}

Description:

The Spotify Search for Item Response Json is an example response of Spotify Search for Item API which get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string.

The Spotify Search for Item Json API allows developers to search for items in the Spotify catalog. It provides a powerful way to search for music, albums, artists, and playlists. The API returns a JSON response containing the search results.

The Json response contains a list of items that match the search query, including the item type, name, popularity, and external URLs. It also includes a list of related artists, albums, and tracks. Additionally, the response includes a list of available markets, which can be used to restrict the search results to a specific country. The Json response also includes a list of available audio features, such as tempo, key, and time signature.

episyche logo

Developed by

Episyche Technologies

Copyright © 2022-2024 Episyche Technologies. All rights reserved.

twitter
linkedin