Objects

MediaTrend

Daily media statistics

Daily media statistics

type MediaTrend {
  mediaId: Int!
  date: Int!
  trending: Int!
  averageScore: Int
  popularity: Int
  inProgress: Int
  releasing: Boolean!
  episode: Int
  media: Media
}

Fields

MediaTrend.mediaId ● Int! non-null scalar

The id of the tag

MediaTrend.date ● Int! non-null scalar

The day the data was recorded (timestamp)

MediaTrend.trending ● Int! non-null scalar

The amount of media activity on the day

MediaTrend.averageScore ● Int scalar

A weighted average score of all the user's scores of the media

MediaTrend.popularity ● Int scalar

The number of users with the media on their list

MediaTrend.inProgress ● Int scalar

The number of users with watching/reading the media

MediaTrend.releasing ● Boolean! non-null scalar

If the media was being released at this time

MediaTrend.episode ● Int scalar

The episode number of the anime released on this day

MediaTrend.media ● Media object

The related media

Returned By

MediaTrend query

Member Of

InternalPage object ● MediaTrendConnection object ● MediaTrendEdge object ● Page object

Copyright © 2026