Discogs · Example Payload

Discogs Release Rating Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

Discogs Release Rating Example is an example object payload from Discogs, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

release_idrating

Example Payload

Raw ↑
{
  "release_id": 249504,
  "rating": {
    "count": 42,
    "average": 4.32
  }
}