---
title: "List top 10 tracks by artist name"
method: GET
path: "/{apiKey}/track-top10.php"
tags: ["List"]
---

# List top 10 tracks by artist name

`GET /{apiKey}/track-top10.php`

List the top 10 loved tracks for an artist name.

## Path parameters

- `apiKey` string, required

## Query parameters

- `s` string, required

## 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)
