Get an Artists Albums

Go to Product

Get Artist's Albums

Get Spotify catalog information about an artist's albums.

Options

Id
The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) of the artist.
Include Groups (*)

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
For example: include_groups=album,single.

Market (*)

An ISO 3166-1 alpha-2 country code. If a country code is specified, only content that is available in that market will be returned.
If a valid user access token is specified in the request header, the country associated with the user account will take priority over this parameter.
Note: If neither market or user country are provided, the content is considered unavailable for the client.
Users can view the country that is associated with their account in the account settings.

Limit (*)
The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.
Offset (*)
The index of the first item to return. Default: 0 (the first item). Use with limit to get the next set of items.
Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Structured Table: Returns a parsed table with data split into rows and columns.
    • Href: A link to the Web API endpoint returning the full result of the request
    • Limit: The maximum number of items in the response (as set in the query or by default).
    • Next:

      URL to the next page of items. ( null if none)

    • Offset: The offset of the items returned (as set in the query or by default)
    • Previous:

      URL to the previous page of items. ( null if none)

    • Total: The total number of items available to return.
    • Items:
  • Raw Response: Returns the raw response in a single row with the following columns:
    • body: Response body
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.