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

# GET /users/{id}/tracks/download_count

`GET /users/{id}/tracks/download_count`

Gets the total download count for all tracks (and stems) owned by the user. Use for dashboard "Downloads" tile.

## Path parameters

- `id` string, required

## Response `200`

Success

- UserTracksDownloadCountResponse
  - `data` integer, required — Total download count for all tracks (and stems) owned by the user

## Other responses

- `500` — Server error

---

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