This package offers a variety of blocks by Spotify that do not require any authentication.
- Domain: spotify.com
- Credentials: accessToken
- Go to Spotify Console
- Log in and generate accessToken
- Use your accessToken.
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
query | String | The search query's keywords (and optional field filters and operators). |
market | String | An ISO 3166-1 alpha-2 country code or the string from_token. |
limit | String | The maximum number of results to return. Default: 20. Minimum: 1. Maximum: 50. |
offset | String | The index of the first result to return. Default: 0 (i.e., the first result). Maximum offset: 100.000. Use with limit to get the next page of search results. |
{
"query": "...",
"market": "...",
"limit": "...",
"offset": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
query | String | The search query's keywords (and optional field filters and operators). |
market | String | An ISO 3166-1 alpha-2 country code or the string from_token. |
limit | String | The maximum number of results to return. Default: 20. Minimum: 1. Maximum: 50. |
offset | String | The index of the first result to return. Default: 0 (i.e., the first result). Maximum offset: 100.000. Use with limit to get the next page of search results. |
{
"query": "...",
"market": "...",
"limit": "...",
"offset": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
query | String | The search query's keywords (and optional field filters and operators). |
market | String | An ISO 3166-1 alpha-2 country code or the string from_token. |
limit | String | The maximum number of results to return. Default: 20. Minimum: 1. Maximum: 50. |
offset | String | The index of the first result to return. Default: 0 (i.e., the first result). Maximum offset: 100.000. Use with limit to get the next page of search results. |
{
"query": "...",
"market": "...",
"limit": "...",
"offset": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
query | String | The search query's keywords (and optional field filters and operators). |
market | String | An ISO 3166-1 alpha-2 country code or the string from_token. |
limit | String | The maximum number of results to return. Default: 20. Minimum: 1. Maximum: 50. |
offset | String | The index of the first result to return. Default: 0 (i.e., the first result). Maximum offset: 100.000. Use with limit to get the next page of search results. |
{
"query": "...",
"market": "...",
"limit": "...",
"offset": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the album. |
{
"id": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the track. |
{
"id": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the artist. |
{
"id": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the artist. |
album_type | List | A comma-separated list of keywords that will be used to filter the response. If not supplied, all album types will be returned. Valid values are:album, single, appears_on, compilation. |
market | String | An ISO 3166-1 alpha-2 country code. Supply this parameter to limit the response to one particular geographical market. |
limit | String | The number of album objects to return. Default: 20. Minimum: 1. Maximum: 50. |
offset | String | The index of the first album to return. Default: 0 (i.e., the first album). Use with limit to get the next set of albums. |
{
"id": "...",
"album_type": "...",
"market": "...",
"limit": "...",
"offset": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the artist. |
country | String | The country: an ISO 3166-1 alpha-2 country code. |
{
"id": "...",
"country": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the artist. |
{
"id": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the track. |
{
"id": "..."
}
Field | Type | Description |
---|---|---|
accessToken | credentials | The accessToken obtained from Spotify. |
id | String | The Spotify ID for the user profile. |
{
"id": "..."
}