Skip to main content

DiscogsSearchResultsEntry Object

Description

Represents a single release result from a Discogs search.

Declaration

type DiscogsSearchResultsEntry {
thumb: String
title: String
country: String
uri: String
catno: String
year: String
resource_url: String
type: String
id: Int
genre: [String]
label: [String]
format: [String]
formats: [DiscogsSearchResultsEntryFormat]
style: [String]
}

Fields

NameTypeDescription
thumbStringURL to the thumbnail image.
titleStringTitle of the release.
countryStringCountry where the release was issued.
uriStringURI to access the release on Discogs.
catnoStringCatalog number of the release.
yearStringYear the release was issued.
resource_urlStringResource URL for the release.
typeStringType of the release, typically "release".
idIntDiscogs release identifier.
genre[String]List of genres associated with the release.
label[String]List of labels that released the record.
format[String]List of format names.
formats[DiscogsSearchResultsEntryFormat]Detailed format information.
style[String]List of musical styles associated with the release.