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.
Your Recoup API key. Learn more.
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