Return metadata for a release (a particular physical or digital object released by one or more artists) listed on Discogs.

discogs_release(release_id, mkt_currency = c("GBP", "USD", "EUR", "CAD",
  "AUD", "JPY", "CHF", "MXN", "BRL", "NZD", "SEK", "ZAR"),
  access_token = discogs_api_token())

Arguments

release_id

The ID of the Release.

mkt_currency

Currency for marketplace data. Defaults to GBP (must be one of: "GBP", "USD", "EUR", "CAD", "AUD", "JPY", "CHF", "MXN", "BRL", "NZD", "SEK", "ZAR").

access_token

Discogs personal access token, defaults to discogs_api_token.

Value

a discogs_database object that contains the extracted content from the request, the original JSON response object and the request path.

Examples

# NOT RUN {
discogs_release(release_id = 240007)
# }