---
title: "Lookup albums by artist ID or album ID"
method: GET
path: "/{apiKey}/album.php"
tags: ["Lookup"]
---

# Lookup albums by artist ID or album ID

`GET /{apiKey}/album.php`

Provide either `i` for a TheAudioDB artist ID or `m` for a TheAudioDB album ID.

## Path parameters

- `apiKey` string, required

## Query parameters

- `i` integer
- `m` integer

## Response `200`

Album results.

- AlbumsResponse
  - `album` Album[], nullable
    - `idAlbum` union
      - string
      - integer
    - `idArtist` union
      - string
      - integer
    - `strAlbum` string, nullable
    - `strArtist` string, nullable
    - `intYearReleased` union
      - string
      - integer
    - `strMusicBrainzID` 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)
