Discogs · Schema

Listing

A Marketplace listing.

MusicMarketplaceCatalogCommunityVinylPublic APIs

Properties

Name Type Description
id integer
resource_url string
uri string
status string
price object
allow_offers boolean
sleeve_condition object
condition object
posted string
ships_from string
comments string
seller object
release object
audio boolean
weight integer The weight of the item in grams.
format_quantity integer How many units this item counts as for shipping.
external_id string Private comments for the seller.
location string Physical location of the item.
View JSON Schema on GitHub

JSON Schema

discogs-listing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-schema/discogs-listing-schema.json",
  "title": "Listing",
  "description": "A Marketplace listing.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "resource_url": {
      "type": "string",
      "format": "uri",
      "readOnly": true
    },
    "uri": {
      "type": "string",
      "format": "uri",
      "readOnly": true
    },
    "status": {
      "type": "string",
      "enum": [
        "For Sale",
        "Sold",
        "Draft",
        "Expired"
      ]
    },
    "price": {
      "$ref": "#/components/schemas/Price"
    },
    "allow_offers": {
      "type": "boolean"
    },
    "sleeve_condition": {
      "$ref": "#/components/schemas/SleeveCondition"
    },
    "condition": {
      "$ref": "#/components/schemas/MediaCondition"
    },
    "posted": {
      "type": "string",
      "format": "date-time"
    },
    "ships_from": {
      "type": "string"
    },
    "comments": {
      "type": "string"
    },
    "seller": {
      "$ref": "#/components/schemas/UserSummary"
    },
    "release": {
      "$ref": "#/components/schemas/ListingRelease"
    },
    "audio": {
      "type": "boolean"
    },
    "weight": {
      "type": "integer",
      "description": "The weight of the item in grams."
    },
    "format_quantity": {
      "type": "integer",
      "description": "How many units this item counts as for shipping."
    },
    "external_id": {
      "type": "string",
      "nullable": true,
      "description": "Private comments for the seller."
    },
    "location": {
      "type": "string",
      "nullable": true,
      "description": "Physical location of the item."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/discogs-listing"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.