get_show_episodes | R Documentation |
Get Spotify catalog information about an show's episodes. Optional parameters can be used to limit the number of episodes returned.
get_show_episodes(
id,
limit = 20,
offset = 0,
market = NULL,
authorization = get_spotify_authorization_code(),
include_meta_info = FALSE
)
id |
Required. The Spotify ID for the show. |
limit |
Optional. |
offset |
Optional. |
market |
Optional. |
authorization |
Required. A valid access token from the Spotify Accounts service. See the
Web API authorization Guide for more details.
Defaults to |
include_meta_info |
Optional. Boolean indicating whether to include full result, with meta information such as |
Returns a data frame of results containing show data. See the official API documentation for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.