This is a comprehensive database with songs, lyrics, and music artists of the world. For each song you will find the song name, complete lyric, song time, and a relationship to the artist.
This is a very detailed database with data of songs, lyrics, and music artists. The database has 2 datasets as follows:
query allLyrics {
lyrics (skip: 0, limit: 1) {
results {
ACL
artist {
id
}
createdAt
id
lyric
songName
songTime
updatedAt
}
}
}
{
"data": {
"lyrics": {
"results": [
{
"ACL": null,
"artist": {
"id": "Acg80DGZuP"
},
"createdAt": "2020-01-30T13:55:47.295Z",
"id": "6HldGAQSyR",
"lyric": "They say you can't always get what you want\nAnd they try to say you get what you need\nWell, that sounds nice to me\nBut it ain't nothing but a dice roll\nI say you get what you get\nIt don't matter where your sympathies lie\nIf you ain't got a glimmer in your eye\nYou might end up knighted minister of cool\nMight end up floating dead in a pool\n\nMeet me at the station\nMeet me 'bout half past nine\nAs per our conversation\nWe'll be closer to fine\nIf we hedge our bets\nHold tight, let's get what we want now, baby\n\nWell, it's a long walk to freedom\nAnd then a long way home\nThere ain't no one you can call up, crying on the phone\nThere ain't no broken heart like your own\nWell, I say, forget him, forget her\nThere ain't nothing lasts forever\nDon't marry anyone that don't like The Beatles\nDon't marry anyone, it'll work out even better",
"songName": "Station (Meet Me at The)",
"songTime": "ย ",
"updatedAt": "2020-01-30T13:55:47.295Z"
}
]
}
}
}
query countLyrics {
lyrics {
count
}
}
{
"data": {
"lyrics": {
"count": 3809669
}
}
}
The Artist dataset has the following information:
You can retrieve all song lyrics by an Artist.
The Lyric table has the following information: