anitrack/bruno/AniTrack/AniList/Get Items/AniList Item.bru

116 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-07-25 09:10:55 -04:00
meta {
name: AniList Item
type: graphql
seq: 1
}
post {
url: https://graphql.anilist.co
body: graphql
auth: none
}
headers {
Content-Type: "application/json"
Accept: "application/json"
2024-08-19 08:09:03 -04:00
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
2024-07-25 09:10:55 -04:00
}
body:graphql {
2024-07-27 12:58:17 -04:00
query ($userId: Int, $mediaId: Int, $listType: MediaType) {
MediaList(mediaId: $mediaId, userId: $userId, type: $listType) {
id
mediaId
userId
media {
id
idMal
2024-08-09 15:06:13 -04:00
tags{
id
name
description
rank
isMediaSpoiler
isAdult
}
2024-07-27 12:58:17 -04:00
title {
romaji
english
native
}
description
coverImage {
large
}
season
seasonYear
status
episodes
nextAiringEpisode {
airingAt
timeUntilAiring
episode
}
2024-08-09 15:06:13 -04:00
isAdult
2024-07-27 12:58:17 -04:00
}
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
}
}
}
}
}
}
2024-07-25 09:10:55 -04:00
}
body:graphql:vars {
{
"userId": 413504,
"mediaId": 170998,
2024-07-25 09:10:55 -04:00
"listType": "ANIME"
}
}
docs {
Title
Image
Description
Episodes
Status
Season
External & Streaming Links
}