Get Trending Recommendations
GET/recommendations/trending/
Currently popular content, ranked by recent usage weighted by event kind (a download counts for more than a view). Precomputed periodically via Celery beat (see apps.content.services.recommendations); an empty/not-yet-computed cache simply yields an empty list, same as /similar/ treats "no matches".
category optionally scopes the leaderboard to one CategoryChoice value (e.g.
"recitation"); an unrecognised value behaves like "nothing trending yet" (empty
list) rather than a 400, since that's cheap to tell apart from a client bug by
just looking at the response.
Request
Responses
- 200
OK