Retrieve a paginated list of songs
curl --request GET \ --url https://www.beatsfoundation.com/api/songs
{ "songs": [ { "id": "<string>", "title": "<string>", "audio_url": "<string>", "streams": 123, "upvote_count": 123, "song_url": "<string>", "username": "<string>" } ], "pagination": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Page number for pagination
Number of items per page
Show child attributes