data data : { id : string ; type : string ; attributes : MangaDexAttributes ; relationships : { id : string ; type : string ; attributes ?: { name ?: string ; imageUrl ?: string ; biography ?: { en ?: string ; [ key : string ]: undefined | string } ; twitter ?: string ; pixiv ?: string ; melonBook ?: string ; fanBook ?: string ; booth ?: string ; namicomi ?: string ; nicoVideo ?: string ; skeb ?: string ; fantia ?: string ; tumblr ?: string ; youtube ?: string ; weibo ?: string ; naver ?: string ; website ?: string ; createdAt ?: string ; updatedAt ?: string ; version ?: number ; } ; } [] ; } Type declaration id : string type : string relationships : { id : string ; type : string ; attributes ?: { name ?: string ; imageUrl ?: string ; biography ?: { en ?: string ; [ key : string ]: undefined | string } ; twitter ?: string ; pixiv ?: string ; melonBook ?: string ; fanBook ?: string ; booth ?: string ; namicomi ?: string ; nicoVideo ?: string ; skeb ?: string ; fantia ?: string ; tumblr ?: string ; youtube ?: string ; weibo ?: string ; naver ?: string ; website ?: string ; createdAt ?: string ; updatedAt ?: string ; version ?: number ; } ; } [] Optionaldescription description ?: string
Optionalstatus status ?: number
Optionalyear year ?: number
Optionalcountry country ?: string
Optionalcreated At createdAt ?: string
Optionalupdated At updatedAt ?: string
Optionalauthors authors ?: { id : string ; name : string ; slug ?: string } []
Optionalartists artists ?: { id : string ; name : string ; slug ?: string } []
Optionalgenres genres ?: { id : string ; name : string ; slug ?: string } []
Optionalalternative Titles alternativeTitles ?: { title : string ; lang : string } []
Optionalexternal Links externalLinks ?: { anilist ?: string ; myAnimeList ?: string ; mangaUpdates ?: string ; [ key : string ]: undefined | string ; }
Type declaration [ key : string ]: undefined | string Optionalanilist ?: string OptionalmyAnimeList ?: string OptionalmangaUpdates ?: string
Represents a MangaDex manga detail with relationships (authors, artists, cover art). Extends the base manga detail with MangaDex-specific properties and relationship data.
Source