curl --request GET \
--url https://api.rewind.rest/v1/collecting/formats \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "Vinyl",
"count": 253
},
{
"name": "CD",
"count": 29
},
{
"name": "Other",
"count": 2
}
]
}Count of collection items grouped by primary format (Vinyl, CD, Cassette, etc).
curl --request GET \
--url https://api.rewind.rest/v1/collecting/formats \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "Vinyl",
"count": 253
},
{
"name": "CD",
"count": 29
},
{
"name": "Other",
"count": 2
}
]
}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.