The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Paul Datasets
  2. 🎼 Lyrics and Artists
Public

0
20
0
20
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Lyrics

This GraphQL query fetches All Lyrics


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
query allLyrics {
      lyrics (skip: 0, limit: 3) {
        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"
        },
        {
          "ACL": null,
          "artist": {
            "id": "Acg80DGZuP"
          },
          "createdAt": "2020-01-30T13:55:47.295Z",
          "id": "aSSIiSjvt3",
          "lyric": "All you writers\nGet out your pens and write\nOh, all you writers\nGet out your pencils and write\nYeah\nAll you writers\nAll you writers\nAll you writers\nGet on your horses and ride\nOh you were hanging the whole night outside and don't stop\nShe said her favorite beatles song was wonderwall\nI started movin in\nIt wasn't meant to be\n'Cause she told me that her favorite one was always Paul\nI knew I shouldn't a kissed him in the Chevrolet\nHalf the DJ came on it was gettin' late\nI was about to reach\nBetween the EC\nUntil you sent me like a Mormon that likes every hey [?]\nGo all night\nGo all night long\nGo all night\nGo all night long\nI knew I shouldn't a kissed him\nI knew it\nGo all night\nGo all night long\nI knew I shouldn't a kissed him in the Chevrolet\nHalf the DJ came on it was gettin' late\nI was about to reach\nBetween the EC\nUntil you sent me like the Mormons who try to tell me hey\nHuh\nDoesn't like to log in",
          "songName": "All U Writers",
          "songTime": " ",
          "updatedAt": "2020-01-30T13:55:47.295Z"
        },
        {
          "ACL": null,
          "artist": {
            "id": "Acg80DGZuP"
          },
          "createdAt": "2020-01-30T13:55:47.295Z",
          "id": "An0TpHGJea",
          "lyric": "Calling me\nLike I got something to say\nYou thought wrong\nBut you do it anyway\n\"How's it been?\"\n\"Oh, not much, same for me\nPlease go away\"\nI can put it on if that's what you want\nYou'd like to get together\nBut I'd rather not\nCalls to mind a simpler time\nThat who gave a shit forgot\nUsed to have something to prove\nNow it's something to hide\nAnd everyone assumes it's probably best not to pry\nAnd anyway, you're probably fine\nNow that you got what you wanted\nNow that you've got your freedom\nNow that you've got your freedom\nYour freedom\nHow's that working for you baby?\nYour freedom\nHow's that working for you baby?\nYour freedom\nHow's that working for you?\n\nWho was it then\nWho was it that I knew?\nWas it you who I knew then?\nOr is this the real you?\nNo offence\nBut whoever this person is\nI don't have much interest in\nRemembered more by some ill-advised tattoo\nUsed to have a couple now you've got a few\nIf I know you and I think I do\nYou forgot it by the time that the ink was blue\nAnd it won't be true till you've found your freedom\nYour freedom\nHow's that working for you baby?\nYour freedom\nHow's that working for you baby?\nYour freedom\nHow's that working for you?\nHow's that working for you baby?\nHow's that working for you?\n\nUsed to have something to prove\nNow it's something to hide\nAnd everyone assumes it's probably best not to pry\nHow's that working for you baby?\nHow's that working for you child?\nHow's that working for you baby?\nHow's that working for you?\nHow's that working for you babe?\nHow's that working for you child?\nHow's that working for you baby?\nHow's that working for you child?\nChild\nChild\nChild\n\nDid you figure it out?\nDid you figure it out?\nDid you figure it out?\nDid you figure it out what this song is about?\nDid you figure it out?\nDid you figure it out?\nDid you figure it out?\nDid you figure it out what this song is about?\nHow is it working for you baby?\nHow is it working for you?\nHow is it working for you baby?\nHow is it working for you?\nDid you figure it out?\nDid you figure it out?\nHow is it working for you baby?\nHow is it working for you?\nHow is it working for you baby?\nHow is it working for you?\nDid you figure it out?\nDid you figure it out?\nDon't figure it out\nDon't figure it out\nHow is it working for you?\nHow is it working for you?\nDid you figure it out?\nDid you figure it out?\nDid you figure it out?\nDid you figure it out?",
          "songName": "Freedom! ‘15",
          "songTime": " ",
          "updatedAt": "2020-01-30T13:55:47.295Z"
        }
      ]
    }
  }
}