---
name: musixmatch-api
description: "Musixmatch API skill. Use when working with Musixmatch for album.tracks.get, album.get, artist.related.get. Covers 16 endpoints."
version: 1.0.0
generator: lapsh
---

# Musixmatch API
API version: 1.1.0

## Auth
ApiKey apikey in query

## Base URL
https://api.musixmatch.com/ws/1.1

## Setup
1. Set your API key in the appropriate header
2. GET /album.tracks.get -- verify access
3. Explore available endpoints below

## Endpoints
16 endpoints across 16 groups. See references/api-spec.lap for full details.

### Album.tracks.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /album.tracks.get |  |

### Album.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /album.get |  |

### Artist.related.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /artist.related.get |  |

### Artist.albums.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /artist.albums.get |  |

### Artist.search
| Method | Path | Description |
|--------|------|-------------|
| GET | /artist.search |  |

### Artist.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /artist.get |  |

### Matcher.subtitle.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /matcher.subtitle.get |  |

### Matcher.track.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /matcher.track.get |  |

### Matcher.lyrics.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /matcher.lyrics.get |  |

### Track.snippet.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /track.snippet.get |  |

### Track.lyrics.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /track.lyrics.get |  |

### Track.subtitle.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /track.subtitle.get |  |

### Track.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /track.get |  |

### Track.search
| Method | Path | Description |
|--------|------|-------------|
| GET | /track.search |  |

### Chart.tracks.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /chart.tracks.get |  |

### Chart.artists.get
| Method | Path | Description |
|--------|------|-------------|
| GET | /chart.artists.get |  |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all album.tracks.get?" -> GET /album.tracks.get
- "List all album.get?" -> GET /album.get
- "List all artist.related.get?" -> GET /artist.related.get
- "List all artist.albums.get?" -> GET /artist.albums.get
- "List all artist.search?" -> GET /artist.search
- "List all artist.get?" -> GET /artist.get
- "List all matcher.subtitle.get?" -> GET /matcher.subtitle.get
- "List all matcher.track.get?" -> GET /matcher.track.get
- "List all matcher.lyrics.get?" -> GET /matcher.lyrics.get
- "List all track.snippet.get?" -> GET /track.snippet.get
- "List all track.lyrics.get?" -> GET /track.lyrics.get
- "List all track.subtitle.get?" -> GET /track.subtitle.get
- "List all track.get?" -> GET /track.get
- "List all track.search?" -> GET /track.search
- "List all chart.tracks.get?" -> GET /chart.tracks.get
- "List all chart.artists.get?" -> GET /chart.artists.get
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Paginated endpoints accept limit/offset or cursor parameters

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
