Retrieve songs within a specific catalog with pagination support. This endpoint joins catalog_songs with songs, song_artists, and accounts to provide comprehensive song information for a given catalog.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the catalog to query songs for
Optional. Filters songs to only include those with matching artist name
Page number for pagination (default: 1)
Number of songs per page (default: 20, max: 100)
x <= 100Catalog songs retrieved successfully
Response containing catalog songs data with pagination