Musixmatch Scraper

ENDPOINTS
GET/tracks/analysis

Track Meaning & Moods

Get Musixmatch's AI lyrics analysis: what the song means, its moods, themes with quotes and content rating.

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"
    },
    "album": {
      "id": 54683517,
      "name": "Midnights",
      "link": "https://www.musixmatch.com/album/Taylor-Swift/Midnights",
      "vanity_id": "Taylor-Swift/Midnights",
      "cover_images": {
        "size_100": null,
        "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": null
      }
    }
  },
  "is_available": true,
  "meaning": "The song 'Anti-Hero' by Taylor Swift delves into self-awareness and introspection, portraying feelings of inadequacy and self-sabotage. The lyrics depict a sense of isolation and inner turmoil, with the artist acknowledging their flaws and the impact on relationships, alluding to the struggle of being perceived as a 'monster' while grappling with personal demons and the consequences of their actions.",
  "moods": [
    "angst",
    "heartbreak",
    "despair",
    "reflection",
    "solitude"
  ],
  "themes": [
    {
      "theme": "self-reflection and accountability",
      "quotes": [
        "It's me, hi, I'm the problem, it's me",
        "I'll stare directly at the sun but never in the mirror"
      ]
    },
    {
      "theme": "mental health struggles",
      "quotes": [
        "I should not be left to my own devices",
        "When my depression works the graveyard shift"
      ]
    },
    {
      "theme": "alienation and insecurity",
      "quotes": [
        "Sometimes, I feel like everybody is a sexy baby and I'm a monster on the hill",
        "Too big to hang out, slowly lurching toward your favorite city"
      ]
    }
  ],
  "content_rating": {
    "audience": "PG-13",
    "description": "The lyrics contain themes of mental health struggles, self-criticism, and references to complex family dynamics, which may not be suitable for children under 13. The mention of 'covert narcissism' and the line about a daughter-in-law killing for money suggest mature themes that warrant parental guidance."
  }
}