Appearance
overview
1 endpoint at a glance
| Method | Path | Summary |
|---|---|---|
GET | /overview | Get Overview |
overview
Get Overview
GET
/overview
Activity feed for a time window + play-scope.
window is days (7 / 30). scope controls the play-based cards
(discoveries / trending): me = the caller's LastFM scrobbles,
everyone = library-wide. added is always whole-library;
activity is always the caller's own wishlist/favorites.
The queries are synchronous PyMongo (and the discoveries aggregation
scans scrobbles to find true first-plays), so we offload to a worker
thread to keep the event loop responsive.
Parameters
Query Parameters
window
Type
string
Valid values
"7""30"Default
"7"scope
Type
string
Valid values
"me""everyone"Default
"me"Responses
Successful Response
application/json
JSON "additionalProperties": "string"
{
}