Skip to main content
GET
/
track-stats
/
{id}
Get listening stats for a track
curl --request GET \
  --url http://localhost:6063/track-stats/{id}
{
  "track_id": "<string>",
  "play_count": 123,
  "skip_count": 123,
  "last_played": 123,
  "last_skipped": 123
}

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Track stats

track_id
string
play_count
integer<int64>
skip_count
integer<int64>
last_played
integer<int64> | null

Unix timestamp

last_skipped
integer<int64> | null