MyStats

User Recently Played

Get the users recently played tracks

Endpoint

GET https://api.stats.skylerx.ir/v1/users/{identifier}/recent

Input

The identifier can be either the UserId or Slug. You can get this id using the users profile url.

Example: https://stats.skyerlx.ir/ba

In this case ba is the identifier.

{
  identifier: string;
}

Output

User's can disable their recently played
PropTypeDefault
artists
Array<{ artistId: string; name: string }>
-
popularity
number
-
track_id
string
-
album_id
string
-
cover_image
string
-
album_name
string
-
name
string
-
played_at
string
-

On this page