---
title: "GET /tracks/{track_id}/download_count"
method: GET
path: "/tracks/{track_id}/download_count"
tags: ["tracks"]
---

# GET /tracks/{track_id}/download_count

`GET /tracks/{track_id}/download_count`

Gets the download count for a single track. Full track + all stems (parent) or stem-only (stem).

## Path parameters

- `track_id` string, required

## Response `200`

Success

- TrackDownloadCountResponse
  - `data` object, required
    - `id` string, required — Track ID (hash)
    - `download_count` integer, required — Full track + all stems (parent) or stem-only (stem)

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
