---
title: "GET /tracks/trending/ids/{version}"
method: GET
path: "/tracks/trending/ids/{version}"
tags: ["tracks"]
---

# GET /tracks/trending/ids/{version}

`GET /tracks/trending/ids/{version}`

Gets the track IDs of the top trending tracks on Audius based on the given trending strategy version

## Path parameters

- `version` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `genre` string

## Response `200`

Success

- TrendingIdsResponse
  - `data` TrendingTimesIds
    - `week` TrackId[]
      - `id` string, required
    - `month` TrackId[]
      - `id` string, required
    - `year` TrackId[]
      - `id` string, required

## Other responses

- `400` — Bad request
- `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)
