Get Trending Track IDs
GET/tracks/trending/ids
Gets the track IDs of the top trending tracks on Audius
Request
Query Parameters
offset integer
The number of items to skip. Useful for pagination (page number * limit)
limit integer
The number of items to fetch
genre string
Filter trending to a specified genre
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Array [
]
data
object
week
object[]
id stringrequired
month
object[]
id stringrequired
year
object[]
id stringrequired
{
"data": {
"week": [
{
"id": "string"
}
],
"month": [
{
"id": "string"
}
],
"year": [
{
"id": "string"
}
]
}
}
Bad request
Server error
Loading...