meta { name: GetAniListUserWatchingList type: graphql seq: 3 } post { url: https://graphql.anilist.co body: graphql auth: none } headers { Content-Type: "application/json" Accept: "application/json" } body:graphql { query ( $page: Int $perPage: Int $userId: Int $listType: MediaType $status: MediaListStatus $sort: [MediaListSort] ) { Page(page: $page, perPage: $perPage) { pageInfo { total perPage currentPage lastPage hasNextPage } mediaList(userId: $userId, type: $listType, status: $status, sort: $sort) { id mediaId userId media { id idMal title { userPreferred romaji english native } description coverImage { extraLarge large medium color } bannerImage format season seasonYear status episodes duration countryOfOrigin source synonyms averageScore meanScore popularity trending favourites isFavourite relations { nodes { id title { userPreferred romaji english native } } } startDate { year month day } endDate { year month day } nextAiringEpisode { airingAt timeUntilAiring episode } airingSchedule { nodes { id airingAt timeUntilAiring episode mediaId } } genres tags { id name description rank isMediaSpoiler isAdult } isAdult } status startedAt { year month day } completedAt { year month day } notes progress score repeat user { id name avatar { large medium } statistics { anime { count statuses { status count } } } } } } } } body:graphql:vars { { "page": 1, "perPage": 20, "userId": 413504, "listType": "ANIME", "status": "CURRENT", "sort": "UPDATED_TIME_DESC" } } docs { Title Image Description Episodes Status Season External & Streaming Links }