---
title: "List most-loved tracks or albums"
method: GET
path: "/{apiKey}/mostloved.php"
tags: ["List"]
---

# List most-loved tracks or albums

`GET /{apiKey}/mostloved.php`

Return the top 10 most-loved tracks or albums.

## Path parameters

- `apiKey` string, required

## Query parameters

- `format` 'track' | 'album', required

## Response `200`

Most-loved album or track results.

- LovedResponse
  - `loved` union[], nullable
    - union
      - Album — Album row returned by the v1 API. Fields vary as the legacy table evolves.
        - `idAlbum` union
          - string
          - integer
        - `idArtist` union
          - string
          - integer
        - `strAlbum` string, nullable
        - `strArtist` string, nullable
        - `intYearReleased` union
          - string
          - integer
        - `strMusicBrainzID` string, nullable
        - `strDescriptionEN` string, nullable
      - Track — Track row returned by the v1 API. Fields vary as the legacy table evolves.
        - `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)
