You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: official-spotify-open-api.yml
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
openapi: "3.0.3"
2
2
info:
3
3
description: |
4
-
You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens.
5
-
6
-
In order to make successful Web API requests your app will need a valid access token. One can be obtained through <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/">OAuth 2.0</a>.
7
-
8
-
The base URI for all Web API requests is `https://api.spotify.com/v1`.
9
-
10
-
Need help? See our <a href="https://developer.spotify.com/documentation/web-api/guides/">Web API guides</a> for more information, or visit the <a href="https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer">Spotify for Developers community forum</a> to ask questions and connect with other developers.
4
+
You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens.
5
+
6
+
In order to make successful Web API requests your app will need a valid access token. One can be obtained through <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/">OAuth 2.0</a>.
7
+
8
+
The base URI for all Web API requests is `https://api.spotify.com/v1`.
9
+
10
+
Need help? See our <a href="https://developer.spotify.com/documentation/web-api/guides/">Web API guides</a> for more information, or visit the <a href="https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer">Spotify for Developers community forum</a> to ask questions and connect with other developers.
even if more recent changes have been made to the playlist.
1072
1072
responses:
1073
1073
"200":
1074
-
$ref: "#/components/responses/PlaylistSnapshotId"
1074
+
$ref: "#/components/responses/PlaylistSnapshotId"
1075
1075
"401":
1076
1076
$ref: "#/components/responses/Unauthorized"
1077
1077
"403":
@@ -3917,8 +3917,8 @@ components:
3917
3917
3918
3918
Forbidden:
3919
3919
description: |
3920
-
Bad OAuth request (wrong consumer key, bad nonce, expired
3921
-
timestamp...). Unfortunately, re-authenticating the user won't help here.
3920
+
Bad OAuth request (wrong consumer key, bad nonce, expired
3921
+
timestamp...). Unfortunately, re-authenticating the user won't help here.
3922
3922
content:
3923
3923
application/json:
3924
3924
schema:
@@ -3931,7 +3931,7 @@ components:
3931
3931
3932
3932
TooManyRequests:
3933
3933
description: |
3934
-
The app has exceeded its rate limits.
3934
+
The app has exceeded its rate limits.
3935
3935
content:
3936
3936
application/json:
3937
3937
schema:
@@ -4527,8 +4527,8 @@ components:
4527
4527
Whether this track or episode is a [local file](https://developer.spotify.com/web-api/local-files-spotify-playlists/) or not.
4528
4528
track:
4529
4529
oneOf:
4530
-
- $ref: '#/components/schemas/TrackObject'
4531
-
- $ref: '#/components/schemas/EpisodeObject'
4530
+
- $ref: '#/components/schemas/TrackObject'
4531
+
- $ref: '#/components/schemas/EpisodeObject'
4532
4532
x-spotify-docs-type: TrackObject | EpisodeObject
4533
4533
description: Information about the track or episode.
4534
4534
@@ -4551,8 +4551,8 @@ components:
4551
4551
description: If something is currently playing, return `true`.
4552
4552
item:
4553
4553
oneOf:
4554
-
- $ref: '#/components/schemas/TrackObject'
4555
-
- $ref: '#/components/schemas/EpisodeObject'
4554
+
- $ref: '#/components/schemas/TrackObject'
4555
+
- $ref: '#/components/schemas/EpisodeObject'
4556
4556
x-spotify-docs-type: TrackObject | EpisodeObject
4557
4557
description: The currently playing track or episode. Can be `null`.
4558
4558
currently_playing_type:
@@ -4609,8 +4609,8 @@ components:
4609
4609
description: If something is currently playing, return `true`.
4610
4610
item:
4611
4611
oneOf:
4612
-
- $ref: '#/components/schemas/TrackObject'
4613
-
- $ref: '#/components/schemas/EpisodeObject'
4612
+
- $ref: '#/components/schemas/TrackObject'
4613
+
- $ref: '#/components/schemas/EpisodeObject'
4614
4614
x-spotify-docs-type: TrackObject | EpisodeObject
4615
4615
description: The currently playing track or episode. Can be `null`.
4616
4616
currently_playing_type:
@@ -5444,7 +5444,7 @@ components:
5444
5444
items:
5445
5445
type: object
5446
5446
description: |
5447
-
The requested content
5447
+
The requested content
5448
5448
limit:
5449
5449
type: integer
5450
5450
example: 20
@@ -5692,7 +5692,7 @@ components:
5692
5692
items:
5693
5693
$ref: '#/components/schemas/ImageObject'
5694
5694
description: |
5695
-
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/general/guides/working-with-playlists/). _**Note**: If returned, the source URL for the image (`url`) is temporary and will expire in less than a day._
5695
+
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/general/guides/working-with-playlists/). _**Note**: If returned, the source URL for the image (`url`) is temporary and will expire in less than a day._
5696
5696
name:
5697
5697
type: string
5698
5698
description: |
@@ -5755,7 +5755,7 @@ components:
5755
5755
items:
5756
5756
$ref: '#/components/schemas/ImageObject'
5757
5757
description: |
5758
-
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/general/guides/working-with-playlists/). _**Note**: If returned, the source URL for the image (`url`) is temporary and will expire in less than a day._
5758
+
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/general/guides/working-with-playlists/). _**Note**: If returned, the source URL for the image (`url`) is temporary and will expire in less than a day._
5759
5759
name:
5760
5760
type: string
5761
5761
description: |
@@ -5905,7 +5905,7 @@ components:
5905
5905
explicit:
5906
5906
type: boolean
5907
5907
description: |
5908
-
Whether or not the track has explicit lyrics ( `true` = yes it does; `false` = no it does not OR unknown).
5908
+
Whether or not the track has explicit lyrics ( `true` = yes it does; `false` = no it does not OR unknown).
0 commit comments