Skip to main content

Module ratings

Module ratings 

Source
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 fields query parameter accepted by both ratings endpoints.

Structs§

RankInfo
Rank sub-object in RatingsResponse.
RatingScore
Rating + vote count from one source (e.g. Simkl, IMDB, MAL).
RatingsById
Request for GET /ratings (look up by a single ID).
RatingsByWatchlist
Request for GET /ratings/{type}?user_watchlist=....
RatingsResponse
Response for GET /ratings?simkl=....
Reactions
Reactions breakdown attached to a RatingsResponse.
WatchlistRatingsItem
Response item for GET /ratings/{type}?user_watchlist=....

Enums§

WatchlistType
Media type filter for the watchlist ratings endpoint path segment.