meta { name: AniList Item type: graphql seq: 2 } post { url: https://graphql.anilist.co body: graphql auth: none } headers { Content-Type: "application/json" Accept: "application/json" } body:graphql { query ($id: Int, $listType: MediaType) { Media(id: $id, type: $listType) { id idMal title { romaji english native } description coverImage { large } } } } body:graphql:vars { { "id": 157371, "listType": "ANIME" } } docs { Title Image Description Episodes Status Season External & Streaming Links }