Skip to main content
GET
/
v1
/
collecting
/
vinyl
/
{id}
Vinyl record detail
curl --request GET \
  --url https://api.rewind.rest/v1/collecting/vinyl/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "discogs_id": 6872464,
  "title": "Nevermind",
  "artists": [
    "Nirvana"
  ],
  "year": 1991,
  "format": "Vinyl",
  "format_detail": "[\"LP\",\"Album\"]",
  "label": "[{\"name\":\"DGC\",\"catno\":\"DGC-24425\"}]",
  "genres": [
    "Rock"
  ],
  "styles": [
    "Grunge"
  ],
  "image": {
    "url": "https://cdn.rewind.rest/collecting/releases/6872464/original.jpg?width=300&height=300&fit=cover&format=auto&quality=85&v=1",
    "thumbhash": "GncKRwaU9niFd3dShlaJSFeJlYCYhGYA",
    "dominant_color": "#222229",
    "accent_color": "#9b31ed"
  },
  "date_added": "2026-03-11T16:05:58-07:00",
  "rating": 0,
  "discogs_url": "https://www.discogs.com/release/6872464",
  "tracklist": [
    {
      "position": "1",
      "title": "Smells Like Teen Spirit",
      "duration": "5:01"
    }
  ],
  "country": "US",
  "community_have": 45000,
  "community_want": 12000,
  "lowest_price": 25.99,
  "num_for_sale": 350,
  "notes": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Path Parameters

id
string
required

Response

Vinyl record detail

id
number
required
discogs_id
number
required
title
string
required
artists
string[]
required
year
number | null
required
format
string
required
format_detail
string
required
label
string
required
genres
string[]
required
styles
string[]
required
image
object
required
date_added
string | null
required
rating
number | null
required
discogs_url
string | null
required
tracklist
any[]
required
country
string | null
required
community_have
number | null
required
community_want
number | null
required
lowest_price
number | null
required
num_for_sale
number | null
required
notes
any