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
| Name | Type | Description |
|---|---|---|
thumb | String | URL to the thumbnail image. |
title | String | Title of the release. |
country | String | Country where the release was issued. |
uri | String | URI to access the release on Discogs. |
catno | String | Catalog number of the release. |
year | String | Year the release was issued. |
resource_url | String | Resource URL for the release. |
type | String | Type of the release, typically "release". |
id | Int | Discogs 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. |