Skip to main content

ItemDiscogsStatistics Object

Description

Statistics from Discogs marketplace for a release, including collection counts and price statistics.

Declaration

type ItemDiscogsStatistics {
have: Int
want: Int
lastSold: String
lowest: String
median: String
highest: String
}

Fields

NameTypeDescription
haveIntNumber of users who have this release in their collection.
wantIntNumber of users who want this release.
lastSoldStringDate of the last sale of this release on Discogs.
lowestStringLowest price this release has sold for on Discogs.
medianStringMedian price this release has sold for on Discogs.
highestStringHighest price this release has sold for on Discogs.