---
title: "List trending music"
method: GET
path: "/{apiKey}/trending.php"
tags: ["List"]
---

# List trending music

`GET /{apiKey}/trending.php`

List trending albums or singles for a country.

## Path parameters

- `apiKey` string, required

## Query parameters

- `country` string, required
- `type` string
- `format` 'albums' | 'singles', required

## Response `200`

Trending music results.

- TrendingResponse
  - `trending` TrendingItem[], nullable
    - `idTrend` union
      - string
      - integer
    - `strCountry` string, nullable
    - `strArtist` string, nullable
    - `strAlbum` string, nullable
    - `strTrack` 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)
