route
string
The unique URL slug of the anime.
listStatus
string
The list the anime belongs to.
Examples:
completed
watching
on-hold
dropped
to-watch
episodesSeen
int
The amount of episodes seen from the anime.
episodes
int
Max episode count for the anime.
manualScore
int
The user's manually inputted score of the anime. From 0 to a 100.
averageAutoScore
int
The user's automatically calculated average score of the anime. From 0 to a 100.
useAutoScores
bool
Whether to use automatic score calculation with multiple scores.
startDate
datetime
The date the anime was started watching.
endDate
datetime
The date the anime was finished watching.
hasAiredJpn
bool
Whether the latest raw episode has aired.
hasAiredSub
bool
Whether the latest sub episode has aired.
hasAiredDub
bool
Whether the latest dub episode has aired.
leadingTrack
string
Which release track has the earliest premier among raw, sub, and dub. latestEpisode, subtractedEpisode, and latestEpisodeDate refer to this track.
latestEpisode
int
Latest episode number for leadingTrack.
subtractedEpisode
int
Subtracted episode count for leadingTrack.
latestEpisodeDate
datetime
Air datetime for the latest episode of leadingTrack (RFC 3339). Omitted when unknown.
Examples:
2025-04-10T15:30:00Z
showID
string
Internal show identifier.
preferredTitle
string
Display title for the request language query.
Examples:
BLACK LAGOON
Sousou no Frieren
status
string
Show status.
Examples:
Ongoing
Finished
Upcoming
Delayed
Break
season
string
Season title string from the show record.
Examples:
Winter 2025
Spring 2024
genres
string
Concatenated genre names.
Examples:
ActionAdventure
ComedyDrama
studios
string
Concatenated studio names.
sources
string
Concatenated source names.
Examples:
MangaLight novel
mediaTypes
string
Concatenated media type names.
releaseDate
string
Lead premier (earliest among tracks).
note
string
User note. Max length is 1000.
Examples:
I really liked this anime because...
imageVersionRoute
string
Versioned poster path for cache busting (from site image manifests).
Examples:
anime/jpg/default/my-show-route-abc123def
posterDominantColor
string
Poster dominant color as RGB triplet values.