Skip to content

Get Lyrics of a Track

GET

http
https://api.atomic.radio/tracks/:trackId/lyrics
https://api.atomic.radio/tracks/:trackId/lyrics

Returns a lyrics object for a given track ID.

Lyrics Structure

FieldTypeDescription
idStringThe id of the track
textStringThe lyrics of the track
dataLyricsLine[]Lyrics divided into lines
copyrightStringThe copyright disclaimer of the lyrics

Lyrics Line Structure

FieldTypeDescription
indexNumberData array position
textStringLine text
positionNumberAbsolute line position
durationNumberLine duration in seconds

Example Lyrics Structure

json
{
    "id": "7002388906880536576",
    "text": "He was a boy\r\nShe was a girl\r\nCan I make it any more obvious?\r\nHe was a punk\r\nShe did ballet\r\nWhat more can I say?\r\nHe wanted her\r\nShe'd never tell \r\nSecretly she wanted him as well\r\nBut all of her friends\r\nStuck up their nose\r\nThey had a problem with his baggy clothes\r\n\r\nHe was a skater boy\r\nShe said, \"See you later, boy\"\r\nHe wasn't good enough for her\r\nShe had a pretty face\r\nBut her head was up in space\r\nShe needed to come back down to earth\r\n\r\nFive years from now\r\nShe sits at home\r\nFeeding the baby, she's all alone\r\nShe turns on TV\r\nGuess who she sees\r\nSkater boy rockin' up MTV\r\nShe calls up her friends\r\nThey already know\r\nAnd they've all got tickets to see his show\r\nShe tags along\r\nAnd stands in the crowd\r\nLooks up at the man that she turned down\r\n\r\nHe was a skater boy\r\nShe said, \"See you later, boy\"\r\nHe wasn't good enough for her\r\nNow he's a super star\r\nSlammin' on his guitar\r\nDoes your pretty face see what he's worth?\r\n\r\nHe was a skater boy\r\nShe said, \"See you later, boy\"\r\nHe wasn't good enough for her\r\nNow he's a super star\r\nSlammin' on his guitar\r\nDoes your pretty face see what he's worth?\r\n\r\nSorry, girl, but you missed out\r\nWell, tough, luck that boy's mine now\r\nWe are more than just good friends\r\nThis is how the story ends\r\nToo bad that you couldn't see\r\nSee the man that boy could be\r\nThere is more that meets the eye\r\nI see the soul that is inside\r\n\r\nHe's just a boy\r\nAnd I'm just a girl\r\nCan I make it any more obvious?\r\nWe are in love\r\nHaven't you heard\r\nHow we rock each other's world\r\n\r\nI'm with the skater boy\r\nI said, \"See you later, boy\"\r\nI'll be back stage after the show\r\nI'll be at a studio\r\nSinging the song we wrote\r\nAbout a girl you used to know\r\n\r\nI'm with the skater boy\r\nI said, \"See you later, boy\"\r\nI'll be back stage after the show\r\nI'll be at a studio\r\nSinging the song we wrote\r\nAbout a girl you used to know",
    "data": [
        {
            "index": 0,
            "text": "He was a boy",
            "position": 14680,
            "duration": 1320
        },
        {
            "index": 1,
            "text": "She was a girl",
            "position": 16350,
            "duration": 1260
        },
        {
            "index": 2,
            "text": "Can I make it any more obvious?",
            "position": 17760,
            "duration": 2950
        },
        {
            "index": 3,
            "text": "He was a punk",
            "position": 21210,
            "duration": 1140
        },
        // ...
    ],
    "copyright": "BMG Rights Management, Universal Music Publishing Group"
}
{
    "id": "7002388906880536576",
    "text": "He was a boy\r\nShe was a girl\r\nCan I make it any more obvious?\r\nHe was a punk\r\nShe did ballet\r\nWhat more can I say?\r\nHe wanted her\r\nShe'd never tell \r\nSecretly she wanted him as well\r\nBut all of her friends\r\nStuck up their nose\r\nThey had a problem with his baggy clothes\r\n\r\nHe was a skater boy\r\nShe said, \"See you later, boy\"\r\nHe wasn't good enough for her\r\nShe had a pretty face\r\nBut her head was up in space\r\nShe needed to come back down to earth\r\n\r\nFive years from now\r\nShe sits at home\r\nFeeding the baby, she's all alone\r\nShe turns on TV\r\nGuess who she sees\r\nSkater boy rockin' up MTV\r\nShe calls up her friends\r\nThey already know\r\nAnd they've all got tickets to see his show\r\nShe tags along\r\nAnd stands in the crowd\r\nLooks up at the man that she turned down\r\n\r\nHe was a skater boy\r\nShe said, \"See you later, boy\"\r\nHe wasn't good enough for her\r\nNow he's a super star\r\nSlammin' on his guitar\r\nDoes your pretty face see what he's worth?\r\n\r\nHe was a skater boy\r\nShe said, \"See you later, boy\"\r\nHe wasn't good enough for her\r\nNow he's a super star\r\nSlammin' on his guitar\r\nDoes your pretty face see what he's worth?\r\n\r\nSorry, girl, but you missed out\r\nWell, tough, luck that boy's mine now\r\nWe are more than just good friends\r\nThis is how the story ends\r\nToo bad that you couldn't see\r\nSee the man that boy could be\r\nThere is more that meets the eye\r\nI see the soul that is inside\r\n\r\nHe's just a boy\r\nAnd I'm just a girl\r\nCan I make it any more obvious?\r\nWe are in love\r\nHaven't you heard\r\nHow we rock each other's world\r\n\r\nI'm with the skater boy\r\nI said, \"See you later, boy\"\r\nI'll be back stage after the show\r\nI'll be at a studio\r\nSinging the song we wrote\r\nAbout a girl you used to know\r\n\r\nI'm with the skater boy\r\nI said, \"See you later, boy\"\r\nI'll be back stage after the show\r\nI'll be at a studio\r\nSinging the song we wrote\r\nAbout a girl you used to know",
    "data": [
        {
            "index": 0,
            "text": "He was a boy",
            "position": 14680,
            "duration": 1320
        },
        {
            "index": 1,
            "text": "She was a girl",
            "position": 16350,
            "duration": 1260
        },
        {
            "index": 2,
            "text": "Can I make it any more obvious?",
            "position": 17760,
            "duration": 2950
        },
        {
            "index": 3,
            "text": "He was a punk",
            "position": 21210,
            "duration": 1140
        },
        // ...
    ],
    "copyright": "BMG Rights Management, Universal Music Publishing Group"
}