title
title: {
en?: string;
"ja-ro"?: string;
ja?: string;
[key: string]: undefined | string;
}
altTitles
altTitles: { [key: string]: string }[]
description
description: { en?: string; [key: string]: undefined | string }
isLocked
isLocked: boolean
Optional
links
links?: {
al?: string;
ap?: string;
kt?: string;
mu?: string;
mal?: string;
[key: string]: undefined | string;
}
originalLanguage
originalLanguage: string
Optional
lastVolume
lastVolume?: string
Optional
lastChapter
lastChapter?: string
Optional
publicationDemographic
publicationDemographic?: string
Optional
year
year?: number
contentRating
contentRating: string
tags
tags: {
id: string;
type: string;
attributes: {
name: { en: string; [key: string]: string };
description: { en: string; [key: string]: string };
group: string;
version: number;
};
}[]
chapterNumbersResetOnNewVolume
chapterNumbersResetOnNewVolume: boolean
createdAt
createdAt: string
updatedAt
updatedAt: string
availableTranslatedLanguages
availableTranslatedLanguages: string[]
latestUploadedChapter
latestUploadedChapter: string
Attributes for MangaDex manga entries.
Source