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

# Lookup tracks by album ID or track ID

`GET /{apiKey}/track.php`

Provide either `m` for a TheAudioDB album ID to list tracks on an album, or `h` for a TheAudioDB track ID.

## Path parameters

- `apiKey` string, required

## Query parameters

- `m` integer
- `h` integer

## Response `200`

Track results.

- TracksResponse
  - `track` Track[], nullable
    - `idTrack` union
      - string
      - integer
    - `idAlbum` union
      - string
      - integer
    - `idArtist` union
      - string
      - integer
    - `strTrack` string, nullable
    - `strArtist` string, nullable
    - `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)
