Get remixers count
GET/users/:id/remixers/count
Gets the count of unique users who have remixed tracks by the given user, or a specific track by that user if provided
Request
Path Parameters
id stringrequired
A User ID
Query Parameters
user_id string
The user ID of the user making the request
track_id string
Filters for remixers who have remixed the given track ID
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
latest_chain_block integerrequired
latest_indexed_block integerrequired
latest_chain_slot_plays integerrequired
latest_indexed_slot_plays integerrequired
signature stringrequired
timestamp stringrequired
version
object
required
service stringrequired
version stringrequired
data integer
{
"latest_chain_block": 0,
"latest_indexed_block": 0,
"latest_chain_slot_plays": 0,
"latest_indexed_slot_plays": 0,
"signature": "string",
"timestamp": "string",
"version": {
"service": "string",
"version": "string"
},
"data": 0
}
Bad request
Server error
Loading...