Musixmatch Scraper

ENDPOINTS
GET/tracks/details

Track Details

Get one track's metadata: album, cover art, release date, genres, popularity, flags, ISRCs and Spotify/iTunes IDs.

QUERY PARAMS

Musixmatch track ID, Artist/Track name, any musixmatch.com lyrics URL, ISRC, or Spotify track ID/URL.

Examples:

  • Name: Taylor-Swift/Anti-Hero
  • URL: https://www.musixmatch.com/lyrics/Taylor-Swift/Anti-Hero
  • ID: 248463510
  • ISRC: GBAYE0000267
  • Spotify: https://open.spotify.com/track/3AJwUDP919kvQ9QcozQPxg
{
  "track": {
    "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"
  }
}