---
title: "GET /tracks/download_counts"
method: GET
path: "/tracks/download_counts"
tags: ["tracks"]
---

# GET /tracks/download_counts

`GET /tracks/download_counts`

Gets download counts for tracks by ID. Use this instead of loading full track objects when only download counts are needed.

## Query parameters

- `id` string[], required

## Response `200`

Success

- TrackDownloadCountsResponse
  - `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)
