---
title: "List music videos by artist ID"
method: GET
path: "/{apiKey}/mvid.php"
tags: ["List"]
---

# List music videos by artist ID

`GET /{apiKey}/mvid.php`

List music videos for a TheAudioDB artist ID. Free keys return up to 1 result; premium keys return up to 50.

## Path parameters

- `apiKey` string, required

## Query parameters

- `i` integer, required

## Response `200`

Music video results.

- MusicVideosResponse
  - `mvids` MusicVideo[], nullable
    - `idArtist` union
      - string
      - integer
    - `idAlbum` union
      - string
      - integer
    - `idTrack` union
      - string
      - integer
    - `strTrack` string, nullable
    - `strTrackThumb` string, nullable
    - `strMusicVid` string, nullable
    - `strDescriptionEN` string, nullable

## Other responses

- `429` — Rate limit exceeded. Free users are limited to 30 requests per minute, premium to 100 per minute, and business to 120 per minute.

---

[API](https://skmtc.net/theaudiodb/apis/theaudiodb-api.md) · [All operations](https://skmtc.net/theaudiodb/apis/theaudiodb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theaudiodb/theaudiodb-api/versions/3c9d8a945bae/schema)
