Discogs · JSON Structure

Discogs Listing Release Structure

Summary of a release within a listing.

Type: object Properties: 9
MusicMarketplaceCatalogCommunityVinylPublic APIs

ListingRelease is a JSON Structure definition published by Discogs, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id resource_url description thumbnail artist title year format catalog_number

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-listing-release-structure.json",
  "name": "ListingRelease",
  "description": "Summary of a release within a listing.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "resource_url": {
      "type": "uri"
    },
    "description": {
      "type": "string"
    },
    "thumbnail": {
      "type": "uri"
    },
    "artist": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "year": {
      "type": "int32"
    },
    "format": {
      "type": "string"
    },
    "catalog_number": {
      "type": "string"
    }
  }
}