Skip to content

2.5.0 - Media Trends

Choose a tag to compare

@alex-star-gh alex-star-gh released this 19 Mar 05:56
· 47 commits to master since this release
  • Added trending field to Media type and TRENDING values to MediaSortEnum.
    • Trending is the amount of related media activity within the past hour.
  • Added MediaTrend type & query
    • MediaTrends provide a history of daily statistics for anime & manga, such as the average score, trending amount, popularity and more, which should hopefully allow for some pretty snazzy graphs.
    • MediaTrends replaces AiringProgression as it also includes the same and additional data sets.
    • We're currently generating the past trending data for all our anime & manga, however these past records will only have the trending value as we are sadly not time travelers. Data from AiringProgression will be moved over once the initial trend data is generated, which should fill in some of gaps at least.
  • MediaStats field AiringProgression is now deprecated. However it's data will continue to be updated until the shutdown of Api v1.
  • Fixed media isFavourite sometimes incorrectly evaluating to true.