Expand description
Ratings API — two endpoints:
- By ID
GET /ratings?simkl=...&fields=...&client_id=... - By Watchlist
GET /ratings/{type}?user_watchlist=...&fields=...&client_id=...
Modules§
- fields
- Constants for the
fieldsquery parameter accepted by both ratings endpoints.
Structs§
- Rank
Info - Rank sub-object in
RatingsResponse. - Rating
Score - Rating + vote count from one source (e.g. Simkl, IMDB, MAL).
- Ratings
ById - Request for
GET /ratings(look up by a single ID). - Ratings
ByWatchlist - Request for
GET /ratings/{type}?user_watchlist=.... - Ratings
Response - Response for
GET /ratings?simkl=.... - Reactions
- Reactions breakdown attached to a
RatingsResponse. - Watchlist
Ratings Item - Response item for
GET /ratings/{type}?user_watchlist=....
Enums§
- Watchlist
Type - Media type filter for the watchlist ratings endpoint path segment.