curl --request GET \
--url https://api.rewind.rest/v1/collecting/cross-reference \
--header 'Authorization: Bearer <token>'{
"data": [
{
"collection": {
"id": 1,
"discogs_id": 6872464,
"title": "Nevermind",
"artists": [
"Nirvana"
],
"year": 1991,
"format": "Vinyl",
"genres": [
"Rock"
],
"styles": [
"Grunge"
],
"image": null,
"date_added": "2026-03-11T16:05:58-07:00",
"rating": 0,
"discogs_url": "https://www.discogs.com/release/6872464"
},
"listening": {
"album_name": "Nevermind",
"artist_name": "Nirvana",
"play_count": 333,
"last_played": "2026-02-15T20:00:00Z",
"match_type": "exact",
"match_confidence": 1
}
}
],
"summary": {
"total_matches": 50,
"listen_rate": 0.72,
"unlistened_count": 14
},
"pagination": {
"page": 1,
"limit": 20,
"total": 50,
"total_pages": 3
}
}Cross-references vinyl collection with Last.fm listening data showing play counts and match confidence.
curl --request GET \
--url https://api.rewind.rest/v1/collecting/cross-reference \
--header 'Authorization: Bearer <token>'{
"data": [
{
"collection": {
"id": 1,
"discogs_id": 6872464,
"title": "Nevermind",
"artists": [
"Nirvana"
],
"year": 1991,
"format": "Vinyl",
"genres": [
"Rock"
],
"styles": [
"Grunge"
],
"image": null,
"date_added": "2026-03-11T16:05:58-07:00",
"rating": 0,
"discogs_url": "https://www.discogs.com/release/6872464"
},
"listening": {
"album_name": "Nevermind",
"artist_name": "Nirvana",
"play_count": 333,
"last_played": "2026-02-15T20:00:00Z",
"match_type": "exact",
"match_confidence": 1
}
}
],
"summary": {
"total_matches": 50,
"listen_rate": 0.72,
"unlistened_count": 14
},
"pagination": {
"page": 1,
"limit": 20,
"total": 50,
"total_pages": 3
}
}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.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
x >= 11 <= x <= 100