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/songs

Get an array with the complete list of elements

GET

/api/songs/:id

Get an element by ID

GET

/api/songs/rand

Get a random element

PUT

/api/songs/:id

Update a complete element

PATCH

/api/songs/:id

Update partial fields of an element.

POST

/api/songs

Create a new element.

DELETE

/api/songs/:id

Delete an element.

GRAPHQL

/query

Endpoint to send your GraphQL queries

GRAPHQL

/playground

Playground to test your GraphQL queries

F004P1.C0M