This is the Songs data collection
Here you can find a list of real songs, not fake generated ones. Most of these songs are from 2024. Remember these endpoints actually don't modify the source data. You can use this data to enhance, mock or test your app. For details you can click each row
GET
/api/songsGet an array with the complete list of elements
GET
/api/songs/:idGet an element by ID
GET
/api/songs/randGet a random element
PUT
/api/songs/:idUpdate a complete element
PATCH
/api/songs/:idUpdate partial fields of an element.
POST
/api/songsCreate a new element.
DELETE
/api/songs/:idDelete an element.
GRAPHQL
/queryEndpoint to send your GraphQL queries
GRAPHQL
/playground