Browse the Discogs catalog filtered to a specific genre. Results are 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.
have (community collection count) in descending order, so the most widely-owned releases in that genre appear first — a reliable proxy for cultural significance and demand. Each page of 20 results is cached in Redis under the key genero:{genre}:{page} for 24 hours.
Genre names are case-sensitive on the Discogs API. Use the canonical
Discogs genre names:
Rock, Jazz, Electronic, Hip Hop,
Folk, World, & Country, Classical, Blues, Reggae, Latin,
Pop, Funk / Soul, Non-Music, Stage & Screen, Children's.Endpoint
| Property | Value |
|---|---|
| Method | GET |
| Path | /genero/:genero |
| Auth | None |
| Cache TTL | 24 hours per (genre, page) |
Request Parameters
The Discogs genre name to filter by. URL-encoded automatically — spaces should
be encoded as
%20 or + in the URL. Examples: Rock, Jazz, Electronic,
Hip%20Hop.Page number to retrieve. Each page contains up to 20 results. Starts at
1.Response Fields
Array of release objects for the requested genre and page.
Total number of releases in this genre across all pages.
Total number of pages available for this genre.
The current page number that was returned (mirrors the
pagina query parameter).Example Request
Example Response
Error Responses
| Status | Error message | Cause |
|---|---|---|
500 | "Error al obtener discos por género." | Discogs API request failed or returned an error. |