Retrieve up to 20 vinyl releases added to Discogs during the current calendar year, sorted byDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/akibanks/api-tienda-vinilos/llms.txt
Use this file to discover all available pages before exploring further.
date_added in descending order so the newest additions appear first. This endpoint is ideal for powering a “New Arrivals” or “Fresh Stock” section in your storefront. The result is cached in Redis under the key recientes for 24 hours — the cache is shared across all users and is invalidated automatically when it expires.
The current year is determined at request time on the server. The cache is
refreshed at most once every 24 hours, so releases added to Discogs within
that window may not appear immediately.
Endpoint
| Property | Value |
|---|---|
| Method | GET |
| Path | /recientes |
| Auth | None |
| Cache TTL | 24 hours (shared) |
Request Parameters
This endpoint accepts no query parameters.Response Fields
The response is a JSON array of up to 20 release objects. Each object has the same shape as a result item fromGET /buscar.
A release object.
Example Request
Example Response
Error Responses
| Status | Error message | Cause |
|---|---|---|
500 | "Error al obtener discos recientes." | Discogs API request failed or returned an error. |