Musixmatch Scraper

ENDPOINTS
GET/artists/tracks

Artist Tracks

List an artist's songs, most popular first or by release date.

QUERY PARAMS

Musixmatch artist ID, artist name as it appears in musixmatch.com URLs, or any musixmatch.com artist URL.

Examples:

  • Name: Taylor-Swift
  • URL: https://www.musixmatch.com/artist/Taylor-Swift
  • ID: 259675

Sort order.

Default: popularity

Allowed values: popularity, newest, oldest

Set true to return only tracks that have lyrics.

Allowed values: true, false

Page number.

Default: 1

Allowed values: 1-100

Results per page.

Default: 20

Allowed values: 1-100

{
  "count": 743,
  "per_page": 20,
  "current_page": 1,
  "total_pages": 38,
  "next": "https://musixmatch-scraper.omkar.cloud/musixmatch/artists/tracks?artist=Taylor-Swift&page=2",
  "previous": null,
  "tracks": [
    {
      "id": 354827549,
      "common_id": 220702579,
      "name": "The Fate of Ophelia",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/The-Fate-of-Ophelia",
      "vanity_id": "Taylor-Swift/The-Fate-of-Ophelia",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 84785807,
        "name": "The Life of a Showgirl + “A Look Behind the Curtain”",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/The-Life-of-a-Showgirl-A-Look-Behind-the-Curtain-1",
        "vanity_id": "Taylor-Swift/The-Life-of-a-Showgirl-A-Look-Behind-the-Curtain-1",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/2/2/6/6/0/9/95906622.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/2/2/6/6/0/9/95906622_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/2/2/6/6/0/9/95906622_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/2/2/6/6/0/9/95906622_800_800.jpg"
        }
      },
      "duration_seconds": 226,
      "release_date": "2025-10-02",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 94,
      "favorites_count": 645,
      "genres": [
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG12506436",
        "isrcs": [
          "USUG12506436"
        ],
        "spotify_id": "53iuhJlwXhSER5J2IYYv1W",
        "spotify_ids": [
          "53iuhJlwXhSER5J2IYYv1W",
          "31TXxq8gfgYyrYClnYY48m",
          "0VZvLbADBSQbwFfmvsNl6E",
          "1dosSsKwYF7hoQA2kuu6wI",
          "5cKBWgDjB5IXZ5jnryewOH",
          "5UQ3JrA9kEh7rfwhUS1h0z",
          "3wXuJTeA7dkrWShvbdUk0A",
          "3CFKUvybrj8Jg5F018tyuA"
        ],
        "itunes_ids": [
          "1856301587",
          "1851309902",
          "1850496033",
          "1849693109",
          "1844456871",
          "1843998668",
          "1842903573",
          "1842897454",
          "1838812723",
          "1838810951",
          "1833328840"
        ],
        "seven_digital_ids": [
          "280089917",
          "280089617",
          "280416691",
          "280416362",
          "280415974",
          "280415909",
          "280089534",
          "280089516",
          "282831175",
          "282875994",
          "282875932",
          "282831181",
          "284190326",
          "284288644",
          "284287935"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-02-17T16:35:21Z"
    },
    {
      "id": 462041192,
      "common_id": 274348266,
      "name": "I Knew It, I Knew You - From \"Toy Story 5\"",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/I-Knew-It-I-Knew-You",
      "vanity_id": "Taylor-Swift/I-Knew-It-I-Knew-You",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 111977222,
        "name": "I Knew It, I Knew You (From \"Toy Story 5\")",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/I-Knew-It-I-Knew-You-From-Toy-Story-5",
        "vanity_id": "Taylor-Swift/I-Knew-It-I-Knew-You-From-Toy-Story-5",
        "cover_images": null
      },
      "duration_seconds": 183,
      "release_date": "2026-06-05",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 93,
      "favorites_count": 24,
      "genres": [
        {
          "id": 6,
          "name": "Country",
          "full_name": "Country",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USWV22631475",
        "isrcs": [
          "USWV22631475",
          "USWD12641055"
        ],
        "spotify_id": "3GLzEgUE1k4rUbbmdTslHY",
        "spotify_ids": [
          "4cHQ0okN97O3vqAqRN9Osu",
          "5uPaqMMt59KGrdKIitDRqa",
          "1jN9NsOkcQz2WWOj3kT1FC",
          "3GLzEgUE1k4rUbbmdTslHY"
        ],
        "itunes_ids": [
          "6780674001",
          "6778230430",
          "6775527443"
        ],
        "seven_digital_ids": [
          "311967091",
          "310530378",
          "310529957",
          "311435537"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-08T23:27:18Z"
    },
    {
      "id": 132281999,
      "common_id": 43410230,
      "name": "Shake It Off",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Shake-It-Off-Karaoke-Version",
      "vanity_id": "Taylor-Swift/Shake-It-Off-Karaoke-Version",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 26511730,
        "name": "Shake It Off",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Shake-It-Off",
        "vanity_id": "Taylor-Swift/Shake-It-Off",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums5/3/1/6/4/8/6/37684613.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums5/3/1/6/4/8/6/37684613_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums5/3/1/6/4/8/6/37684613_500_500.jpg",
          "size_800": null
        }
      },
      "duration_seconds": 219,
      "release_date": "2014-01-01",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 90,
      "favorites_count": 53135,
      "genres": [
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        },
        {
          "id": 17,
          "name": "Dance",
          "full_name": "Dance",
          "is_primary": true
        },
        {
          "id": 1037,
          "name": "Contemporary Country",
          "full_name": "Country / Contemporary Country",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": null,
        "isrcs": [
          "USCJY1431349",
          "USCJY1431460"
        ],
        "spotify_id": "0GG7ei637NDIN2w11TWtLC",
        "spotify_ids": [
          "5xTtaWoae3wi06K5WfVUUH",
          "5WuBu7WHqaDAIs5dikGclg",
          "1kKlhuQE0HXp1IwBRpaH2P",
          "21txIeEaimkRCzPOH8L9HG",
          "17G7Y46fYsHY3r2cqWOZEC",
          "0pTGZaWrWHUfI1r6eG8Fex",
          "4mEk3TJYIxh1ISDzEpkYoF",
          "4yPBANkLlBwziJl6MOXEuf",
          "0PEZYlPV0BxoLl9M3pjVnP",
          "2sIhDuUQZ157xMHS0Qa06f",
          "2JH2oziHRcxEFUHgfZNm2S",
          "6zpQwkOGOTt6OCnMdNKjHl",
          "6PRELLjOe8RaRIcW0sHskx",
          "7rqMFBawnvxyyj3nA1iaUV",
          "0cqRj7pUJDkTCEsJkx8snD",
          "3fthfkkvy9av3q3uAGVf7U",
          "3OtAiLvFzNB8KMnzdyHVnq",
          "4RPkqiTSRzdo0RPg13bE8n",
          "7BNBo9g7x0EK46d44HFkKH",
          "5oID3Qj3tTCZEH9eo0snxm",
          "5pJvzBpE1KSMxEgMg5Ft31",
          "4ZspJzYIxOztSc9hZmcLzH",
          "53pvofTbW26xZmt5U3NU2Z",
          "5asAqcuas53udionRGfStN",
          "1CiVz2WkmZRwhU3A6J2Gjz",
          "0GG7ei637NDIN2w11TWtLC",
          "7n9Q6bXSjm74uCtajkddPt"
        ],
        "itunes_ids": [
          "1840943763",
          "1740867072",
          "1719363845",
          "1673413946",
          "1477561817",
          "1445882199",
          "1445765901",
          "1440936016",
          "1440933651",
          "1246618978",
          "909197187",
          "907288242",
          "907106309"
        ],
        "seven_digital_ids": [
          "44375462",
          "79788045",
          "40664320",
          "40659519",
          "66498342",
          "64040914",
          "92389685",
          "40659532",
          "79193783",
          "40672579",
          "83794355",
          "119706196",
          "96181974"
        ],
        "soundcloud_id": "170670240",
        "musicbrainz_id": null
      },
      "updated_at": "2025-02-11T14:55:22Z"
    },
    {
      "id": 292884462,
      "common_id": 43410232,
      "name": "Blank Space",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Blank-Space-Karaoke-Version",
      "vanity_id": "Taylor-Swift/Blank-Space-Karaoke-Version",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 66559796,
        "name": "Big Machine #1's, Vol. 4",
        "link": "https://www.musixmatch.com/album/Various-Artists/Big-Machine-1-s-Volume-4",
        "vanity_id": "Various-Artists/Big-Machine-1-s-Volume-4",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/3/1/6/0/8/6/77680613.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/3/1/6/0/8/6/77680613_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/3/1/6/0/8/6/77680613_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/3/1/6/0/8/6/77680613_800_800.jpg"
        }
      },
      "duration_seconds": 232,
      "release_date": "2014-01-01",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 90,
      "favorites_count": 123311,
      "genres": [
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USCJY1431309",
        "isrcs": [
          "USCJY1431309",
          "USCJY1431507"
        ],
        "spotify_id": "0jjIPthFhpbBNr4my8cePO",
        "spotify_ids": [
          "2ls70nUDfjzm1lSRDuKxmw",
          "1vwCXIAjSkUxvn78Cmz84g",
          "1p80LdxRV74UKvL8gnD7ky",
          "3ulIErpIehDSLfmQmUax5g",
          "1u8c2t2Cy7UBoG4ArRcF5g",
          "2sC2P3BN0IXujNaaSyDmtP",
          "1kHEuJRasudLhjvnbfc4yS",
          "1G2JHXxbKpFIuJNpmv3yU8",
          "0jjIPthFhpbBNr4my8cePO",
          "3LB2qckfpZq7aybaoZKRa2",
          "1lMNRNMKzmMcm8REq1ELJJ"
        ],
        "itunes_ids": [
          "1477562326",
          "1445882174",
          "1445765740",
          "1440935808",
          "1440933517",
          "1246618974",
          "909197183",
          "907288238",
          "907106180"
        ],
        "seven_digital_ids": [
          "44375458",
          "79788041",
          "40664311",
          "40659515",
          "66498338",
          "40672566",
          "79193779",
          "83794347",
          "40659528",
          "64040910",
          "92389681"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2025-12-02T06:19:39Z"
    },
    {
      "id": 227900173,
      "common_id": 43410236,
      "name": "Wildest Dreams",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Wildest-Dreams-Karaoke-Version",
      "vanity_id": "Taylor-Swift/Wildest-Dreams-Karaoke-Version",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 19649460,
        "name": "1989",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/1989",
        "vanity_id": "Taylor-Swift/1989",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums/2/7/5/2/2/8/30822572.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums/2/7/5/2/2/8/30822572_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums/2/7/5/2/2/8/30822572_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums/2/7/5/2/2/8/30822572_800_800.jpg"
        }
      },
      "duration_seconds": null,
      "release_date": "2014-01-01",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 90,
      "favorites_count": 81483,
      "genres": [
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        },
        {
          "id": 20,
          "name": "Alternative",
          "full_name": "Alternative",
          "is_primary": true
        },
        {
          "id": 21,
          "name": "Rock",
          "full_name": "Rock",
          "is_primary": true
        }
      ],
      "name_translations": [
        {
          "language": "u0",
          "name": "Wildest Dreams"
        }
      ],
      "external_ids": {
        "isrc": "USCJY1431379",
        "isrcs": [
          "USCJY1431379"
        ],
        "spotify_id": "6oWDkRuzwIak4Z2b0M2qAv",
        "spotify_ids": [
          "6oWDkRuzwIak4Z2b0M2qAv",
          "59HjlYCeBsxdI0fcm3zglw",
          "3fVnlF4pGqWI9flVENcT28",
          "19xxRin5GXKV8e2zp9cnql",
          "4A4A6dwl5DqdqrZaEtKGPR",
          "106R7Z57WYzBAfrXImV30y",
          "22C0JIVhFaczZ4t9heqREN",
          "3ScVaMDQwaD8iumBYzcDvr",
          "42AES8t6ni6vA3lSgWWcvc"
        ],
        "itunes_ids": [
          "1445882363",
          "1445765915",
          "1444778014",
          "1440936036",
          "1440933656",
          "1246618981",
          "909197190",
          "907288245",
          "907106383"
        ],
        "seven_digital_ids": [
          "44375465",
          "79788048",
          "40664326",
          "40659522",
          "66498345",
          "80941477",
          "40672587",
          "79193786",
          "83794361",
          "40659535",
          "64040917",
          "92389688"
        ],
        "soundcloud_id": "174831560",
        "musicbrainz_id": null
      },
      "updated_at": "2024-07-31T09:41:57Z"
    },
    {
      "id": 181014513,
      "common_id": 99297751,
      "name": "The Man",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/The-Man",
      "vanity_id": "Taylor-Swift/The-Man",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 34234172,
        "name": "Lover",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Lover",
        "vanity_id": "Taylor-Swift/Lover",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_800_800.jpg"
        }
      },
      "duration_seconds": 190,
      "release_date": "2019-08-23",
      "lyrics_snippet": null,
      "is_explicit": true,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 89,
      "favorites_count": 1013,
      "genres": [
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG11901474",
        "isrcs": [
          "USUG11901474"
        ],
        "spotify_id": "3RauEVgRgj1IuWdJ9fDs70",
        "spotify_ids": [
          "3RauEVgRgj1IuWdJ9fDs70",
          "6t6dkeA1Y0YL6ndkIw6rg5"
        ],
        "itunes_ids": [
          "1677234272",
          "1468058176"
        ],
        "seven_digital_ids": [
          "88438202",
          "183400774",
          "88828163",
          "183399272"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:18:34Z"
    },
    {
      "id": 293869890,
      "common_id": 118958589,
      "name": "willow",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/willow",
      "vanity_id": "Taylor-Swift/willow",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 66822582,
        "name": "Best Camping Songs Ever!",
        "link": "https://www.musixmatch.com/album/Various-Artists/Best-Camping-Songs-Ever",
        "vanity_id": "Various-Artists/Best-Camping-Songs-Ever",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums5/9/9/3/3/4/9/77943399.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums5/9/9/3/3/4/9/77943399_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums5/9/9/3/3/4/9/77943399_500_500.jpg",
          "size_800": null
        }
      },
      "duration_seconds": 215,
      "release_date": "2020-12-11",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 89,
      "favorites_count": 795,
      "genres": [
        {
          "id": 10,
          "name": "Singer/Songwriter",
          "full_name": "Singer/Songwriter",
          "is_primary": true
        },
        {
          "id": 20,
          "name": "Alternative",
          "full_name": "Alternative",
          "is_primary": false
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": null,
        "isrcs": [
          "USUG12004699"
        ],
        "spotify_id": "1NOzbQE3TFCFagFQSOCigi",
        "spotify_ids": [
          "2cXtSmYGJ1Do4IPF5WssQB",
          "15fkCMtf0O6TE9goe2O15t",
          "7wLhBARsGezBG651JULfIV",
          "6oI6yylXGd6h33U2zjaqN1",
          "3t2werUZNBWsAsMcZG7dvz",
          "1WEOSEKuT9ylnJQlMahGVK",
          "2T5NTLRBk53pubc1yxvkrF",
          "0sxwXJ29d2z7MGPcabskQ2",
          "4FStknddxCsk4TCW3l8JMM",
          "50DYYomm4V42ts0En50WVa",
          "2HJlLnqV5pXO9duxsw4FXG",
          "4hq3rI1ZXXzxMyUPzktOeH",
          "6nGnIFfw07sAGcsUcLo69l",
          "3BraHECdMN6WVbqKBcTixX",
          "5slWvGUtnHaCBoLek3PDH2",
          "14igMI5i5w72yBXyMnrny9",
          "3nYyGYCUrEtOAPHvpGz6vL",
          "20kiFQWXWxP4kDtwDILNUz",
          "3Uo7WG0vmLQ07WB4BDwy7D",
          "6DlN8yACMwTNDNgdLQB27n",
          "4vWTULAbqJAgqBqK2CxSY9",
          "0lx2cLdOt3piJbcaXIV74f",
          "58P060mo9WWgEAdDvf0Riz",
          "2rtvt2O0Ypg6VL4tUgxnB6",
          "2gVhfX2Gy1T9kDuS9azrF7",
          "1amxebgCUmQBLy4gIGZVoW",
          "648gvw5zfMe2KKlbO8JZpo",
          "16Al5tCIPTtCzttYdtVy1L",
          "77sVPZnb8OTtpeLbJPo4ky",
          "1NAY6YaMDuOe4lyhQZlzVU",
          "3EQYx1oho5IUYuXPvwmgTy",
          "6HrwfjnxRfRYTLm1GEGy1M",
          "2EJg1huaq6HP20Hs9y8Vcb",
          "6gC1gsPgaIewQsGMQFTPdd",
          "5M2w3kN2H7zWkEQRR7ohw2",
          "5zTnE40vgeEuRCNCuFoRBk",
          "7mjEEpsrYwupbqSYXSpQqx",
          "727SMGioOEiaErMytyO3Bj",
          "1NOzbQE3TFCFagFQSOCigi"
        ],
        "itunes_ids": [
          "1657832042",
          "1584038469",
          "1550666947",
          "1547316386",
          "1547315523",
          "1545223632",
          "1544276228",
          "1544268298"
        ],
        "seven_digital_ids": [
          "113360839",
          "116805663",
          "116805691",
          "113360772",
          "113582691",
          "113360811",
          "113582445",
          "113882526",
          "114861883",
          "114877820",
          "114878004",
          "114861705",
          "114861051",
          "114877459",
          "114861480",
          "113882531",
          "113360855",
          "114877670"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:22:13Z"
    },
    {
      "id": 292288264,
      "common_id": 98954860,
      "name": "Lover",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Lover",
      "vanity_id": "Taylor-Swift/Lover",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 66393912,
        "name": "Coffee Break",
        "link": "https://www.musixmatch.com/album/Various-Artists/Coffee-Break-1",
        "vanity_id": "Various-Artists/Coffee-Break-1",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums5/9/2/7/4/1/5/77514729.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums5/9/2/7/4/1/5/77514729_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums5/9/2/7/4/1/5/77514729_500_500.jpg",
          "size_800": null
        }
      },
      "duration_seconds": 221,
      "release_date": "2019-08-16",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 88,
      "favorites_count": 2697,
      "genres": [
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": null,
        "isrcs": [
          "USUG11901473",
          "USUMV1901073"
        ],
        "spotify_id": "0rAvaBhtdb12jQ25FyXFhp",
        "spotify_ids": [
          "5h6xYc4D2siksX9NlF69PP",
          "4n4qtfgxWz5LTCvJLyDmVX",
          "0bAS6B4x2mwa6M7R64hQS4",
          "3bQk8ubt9vCstcsRXdp7zM",
          "3dH2OGO8rtigPY9CRCp4vg",
          "5zcD032LxGGhOvCLvNbvpB",
          "1cra1IsBOKtxEx3YGcrprv",
          "38T3drW9FsXQ3mfshCj9gE",
          "1wDJjHA7nKqwwHqqHErQ2Q",
          "6fUaXJ23hd2iEHZ17Mrto6",
          "6ciGTXnwARYPenH0XmV9Wx",
          "5ktVYC9hM4EhCJKoITSFdZ",
          "6ILSbmqdCnnO8OfBxGHLiV",
          "3Nrtvbc9ZjrMpeDJ2QYsEi",
          "0Ll9YMXP25dDLlRQTer716",
          "7pttxfjyruIohGKuEt2ntp",
          "3mlmuPl5kBb49rakx4JcAU",
          "0bzbvANY6oETSJLc0wlVGY",
          "21fpKRnsmWI32fg6TpYlpL",
          "44v9m12y9b5KhhBcfvZqOB",
          "2fGZSpA3z5imy2fmCQxKnb",
          "3plQA3vzccz7X8dFYTZqi9",
          "4k6syJMrZfxGheMj0LgW7H",
          "28Lr5QFT26iSQ6IExp7ey1",
          "5b6Gzv20HXMU9BOBPCeOcU",
          "2et5Jyfv54qBN9iBSK3ayx",
          "7exjD5yIJac0pc10KU719n",
          "0waNUkOjcddoX59f12YeYd",
          "6wNQZPO69m1Nj7ErGyejec",
          "6zePlqliKDaTeNfRktck68",
          "78pbBFjBJCXlUVLOpNpTZb",
          "00VGfadCoJSQRjf0EjZxZH",
          "4Exl09lEOu4wlc1O0fk78G",
          "4joEpFlsJ2hTHYCuGzn3lq",
          "4z5aQQEgZ0bAzMfmWXfmKC",
          "2YjL9Af2UTGkzJPpvvbsrN",
          "0rAvaBhtdb12jQ25FyXFhp"
        ],
        "itunes_ids": [
          "1677234271",
          "1584037736",
          "1468058173"
        ],
        "seven_digital_ids": [
          "88438201",
          "183400773",
          "88828162",
          "183399271",
          "94370397",
          "88231204"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-07-04T01:50:45Z"
    },
    {
      "id": 294400306,
      "common_id": 75472741,
      "name": "...Ready For It?",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Ready-For-It",
      "vanity_id": "Taylor-Swift/Ready-For-It",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 66944154,
        "name": "Gameday Country",
        "link": "https://www.musixmatch.com/album/Various-Artists/Gameday-Country",
        "vanity_id": "Various-Artists/Gameday-Country",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums5/1/7/9/4/6/0/78064971.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums5/1/7/9/4/6/0/78064971_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums5/1/7/9/4/6/0/78064971_500_500.jpg",
          "size_800": null
        }
      },
      "duration_seconds": 208,
      "release_date": "2017-09-03",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 88,
      "favorites_count": 4395,
      "genres": [
        {
          "id": 1048,
          "name": "House",
          "full_name": "Dance / House",
          "is_primary": true
        },
        {
          "id": 1061,
          "name": "Industrial",
          "full_name": "Electronic / Industrial",
          "is_primary": true
        },
        {
          "id": 1131,
          "name": "Adult Contemporary",
          "full_name": "Pop / Adult Contemporary",
          "is_primary": true
        },
        {
          "id": 1135,
          "name": "Teen Pop",
          "full_name": "Pop / Teen Pop",
          "is_primary": true
        },
        {
          "id": 100014,
          "name": "Dubstep",
          "full_name": "Electronic / Dubstep",
          "is_primary": true
        },
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        },
        {
          "id": 17,
          "name": "Dance",
          "full_name": "Dance",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USCJY1750003",
        "isrcs": [
          "USCJY1750003"
        ],
        "spotify_id": "1TtLYSHUBqYiBOPeZMAMqj",
        "spotify_ids": [
          "2yLa0QULdQr0qAIvVwN6B5",
          "7zgqtptZvhf8GEmdsM2vp2",
          "19WjVVgXjdKXfLXoaDPwTM",
          "1TtLYSHUBqYiBOPeZMAMqj",
          "4CdVzZTnf7JElTDw0kyUiN"
        ],
        "itunes_ids": [
          "1445766080",
          "1440934248"
        ],
        "seven_digital_ids": [
          "67839753",
          "94598554",
          "83810872"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:17:42Z"
    },
    {
      "id": 301619069,
      "common_id": 11212820,
      "name": "We Are Never Ever Getting Back Together",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/We-Are-Never-Ever-Getting-Back-Together",
      "vanity_id": "Taylor-Swift/We-Are-Never-Ever-Getting-Back-Together",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 68785978,
        "name": "Be My Anti-Valentine 2024",
        "link": "https://www.musixmatch.com/album/Various-Artists/Be-My-Anti-Valentine-2024",
        "vanity_id": "Various-Artists/Be-My-Anti-Valentine-2024",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums5/5/9/7/6/0/9/79906795.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums5/5/9/7/6/0/9/79906795_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums5/5/9/7/6/0/9/79906795_500_500.jpg",
          "size_800": null
        }
      },
      "duration_seconds": 193,
      "release_date": "2012-10-21",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 81,
      "favorites_count": 32635,
      "genres": [
        {
          "id": 1133,
          "name": "Pop/Rock",
          "full_name": "Pop / Pop/Rock",
          "is_primary": true
        },
        {
          "id": 1293,
          "name": "Oldies",
          "full_name": "Pop / Oldies",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        },
        {
          "id": 17,
          "name": "Dance",
          "full_name": "Dance",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": null,
        "isrcs": [
          "USCJY1231018"
        ],
        "spotify_id": "3ePJQGn7bgRKSULeswQsfw",
        "spotify_ids": [
          "7AEAGTc8cReDqcbPoY9gwo",
          "6kISMRfweKSvgHR0urMQFG",
          "1OYARuagDrpgNNQ4loO1Cs",
          "3ePJQGn7bgRKSULeswQsfw",
          "2zehfZUrpcqoeaOL3xfecL",
          "4kluoUYRjknfsv2E312LHP",
          "71lsLl2wdjkBrX4qqW8c0f",
          "56pS4QDQpmAlaU0o8APZmU"
        ],
        "itunes_ids": [
          "1726955662",
          "1701172276",
          "1606265386",
          "1445766397",
          "1440935564",
          "1440934594"
        ],
        "seven_digital_ids": [
          "21520034",
          "75329286",
          "80962797",
          "21519989",
          "75821979",
          "75329425"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:01:40Z"
    },
    {
      "id": 162382545,
      "common_id": 46513883,
      "name": "I Knew You Were Trouble.",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/I-Knew-You-Were-Trouble",
      "vanity_id": "Taylor-Swift/I-Knew-You-Were-Trouble",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 30867073,
        "name": "Red (Big Machine Radio Release Special)",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Red-Big-Machine-Radio-Release-Special",
        "vanity_id": "Taylor-Swift/Red-Big-Machine-Radio-Release-Special",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/0/3/0/0/4/0/42040030.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/0/3/0/0/4/0/42040030_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/0/3/0/0/4/0/42040030_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/0/3/0/0/4/0/42040030_800_800.jpg"
        }
      },
      "duration_seconds": 220,
      "release_date": "2012-10-21",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 81,
      "favorites_count": 33565,
      "genres": [
        {
          "id": 6,
          "name": "Country",
          "full_name": "Country",
          "is_primary": true
        },
        {
          "id": 1037,
          "name": "Contemporary Country",
          "full_name": "Country / Contemporary Country",
          "is_primary": false
        },
        {
          "id": 1039,
          "name": "Honky Tonk",
          "full_name": "Country / Honky Tonk",
          "is_primary": false
        },
        {
          "id": 1135,
          "name": "Teen Pop",
          "full_name": "Pop / Teen Pop",
          "is_primary": false
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": false
        },
        {
          "id": 21,
          "name": "Rock",
          "full_name": "Rock",
          "is_primary": false
        }
      ],
      "name_translations": [
        {
          "language": "ja",
          "name": "トラブル"
        }
      ],
      "external_ids": {
        "isrc": "USCJY1231039",
        "isrcs": [
          "USCJY1231039"
        ],
        "spotify_id": "72jCZdH0Lhg93z6Z4hBjgj",
        "spotify_ids": [
          "72jCZdH0Lhg93z6Z4hBjgj",
          "2o2IVjuqRkR9hJxtPjtAP0",
          "3lKZf71jeNi14udIFPJ29V",
          "0ciHz919LVKoH4zgxyMPZ9",
          "0Hg0YDzEZoAJB3bawfarUI",
          "4J4Ltx6zaIUKgV8aCzSvXF"
        ],
        "itunes_ids": [
          "1445766386",
          "1444778262",
          "1440935349",
          "1440934585"
        ],
        "seven_digital_ids": [
          "21520026",
          "75329282",
          "23595541",
          "80962779",
          "80941484",
          "21519980",
          "75329421",
          "55503242"
        ],
        "soundcloud_id": "162441664",
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:10:30Z"
    },
    {
      "id": 181014523,
      "common_id": 96801288,
      "name": "You Need To Calm Down",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/You-Need-To-Calm-Down",
      "vanity_id": "Taylor-Swift/You-Need-To-Calm-Down",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 34234172,
        "name": "Lover",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Lover",
        "vanity_id": "Taylor-Swift/Lover",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_800_800.jpg"
        }
      },
      "duration_seconds": 171,
      "release_date": "2019-06-14",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 80,
      "favorites_count": 2421,
      "genres": [
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG11901470",
        "isrcs": [
          "USUG11901470"
        ],
        "spotify_id": "6RRNNciQGZEXnqk8SQ9yv5",
        "spotify_ids": [
          "6RRNNciQGZEXnqk8SQ9yv5",
          "29fRTIKsJhLUJoldM89GZS"
        ],
        "itunes_ids": [
          "1468058704"
        ],
        "seven_digital_ids": [
          "88438212",
          "88828173",
          "86161161",
          "85747383"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:16:27Z"
    },
    {
      "id": 248463510,
      "common_id": 153776734,
      "name": "Anti-Hero",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Anti-Hero",
      "vanity_id": "Taylor-Swift/Anti-Hero",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 54683517,
        "name": "Midnights",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Midnights",
        "vanity_id": "Taylor-Swift/Midnights",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/7/3/3/4/0/8/65804337.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/7/3/3/4/0/8/65804337_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/7/3/3/4/0/8/65804337_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/7/3/3/4/0/8/65804337_800_800.jpg"
        }
      },
      "duration_seconds": 201,
      "release_date": "2021-12-21",
      "lyrics_snippet": null,
      "is_explicit": true,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 78,
      "favorites_count": 1325,
      "genres": [
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [
        {
          "language": "u0",
          "name": "Anti-Hero"
        }
      ],
      "external_ids": {
        "isrc": "USUG12205736",
        "isrcs": [
          "USUG12205736",
          "USUMV2203078"
        ],
        "spotify_id": "1BJWay8HsY5Tz8L28itkCk",
        "spotify_ids": [
          "1BJWay8HsY5Tz8L28itkCk",
          "3dSgLnjoDZtG44qajssvDZ",
          "6PXagdX2b8TNooIg1Bd2VF",
          "3oYqbdVEsxSqivSc7yl6NJ",
          "3U0AE3UYSDbhLi72m3qRlJ",
          "0c3zuFSlOidUovQbqhlVtU",
          "4qoLD80NnbryU3tChiGdzw",
          "6S8FleiwB2jDMd1HHs4gTP",
          "36YhdaJ9OhOX1GDiqnUMEi",
          "04fh7SWpde7bHcD1c4JB5Z",
          "1pTEK6X7uf1ouM2iRVTEdk",
          "3j66d0wETRbKp3JntTuBb9",
          "6qepCksie3z1Eb8TJ4wSpg",
          "5DqKJUfyBdGQThbtOmI0z1",
          "4j9MGQTkf4y133b7TxTxNX",
          "12aRepLCGQUJdPD6NuMrxa",
          "2wMKBH2p5kIDFkRWjS9IOW",
          "2YtNpYrWqRoK24zfSDqzEa",
          "3eiZ5q8xVkqKClFhQeO8jl",
          "5qIHFdkW6phMsTZlN2g8Lc",
          "3oZDeae10q842sijf5qe4V",
          "1BdZWUTQyvuBYbp3Sl2Cc0",
          "70c3ObJaZ6tbc8CfDYAQjb",
          "5ScZrVCMGSo7HbzTfJJaht",
          "02Zkkf2zMkwRGQjZ7T4p8f"
        ],
        "itunes_ids": [
          "1781053798",
          "1689131533",
          "1689090227",
          "1654044122",
          "1654042195",
          "1653491133",
          "1653490676",
          "1651516417",
          "1650859888",
          "1650841515",
          "1649435022",
          "1649434293",
          "1645937758",
          "1645937257"
        ],
        "seven_digital_ids": [
          "168588757",
          "168586274",
          "189817567",
          "189827412",
          "170679973",
          "189818445",
          "171042549",
          "168595460",
          "171040641",
          "170679980",
          "189826920",
          "171042059",
          "168595511",
          "168595797",
          "170680161",
          "168595846",
          "171041987",
          "170680163",
          "168591524",
          "168589984"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:24:03Z"
    },
    {
      "id": 200363611,
      "common_id": 113839786,
      "name": "cardigan",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/cardigan",
      "vanity_id": "Taylor-Swift/cardigan",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 39279712,
        "name": "folklore",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/folklore",
        "vanity_id": "Taylor-Swift/folklore",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530_800_800.jpg"
        }
      },
      "duration_seconds": 240,
      "release_date": "2020-07-24",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 76,
      "favorites_count": 1194,
      "genres": [
        {
          "id": 20,
          "name": "Alternative",
          "full_name": "Alternative",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG12002836",
        "isrcs": [
          "USUG12002836",
          "USUMV2001614"
        ],
        "spotify_id": "0aSB7wWBSovHwTWm6zEuvZ",
        "spotify_ids": [
          "0aSB7wWBSovHwTWm6zEuvZ",
          "5Z39O1JmRNmhrszvHiD4XU",
          "1hkOOHdiCSeIKZoAvJjtHk",
          "0levMHO1k1TYMpJQRKmIpW",
          "5VDHalOMNkFiv3sp8jZ1cj",
          "2lS8OickBAtTUkXkXSLDOh",
          "3y8JDTzGsnpm3ARNeXnA3R",
          "4xhKfS6W5rzAMtqjn0m6f1",
          "0negS1AtcF3gWVGWNi7DGK",
          "6kiWEHeg8584sqJ74oeMnk",
          "5elZBvhfSviRZi2nMIXJBM",
          "2V6LstODBnVqA7b9KwGEiN",
          "3YBpxG6TGW2JzOUDgjVOPe",
          "29oekBnsDLYpd4hlSDTshy",
          "4EMOHhtPif0otjl3QR4Jkk",
          "0M0WQrnpihKSKwTeg0IidM",
          "2kUw7hGdeEHC9Xkjf8Z1MS",
          "0RHDbfvnBY6hOagfMnvcHY",
          "24tl8lF7D8PnwhcSVilQOr",
          "2lr8keLO8ErlW9tOQa3ieA",
          "0bARt5H8VHbJoWY7QUTDkf",
          "1PybBpkSEB46GS1TF9n3e3",
          "0KRYCBwIpWYFNrXOmXbyUh",
          "0M3xBZF1DDTsTUs7uUF7LR",
          "7J4gMoIg9nWg4NIUtJdFtq",
          "4LEK9rD7TWIG4FCL1s27XC",
          "5MOlwpTgumd6k5anfppWjb",
          "5EGi1AfDTT7FvsQmISumga",
          "6dUw94HrsaZufUsVhANOnf",
          "5Jit8ej9yPLKY88dZoRVKr",
          "59sWzOIQrWugjQ2izgyomK",
          "1ARwzIOdV8aEh7tllTDwm0",
          "5nQMq3Atu6CjDFHL8hWnHG",
          "1UMSYxeRv6nDybweO9Mdpo",
          "7zcnlq38eqNWyUF6eNaB5Z",
          "64mWrGmoyENMuV1q3J3mB4",
          "5uj8Z2bfOM0M1F7cVmi5xh",
          "0YukITjL6AFcrQAOyFzoYC",
          "1rfrnXfwIBIrpcbyWwhKpV",
          "1oUIBlyjM2qYdkBvEZPxlB",
          "7150hGjubLK1L5xQ2DSyPy",
          "5G3d0ExrSHcw9WFXnbFSx9",
          "1qKvoAOanLRh9GnsfHPhqa",
          "6UlcfO7Tu71jS5zpB56BBR",
          "46iPNugr8cPGmuaorDrcxm",
          "65LnUVwrofVnGzZ74kwSo3"
        ],
        "itunes_ids": [
          "1741959019",
          "1657831822",
          "1637964153",
          "1584038487",
          "1541905893",
          "1541904692",
          "1532357216",
          "1528405799",
          "1528112362",
          "1528111839",
          "1524801580",
          "1524793745"
        ],
        "seven_digital_ids": [
          "104255351",
          "102712610",
          "102862307",
          "106073595",
          "104128968",
          "104272344",
          "102862472",
          "102861790",
          "104272226",
          "104272513",
          "112270401",
          "112270323",
          "112270766",
          "104257535",
          "106073570",
          "112270584"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-06-19T13:59:20Z"
    },
    {
      "id": 265276096,
      "common_id": 99297749,
      "name": "Cruel Summer",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Cruel-Summer",
      "vanity_id": "Taylor-Swift/Cruel-Summer",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 59442582,
        "name": "The Cruelest Summer - Single",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/The-Cruelest-Summer-1",
        "vanity_id": "Taylor-Swift/The-Cruelest-Summer-1",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/1/0/4/3/6/5/70563401.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/1/0/4/3/6/5/70563401_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/1/0/4/3/6/5/70563401_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/1/0/4/3/6/5/70563401_800_800.jpg"
        }
      },
      "duration_seconds": 178,
      "release_date": "2019-08-23",
      "lyrics_snippet": null,
      "is_explicit": true,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 76,
      "favorites_count": 1419,
      "genres": [
        {
          "id": 1056,
          "name": "Ambient",
          "full_name": "Electronic / Ambient",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG11901472",
        "isrcs": [
          "USUG11901472"
        ],
        "spotify_id": "1kHVme7OVyPqhtdiLj2SI4",
        "spotify_ids": [
          "1BxfuPKGuaTgP7aM0Bbdwr",
          "3kAlKG1AxTRxGIVbkABIpK",
          "0NQOXTDg2p7hFYlFq6tZKW",
          "7AfrfODj7G4rOJwkPsGarA",
          "1kHVme7OVyPqhtdiLj2SI4"
        ],
        "itunes_ids": [
          "1888558087",
          "1715759782",
          "1712547509",
          "1712422865",
          "1677234270",
          "1468058171"
        ],
        "seven_digital_ids": [
          "88438200",
          "183400772",
          "203290917",
          "203292974",
          "88828161",
          "205705545",
          "183399270",
          "203192186",
          "203203047",
          "205704834",
          "301605722"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:18:34Z"
    },
    {
      "id": 358178498,
      "common_id": 226164173,
      "name": "The Fate of Ophelia (Instrumental)",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/The-Fate-of-Ophelia-Instrumental",
      "vanity_id": "Taylor-Swift/The-Fate-of-Ophelia-Instrumental",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 86098817,
        "name": "The Fate of Ophelia (Instrumental)",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/The-Fate-of-Ophelia-Instrumental-Single",
        "vanity_id": "Taylor-Swift/The-Fate-of-Ophelia-Instrumental-Single",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums4/6/4/7/6/1/2/97216746.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums4/6/4/7/6/1/2/97216746_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums4/6/4/7/6/1/2/97216746_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums4/6/4/7/6/1/2/97216746_800_800.jpg"
        }
      },
      "duration_seconds": null,
      "release_date": "2025-10-31",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": true,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": false,
      "has_synced_lyrics": false,
      "has_word_synced_lyrics": false,
      "has_structure": false,
      "has_lyrics_analysis": false,
      "popularity": 0,
      "favorites_count": 1,
      "genres": [
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG12507320",
        "isrcs": [
          "USUG12507320"
        ],
        "spotify_id": null,
        "spotify_ids": [],
        "itunes_ids": [
          "1849772013"
        ],
        "seven_digital_ids": [
          "282875931",
          "282876177"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2025-11-03T08:40:20Z"
    },
    {
      "id": 292884576,
      "common_id": 74843420,
      "name": "Delicate",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/delicate",
      "vanity_id": "Taylor-Swift/delicate",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 66559800,
        "name": "Pride Month",
        "link": "https://www.musixmatch.com/album/Various-Artists/Pride-Month",
        "vanity_id": "Various-Artists/Pride-Month",
        "cover_images": null
      },
      "duration_seconds": 232,
      "release_date": "2017-11-10",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 76,
      "favorites_count": 3727,
      "genres": [
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        },
        {
          "id": 1048,
          "name": "House",
          "full_name": "Dance / House",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USCJY1750007",
        "isrcs": [
          "USCJY1750007"
        ],
        "spotify_id": "663baWmck0CEu9zSqmNpcH",
        "spotify_ids": [
          "6NFyWDv5CjfwuzoCkw47Xf",
          "5sOch9Cf4uxcMtwFzMtNqQ",
          "663baWmck0CEu9zSqmNpcH",
          "3wx39fhhDE1x2q5IfszWOw",
          "324WUYORyu4443KHUtBbiS"
        ],
        "itunes_ids": [
          "1445766091",
          "1440934254"
        ],
        "seven_digital_ids": [
          "67839757",
          "94598558",
          "83810880",
          "137150164"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:16:14Z"
    },
    {
      "id": 181014527,
      "common_id": 99297746,
      "name": "Daylight",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Daylight",
      "vanity_id": "Taylor-Swift/Daylight",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 34234172,
        "name": "Lover",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Lover",
        "vanity_id": "Taylor-Swift/Lover",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/6/9/0/7/0/4/45407096_800_800.jpg"
        }
      },
      "duration_seconds": 293,
      "release_date": "2019-08-23",
      "lyrics_snippet": null,
      "is_explicit": true,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 76,
      "favorites_count": 674,
      "genres": [
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG11901486",
        "isrcs": [
          "USUG11901486"
        ],
        "spotify_id": "1fzAuUVbzlhZ1lJAx9PtY6",
        "spotify_ids": [
          "1fzAuUVbzlhZ1lJAx9PtY6"
        ],
        "itunes_ids": [
          "1468058708"
        ],
        "seven_digital_ids": [
          "88438216",
          "88828177"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:18:34Z"
    },
    {
      "id": 134312547,
      "common_id": 74839385,
      "name": "Look What You Made Me Do",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift/Look-What-You-Made-Me-Do",
      "vanity_id": "Taylor-Swift/Look-What-You-Made-Me-Do",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift",
        "vanity_id": "Taylor-Swift"
      },
      "artists": null,
      "album": {
        "id": 26805385,
        "name": "Look What You Made Me Do",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/Look-What-You-Made-Me-Do",
        "vanity_id": "Taylor-Swift/Look-What-You-Made-Me-Do",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums5/7/5/0/8/7/9/37978057.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums5/7/5/0/8/7/9/37978057_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums5/7/5/0/8/7/9/37978057_500_500.jpg",
          "size_800": null
        }
      },
      "duration_seconds": 212,
      "release_date": "2017-08-24",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 75,
      "favorites_count": 9886,
      "genres": [
        {
          "id": 7,
          "name": "Electronic",
          "full_name": "Electronic",
          "is_primary": true
        },
        {
          "id": 14,
          "name": "Pop",
          "full_name": "Pop",
          "is_primary": true
        },
        {
          "id": 17,
          "name": "Dance",
          "full_name": "Dance",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": null,
        "isrcs": [
          "USCJY1750002",
          "USCJY1750000"
        ],
        "spotify_id": "2VjtYe7gpfUi2OkGxR2O2z",
        "spotify_ids": [
          "1P17dC1amhFzptugyAO7Il",
          "2VjtYe7gpfUi2OkGxR2O2z",
          "6uFsE1JgZ20EXyU0JQZbUR",
          "1JbR9RDP3ogVNEWFgNXAjh",
          "5hhrs6GOThBgCrOtp2rlUG"
        ],
        "itunes_ids": [
          "1445766221",
          "1440934255",
          "1275013811",
          "1275004357"
        ],
        "seven_digital_ids": [
          "67839758",
          "94598559",
          "83810882",
          "80948387"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2025-05-02T01:40:52Z"
    },
    {
      "id": 200363613,
      "common_id": 113839788,
      "name": "exile (feat. Bon Iver)",
      "link": "https://www.musixmatch.com/lyrics/Taylor-Swift-Bon-Iver/exile-Bon-Iver",
      "vanity_id": "Taylor-Swift-Bon-Iver/exile-Bon-Iver",
      "artist": {
        "id": 259675,
        "name": "Taylor Swift",
        "link": "https://www.musixmatch.com/artist/Taylor-Swift-Bon-Iver",
        "vanity_id": "Taylor-Swift-Bon-Iver"
      },
      "artists": null,
      "album": {
        "id": 39279712,
        "name": "folklore",
        "link": "https://www.musixmatch.com/album/Taylor-Swift/folklore",
        "vanity_id": "Taylor-Swift/folklore",
        "cover_images": {
          "size_100": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530.jpg",
          "size_350": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530_350_350.jpg",
          "size_500": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530_500_500.jpg",
          "size_800": "https://s.mxmcdn.net/images-storage/albums2/0/3/5/0/0/4/50400530_800_800.jpg"
        }
      },
      "duration_seconds": 286,
      "release_date": "2020-07-24",
      "lyrics_snippet": null,
      "is_explicit": false,
      "is_instrumental": false,
      "is_restricted": false,
      "is_pre_release": null,
      "has_lyrics": true,
      "has_synced_lyrics": true,
      "has_word_synced_lyrics": true,
      "has_structure": true,
      "has_lyrics_analysis": true,
      "popularity": 75,
      "favorites_count": 710,
      "genres": [
        {
          "id": 20,
          "name": "Alternative",
          "full_name": "Alternative",
          "is_primary": true
        }
      ],
      "name_translations": [],
      "external_ids": {
        "isrc": "USUG12002838",
        "isrcs": [
          "USUG12002838"
        ],
        "spotify_id": "4pvb0WLRcMtbPGmtejJJ6y",
        "spotify_ids": [
          "4pvb0WLRcMtbPGmtejJJ6y",
          "160aOpD0QnQdUHBbWbojTx",
          "5S4aYQAJOwJMAamANWlICO",
          "1MFRapRpkXLhgMplU0CM76",
          "3TByueS9ydlgwfYbiWBdIC",
          "59HA1SBz1DPCCvdDeILV7E",
          "24UHC441veMxqS3LYBNnJ5",
          "6kz2hkq1xQvDqPcUyBkw8f"
        ],
        "itunes_ids": [
          "1742004598",
          "1741959036",
          "1541906174",
          "1541904694",
          "1528405801",
          "1528112364",
          "1528111847",
          "1524801587",
          "1524793900"
        ],
        "seven_digital_ids": [
          "112270586",
          "112270768",
          "112270403",
          "112270325",
          "104128970",
          "104272228",
          "104257537",
          "102861792",
          "104474523",
          "102862309",
          "104474537",
          "104272346",
          "102862474",
          "102712612",
          "104255353",
          "104272515"
        ],
        "soundcloud_id": null,
        "musicbrainz_id": null
      },
      "updated_at": "2026-09-07T13:18:59Z"
    }
  ]
}