Skip to content

MediaTrend

Daily media statistics

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

The id of the tag

The day the data was recorded (timestamp)

The amount of media activity on the day

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

The number of users with the media on their list

The number of users with watching/reading the media

If the media was being released at this time

The episode number of the anime released on this day

The related media

MediaTrend query

InternalPage object ● MediaTrendConnection object ● MediaTrendEdge object ● Page object