GET /tracks/{track_id}/favoriters

soundcloud.com

Summary: Returns a list of users who have favorited or liked the track.
Operation ID:
Auth: unknown

Parameters (3)

limit (integer, query, optional, default: 50)

Number of results to return in the collection.

Constraints: {'minimum': 1, 'maximum': 200}

offset (integer, query, optional, default: 0)

Offset of first result. Deprecated, use `linked_partitioning` instead.

track_id (integer, path, required)

SoundCloud Track id

No probe data for this endpoint yet.