From eae5d24d9e79e59a19d4721caaeaa0ca650ecb33 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:20:51 -0800 Subject: chore(biome): drop formatter style overrides --- src/lib/Announcement.svelte | 42 +- src/lib/CommandPalette/CommandPalette.svelte | 184 +- src/lib/CommandPalette/actions.ts | 306 +- src/lib/Data/AniList/activity.ts | 526 +- src/lib/Data/AniList/character.ts | 142 +- src/lib/Data/AniList/follow.ts | 82 +- src/lib/Data/AniList/following.ts | 88 +- src/lib/Data/AniList/forum.ts | 122 +- src/lib/Data/AniList/identity.ts | 50 +- src/lib/Data/AniList/media.ts | 864 +- src/lib/Data/AniList/notifications.ts | 160 +- src/lib/Data/AniList/prequels.ts | 282 +- src/lib/Data/AniList/schedule.ts | 182 +- src/lib/Data/AniList/user.ts | 145 +- src/lib/Data/AniList/wrapped.ts | 523 +- src/lib/Data/Birthday/primary.ts | 35 +- src/lib/Data/Birthday/secondary.ts | 65 +- src/lib/Data/Manga/raw.ts | 89 +- src/lib/Data/Static/SampleMedia/anime.json | 51195 ++++++++-------- src/lib/Data/Static/SampleMedia/manga.json | 60395 ++++++++++--------- src/lib/Data/Static/crunchyroll.json | 203 +- src/lib/Data/Static/hololiveBirthdays.json | 1224 +- src/lib/Data/awc.ts | 14 +- src/lib/Data/hololive.ts | 246 +- src/lib/Data/senpy.ts | 32 +- src/lib/Database/IDB/activities.ts | 24 +- src/lib/Database/IDB/chapters.ts | 24 +- src/lib/Database/IDB/tracker.ts | 26 +- src/lib/Database/IDB/user.ts | 26 +- src/lib/Database/SB/User/badges.ts | 215 +- src/lib/Database/SB/User/configuration.ts | 67 +- src/lib/Database/SB/User/notifications.ts | 55 +- src/lib/Database/SB/User/preferences.ts | 262 +- src/lib/Database/SB/badges.ts | 69 +- src/lib/Database/SB/events.ts | 51 +- src/lib/Database/SB/groups.ts | 41 +- src/lib/Database/sb.ts | 4 +- src/lib/Error/AnimeRateLimited.svelte | 4 +- src/lib/Error/DotDotDot.svelte | 12 +- src/lib/Error/LogInRestricted.svelte | 6 +- src/lib/Error/RateLimited.svelte | 4 +- src/lib/Error/path.ts | 25 +- src/lib/Error/rateLimit.ts | 12 +- .../EasterEvent2025/ClickableAreaPage.svelte | 4 +- .../AniListBadges/EasterEvent2025/EasterEgg.svelte | 122 +- .../EasterEvent2025/MultipleChoicePage.svelte | 12 +- .../EasterEvent2025/RiddlePage.svelte | 12 +- .../Events/AniListBadges/EasterEvent2025/event.css | 10 +- src/lib/Events/Event.svelte | 6 +- src/lib/Events/Group.svelte | 4 +- src/lib/Hololive/Lives.svelte | 90 +- src/lib/Hololive/Stream.svelte | 12 +- src/lib/Hololive/hololive.ts | 18 +- src/lib/Home/HeadTitle.svelte | 5 +- src/lib/Home/LastActivity.svelte | 81 +- src/lib/Home/Root.svelte | 4 +- src/lib/Image/FallbackImage.svelte | 15 +- src/lib/Image/ParallaxImage.svelte | 37 +- src/lib/Landing.svelte | 78 +- src/lib/LandingHero.svelte | 11 +- src/lib/Layout/Dropdown.svelte | 10 +- src/lib/Layout/NumberTicker.svelte | 12 +- src/lib/Layout/Popup.svelte | 26 +- src/lib/Layout/Spacer.svelte | 2 +- src/lib/Layout/TextTransition.svelte | 18 +- src/lib/Lazy.svelte | 39 +- src/lib/List/Anime/AnimeListTemplate.svelte | 58 +- src/lib/List/Anime/CleanAnimeList.svelte | 253 +- src/lib/List/Anime/CompletedAnimeList.svelte | 181 +- src/lib/List/Anime/DueAnimeList.svelte | 222 +- src/lib/List/Anime/DueIndexColumn.svelte | 16 +- src/lib/List/Anime/PlaceholderList.svelte | 8 +- src/lib/List/Anime/UpcomingAnimeList.svelte | 148 +- src/lib/List/CleanGrid.svelte | 19 +- src/lib/List/CleanList.svelte | 12 +- src/lib/List/ListTitle.svelte | 8 +- src/lib/List/Manga/CleanMangaList.svelte | 95 +- src/lib/List/Manga/MangaListTemplate.svelte | 492 +- src/lib/List/MediaRoulette.svelte | 92 +- src/lib/List/MediaTitleDisplay.svelte | 12 +- src/lib/List/covers.css | 84 +- src/lib/List/mediaTitle.ts | 21 +- src/lib/Loading/Ellipsis.svelte | 2 +- src/lib/Loading/Grid.svelte | 2 +- src/lib/Loading/Message.svelte | 12 +- src/lib/Loading/Ripple.svelte | 2 +- src/lib/Loading/Skeleton.svelte | 6 +- src/lib/Locale/english.ts | 639 +- src/lib/Locale/japanese.ts | 647 +- src/lib/Locale/layout.ts | 578 +- src/lib/MarkdownLink.svelte | 22 +- src/lib/Media/Anime/Airing/AiringTime.svelte | 204 +- src/lib/Media/Anime/Airing/Subtitled/match.ts | 949 +- src/lib/Media/Anime/Airing/Subtitled/subsPlease.ts | 16 +- src/lib/Media/Anime/Airing/classify.test.ts | 273 +- src/lib/Media/Anime/Airing/classify.ts | 87 +- src/lib/Media/Anime/Airing/time.ts | 239 +- src/lib/Media/Anime/cache.ts | 65 +- src/lib/Media/Anime/episodes.ts | 6 +- src/lib/Media/Anime/season.ts | 18 +- src/lib/Media/Cover/HoverCover.svelte | 4 +- src/lib/Media/Cover/hoverCover.ts | 85 +- src/lib/Media/Manga/cache.ts | 12 +- src/lib/Media/Manga/chapters.ts | 428 +- src/lib/Media/Manga/volumes.ts | 6 +- src/lib/Media/links.ts | 98 +- src/lib/Notification/Notification.svelte | 12 +- src/lib/Notification/NotificationsProvider.svelte | 6 +- src/lib/Notification/options.ts | 36 +- src/lib/Notification/store.ts | 38 +- src/lib/Reader/Chapters/MangaDex.svelte | 14 +- src/lib/Reader/Chapters/Rawkuma.svelte | 6 +- src/lib/Reader/resource.ts | 50 +- src/lib/Schedule/CoverBypass.svelte | 18 +- src/lib/Schedule/Crunchyroll.svelte | 52 +- src/lib/Schedule/Days.svelte | 159 +- src/lib/Schedule/container.css | 2 +- src/lib/Settings/Categories/Attributions.svelte | 4 +- src/lib/Settings/Categories/Cache.svelte | 4 +- src/lib/Settings/Categories/Calculation.svelte | 10 +- src/lib/Settings/Categories/Debug.svelte | 34 +- src/lib/Settings/Categories/Display.svelte | 126 +- src/lib/Settings/Categories/RSSFeeds.svelte | 12 +- src/lib/Settings/Categories/SettingSync.svelte | 18 +- src/lib/Settings/Category.svelte | 4 +- src/lib/Settings/SettingCheckboxToggle.svelte | 30 +- src/lib/Settings/SettingToggle.svelte | 8 +- src/lib/Settings/Verbiage.svelte | 2 +- src/lib/Tools/ActivityHistory/Grid.svelte | 30 +- src/lib/Tools/ActivityHistory/Tool.svelte | 81 +- src/lib/Tools/Birthdays.svelte | 168 +- src/lib/Tools/BirthdaysTemplate.svelte | 46 +- src/lib/Tools/DumpProfile.svelte | 42 +- src/lib/Tools/EpisodeDiscussionCollector.svelte | 16 +- src/lib/Tools/FollowFix.svelte | 10 +- src/lib/Tools/Hayai.svelte | 134 +- src/lib/Tools/InputTemplate.svelte | 14 +- src/lib/Tools/Likes.svelte | 33 +- src/lib/Tools/Picker.svelte | 8 +- src/lib/Tools/RandomFollower.svelte | 14 +- src/lib/Tools/SequelCatcher/List.svelte | 34 +- src/lib/Tools/SequelCatcher/Tool.svelte | 47 +- src/lib/Tools/SequelSpy/Prequels.svelte | 14 +- src/lib/Tools/SequelSpy/Tool.svelte | 54 +- src/lib/Tools/Tracker/Tool.svelte | 75 +- src/lib/Tools/UmaMusumeBirthdays.svelte | 70 +- src/lib/Tools/Wrapped/ActivityHistory.svelte | 8 +- src/lib/Tools/Wrapped/DataLoader.svelte | 2 +- src/lib/Tools/Wrapped/Media.svelte | 8 +- src/lib/Tools/Wrapped/MediaExtras.svelte | 4 +- src/lib/Tools/Wrapped/Tool.svelte | 1251 +- src/lib/Tools/Wrapped/Top/Activity.svelte | 8 +- src/lib/Tools/Wrapped/Top/Anime.svelte | 2 +- src/lib/Tools/Wrapped/Top/Manga.svelte | 4 +- src/lib/Tools/Wrapped/wrapped.css | 132 +- src/lib/Tools/tools.ts | 223 +- src/lib/Tooltip/LinkedTooltip.svelte | 328 +- src/lib/Tooltip/tooltip.ts | 317 +- src/lib/User/BadgeWall/AWC.svelte | 102 +- src/lib/User/BadgeWall/BadgePreview.svelte | 151 +- src/lib/User/BadgeWall/Badges.svelte | 20 +- src/lib/User/BadgeWall/FallbackBadge.svelte | 74 +- src/lib/User/BadgeWall/badge.ts | 22 +- src/lib/User/BadgeWall/badges.css | 8 +- src/lib/Utility/device.ts | 26 +- src/lib/Utility/fingerprint.ts | 24 +- src/lib/Utility/html.ts | 141 +- src/lib/Utility/image.ts | 74 +- src/lib/Utility/notifications.ts | 99 +- src/lib/Utility/oauth.ts | 76 +- src/lib/Utility/parameters.ts | 46 +- src/lib/Utility/persistentStore.ts | 26 +- src/lib/Utility/privilegedUser.ts | 2 +- src/lib/Utility/proxy.ts | 20 +- src/lib/Utility/root.ts | 8 +- src/lib/Utility/string.ts | 2 +- src/lib/Utility/time.ts | 10 +- 177 files changed, 66293 insertions(+), 63332 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Announcement.svelte b/src/lib/Announcement.svelte index 1e6f428f..8bbdfe67 100644 --- a/src/lib/Announcement.svelte +++ b/src/lib/Announcement.svelte @@ -1,37 +1,41 @@ diff --git a/src/lib/CommandPalette/CommandPalette.svelte b/src/lib/CommandPalette/CommandPalette.svelte index a42fab1a..8ace0222 100644 --- a/src/lib/CommandPalette/CommandPalette.svelte +++ b/src/lib/CommandPalette/CommandPalette.svelte @@ -1,13 +1,13 @@ diff --git a/src/lib/CommandPalette/actions.ts b/src/lib/CommandPalette/actions.ts index 49efa536..01259130 100644 --- a/src/lib/CommandPalette/actions.ts +++ b/src/lib/CommandPalette/actions.ts @@ -1,148 +1,168 @@ export interface CommandPaletteAction { - name: string; - url: string; - onClick?: () => void; - preventDefault?: boolean; - tags?: string[]; - actions?: CommandPaletteAction[]; + name: string; + url: string; + onClick?: () => void; + preventDefault?: boolean; + tags?: string[]; + actions?: CommandPaletteAction[]; } export const defaultActions: CommandPaletteAction[] = [ - { - name: 'Home', - url: '/', - tags: ['main', 'manga', 'anime', 'light', 'dashboard', 'start', 'begin', 'novels', 'list'], - actions: [ - { - name: 'Upcoming Episodes', - url: '/', - tags: ['anime', 'list'] - }, - { - name: 'Not Yet Released', - url: '/', - tags: ['anime', 'schedule', 'list'] - }, - { - name: 'Due Episodes', - url: '/', - tags: ['anime', 'list'] - }, - { - name: 'Manga & Light Novels', - url: '/', - tags: ['novels', 'manga', 'list'] - } - ] - }, - { - name: 'Completed', - url: '/completed', - tags: ['finish', 'end', 'done', 'finish', 'end', 'done', 'anime', 'novels', 'manga'], - actions: [ - { - name: 'Anime', - url: '/completed', - tags: ['anime', 'list'] - }, - { - name: 'Manga & Light Novels', - url: '/completed', - tags: ['novels', 'manga', 'list'] - } - ] - }, - { - name: 'Subtitle Schedule', - url: '/schedule', - tags: ['anime', 'subs'] - }, - { - name: 'hololive Schedule', - url: '/hololive', - tags: ['vtuber', 'youtube', 'virtual', 'twitch', 'stream'] - }, - { - name: 'Character Birthdays', - url: '/birthdays', - tags: ['schedule', 'vtuber', 'date'] - }, - { - name: 'New Releases', - url: '/releases', - tags: ['novels', 'manga', 'date', 'schedule', 'time'] - }, - { - name: 'Settings', - url: '/settings', - tags: [ - 'sync', - 'display', - 'hide', - 'panels', - 'motion', - 'accessibility', - 'notifications', - 'rss', - 'warning', - 'show', - 'links', - 'sort', - 'calculation', - 'cache', - 'clear', - 'debug', - 'language', - 'locale' - ], - actions: [ - { - name: 'Settings Sync', - url: '/settings#sync', - tags: ['settings'] - }, - { - name: 'RSS Feeds', - url: '/settings#feeds', - tags: ['settings'] - }, - { - name: 'Display', - url: '/settings', - tags: ['settings'] - }, - { - name: 'Calculation', - url: '/settings', - tags: ['settings'] - }, - { - name: 'Cache', - url: '/settings', - tags: ['settings'] - }, - { - name: 'Debug', - url: '/settings#debug', - tags: ['settings'] - } - ] - }, - { - name: 'My Profile', - url: '/user', - tags: ['user', 'me', 'settings'], - actions: [ - { - name: 'User Preferences', - url: '/user', - tags: ['user', 'me', 'settings'] - } - ] - }, - { - name: 'My Badge Wall', - url: '/user?badges=1', - tags: ['user', 'me', 'settings'] - } + { + name: "Home", + url: "/", + tags: [ + "main", + "manga", + "anime", + "light", + "dashboard", + "start", + "begin", + "novels", + "list", + ], + actions: [ + { + name: "Upcoming Episodes", + url: "/", + tags: ["anime", "list"], + }, + { + name: "Not Yet Released", + url: "/", + tags: ["anime", "schedule", "list"], + }, + { + name: "Due Episodes", + url: "/", + tags: ["anime", "list"], + }, + { + name: "Manga & Light Novels", + url: "/", + tags: ["novels", "manga", "list"], + }, + ], + }, + { + name: "Completed", + url: "/completed", + tags: [ + "finish", + "end", + "done", + "finish", + "end", + "done", + "anime", + "novels", + "manga", + ], + actions: [ + { + name: "Anime", + url: "/completed", + tags: ["anime", "list"], + }, + { + name: "Manga & Light Novels", + url: "/completed", + tags: ["novels", "manga", "list"], + }, + ], + }, + { + name: "Subtitle Schedule", + url: "/schedule", + tags: ["anime", "subs"], + }, + { + name: "hololive Schedule", + url: "/hololive", + tags: ["vtuber", "youtube", "virtual", "twitch", "stream"], + }, + { + name: "Character Birthdays", + url: "/birthdays", + tags: ["schedule", "vtuber", "date"], + }, + { + name: "New Releases", + url: "/releases", + tags: ["novels", "manga", "date", "schedule", "time"], + }, + { + name: "Settings", + url: "/settings", + tags: [ + "sync", + "display", + "hide", + "panels", + "motion", + "accessibility", + "notifications", + "rss", + "warning", + "show", + "links", + "sort", + "calculation", + "cache", + "clear", + "debug", + "language", + "locale", + ], + actions: [ + { + name: "Settings Sync", + url: "/settings#sync", + tags: ["settings"], + }, + { + name: "RSS Feeds", + url: "/settings#feeds", + tags: ["settings"], + }, + { + name: "Display", + url: "/settings", + tags: ["settings"], + }, + { + name: "Calculation", + url: "/settings", + tags: ["settings"], + }, + { + name: "Cache", + url: "/settings", + tags: ["settings"], + }, + { + name: "Debug", + url: "/settings#debug", + tags: ["settings"], + }, + ], + }, + { + name: "My Profile", + url: "/user", + tags: ["user", "me", "settings"], + actions: [ + { + name: "User Preferences", + url: "/user", + tags: ["user", "me", "settings"], + }, + ], + }, + { + name: "My Badge Wall", + url: "/user?badges=1", + tags: ["user", "me", "settings"], + }, ]; diff --git a/src/lib/Data/AniList/activity.ts b/src/lib/Data/AniList/activity.ts index 9a8d13ba..11466cc5 100644 --- a/src/lib/Data/AniList/activity.ts +++ b/src/lib/Data/AniList/activity.ts @@ -1,309 +1,353 @@ -import { database } from '$lib/Database/IDB/activities'; -import type { User } from './follow'; -import type { AniListAuthorisation, UserIdentity } from './identity'; +import { database } from "$lib/Database/IDB/activities"; +import type { User } from "./follow"; +import type { AniListAuthorisation, UserIdentity } from "./identity"; export interface ActivityHistoryEntry { - date: number; - amount: number; + date: number; + amount: number; } interface ActivityHistoryOptions { - stats: { - activityHistory: ActivityHistoryEntry[]; - }; - options: { - timezone: string; - }; + stats: { + activityHistory: ActivityHistoryEntry[]; + }; + options: { + timezone: string; + }; } interface LastActivity { - date: Date; - timezone: string; + date: Date; + timezone: string; } export const fillMissingDays = ( - inputActivities: ActivityHistoryEntry[], - startOfYear = false, - year = new Date().getFullYear() + inputActivities: ActivityHistoryEntry[], + startOfYear = false, + year = new Date().getFullYear(), ): ActivityHistoryEntry[] => { - const yearDate = new Date(year, 0, 0); - - if (inputActivities.length === 0) - return startOfYear - ? fillDateRange( - new Date(yearDate.getUTCFullYear(), 0, 1), - new Date(yearDate.getUTCFullYear() + 1, 0, 1) - ) - : []; - - const sortedActivities = [...inputActivities].sort((a, b) => a.date - b.date); - const endDate = new Date(sortedActivities[sortedActivities.length - 1].date * 1000); - - endDate.setUTCDate(endDate.getUTCDate() + 1); - - return fillDateRange( - startOfYear - ? new Date(yearDate.getUTCFullYear(), 0, 1) - : new Date(sortedActivities[0].date * 1000), - endDate, - sortedActivities - ); + const yearDate = new Date(year, 0, 0); + + if (inputActivities.length === 0) + return startOfYear + ? fillDateRange( + new Date(yearDate.getUTCFullYear(), 0, 1), + new Date(yearDate.getUTCFullYear() + 1, 0, 1), + ) + : []; + + const sortedActivities = [...inputActivities].sort((a, b) => a.date - b.date); + const endDate = new Date( + sortedActivities[sortedActivities.length - 1].date * 1000, + ); + + endDate.setUTCDate(endDate.getUTCDate() + 1); + + return fillDateRange( + startOfYear + ? new Date(yearDate.getUTCFullYear(), 0, 1) + : new Date(sortedActivities[0].date * 1000), + endDate, + sortedActivities, + ); }; const fillDateRange = ( - startDate: Date, - endDate: Date, - existingActivities: ActivityHistoryEntry[] = [] + startDate: Date, + endDate: Date, + existingActivities: ActivityHistoryEntry[] = [], ): ActivityHistoryEntry[] => { - const outputActivities: ActivityHistoryEntry[] = []; - - for (let dt = new Date(startDate); dt < endDate; dt.setUTCDate(dt.getUTCDate() + 1)) { - const dateString = dt.toDateString(); - - if ( - !new Set( - existingActivities.map((activity) => new Date(activity.date * 1000).toDateString()) - ).has(dateString) - ) { - outputActivities.push({ date: Math.floor(dt.getTime() / 1000), amount: 0 }); - } else { - const activity = existingActivities.find( - (activity) => new Date(activity.date * 1000).toDateString() === dateString - ); - - if (activity) outputActivities.push(activity); - } - } - - return outputActivities; + const outputActivities: ActivityHistoryEntry[] = []; + + for ( + let dt = new Date(startDate); + dt < endDate; + dt.setUTCDate(dt.getUTCDate() + 1) + ) { + const dateString = dt.toDateString(); + + if ( + !new Set( + existingActivities.map((activity) => + new Date(activity.date * 1000).toDateString(), + ), + ).has(dateString) + ) { + outputActivities.push({ + date: Math.floor(dt.getTime() / 1000), + amount: 0, + }); + } else { + const activity = existingActivities.find( + (activity) => + new Date(activity.date * 1000).toDateString() === dateString, + ); + + if (activity) outputActivities.push(activity); + } + } + + return outputActivities; }; export const activityHistoryOptions = async ( - userIdentity: UserIdentity, - authorisation?: AniListAuthorisation + userIdentity: UserIdentity, + authorisation?: AniListAuthorisation, ): Promise => { - return ( - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json', - ...(authorisation - ? { Authorization: `${authorisation.tokenType} ${authorisation.accessToken}` } - : {}) - }, - body: JSON.stringify({ - query: `{ User(id: ${userIdentity.id}) { + return ( + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + ...(authorisation + ? { + Authorization: `${authorisation.tokenType} ${authorisation.accessToken}`, + } + : {}), + }, + body: JSON.stringify({ + query: `{ User(id: ${userIdentity.id}) { stats { activityHistory { date amount } } - ${authorisation ? 'options { timezone }' : ''} - } }` - }) - }) - ).json() - )['data']['User']; + ${authorisation ? "options { timezone }" : ""} + } }`, + }), + }) + ).json() + )["data"]["User"]; }; const convertToTimezoneOffset = (timeStr: string) => { - const [hours, minutes] = timeStr.split(':'); - let totalMinutes = parseInt(hours, 10) * 60 + parseInt(minutes, 10); + const [hours, minutes] = timeStr.split(":"); + let totalMinutes = parseInt(hours, 10) * 60 + parseInt(minutes, 10); - totalMinutes = -totalMinutes; + totalMinutes = -totalMinutes; - return totalMinutes; + return totalMinutes; }; export const activityHistory = async ( - userIdentity: UserIdentity, - authorisation?: AniListAuthorisation + userIdentity: UserIdentity, + authorisation?: AniListAuthorisation, ): Promise => - (await activityHistoryOptions(userIdentity, authorisation)).stats.activityHistory; + (await activityHistoryOptions(userIdentity, authorisation)).stats + .activityHistory; export const lastActivityDate = async ( - userIdentity: UserIdentity, - authorisation: AniListAuthorisation + userIdentity: UserIdentity, + authorisation: AniListAuthorisation, ): Promise => { - if (userIdentity.id === -1 || userIdentity.id === -2) - return { date: new Date(8640000000000000), timezone: '' }; - - const history = await activityHistoryOptions(userIdentity, authorisation); - const date = new Date( - Number(history.stats.activityHistory[history.stats.activityHistory.length - 1].date) * 1000 + - convertToTimezoneOffset(history.options.timezone) - ); - - date.setDate(date.getDate() + 1); - - return { date, timezone: history.options.timezone }; + if (userIdentity.id === -1 || userIdentity.id === -2) + return { date: new Date(8640000000000000), timezone: "" }; + + const history = await activityHistoryOptions(userIdentity, authorisation); + const date = new Date( + Number( + history.stats.activityHistory[history.stats.activityHistory.length - 1] + .date, + ) * + 1000 + + convertToTimezoneOffset(history.options.timezone), + ); + + date.setDate(date.getDate() + 1); + + return { date, timezone: history.options.timezone }; }; export interface ActivitiesPage { - data: { - Page: { - pageInfo: { - hasNextPage: boolean; - }; - activities: { - createdAt: number; - }[]; - }; - }; + data: { + Page: { + pageInfo: { + hasNextPage: boolean; + }; + activities: { + createdAt: number; + }[]; + }; + }; } const activitiesPage = async ( - page: number, - anilistAuthorisation: AniListAuthorisation, - userIdentity: UserIdentity, - year = new Date().getFullYear() + page: number, + anilistAuthorisation: AniListAuthorisation, + userIdentity: UserIdentity, + year = new Date().getFullYear(), ): Promise => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: ${page}) { pageInfo { hasNextPage } activities(userId: ${userIdentity.id}, createdAt_greater: ${Math.floor( - new Date(year, 0, 1).getTime() / 1000 - )}, createdAt_lesser: ${Math.floor(new Date(year, 7, 1).getTime() / 1000)}) { + new Date(year, 0, 1).getTime() / 1000, + )}, createdAt_lesser: ${Math.floor(new Date(year, 7, 1).getTime() / 1000)}) { ... on TextActivity { createdAt } ... on ListActivity { createdAt } ... on MessageActivity { createdAt } } } - }` - }) - }) - ).json(); + }`, + }), + }) + ).json(); export const fullActivityHistory = async ( - anilistAuthorisation: AniListAuthorisation, - userIdentity: UserIdentity, - year = new Date().getFullYear(), - disableLoopingActivityCounter = false + anilistAuthorisation: AniListAuthorisation, + userIdentity: UserIdentity, + year = new Date().getFullYear(), + disableLoopingActivityCounter = false, ): Promise => { - const activities = []; - let page = 1; - let currentDatabasePage = await database.activities.get(page); - let currentPage: ActivitiesPage; - - if (currentDatabasePage) currentPage = currentDatabasePage.data; - else { - currentPage = await activitiesPage(page, anilistAuthorisation, userIdentity, year); - database.activities.add({ - page, - data: currentPage - }); - } - - for (const activity of currentPage.data.Page.activities) activities.push(activity); - - while (currentPage['data']['Page']['pageInfo']['hasNextPage']) { - if (disableLoopingActivityCounter) break; - - for (const activity of currentPage.data.Page.activities) activities.push(activity); - - page += 1; - currentDatabasePage = await database.activities.get(page); - - if (currentDatabasePage) currentPage = currentDatabasePage.data; - else { - currentPage = await activitiesPage(page, anilistAuthorisation, userIdentity, year); - database.activities.add({ - page, - data: currentPage - }); - } - } - - for (const activity of currentPage.data.Page.activities) activities.push(activity); - - let fullLocalActivityHistory: ActivityHistoryEntry[] = []; - - for (const activity of activities) { - const date = new Date(activity.createdAt * 1000); - const dateString = date.toDateString(); - - const activityHistoryEntry = fullLocalActivityHistory.find( - (activityHistoryEntry) => - new Date(activityHistoryEntry.date * 1000).toDateString() === dateString - ); - - if (activityHistoryEntry) activityHistoryEntry.amount += 1; - else fullLocalActivityHistory.push({ date: Math.floor(date.getTime() / 1000), amount: 1 }); - } - - fullLocalActivityHistory = fullLocalActivityHistory.filter((a) => !isNaN(a.date)); - - if (new Date().getMonth() > 6) - fullLocalActivityHistory.push(...(await activityHistory(userIdentity))); - - fullLocalActivityHistory = fullLocalActivityHistory.filter( - (activityHistoryEntry, index, self) => - self.findIndex( - (a) => - new Date(a.date * 1000).toDateString() === - new Date(activityHistoryEntry.date * 1000).toDateString() - ) === index - ); - - fullLocalActivityHistory = fullLocalActivityHistory.filter( - (activityHistoryEntry) => new Date(activityHistoryEntry.date * 1000).getFullYear() === year - ); - - return fullLocalActivityHistory; + const activities = []; + let page = 1; + let currentDatabasePage = await database.activities.get(page); + let currentPage: ActivitiesPage; + + if (currentDatabasePage) currentPage = currentDatabasePage.data; + else { + currentPage = await activitiesPage( + page, + anilistAuthorisation, + userIdentity, + year, + ); + database.activities.add({ + page, + data: currentPage, + }); + } + + for (const activity of currentPage.data.Page.activities) + activities.push(activity); + + while (currentPage["data"]["Page"]["pageInfo"]["hasNextPage"]) { + if (disableLoopingActivityCounter) break; + + for (const activity of currentPage.data.Page.activities) + activities.push(activity); + + page += 1; + currentDatabasePage = await database.activities.get(page); + + if (currentDatabasePage) currentPage = currentDatabasePage.data; + else { + currentPage = await activitiesPage( + page, + anilistAuthorisation, + userIdentity, + year, + ); + database.activities.add({ + page, + data: currentPage, + }); + } + } + + for (const activity of currentPage.data.Page.activities) + activities.push(activity); + + let fullLocalActivityHistory: ActivityHistoryEntry[] = []; + + for (const activity of activities) { + const date = new Date(activity.createdAt * 1000); + const dateString = date.toDateString(); + + const activityHistoryEntry = fullLocalActivityHistory.find( + (activityHistoryEntry) => + new Date(activityHistoryEntry.date * 1000).toDateString() === + dateString, + ); + + if (activityHistoryEntry) activityHistoryEntry.amount += 1; + else + fullLocalActivityHistory.push({ + date: Math.floor(date.getTime() / 1000), + amount: 1, + }); + } + + fullLocalActivityHistory = fullLocalActivityHistory.filter( + (a) => !isNaN(a.date), + ); + + if (new Date().getMonth() > 6) + fullLocalActivityHistory.push(...(await activityHistory(userIdentity))); + + fullLocalActivityHistory = fullLocalActivityHistory.filter( + (activityHistoryEntry, index, self) => + self.findIndex( + (a) => + new Date(a.date * 1000).toDateString() === + new Date(activityHistoryEntry.date * 1000).toDateString(), + ) === index, + ); + + fullLocalActivityHistory = fullLocalActivityHistory.filter( + (activityHistoryEntry) => + new Date(activityHistoryEntry.date * 1000).getFullYear() === year, + ); + + return fullLocalActivityHistory; }; export const activityLikes = async (id: number): Promise[]> => { - const activityResponse = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + const activityResponse = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Activity(id: ${id}) { __typename ... on TextActivity { likes { name avatar { large } } } ... on ListActivity { likes { name avatar { large } } } ... on MessageActivity { likes { name avatar { large } } } } - }` - }) - }) - ).json(); + }`, + }), + }) + ).json(); - return activityResponse['data']['Activity']['likes']; + return activityResponse["data"]["Activity"]["likes"]; }; -export const activityText = async (id: number, replies = false): Promise => { - const activityResponse = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ +export const activityText = async ( + id: number, + replies = false, +): Promise => { + const activityResponse = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Activity(id: ${id}) { - ... on TextActivity { text(asHtml: true) ${replies ? 'replies { text(asHtml: true) }' : ''} } + ... on TextActivity { text(asHtml: true) ${replies ? "replies { text(asHtml: true) }" : ""} } } - }` - }) - }) - ).json(); - let text = activityResponse['data']['Activity']['text']; + }`, + }), + }) + ).json(); + let text = activityResponse["data"]["Activity"]["text"]; - if (replies) - for (const reply of activityResponse['data']['Activity']['replies']) text += reply.text; + if (replies) + for (const reply of activityResponse["data"]["Activity"]["replies"]) + text += reply.text; - return text; + return text; }; diff --git a/src/lib/Data/AniList/character.ts b/src/lib/Data/AniList/character.ts index a7ade17e..3c53b91b 100644 --- a/src/lib/Data/AniList/character.ts +++ b/src/lib/Data/AniList/character.ts @@ -1,88 +1,88 @@ export interface Character { - name: { - full: string; - }; - id: number; - image: { - large: string; - medium: string; - }; + name: { + full: string; + }; + id: number; + image: { + large: string; + medium: string; + }; } export interface CharactersPage { - data: { - Page: { - characters: Character[]; - pageInfo: { - hasNextPage: boolean; - currentPage: number; - }; - }; - }; + data: { + Page: { + characters: Character[]; + pageInfo: { + hasNextPage: boolean; + currentPage: number; + }; + }; + }; } const charactersPage = async (page: number): Promise => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ Page(page: ${page}, perPage: 50) { + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: ${page}, perPage: 50) { characters(isBirthday: true) { name { full } id image { large medium } } pageInfo { hasNextPage currentPage } - } }` - }) - }) - ).json(); + } }`, + }), + }) + ).json(); export const todaysCharacterBirthdays = async (): Promise => { - const characters = []; - let page = 1; - let currentPage = await charactersPage(page); + const characters = []; + let page = 1; + let currentPage = await charactersPage(page); - for (const character of currentPage['data']['Page']['characters']) - characters.push({ - id: character['id'], - name: { - full: character['name']['full'] - }, - image: { - large: character['image']['large'], - medium: character['image']['medium'] - } - }); + for (const character of currentPage["data"]["Page"]["characters"]) + characters.push({ + id: character["id"], + name: { + full: character["name"]["full"], + }, + image: { + large: character["image"]["large"], + medium: character["image"]["medium"], + }, + }); - while (currentPage['data']['Page']['pageInfo']['hasNextPage']) { - for (const character of currentPage['data']['Page']['characters']) - characters.push({ - id: character['id'], - name: { - full: character['name']['full'] - }, - image: { - large: character['image']['large'], - medium: character['image']['medium'] - } - }); + while (currentPage["data"]["Page"]["pageInfo"]["hasNextPage"]) { + for (const character of currentPage["data"]["Page"]["characters"]) + characters.push({ + id: character["id"], + name: { + full: character["name"]["full"], + }, + image: { + large: character["image"]["large"], + medium: character["image"]["medium"], + }, + }); - page += 1; - currentPage = await charactersPage(page); - } + page += 1; + currentPage = await charactersPage(page); + } - for (const character of currentPage['data']['Page']['characters']) - characters.push({ - id: character['id'], - name: { - full: character['name']['full'] - }, - image: { - large: character['image']['large'], - medium: character['image']['medium'] - } - }); + for (const character of currentPage["data"]["Page"]["characters"]) + characters.push({ + id: character["id"], + name: { + full: character["name"]["full"], + }, + image: { + large: character["image"]["large"], + medium: character["image"]["medium"], + }, + }); - return characters; + return characters; }; diff --git a/src/lib/Data/AniList/follow.ts b/src/lib/Data/AniList/follow.ts index d450c57f..6aec8b9a 100644 --- a/src/lib/Data/AniList/follow.ts +++ b/src/lib/Data/AniList/follow.ts @@ -1,49 +1,49 @@ -import type { AniListAuthorisation } from './identity'; +import type { AniListAuthorisation } from "./identity"; export interface User { - id: number; - name: string; - isFollowing: boolean; - isFollower: boolean; - avatar: { - large: string; - medium: string; - }; + id: number; + name: string; + isFollowing: boolean; + isFollower: boolean; + avatar: { + large: string; + medium: string; + }; } export const toggleFollow = async ( - anilistAuthorisation: AniListAuthorisation, - username: string + anilistAuthorisation: AniListAuthorisation, + username: string, ): Promise => { - const { - data: { User: user } - } = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ User(name: "${username}") { id } }` - }) - }) - ).json(); + const { + data: { User: user }, + } = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ User(name: "${username}") { id } }`, + }), + }) + ).json(); - return ( - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - mutation: `{ ToggleFollow(userId: ${user.id}) { id name isFollowing isFollower } }` - }) - }) - ).json() - )['data']['ToggleFollow']; + return ( + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + mutation: `{ ToggleFollow(userId: ${user.id}) { id name isFollowing isFollower } }`, + }), + }) + ).json() + )["data"]["ToggleFollow"]; }; diff --git a/src/lib/Data/AniList/following.ts b/src/lib/Data/AniList/following.ts index bec1f53c..60bb3ccc 100644 --- a/src/lib/Data/AniList/following.ts +++ b/src/lib/Data/AniList/following.ts @@ -1,60 +1,66 @@ -import { user, type User } from './user'; +import { user, type User } from "./user"; export interface FollowingPage { - data: { - Page: { - pageInfo: { - hasNextPage: boolean; - }; - following: Partial[]; - }; - }; + data: { + Page: { + pageInfo: { + hasNextPage: boolean; + }; + following: Partial[]; + }; + }; } -const followingPage = async (page: number, id: number): Promise => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ +const followingPage = async ( + page: number, + id: number, +): Promise => + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: ${page}) { pageInfo { hasNextPage } following(userId: ${id}) { name id } } - }` - }) - }) - ).json(); + }`, + }), + }) + ).json(); export const followers = async (name: string): Promise[]> => { - const activities = []; - let page = 1; - const userData = await user(name); + const activities = []; + let page = 1; + const userData = await user(name); - if (!userData) throw new Error(`User not found: ${name}`); + if (!userData) throw new Error(`User not found: ${name}`); - const id = userData.id; - let currentPage = await followingPage(page, id); + const id = userData.id; + let currentPage = await followingPage(page, id); - for (const activity of currentPage.data.Page.following) activities.push(activity); + for (const activity of currentPage.data.Page.following) + activities.push(activity); - while (currentPage['data']['Page']['pageInfo']['hasNextPage']) { - for (const activity of currentPage.data.Page.following) activities.push(activity); + while (currentPage["data"]["Page"]["pageInfo"]["hasNextPage"]) { + for (const activity of currentPage.data.Page.following) + activities.push(activity); - page += 1; - currentPage = await followingPage(page, id); - } + page += 1; + currentPage = await followingPage(page, id); + } - for (const activity of currentPage.data.Page.following) activities.push(activity); + for (const activity of currentPage.data.Page.following) + activities.push(activity); - for (let i = activities.length - 1; i > 0; i--) { - const j = Math.floor(Math.random() * (i + 1)); - [activities[i], activities[j]] = [activities[j], activities[i]]; - } + for (let i = activities.length - 1; i > 0; i--) { + const j = Math.floor(Math.random() * (i + 1)); + [activities[i], activities[j]] = [activities[j], activities[i]]; + } - return activities; + return activities; }; diff --git a/src/lib/Data/AniList/forum.ts b/src/lib/Data/AniList/forum.ts index c8514fe1..05cb508c 100644 --- a/src/lib/Data/AniList/forum.ts +++ b/src/lib/Data/AniList/forum.ts @@ -1,83 +1,85 @@ -import type { User } from './follow'; -import { user } from './user'; +import type { User } from "./follow"; +import { user } from "./user"; export interface Thread { - id: number; - title: string; - createdAt: number; - mediaCategories: { - coverImage: { - extraLarge: string; - medium: string; - }; - }[]; - categories: { - name: string; - }[]; + id: number; + title: string; + createdAt: number; + mediaCategories: { + coverImage: { + extraLarge: string; + medium: string; + }; + }[]; + categories: { + name: string; + }[]; } export interface ThreadPage { - data: { - Page: { - threads: Thread[]; - pageInfo: { - hasNextPage: boolean; - currentPage: number; - }; - }; - }; + data: { + Page: { + threads: Thread[]; + pageInfo: { + hasNextPage: boolean; + currentPage: number; + }; + }; + }; } const threadPage = async (page: number, userId: number): Promise => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ Page(perPage: 50, page: ${page}) { + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(perPage: 50, page: ${page}) { threads(userId: ${userId}) { id title createdAt mediaCategories { coverImage { extraLarge medium } } categories { name } } pageInfo { hasNextPage } -} }` - }) - }) - ).json(); +} }`, + }), + }) + ).json(); export const threads = async (username: string): Promise => { - const allThreads = []; - const userData = await user(username); + const allThreads = []; + const userData = await user(username); - if (!userData) throw new Error(`User not found: ${username}`); + if (!userData) throw new Error(`User not found: ${username}`); - const userId = userData.id; - let page = 1; - let currentPage = await threadPage(page, userId); + const userId = userData.id; + let page = 1; + let currentPage = await threadPage(page, userId); - for (const thread of currentPage.data.Page.threads) allThreads.push(thread); + for (const thread of currentPage.data.Page.threads) allThreads.push(thread); - while (currentPage.data.Page.pageInfo.hasNextPage) { - page += 1; - currentPage = await threadPage(page, userId); + while (currentPage.data.Page.pageInfo.hasNextPage) { + page += 1; + currentPage = await threadPage(page, userId); - for (const thread of currentPage.data.Page.threads) allThreads.push(thread); - } + for (const thread of currentPage.data.Page.threads) allThreads.push(thread); + } - return allThreads; + return allThreads; }; export const threadLikes = async (id: number): Promise[]> => { - const activityResponse = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ query: `{ Thread(id: ${id}) { likes { name avatar { large } } } }` }) - }) - ).json(); + const activityResponse = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Thread(id: ${id}) { likes { name avatar { large } } } }`, + }), + }) + ).json(); - return activityResponse['data']['Thread']['likes']; + return activityResponse["data"]["Thread"]["likes"]; }; diff --git a/src/lib/Data/AniList/identity.ts b/src/lib/Data/AniList/identity.ts index 23f47a2e..eacc2ae4 100644 --- a/src/lib/Data/AniList/identity.ts +++ b/src/lib/Data/AniList/identity.ts @@ -1,34 +1,36 @@ export interface UserIdentity { - id: number; - name: string; - avatar: string; + id: number; + name: string; + avatar: string; } export interface AniListAuthorisation { - tokenType: string; - accessToken: string; - expiresIn: number; - refreshToken: string; + tokenType: string; + accessToken: string; + expiresIn: number; + refreshToken: string; } export const userIdentity = async ( - anilistAuthorisation: AniListAuthorisation + anilistAuthorisation: AniListAuthorisation, ): Promise => { - const userIdResponse = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ query: `{ Viewer { id name avatar { large } } }` }) - }) - ).json(); + const userIdResponse = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Viewer { id name avatar { large } } }`, + }), + }) + ).json(); - return { - id: userIdResponse['data']['Viewer']['id'], - name: userIdResponse['data']['Viewer']['name'], - avatar: userIdResponse['data']['Viewer']['avatar']['large'] - }; + return { + id: userIdResponse["data"]["Viewer"]["id"], + name: userIdResponse["data"]["Viewer"]["name"], + avatar: userIdResponse["data"]["Viewer"]["avatar"]["large"], + }; }; diff --git a/src/lib/Data/AniList/media.ts b/src/lib/Data/AniList/media.ts index 2fbbe3f9..7a9fe810 100644 --- a/src/lib/Data/AniList/media.ts +++ b/src/lib/Data/AniList/media.ts @@ -1,152 +1,165 @@ -import type { AniListAuthorisation } from '$lib/Data/AniList/identity'; -import type { UserIdentity } from './identity'; -import anime from '$stores/anime'; -import manga from '$stores/manga'; -import settings from '$stores/settings'; -import lastPruneTimes from '$stores/lastPruneTimes'; -import { options as getOptions, type Options } from '$lib/Notification/options'; -import type { PrequelRelation, PrequelRelations } from './prequels'; +import type { AniListAuthorisation } from "$lib/Data/AniList/identity"; +import type { UserIdentity } from "./identity"; +import anime from "$stores/anime"; +import manga from "$stores/manga"; +import settings from "$stores/settings"; +import lastPruneTimes from "$stores/lastPruneTimes"; +import { options as getOptions, type Options } from "$lib/Notification/options"; +import type { PrequelRelation, PrequelRelations } from "./prequels"; export enum Type { - Anime, - Manga + Anime, + Manga, } export interface MediaTitle { - romaji: string; - english: string; - native: string; + romaji: string; + english: string; + native: string; } -export type MediaStatus = 'FINISHED' | 'RELEASING' | 'NOT_YET_RELEASED' | 'CANCELLED' | 'HIATUS'; +export type MediaStatus = + | "FINISHED" + | "RELEASING" + | "NOT_YET_RELEASED" + | "CANCELLED" + | "HIATUS"; export type MediaListEntryStatus = - | 'CURRENT' - | 'PLANNING' - | 'COMPLETED' - | 'DROPPED' - | 'PAUSED' - | 'REPEATING'; -export type MediaType = 'ANIME' | 'MANGA'; + | "CURRENT" + | "PLANNING" + | "COMPLETED" + | "DROPPED" + | "PAUSED" + | "REPEATING"; +export type MediaType = "ANIME" | "MANGA"; export type MediaFormat = - | 'TV' - | 'TV_SHORT' - | 'MOVIE' - | 'SPECIAL' - | 'OVA' - | 'ONA' - | 'MUSIC' - | 'MANGA' - | 'NOVEL' - | 'ONE_SHOT'; -export type MediaSeason = 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; + | "TV" + | "TV_SHORT" + | "MOVIE" + | "SPECIAL" + | "OVA" + | "ONA" + | "MUSIC" + | "MANGA" + | "NOVEL" + | "ONE_SHOT"; +export type MediaSeason = "WINTER" | "SPRING" | "SUMMER" | "FALL"; export interface Media { - id: number; - idMal: number; - status: MediaStatus; - type: MediaType; - episodes: number; - chapters: number; - volumes: number; - duration: number; - format: MediaFormat; - title: MediaTitle; - nextAiringEpisode?: { - episode: number; - airingAt?: number; - nativeAiringAt?: number; - nativeEpisode?: number; - }; - synonyms: string[]; - mediaListEntry?: { - progress: number; - progressVolumes: number; - status: MediaListEntryStatus; - score: number; - repeat: number; - startedAt: { - year: number; - month: number; - day: number; - }; - completedAt: { - year: number; - month: number; - day: number; - }; - createdAt: number; - updatedAt: number; - customLists: Record; - }; - startDate: { - year: number; - month: number; - }; - endDate: { - year: number; - month: number; - }; - coverImage: { - extraLarge: string; - medium: string; - }; - tags: { - name: string; - rank: number; - }[]; - genres: string[]; - season: MediaSeason; - isAdult: boolean; - relations: PrequelRelations; + id: number; + idMal: number; + status: MediaStatus; + type: MediaType; + episodes: number; + chapters: number; + volumes: number; + duration: number; + format: MediaFormat; + title: MediaTitle; + nextAiringEpisode?: { + episode: number; + airingAt?: number; + nativeAiringAt?: number; + nativeEpisode?: number; + }; + synonyms: string[]; + mediaListEntry?: { + progress: number; + progressVolumes: number; + status: MediaListEntryStatus; + score: number; + repeat: number; + startedAt: { + year: number; + month: number; + day: number; + }; + completedAt: { + year: number; + month: number; + day: number; + }; + createdAt: number; + updatedAt: number; + customLists: Record; + }; + startDate: { + year: number; + month: number; + }; + endDate: { + year: number; + month: number; + }; + coverImage: { + extraLarge: string; + medium: string; + }; + tags: { + name: string; + rank: number; + }[]; + genres: string[]; + season: MediaSeason; + isAdult: boolean; + relations: PrequelRelations; } export const flattenLists = ( - lists: { name: string; entries: { media: Media }[] }[], - all = false + lists: { name: string; entries: { media: Media }[] }[], + all = false, ) => { - if (lists === undefined) return []; - - const flattenedList: Media[] = []; - const markedMediaIds: number[] = []; - let dueInclude = false; - const processedList = (list: Media[], include: boolean) => - list - .filter((media) => - include ? markedMediaIds.includes(media.id) : !markedMediaIds.includes(media.id) - ) - .filter( - (item, index, self) => - self.findIndex((itemToCompare) => itemToCompare.id === item.id) === index - ); - - if (all) { - for (const list of lists) flattenedList.push(...list.entries.map((entry) => entry.media)); - } else { - for (const list of lists) { - if (list.name.toLowerCase().includes('#dueinclude')) { - dueInclude = true; - - markedMediaIds.splice(0, markedMediaIds.length); - markedMediaIds.push(...list.entries.map((entry) => entry.media.id)); - } - - if (dueInclude) continue; - - if (list.name.toLowerCase().includes('#dueignore')) - markedMediaIds.push(...list.entries.map((entry) => entry.media.id)); - else flattenedList.push(...list.entries.map((entry) => entry.media)); - } - } - - return processedList(flattenedList, dueInclude); + if (lists === undefined) return []; + + const flattenedList: Media[] = []; + const markedMediaIds: number[] = []; + let dueInclude = false; + const processedList = (list: Media[], include: boolean) => + list + .filter((media) => + include + ? markedMediaIds.includes(media.id) + : !markedMediaIds.includes(media.id), + ) + .filter( + (item, index, self) => + self.findIndex((itemToCompare) => itemToCompare.id === item.id) === + index, + ); + + if (all) { + for (const list of lists) + flattenedList.push(...list.entries.map((entry) => entry.media)); + } else { + for (const list of lists) { + if (list.name.toLowerCase().includes("#dueinclude")) { + dueInclude = true; + + markedMediaIds.splice(0, markedMediaIds.length); + markedMediaIds.push(...list.entries.map((entry) => entry.media.id)); + } + + if (dueInclude) continue; + + if (list.name.toLowerCase().includes("#dueignore")) + markedMediaIds.push(...list.entries.map((entry) => entry.media.id)); + else flattenedList.push(...list.entries.map((entry) => entry.media)); + } + } + + return processedList(flattenedList, dueInclude); }; -const collectionQueryTemplate = (type: Type, userId: number, options: CollectionOptions = {}) => - `{ +const collectionQueryTemplate = ( + type: Type, + userId: number, + options: CollectionOptions = {}, +) => + `{ MediaListCollection( userId: ${userId}, - type: ${type === Type.Anime ? 'ANIME' : 'MANGA'} - ${options.includeCompleted ? '' : ', status_not_in: [ COMPLETED ]'}) { + type: ${type === Type.Anime ? "ANIME" : "MANGA"} + ${options.includeCompleted ? "" : ", status_not_in: [ COMPLETED ]"}) { lists { name entries { media { @@ -162,8 +175,8 @@ const collectionQueryTemplate = (type: Type, userId: number, options: Collection endDate { year month } coverImage { extraLarge medium } ${ - options.includeRelations - ? ` + options.includeRelations + ? ` relations { edges { relationType @@ -177,8 +190,8 @@ const collectionQueryTemplate = (type: Type, userId: number, options: Collection } } ` - : '' - } + : "" + } } } } @@ -186,190 +199,211 @@ const collectionQueryTemplate = (type: Type, userId: number, options: Collection }`; interface CollectionOptions { - includeCompleted?: boolean; - forcePrune?: boolean; - all?: boolean; - addNotification?: (preferences: Options) => void; - notificationType?: string; - includeRelations?: boolean; + includeCompleted?: boolean; + forcePrune?: boolean; + all?: boolean; + addNotification?: (preferences: Options) => void; + notificationType?: string; + includeRelations?: boolean; } const assignDefaultOptions = (options: CollectionOptions) => { - const nonNullOptions: CollectionOptions = { - includeCompleted: false, - forcePrune: false, - all: false, - addNotification: undefined, - notificationType: undefined, - includeRelations: false - }; - - if (options.includeCompleted !== undefined) - nonNullOptions.includeCompleted = options.includeCompleted; - if (options.forcePrune !== undefined) nonNullOptions.forcePrune = options.forcePrune; - if (options.all !== undefined) nonNullOptions.all = options.all; - if (options.addNotification !== undefined) - nonNullOptions.addNotification = options.addNotification; - if (options.notificationType !== undefined) - nonNullOptions.notificationType = options.notificationType; - if (options.includeRelations !== undefined) - nonNullOptions.includeRelations = options.includeRelations; - - return nonNullOptions; + const nonNullOptions: CollectionOptions = { + includeCompleted: false, + forcePrune: false, + all: false, + addNotification: undefined, + notificationType: undefined, + includeRelations: false, + }; + + if (options.includeCompleted !== undefined) + nonNullOptions.includeCompleted = options.includeCompleted; + if (options.forcePrune !== undefined) + nonNullOptions.forcePrune = options.forcePrune; + if (options.all !== undefined) nonNullOptions.all = options.all; + if (options.addNotification !== undefined) + nonNullOptions.addNotification = options.addNotification; + if (options.notificationType !== undefined) + nonNullOptions.notificationType = options.notificationType; + if (options.includeRelations !== undefined) + nonNullOptions.includeRelations = options.includeRelations; + + return nonNullOptions; }; export const mediaListCollection = async ( - anilistAuthorisation: AniListAuthorisation, - userIdentity: UserIdentity, - type: Type, - mediaCache: string | undefined, - currentLastPruneAt: string | number, - inputOptions: CollectionOptions = {} + anilistAuthorisation: AniListAuthorisation, + userIdentity: UserIdentity, + type: Type, + mediaCache: string | undefined, + currentLastPruneAt: string | number, + inputOptions: CollectionOptions = {}, ): Promise => { - if (userIdentity.id === -1 || userIdentity.id === -2) return []; - - const options = assignDefaultOptions(inputOptions); - - let currentCacheMinutes = 0; - - settings.subscribe((value) => (currentCacheMinutes = value.cacheMinutes)); - - if (String(currentLastPruneAt) === '') { - if (type === Type.Anime) lastPruneTimes.setKey('anime', new Date().getTime()); - else lastPruneTimes.setKey('manga', new Date().getTime()); - } else { - if ( - (new Date().getTime() - Number(currentLastPruneAt)) / 1000 / 60 > - Number(currentCacheMinutes) || - options.forcePrune - ) { - if (type === Type.Anime) { - lastPruneTimes.setKey('anime', new Date().getTime()); - anime.set(''); - } else { - lastPruneTimes.setKey('manga', new Date().getTime()); - manga.set(''); - } - - mediaCache = ''; - } - } - - if (mediaCache !== undefined && mediaCache !== '') return JSON.parse(mediaCache); - - const userIdResponse = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: collectionQueryTemplate(type, userIdentity.id, options) - }) - }) - ).json(); - - if ( - !userIdResponse['data'] || - !userIdResponse['data']['MediaListCollection'] || - !userIdResponse['data']['MediaListCollection']['lists'] - ) - return []; - - if (mediaCache === '') - if (type === Type.Anime) - anime.set( - JSON.stringify( - flattenLists(userIdResponse['data']['MediaListCollection']['lists'], options.all) - ) - ); - else - manga.set( - JSON.stringify( - flattenLists(userIdResponse['data']['MediaListCollection']['lists'], options.all) - ) - ); - - if (options.addNotification) - options.addNotification( - getOptions({ - heading: options.notificationType ? options.notificationType : Type[type], - description: 'Re-cached media lists from AniList' - }) - ); - - return flattenLists(userIdResponse['data']['MediaListCollection']['lists'], options.all); + if (userIdentity.id === -1 || userIdentity.id === -2) return []; + + const options = assignDefaultOptions(inputOptions); + + let currentCacheMinutes = 0; + + settings.subscribe((value) => (currentCacheMinutes = value.cacheMinutes)); + + if (String(currentLastPruneAt) === "") { + if (type === Type.Anime) + lastPruneTimes.setKey("anime", new Date().getTime()); + else lastPruneTimes.setKey("manga", new Date().getTime()); + } else { + if ( + (new Date().getTime() - Number(currentLastPruneAt)) / 1000 / 60 > + Number(currentCacheMinutes) || + options.forcePrune + ) { + if (type === Type.Anime) { + lastPruneTimes.setKey("anime", new Date().getTime()); + anime.set(""); + } else { + lastPruneTimes.setKey("manga", new Date().getTime()); + manga.set(""); + } + + mediaCache = ""; + } + } + + if (mediaCache !== undefined && mediaCache !== "") + return JSON.parse(mediaCache); + + const userIdResponse = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: collectionQueryTemplate(type, userIdentity.id, options), + }), + }) + ).json(); + + if ( + !userIdResponse["data"] || + !userIdResponse["data"]["MediaListCollection"] || + !userIdResponse["data"]["MediaListCollection"]["lists"] + ) + return []; + + if (mediaCache === "") + if (type === Type.Anime) + anime.set( + JSON.stringify( + flattenLists( + userIdResponse["data"]["MediaListCollection"]["lists"], + options.all, + ), + ), + ); + else + manga.set( + JSON.stringify( + flattenLists( + userIdResponse["data"]["MediaListCollection"]["lists"], + options.all, + ), + ), + ); + + if (options.addNotification) + options.addNotification( + getOptions({ + heading: options.notificationType + ? options.notificationType + : Type[type], + description: "Re-cached media lists from AniList", + }), + ); + + return flattenLists( + userIdResponse["data"]["MediaListCollection"]["lists"], + options.all, + ); }; -export const publicMediaListCollection = async (userId: number, type: Type): Promise => - flattenLists( - ( - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: collectionQueryTemplate(type, userId, {}) - }) - }) - ).json() - )['data']['MediaListCollection']['lists'] - ); +export const publicMediaListCollection = async ( + userId: number, + type: Type, +): Promise => + flattenLists( + ( + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: collectionQueryTemplate(type, userId, {}), + }), + }) + ).json() + )["data"]["MediaListCollection"]["lists"], + ); const countMedian = (guesses: number[]) => { - guesses.sort((a: number, b: number) => a - b); + guesses.sort((a: number, b: number) => a - b); - const mid = Math.floor(guesses.length / 2); + const mid = Math.floor(guesses.length / 2); - return guesses.length % 2 !== 0 ? guesses[mid] : (guesses[mid - 1] + guesses[mid]) / 2; + return guesses.length % 2 !== 0 + ? guesses[mid] + : (guesses[mid - 1] + guesses[mid]) / 2; }; const countIQR = (guesses: number[]) => { - guesses.sort((a: number, b: number) => a - b); + guesses.sort((a: number, b: number) => a - b); - const q1 = guesses[Math.floor(guesses.length / 4)]; - const q3 = guesses[Math.ceil(guesses.length * (3 / 4))]; - const iqr = q3 - q1; + const q1 = guesses[Math.floor(guesses.length / 4)]; + const q3 = guesses[Math.ceil(guesses.length * (3 / 4))]; + const iqr = q3 - q1; - return guesses.filter((guess: number) => guess >= q1 - 1.5 * iqr && guess <= q3 + 1.5 * iqr); + return guesses.filter( + (guess: number) => guess >= q1 - 1.5 * iqr && guess <= q3 + 1.5 * iqr, + ); }; const countMode = (guesses: number[]) => { - const frequency: { [key: number]: number } = {}; - let maximumFrequency = 0; - let mode = 0; + const frequency: { [key: number]: number } = {}; + let maximumFrequency = 0; + let mode = 0; - for (const guess of guesses) { - frequency[guess] = (frequency[guess] || 0) + 1; + for (const guess of guesses) { + frequency[guess] = (frequency[guess] || 0) + 1; - if (frequency[guess] > maximumFrequency) { - maximumFrequency = frequency[guess]; - mode = guess; - } - } + if (frequency[guess] > maximumFrequency) { + maximumFrequency = frequency[guess]; + mode = guess; + } + } - return mode; + return mode; }; export const recentMediaActivities = async ( - userIdentity: UserIdentity, - media: Media, - method: 'median' | 'iqr_median' | 'iqr_mode' | 'mode' + userIdentity: UserIdentity, + media: Media, + method: "median" | "iqr_median" | "iqr_mode" | "mode", ): Promise => { - const activities = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + const activities = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: 1) { activities(mediaId: ${media.id}, sort: ID_DESC) { ... on ListActivity { progress } @@ -377,137 +411,139 @@ export const recentMediaActivities = async ( } MediaList(userId: ${userIdentity.id}, mediaId: ${media.id}) { progress } - }` - }) - }) - ).json(); - const guesses: number[] = []; - - activities['data']['Page']['activities'].forEach((activity: { progress: string }) => { - if (activity.progress !== null) { - const progress = Number((activity.progress.match(/\d+$/) || [0])[0]); - - if (progress !== 65535) guesses.push(progress); - } - }); - guesses.sort((a, b) => b - a); - - if (guesses.length) { - let bestGuess: number; - - switch (method) { - case 'median': - { - bestGuess = countMedian(guesses); - } - break; - case 'iqr_median': - { - bestGuess = countMedian(countIQR(guesses)); - } - break; - case 'iqr_mode': - { - bestGuess = countMode(countIQR(guesses)); - } - break; - case 'mode': - { - bestGuess = countMode(guesses); - } - break; - default: - { - bestGuess = countMedian(guesses); - } - break; - } - - // if (guesses.length > 2) { - // if (guesses.filter((val) => val < 7000).length) { - // guesses = guesses.filter((val) => val < 7000); - // } - - // const difference = guesses[0] - guesses[1]; - // const inverseDifference = 1 + Math.ceil(25 / (difference + 1)); - - // if (guesses.length >= inverseDifference) { - // if ( - // guesses[1] === guesses[inverseDifference] || - // guesses[0] - guesses[1] > 500 || - // (guesses[0] - guesses[1] > 100 && guesses[1] >= guesses[inverseDifference] - 1) - // ) { - // bestGuess = guesses[1]; - - // if ( - // guesses.length > 15 && - // guesses[1] - guesses[2] > 50 && - // guesses[2] === guesses[guesses.length - 1] - // ) { - // bestGuess = guesses[2]; - // } - // } - // } - // } - - // if (activities['data']['MediaList']['progress'] !== null) { - if (activities['data']['MediaList']['progress'] > bestGuess) - bestGuess = activities['data']['MediaList']['progress']; - // } - - return Math.round(bestGuess); - } - - return null; + }`, + }), + }) + ).json(); + const guesses: number[] = []; + + activities["data"]["Page"]["activities"].forEach( + (activity: { progress: string }) => { + if (activity.progress !== null) { + const progress = Number((activity.progress.match(/\d+$/) || [0])[0]); + + if (progress !== 65535) guesses.push(progress); + } + }, + ); + guesses.sort((a, b) => b - a); + + if (guesses.length) { + let bestGuess: number; + + switch (method) { + case "median": + { + bestGuess = countMedian(guesses); + } + break; + case "iqr_median": + { + bestGuess = countMedian(countIQR(guesses)); + } + break; + case "iqr_mode": + { + bestGuess = countMode(countIQR(guesses)); + } + break; + case "mode": + { + bestGuess = countMode(guesses); + } + break; + default: + { + bestGuess = countMedian(guesses); + } + break; + } + + // if (guesses.length > 2) { + // if (guesses.filter((val) => val < 7000).length) { + // guesses = guesses.filter((val) => val < 7000); + // } + + // const difference = guesses[0] - guesses[1]; + // const inverseDifference = 1 + Math.ceil(25 / (difference + 1)); + + // if (guesses.length >= inverseDifference) { + // if ( + // guesses[1] === guesses[inverseDifference] || + // guesses[0] - guesses[1] > 500 || + // (guesses[0] - guesses[1] > 100 && guesses[1] >= guesses[inverseDifference] - 1) + // ) { + // bestGuess = guesses[1]; + + // if ( + // guesses.length > 15 && + // guesses[1] - guesses[2] > 50 && + // guesses[2] === guesses[guesses.length - 1] + // ) { + // bestGuess = guesses[2]; + // } + // } + // } + // } + + // if (activities['data']['MediaList']['progress'] !== null) { + if (activities["data"]["MediaList"]["progress"] > bestGuess) + bestGuess = activities["data"]["MediaList"]["progress"]; + // } + + return Math.round(bestGuess); + } + + return null; }; export const mediaCover = async (id: number) => - ( - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + ( + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Media(id: ${id}) { coverImage { extraLarge } } - }` - }) - }) - ).json() - )['data']['Media']['coverImage']['extraLarge']; + }`, + }), + }) + ).json() + )["data"]["Media"]["coverImage"]["extraLarge"]; export interface UnwatchedRelationMap { - media: Media; - unwatchedRelations: PrequelRelation[]; + media: Media; + unwatchedRelations: PrequelRelation[]; } export const filterRelations = (media: Media[], includeSideStories = false) => { - const unwatchedRelationsMap: UnwatchedRelationMap[] = []; - - for (const mediaItem of media) { - const sequels = mediaItem.relations.edges.filter( - (relation: PrequelRelation) => - (relation.relationType === 'SEQUEL' || - (relation.relationType === 'SIDE_STORY' && includeSideStories)) && - !media.some((mediaItem) => mediaItem.id === relation.node.id) && - (relation.node.mediaListEntry - ? relation.node.mediaListEntry.status !== 'COMPLETED' - : true) && - relation.node.episodes && - relation.node.status !== 'NOT_YET_RELEASED' && - relation.node.status !== 'CANCELLED' - ); - - if (sequels.length > 0) { - unwatchedRelationsMap.push({ - media: mediaItem, - unwatchedRelations: sequels - }); - } - } - - return unwatchedRelationsMap; + const unwatchedRelationsMap: UnwatchedRelationMap[] = []; + + for (const mediaItem of media) { + const sequels = mediaItem.relations.edges.filter( + (relation: PrequelRelation) => + (relation.relationType === "SEQUEL" || + (relation.relationType === "SIDE_STORY" && includeSideStories)) && + !media.some((mediaItem) => mediaItem.id === relation.node.id) && + (relation.node.mediaListEntry + ? relation.node.mediaListEntry.status !== "COMPLETED" + : true) && + relation.node.episodes && + relation.node.status !== "NOT_YET_RELEASED" && + relation.node.status !== "CANCELLED", + ); + + if (sequels.length > 0) { + unwatchedRelationsMap.push({ + media: mediaItem, + unwatchedRelations: sequels, + }); + } + } + + return unwatchedRelationsMap; }; diff --git a/src/lib/Data/AniList/notifications.ts b/src/lib/Data/AniList/notifications.ts index 184ffe95..a12fd402 100644 --- a/src/lib/Data/AniList/notifications.ts +++ b/src/lib/Data/AniList/notifications.ts @@ -1,94 +1,100 @@ -import { database } from '$lib/Database/IDB/user'; +import { database } from "$lib/Database/IDB/user"; export interface Notification { - user: { - name: string; - avatar: { - large: string; - }; - }; - thread: { - title: string; - id: number; - }; - activity: { - id: number; - }; - context: string; - id: number; - createdAt: number; - type: - | 'FOLLOWING' - | 'ACTIVITY_MESSAGE' - | 'ACTIVITY_MENTION' - | 'ACTIVITY_REPLY' - | 'ACTIVITY_REPLY_SUBSCRIBED' - | 'ACTIVITY_LIKE' - | 'ACTIVITY_REPLY_LIKE' - | 'THREAD_COMMENT_MENTION' - | 'THREAD_COMMENT_REPLY' - | 'THREAD_SUBSCRIBED' - | 'THREAD_COMMENT_LIKE' - | 'THREAD_LIKE'; + user: { + name: string; + avatar: { + large: string; + }; + }; + thread: { + title: string; + id: number; + }; + activity: { + id: number; + }; + context: string; + id: number; + createdAt: number; + type: + | "FOLLOWING" + | "ACTIVITY_MESSAGE" + | "ACTIVITY_MENTION" + | "ACTIVITY_REPLY" + | "ACTIVITY_REPLY_SUBSCRIBED" + | "ACTIVITY_LIKE" + | "ACTIVITY_REPLY_LIKE" + | "THREAD_COMMENT_MENTION" + | "THREAD_COMMENT_REPLY" + | "THREAD_SUBSCRIBED" + | "THREAD_COMMENT_LIKE" + | "THREAD_LIKE"; } -export const notifications = async (accessToken: string): Promise => { - const activityNotification = (type: string, extend = '') => `... on ${type} { +export const notifications = async ( + accessToken: string, +): Promise => { + const activityNotification = (type: string, extend = "") => `... on ${type} { id user { name avatar { large } } context createdAt type ${extend} }`; - const richActivityNotification = (type: string) => - `${activityNotification( - type, - `activity { + const richActivityNotification = (type: string) => + `${activityNotification( + type, + `activity { ... on TextActivity { id } ... on ListActivity { id } ... on MessageActivity { id } - }` - )}`; - const threadNotification = (type: string) => - `${activityNotification(type, `thread { title id }`)}`; - const data = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Authorization: `Bearer ${accessToken}`, - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ Page(page: 1, perPage: 50) { notifications { - ${activityNotification('FollowingNotification')} - ${activityNotification('ActivityMessageNotification')} - ${richActivityNotification('ActivityMentionNotification')} - ${richActivityNotification('ActivityReplyNotification')} - ${richActivityNotification('ActivityReplySubscribedNotification')} - ${richActivityNotification('ActivityLikeNotification')} - ${richActivityNotification('ActivityReplyLikeNotification')} - ${threadNotification('ThreadCommentMentionNotification')} - ${threadNotification('ThreadCommentReplyNotification')} - ${threadNotification('ThreadCommentSubscribedNotification')} - ${threadNotification('ThreadCommentLikeNotification')} - ${threadNotification('ThreadLikeNotification')} - } } }` - }) - }) - ).json(); + }`, + )}`; + const threadNotification = (type: string) => + `${activityNotification(type, `thread { title id }`)}`; + const data = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Authorization: `Bearer ${accessToken}`, + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: 1, perPage: 50) { notifications { + ${activityNotification("FollowingNotification")} + ${activityNotification("ActivityMessageNotification")} + ${richActivityNotification("ActivityMentionNotification")} + ${richActivityNotification("ActivityReplyNotification")} + ${richActivityNotification("ActivityReplySubscribedNotification")} + ${richActivityNotification("ActivityLikeNotification")} + ${richActivityNotification("ActivityReplyLikeNotification")} + ${threadNotification("ThreadCommentMentionNotification")} + ${threadNotification("ThreadCommentReplyNotification")} + ${threadNotification("ThreadCommentSubscribedNotification")} + ${threadNotification("ThreadCommentLikeNotification")} + ${threadNotification("ThreadLikeNotification")} + } } }`, + }), + }) + ).json(); - if (data['errors']) return null; + if (data["errors"]) return null; - return data['data']['Page']['notifications']; + return data["data"]["Page"]["notifications"]; }; export const isNotificationQueued = ( - recentNotifications: Notification[] | null, - lastNotificationID: number | null + recentNotifications: Notification[] | null, + lastNotificationID: number | null, ) => - recentNotifications && - recentNotifications.length > 0 && - (recentNotifications[0].id > (lastNotificationID as number) || - new Date(recentNotifications[0].createdAt * 1000).getTime() + 30000 > new Date().getTime()); + recentNotifications && + recentNotifications.length > 0 && + (recentNotifications[0].id > (lastNotificationID as number) || + new Date(recentNotifications[0].createdAt * 1000).getTime() + 30000 > + new Date().getTime()); export const updateLastNotificationID = async ( - userID: number, - recentNotifications: Notification[] -) => await database.users.update(userID, { lastNotificationID: recentNotifications[0].id }); + userID: number, + recentNotifications: Notification[], +) => + await database.users.update(userID, { + lastNotificationID: recentNotifications[0].id, + }); diff --git a/src/lib/Data/AniList/prequels.ts b/src/lib/Data/AniList/prequels.ts index 47e83f0e..b521616f 100644 --- a/src/lib/Data/AniList/prequels.ts +++ b/src/lib/Data/AniList/prequels.ts @@ -1,97 +1,102 @@ -import type { AniListAuthorisation } from './identity'; -import type { MediaListEntryStatus, MediaSeason, MediaStatus, MediaTitle } from './media'; +import type { AniListAuthorisation } from "./identity"; +import type { + MediaListEntryStatus, + MediaSeason, + MediaStatus, + MediaTitle, +} from "./media"; export interface MediaPrequel { - id: number; - title: MediaTitle; - episodes: number; - seen: number; - nextAiringEpisode?: { - episode: number; - airingAt?: number; - }; - startDate: { - year: number; - month: number; - day: number; - }; - coverImage: { - extraLarge: string; - medium: string; - }; + id: number; + title: MediaTitle; + episodes: number; + seen: number; + nextAiringEpisode?: { + episode: number; + airingAt?: number; + }; + startDate: { + year: number; + month: number; + day: number; + }; + coverImage: { + extraLarge: string; + medium: string; + }; } export interface PrequelRelationNode { - id: number; - title: MediaTitle; - episodes: number; - status: MediaStatus; - mediaListEntry: { - status: MediaListEntryStatus; - progress: number; - }; - coverImage: { - extraLarge: string; - medium: string; - }; - startDate: { - year: number; - }; + id: number; + title: MediaTitle; + episodes: number; + status: MediaStatus; + mediaListEntry: { + status: MediaListEntryStatus; + progress: number; + }; + coverImage: { + extraLarge: string; + medium: string; + }; + startDate: { + year: number; + }; } export interface PrequelRelation { - relationType: string; - node: PrequelRelationNode; + relationType: string; + node: PrequelRelationNode; } export interface PrequelRelations { - edges: PrequelRelation[]; + edges: PrequelRelation[]; } interface PrequelsPage { - data: { - Page: { - media: { - title: MediaTitle; - id: number; - relations: PrequelRelations; - nextAiringEpisode?: { - episode: number; - airingAt?: number; - }; - startDate: { - year: number; - month: number; - day: number; - }; - coverImage: { - extraLarge: string; - medium: string; - }; - }[]; - pageInfo: { - hasNextPage: boolean; - }; - }; - }; + data: { + Page: { + media: { + title: MediaTitle; + id: number; + relations: PrequelRelations; + nextAiringEpisode?: { + episode: number; + airingAt?: number; + }; + startDate: { + year: number; + month: number; + day: number; + }; + coverImage: { + extraLarge: string; + medium: string; + }; + }[]; + pageInfo: { + hasNextPage: boolean; + }; + }; + }; } const prequelsPage = async ( - page: number, - anilistAuthorisation: AniListAuthorisation, - year: number, - season: MediaSeason + page: number, + anilistAuthorisation: AniListAuthorisation, + year: number, + season: MediaSeason, ): Promise => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: ${page}) { pageInfo { hasNextPage @@ -124,64 +129,75 @@ const prequelsPage = async ( } } } -}` - }) - }) - ).json(); +}`, + }), + }) + ).json(); export const prequels = async ( - anilistAuthorisation: AniListAuthorisation, - year: number, - season: 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL' + anilistAuthorisation: AniListAuthorisation, + year: number, + season: "WINTER" | "SPRING" | "SUMMER" | "FALL", ): Promise => { - const candidates = []; - let page = 1; - let currentPage = await prequelsPage(page, anilistAuthorisation, year, season); - - for (const candidate of currentPage.data.Page.media) candidates.push(candidate); - - while (currentPage['data']['Page']['pageInfo']['hasNextPage']) { - for (const candidate of currentPage.data.Page.media) candidates.push(candidate); - - page += 1; - currentPage = await prequelsPage(page, anilistAuthorisation, year, season); - } - - for (const candidate of currentPage.data.Page.media) candidates.push(candidate); - - const media: MediaPrequel[] = []; - - for (const candidate of candidates) { - let episodes = 0; - let seen = 0; - - for (const relation of candidate.relations.edges) { - if (relation.relationType === 'PREQUEL' || relation.relationType === 'PARENT') { - if ( - relation.node.mediaListEntry === null || - relation.node.mediaListEntry.status !== 'COMPLETED' - ) { - episodes += relation.node.episodes; - - if (relation.node.mediaListEntry !== null) - seen += relation.node.mediaListEntry.progress || 0; - } - } - } - - if (media.some((m) => m.id === candidate.id)) continue; - - if (episodes !== 0) - media.push({ - id: candidate.id, - title: candidate.title, - episodes, - seen, - nextAiringEpisode: candidate.nextAiringEpisode, - startDate: candidate.startDate, - coverImage: candidate.coverImage - }); - } - - return media; + const candidates = []; + let page = 1; + let currentPage = await prequelsPage( + page, + anilistAuthorisation, + year, + season, + ); + + for (const candidate of currentPage.data.Page.media) + candidates.push(candidate); + + while (currentPage["data"]["Page"]["pageInfo"]["hasNextPage"]) { + for (const candidate of currentPage.data.Page.media) + candidates.push(candidate); + + page += 1; + currentPage = await prequelsPage(page, anilistAuthorisation, year, season); + } + + for (const candidate of currentPage.data.Page.media) + candidates.push(candidate); + + const media: MediaPrequel[] = []; + + for (const candidate of candidates) { + let episodes = 0; + let seen = 0; + + for (const relation of candidate.relations.edges) { + if ( + relation.relationType === "PREQUEL" || + relation.relationType === "PARENT" + ) { + if ( + relation.node.mediaListEntry === null || + relation.node.mediaListEntry.status !== "COMPLETED" + ) { + episodes += relation.node.episodes; + + if (relation.node.mediaListEntry !== null) + seen += relation.node.mediaListEntry.progress || 0; + } + } + } + + if (media.some((m) => m.id === candidate.id)) continue; + + if (episodes !== 0) + media.push({ + id: candidate.id, + title: candidate.title, + episodes, + seen, + nextAiringEpisode: candidate.nextAiringEpisode, + startDate: candidate.startDate, + coverImage: candidate.coverImage, + }); + } + + return media; }; diff --git a/src/lib/Data/AniList/schedule.ts b/src/lib/Data/AniList/schedule.ts index 18f02579..eb70a03b 100644 --- a/src/lib/Data/AniList/schedule.ts +++ b/src/lib/Data/AniList/schedule.ts @@ -1,44 +1,44 @@ -import type { Media, MediaTitle } from './media'; +import type { Media, MediaTitle } from "./media"; interface SchedulePage { - data: { - Page: { - media: { - title: MediaTitle; - synonyms: string[]; - id: number; - idMal: number; - episodes: number; - nextAiringEpisode?: { - episode: number; - airingAt?: number; - }; - coverImage: { - extraLarge: string; - medium: string; - }; - }[]; - pageInfo: { - hasNextPage: boolean; - }; - }; - }; + data: { + Page: { + media: { + title: MediaTitle; + synonyms: string[]; + id: number; + idMal: number; + episodes: number; + nextAiringEpisode?: { + episode: number; + airingAt?: number; + }; + coverImage: { + extraLarge: string; + medium: string; + }; + }[]; + pageInfo: { + hasNextPage: boolean; + }; + }; + }; } const schedulePage = async ( - page: number, - year: number, - season: 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL' + page: number, + year: number, + season: "WINTER" | "SPRING" | "SUMMER" | "FALL", ): Promise => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: ${page}) { pageInfo { hasNextPage @@ -50,57 +50,71 @@ const schedulePage = async ( coverImage { extraLarge medium } } } -}` - }) - }) - ).json(); +}`, + }), + }) + ).json(); -type Season = 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; +type Season = "WINTER" | "SPRING" | "SUMMER" | "FALL"; export const scheduleMediaListCollection = async ( - year: number, - season: Season, - includeLastSeason = false + year: number, + season: Season, + includeLastSeason = false, ) => { - const scheduledMedia = []; - let page = 1; - let currentPage = await schedulePage(page, year, season); - - for (const candidate of currentPage.data.Page.media) scheduledMedia.push(candidate); - - while (currentPage['data']['Page']['pageInfo']['hasNextPage']) { - for (const candidate of currentPage.data.Page.media) scheduledMedia.push(candidate); - - page += 1; - currentPage = await schedulePage(page, year, season); - } - - for (const candidate of currentPage.data.Page.media) scheduledMedia.push(candidate); - - if (includeLastSeason) { - const lastSeason = { - WINTER: 'FALL', - SPRING: 'WINTER', - SUMMER: 'SPRING', - FALL: 'SUMMER' - }[season]; - - const lastSeasonYear = season === 'WINTER' ? year - 1 : year; - - let page = 1; - let currentPage = await schedulePage(page, lastSeasonYear, lastSeason as Season); - - for (const candidate of currentPage.data.Page.media) scheduledMedia.push(candidate); - - while (currentPage['data']['Page']['pageInfo']['hasNextPage']) { - for (const candidate of currentPage.data.Page.media) scheduledMedia.push(candidate); - - page += 1; - currentPage = await schedulePage(page, lastSeasonYear, lastSeason as Season); - } - - for (const candidate of currentPage.data.Page.media) scheduledMedia.push(candidate); - } - - return scheduledMedia as Partial; + const scheduledMedia = []; + let page = 1; + let currentPage = await schedulePage(page, year, season); + + for (const candidate of currentPage.data.Page.media) + scheduledMedia.push(candidate); + + while (currentPage["data"]["Page"]["pageInfo"]["hasNextPage"]) { + for (const candidate of currentPage.data.Page.media) + scheduledMedia.push(candidate); + + page += 1; + currentPage = await schedulePage(page, year, season); + } + + for (const candidate of currentPage.data.Page.media) + scheduledMedia.push(candidate); + + if (includeLastSeason) { + const lastSeason = { + WINTER: "FALL", + SPRING: "WINTER", + SUMMER: "SPRING", + FALL: "SUMMER", + }[season]; + + const lastSeasonYear = season === "WINTER" ? year - 1 : year; + + let page = 1; + let currentPage = await schedulePage( + page, + lastSeasonYear, + lastSeason as Season, + ); + + for (const candidate of currentPage.data.Page.media) + scheduledMedia.push(candidate); + + while (currentPage["data"]["Page"]["pageInfo"]["hasNextPage"]) { + for (const candidate of currentPage.data.Page.media) + scheduledMedia.push(candidate); + + page += 1; + currentPage = await schedulePage( + page, + lastSeasonYear, + lastSeason as Season, + ); + } + + for (const candidate of currentPage.data.Page.media) + scheduledMedia.push(candidate); + } + + return scheduledMedia as Partial; }; diff --git a/src/lib/Data/AniList/user.ts b/src/lib/Data/AniList/user.ts index 19de8c45..d16b8612 100644 --- a/src/lib/Data/AniList/user.ts +++ b/src/lib/Data/AniList/user.ts @@ -1,60 +1,63 @@ export interface User { - name: string; - id: number; - statistics: { - anime: { - count: number; - meanScore: number; - minutesWatched: number; - episodesWatched: number; - }; - manga: { - count: number; - meanScore: number; - chaptersRead: number; - volumesRead: number; - }; - }; - avatar: { - large: string; - medium: string; - }; - bannerImage: string; + name: string; + id: number; + statistics: { + anime: { + count: number; + meanScore: number; + minutesWatched: number; + episodesWatched: number; + }; + manga: { + count: number; + meanScore: number; + chaptersRead: number; + volumesRead: number; + }; + }; + avatar: { + large: string; + medium: string; + }; + bannerImage: string; } export interface FullUser { - id: number; - name: string; - avatar: { - large: string; - medium: string; - }; - bans: JSON; - bannerImage: string; - siteUrl: string; - donatorTier: number; - donatorBadge: string; - moderatorRoles: string[]; - createAt: number; - updatedAt: number; - previousNames: { - name: string; - createdAt: number; - updatedAt: string; - }[]; - about: string; + id: number; + name: string; + avatar: { + large: string; + medium: string; + }; + bans: JSON; + bannerImage: string; + siteUrl: string; + donatorTier: number; + donatorBadge: string; + moderatorRoles: string[]; + createAt: number; + updatedAt: number; + previousNames: { + name: string; + createdAt: number; + updatedAt: string; + }[]; + about: string; } -export const user = async (username: string, id = false): Promise => { - const response = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ User(${id ? `id: ${username}` : `name: "${username}"`}) { +export const user = async ( + username: string, + id = false, +): Promise => { + const response = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ User(${id ? `id: ${username}` : `name: "${username}"`}) { name id bannerImage avatar { large medium } statistics { anime { count meanScore minutesWatched episodesWatched @@ -63,32 +66,32 @@ export const user = async (username: string, id = false): Promise = count meanScore chaptersRead volumesRead } } - } }` - }) - }) - ).json(); + } }`, + }), + }) + ).json(); - return response['data']['User'] === null ? null : response['data']['User']; + return response["data"]["User"] === null ? null : response["data"]["User"]; }; export const dumpUser = async (username: string): Promise => - ( - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ User(name: "${username}") { + ( + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ User(name: "${username}") { id name about avatar { large medium } bannerImage bans siteUrl donatorTier donatorBadge moderatorRoles createdAt updatedAt previousNames { name createdAt updatedAt } - } }` - }) - }) - ).json() - )['data']['User']; + } }`, + }), + }) + ).json() + )["data"]["User"]; diff --git a/src/lib/Data/AniList/wrapped.ts b/src/lib/Data/AniList/wrapped.ts index 9db502b2..a7b4f829 100644 --- a/src/lib/Data/AniList/wrapped.ts +++ b/src/lib/Data/AniList/wrapped.ts @@ -1,72 +1,72 @@ -import type { AniListAuthorisation, UserIdentity } from './identity'; -import type { Media } from './media'; +import type { AniListAuthorisation, UserIdentity } from "./identity"; +import type { Media } from "./media"; export enum SortOptions { - SCORE, - MINUTES_WATCHED, - COUNT + SCORE, + MINUTES_WATCHED, + COUNT, } export interface WrappedMediaFormat { - startYears: { - startYear: number; - minutesWatched: number; - count: number; - }[]; - genres: { - meanScore: number; - minutesWatched: number; - chaptersRead: number; - genre: string; - mediaIds: number[]; - }[]; - tags: { - meanScore: number; - minutesWatched: number; - chaptersRead: number; - tag: { - name: string; - }; - mediaIds: number[]; - }[]; + startYears: { + startYear: number; + minutesWatched: number; + count: number; + }[]; + genres: { + meanScore: number; + minutesWatched: number; + chaptersRead: number; + genre: string; + mediaIds: number[]; + }[]; + tags: { + meanScore: number; + minutesWatched: number; + chaptersRead: number; + tag: { + name: string; + }; + mediaIds: number[]; + }[]; } export interface Wrapped { - statistics: { - anime: WrappedMediaFormat; - manga: WrappedMediaFormat; - }; - activities: { - statusCount: number; - messageCount: number; - }; - avatar: { - large: string; - }; + statistics: { + anime: WrappedMediaFormat; + manga: WrappedMediaFormat; + }; + activities: { + statusCount: number; + messageCount: number; + }; + avatar: { + large: string; + }; } const profileActivities = async ( - user: AniListAuthorisation, - identity: UserIdentity, - date = new Date(), - disableLoopingActivityCounter = false + user: AniListAuthorisation, + identity: UserIdentity, + date = new Date(), + disableLoopingActivityCounter = false, ) => { - const now = date.getTime(); - const get = async (page: number) => - await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${user.tokenType} ${user.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `{ + const now = date.getTime(); + const get = async (page: number) => + await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${user.tokenType} ${user.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `{ Page(page: ${page}) { activities(userId: ${identity.id}, type_in: [ TEXT, MESSAGE ], createdAt_greater: ${Math.floor( - new Date(date.getFullYear(), 0, 1).getTime() / 1000 - )}, createdAt_lesser: ${Math.floor(new Date(date.getFullYear(), 7, 1).getTime() / 1000)}) { + new Date(date.getFullYear(), 0, 1).getTime() / 1000, + )}, createdAt_lesser: ${Math.floor(new Date(date.getFullYear(), 7, 1).getTime() / 1000)}) { ... on TextActivity { type createdAt @@ -80,69 +80,69 @@ const profileActivities = async ( hasNextPage } } -}` - }) - }) - ).json(); - const pages = []; - let page = 1; - let response = await get(page); - const beginningOfYear = new Date(now).setMonth(0, 1) / 1000; - - pages.push(response['data']['Page']['activities']); - - while (response['data']['Page']['pageInfo']['hasNextPage']) { - if (disableLoopingActivityCounter) break; - - page += 1; - response = await get(page); - - pages.push(response['data']['Page']['activities']); - } - - return { - statusCount: pages - .flat() - .filter( - (activity) => - activity.type === 'TEXT' && - activity.createdAt > beginningOfYear && - activity.createdAt < now / 1000 - ).length, - messageCount: pages - .flat() - .filter( - (activity) => - activity.type === 'MESSAGE' && - activity.createdAt > beginningOfYear && - activity.createdAt < now / 1000 - ).length - }; +}`, + }), + }) + ).json(); + const pages = []; + let page = 1; + let response = await get(page); + const beginningOfYear = new Date(now).setMonth(0, 1) / 1000; + + pages.push(response["data"]["Page"]["activities"]); + + while (response["data"]["Page"]["pageInfo"]["hasNextPage"]) { + if (disableLoopingActivityCounter) break; + + page += 1; + response = await get(page); + + pages.push(response["data"]["Page"]["activities"]); + } + + return { + statusCount: pages + .flat() + .filter( + (activity) => + activity.type === "TEXT" && + activity.createdAt > beginningOfYear && + activity.createdAt < now / 1000, + ).length, + messageCount: pages + .flat() + .filter( + (activity) => + activity.type === "MESSAGE" && + activity.createdAt > beginningOfYear && + activity.createdAt < now / 1000, + ).length, + }; }; export const wrapped = async ( - anilistAuthorisation: AniListAuthorisation | undefined, - identity: UserIdentity, - year = new Date().getFullYear(), - skipActivities = false, - disableLoopingActivityCounter = false + anilistAuthorisation: AniListAuthorisation | undefined, + identity: UserIdentity, + year = new Date().getFullYear(), + skipActivities = false, + disableLoopingActivityCounter = false, ): Promise => { - const headers: { [key: string]: string } = { - 'Content-Type': 'application/json', - Accept: 'application/json' - }; - - if (anilistAuthorisation) { - headers['Authorization'] = - `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`; - } - - const wrappedResponse = await ( - await fetch('https://graphql.anilist.co', { - method: 'POST', - headers, - body: JSON.stringify({ - query: `{ + const headers: { [key: string]: string } = { + "Content-Type": "application/json", + Accept: "application/json", + }; + + if (anilistAuthorisation) { + headers["Authorization"] = + `${anilistAuthorisation.tokenType} ${anilistAuthorisation.accessToken}`; + } + + const wrappedResponse = await ( + await fetch("https://graphql.anilist.co", { + method: "POST", + headers, + body: JSON.stringify({ + query: `{ User(name: "${identity.name}") { avatar { large } statistics { @@ -158,146 +158,171 @@ export const wrapped = async ( } } } -}` - }) - }) - ).json(); - let statusCountActivities = 0; - let messageCountActivities = 0; - - if (!skipActivities && anilistAuthorisation) { - const { statusCount, messageCount } = await profileActivities( - anilistAuthorisation, - identity, - new Date(year, 11, 31), - disableLoopingActivityCounter - ); - - statusCountActivities = statusCount; - messageCountActivities = messageCount; - } - - return { - statistics: wrappedResponse['data']['User']['statistics'], - activities: { - statusCount: statusCountActivities, - messageCount: messageCountActivities - }, - avatar: wrappedResponse['data']['User']['avatar'] - }; +}`, + }), + }) + ).json(); + let statusCountActivities = 0; + let messageCountActivities = 0; + + if (!skipActivities && anilistAuthorisation) { + const { statusCount, messageCount } = await profileActivities( + anilistAuthorisation, + identity, + new Date(year, 11, 31), + disableLoopingActivityCounter, + ); + + statusCountActivities = statusCount; + messageCountActivities = messageCount; + } + + return { + statistics: wrappedResponse["data"]["User"]["statistics"], + activities: { + statusCount: statusCountActivities, + messageCount: messageCountActivities, + }, + avatar: wrappedResponse["data"]["User"]["avatar"], + }; }; export interface TopMedia { - genres: { - genre: string; - averageScore: number; - }[]; - tags: { - tag: string; - averageScore: number; - }[]; - topGenreMedia: Media; - topTagMedia: Media; + genres: { + genre: string; + averageScore: number; + }[]; + tags: { + tag: string; + averageScore: number; + }[]; + topGenreMedia: Media; + topTagMedia: Media; } export const tops = ( - media: Media[], - amount: number, - sortMode: SortOptions, - excludedKeywords: string[] = [] + media: Media[], + amount: number, + sortMode: SortOptions, + excludedKeywords: string[] = [], ): TopMedia => { - const genresMap: { - [genre: string]: { totalScore: number; count: number; minutesWatched: number }; - } = {}; - const tagsMap: { [tag: string]: { totalScore: number; count: number; minutesWatched: number } } = - {}; - - media.forEach((m) => { - if (m.mediaListEntry && m.mediaListEntry.score) { - m.genres.forEach((genre) => { - if (!genresMap[genre]) genresMap[genre] = { totalScore: 0, count: 0, minutesWatched: 0 }; - - const score = m.mediaListEntry?.score; - - if (score) { - genresMap[genre].totalScore += score; - genresMap[genre].minutesWatched += m.duration; - genresMap[genre].count++; - } - }); - - m.tags.forEach((tag) => { - if (tag.rank < 50) return; - - if (!tagsMap[tag.name]) tagsMap[tag.name] = { totalScore: 0, count: 0, minutesWatched: 0 }; - - const score = m.mediaListEntry?.score; - - if (score) { - tagsMap[tag.name].totalScore += score; - tagsMap[tag.name].minutesWatched += m.duration; - tagsMap[tag.name].count++; - } - }); - } - }); - - let genres = Object.keys(genresMap) - .filter((genre) => !excludedKeywords.some((keyword) => genre.includes(keyword))) - .map((genre) => ({ - genre, - averageScore: Math.round(genresMap[genre].totalScore / genresMap[genre].count) - })); - let tags = Object.keys(tagsMap) - .filter((genre) => !excludedKeywords.some((keyword) => genre.includes(keyword))) - .map((tag) => ({ - tag, - averageScore: Math.round(tagsMap[tag].totalScore / tagsMap[tag].count) - })); - - switch (sortMode) { - case SortOptions.SCORE: - genres = genres.sort((a, b) => b.averageScore - a.averageScore); - tags = tags.sort((a, b) => b.averageScore - a.averageScore); - - break; - case SortOptions.MINUTES_WATCHED: - genres = genres.sort( - (a, b) => genresMap[b.genre].minutesWatched - genresMap[a.genre].minutesWatched - ); - tags = tags.sort((a, b) => tagsMap[b.tag].minutesWatched - tagsMap[a.tag].minutesWatched); - - break; - case SortOptions.COUNT: - genres = genres.sort((a, b) => genresMap[b.genre].count - genresMap[a.genre].count); - tags = tags.sort((a, b) => tagsMap[b.tag].count - tagsMap[a.tag].count); - - break; - } - - genres = genres.slice(0, amount); - tags = tags.slice(0, amount); - - let topGenreMedia: Media; - - try { - topGenreMedia = media.find((m) => m.genres.includes(genres[0].genre)) || media[0]; - } catch { - topGenreMedia = media[0]; - } - - let topTagMedia: Media; - - try { - topTagMedia = media.find((m) => m.tags.some((tag) => tag.name === tags[0].tag)) || media[0]; - } catch { - topTagMedia = media[0]; - } - - return { - genres, - tags, - topGenreMedia, - topTagMedia - }; + const genresMap: { + [genre: string]: { + totalScore: number; + count: number; + minutesWatched: number; + }; + } = {}; + const tagsMap: { + [tag: string]: { + totalScore: number; + count: number; + minutesWatched: number; + }; + } = {}; + + media.forEach((m) => { + if (m.mediaListEntry && m.mediaListEntry.score) { + m.genres.forEach((genre) => { + if (!genresMap[genre]) + genresMap[genre] = { totalScore: 0, count: 0, minutesWatched: 0 }; + + const score = m.mediaListEntry?.score; + + if (score) { + genresMap[genre].totalScore += score; + genresMap[genre].minutesWatched += m.duration; + genresMap[genre].count++; + } + }); + + m.tags.forEach((tag) => { + if (tag.rank < 50) return; + + if (!tagsMap[tag.name]) + tagsMap[tag.name] = { totalScore: 0, count: 0, minutesWatched: 0 }; + + const score = m.mediaListEntry?.score; + + if (score) { + tagsMap[tag.name].totalScore += score; + tagsMap[tag.name].minutesWatched += m.duration; + tagsMap[tag.name].count++; + } + }); + } + }); + + let genres = Object.keys(genresMap) + .filter( + (genre) => !excludedKeywords.some((keyword) => genre.includes(keyword)), + ) + .map((genre) => ({ + genre, + averageScore: Math.round( + genresMap[genre].totalScore / genresMap[genre].count, + ), + })); + let tags = Object.keys(tagsMap) + .filter( + (genre) => !excludedKeywords.some((keyword) => genre.includes(keyword)), + ) + .map((tag) => ({ + tag, + averageScore: Math.round(tagsMap[tag].totalScore / tagsMap[tag].count), + })); + + switch (sortMode) { + case SortOptions.SCORE: + genres = genres.sort((a, b) => b.averageScore - a.averageScore); + tags = tags.sort((a, b) => b.averageScore - a.averageScore); + + break; + case SortOptions.MINUTES_WATCHED: + genres = genres.sort( + (a, b) => + genresMap[b.genre].minutesWatched - genresMap[a.genre].minutesWatched, + ); + tags = tags.sort( + (a, b) => tagsMap[b.tag].minutesWatched - tagsMap[a.tag].minutesWatched, + ); + + break; + case SortOptions.COUNT: + genres = genres.sort( + (a, b) => genresMap[b.genre].count - genresMap[a.genre].count, + ); + tags = tags.sort((a, b) => tagsMap[b.tag].count - tagsMap[a.tag].count); + + break; + } + + genres = genres.slice(0, amount); + tags = tags.slice(0, amount); + + let topGenreMedia: Media; + + try { + topGenreMedia = + media.find((m) => m.genres.includes(genres[0].genre)) || media[0]; + } catch { + topGenreMedia = media[0]; + } + + let topTagMedia: Media; + + try { + topTagMedia = + media.find((m) => m.tags.some((tag) => tag.name === tags[0].tag)) || + media[0]; + } catch { + topTagMedia = media[0]; + } + + return { + genres, + tags, + topGenreMedia, + topTagMedia, + }; }; diff --git a/src/lib/Data/Birthday/primary.ts b/src/lib/Data/Birthday/primary.ts index 5f8ee1d0..26a7af76 100644 --- a/src/lib/Data/Birthday/primary.ts +++ b/src/lib/Data/Birthday/primary.ts @@ -1,27 +1,34 @@ -import root from '$lib/Utility/root'; +import root from "$lib/Utility/root"; export interface aniSearchBirthday { - name: string; - image: string; + name: string; + image: string; } const isAniSearchBirthday = (entry: unknown): entry is aniSearchBirthday => - typeof entry === 'object' && - entry !== null && - typeof (entry as { name?: unknown }).name === 'string' && - typeof (entry as { image?: unknown }).image === 'string'; + typeof entry === "object" && + entry !== null && + typeof (entry as { name?: unknown }).name === "string" && + typeof (entry as { image?: unknown }).image === "string"; export const aniSearchBirthdays = async ( - month: number, - day: number + month: number, + day: number, ): Promise => { - const response = await fetch(root(`/api/birthdays/primary?month=${month}&day=${day}`), {}); + const response = await fetch( + root(`/api/birthdays/primary?month=${month}&day=${day}`), + {}, + ); - if (!response.ok) throw new Error(`Primary birthdays request failed with ${response.status}.`); + if (!response.ok) + throw new Error( + `Primary birthdays request failed with ${response.status}.`, + ); - const data: unknown = await response.json(); + const data: unknown = await response.json(); - if (!Array.isArray(data)) throw new Error('Primary birthdays response was not an array.'); + if (!Array.isArray(data)) + throw new Error("Primary birthdays response was not an array."); - return data.filter(isAniSearchBirthday); + return data.filter(isAniSearchBirthday); }; diff --git a/src/lib/Data/Birthday/secondary.ts b/src/lib/Data/Birthday/secondary.ts index 95a18eaf..4b3880e6 100644 --- a/src/lib/Data/Birthday/secondary.ts +++ b/src/lib/Data/Birthday/secondary.ts @@ -1,37 +1,50 @@ -import root from '$lib/Utility/root'; +import root from "$lib/Utility/root"; export interface ACDBBirthday { - character_image: string; - name: string; - origin: string; + character_image: string; + name: string; + origin: string; } const isACDBBirthday = (entry: unknown): entry is ACDBBirthday => - typeof entry === 'object' && - entry !== null && - typeof (entry as { character_image?: unknown }).character_image === 'string' && - typeof (entry as { name?: unknown }).name === 'string' && - typeof (entry as { origin?: unknown }).origin === 'string'; + typeof entry === "object" && + entry !== null && + typeof (entry as { character_image?: unknown }).character_image === + "string" && + typeof (entry as { name?: unknown }).name === "string" && + typeof (entry as { origin?: unknown }).origin === "string"; -export const ACDBBirthdays = async (month: number, day: number): Promise => { - const response = await fetch(root(`/api/birthdays/secondary?month=${month}&day=${day}`), { - headers: { - Accept: 'application/json', - 'Content-Type': 'application/json', - 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0' - } - }); +export const ACDBBirthdays = async ( + month: number, + day: number, +): Promise => { + const response = await fetch( + root(`/api/birthdays/secondary?month=${month}&day=${day}`), + { + headers: { + Accept: "application/json", + "Content-Type": "application/json", + "User-Agent": + "Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0", + }, + }, + ); - if (!response.ok) throw new Error(`Secondary birthdays request failed with ${response.status}.`); + if (!response.ok) + throw new Error( + `Secondary birthdays request failed with ${response.status}.`, + ); - const data: unknown = await response.json(); + const data: unknown = await response.json(); - if ( - typeof data !== 'object' || - data === null || - !Array.isArray((data as { characters?: unknown }).characters) - ) - throw new Error('Secondary birthdays response did not include a characters array.'); + if ( + typeof data !== "object" || + data === null || + !Array.isArray((data as { characters?: unknown }).characters) + ) + throw new Error( + "Secondary birthdays response did not include a characters array.", + ); - return (data as { characters: unknown[] }).characters.filter(isACDBBirthday); + return (data as { characters: unknown[] }).characters.filter(isACDBBirthday); }; diff --git a/src/lib/Data/Manga/raw.ts b/src/lib/Data/Manga/raw.ts index 4dfa6a8e..3663c737 100644 --- a/src/lib/Data/Manga/raw.ts +++ b/src/lib/Data/Manga/raw.ts @@ -1,47 +1,66 @@ -import proxy from '$lib/Utility/proxy'; +import proxy from "$lib/Utility/proxy"; interface Chapter { - href: string; - chapterNum: string; - chapterDate: string; + href: string; + chapterNum: string; + chapterDate: string; } -export const getChapterCount = async (nativeTitle: string): Promise => { - const html = new DOMParser().parseFromString( - await (await fetch(proxy(`https://rawkuma.com/?s=${encodeURIComponent(nativeTitle)}`))).text(), - 'text/html' - ); - const listContent = html.querySelector('.listupd'); +export const getChapterCount = async ( + nativeTitle: string, +): Promise => { + const html = new DOMParser().parseFromString( + await ( + await fetch( + proxy(`https://rawkuma.com/?s=${encodeURIComponent(nativeTitle)}`), + ) + ).text(), + "text/html", + ); + const listContent = html.querySelector(".listupd"); - if (listContent && listContent.textContent && listContent.textContent.includes('Not Found')) { - return undefined; - } + if ( + listContent && + listContent.textContent && + listContent.textContent.includes("Not Found") + ) { + return undefined; + } - const chapterCount = html.querySelector('.epxs'); + const chapterCount = html.querySelector(".epxs"); - if (chapterCount && chapterCount.textContent && chapterCount.textContent.includes('Chapter')) { - return Number.parseInt(chapterCount.textContent.replace('Chapter', '').trim(), 10); - } + if ( + chapterCount && + chapterCount.textContent && + chapterCount.textContent.includes("Chapter") + ) { + return Number.parseInt( + chapterCount.textContent.replace("Chapter", "").trim(), + 10, + ); + } - return undefined; + return undefined; }; export const getChaptersFromText = (text: string) => { - const dom = new DOMParser().parseFromString(text, 'text/html').querySelectorAll('.eph-num'); - const chapters: Chapter[] = []; - - dom.forEach((chapter) => { - const href = chapter.querySelector('a')?.getAttribute('href'); - const chapterNum = chapter.querySelector('.chapternum')?.textContent; - const chapterDate = chapter.querySelector('.chapterdate')?.textContent; - - if (href && chapterNum && chapterDate) - chapters.push({ - href, - chapterNum, - chapterDate - }); - }); - - return chapters; + const dom = new DOMParser() + .parseFromString(text, "text/html") + .querySelectorAll(".eph-num"); + const chapters: Chapter[] = []; + + dom.forEach((chapter) => { + const href = chapter.querySelector("a")?.getAttribute("href"); + const chapterNum = chapter.querySelector(".chapternum")?.textContent; + const chapterDate = chapter.querySelector(".chapterdate")?.textContent; + + if (href && chapterNum && chapterDate) + chapters.push({ + href, + chapterNum, + chapterDate, + }); + }); + + return chapters; }; diff --git a/src/lib/Data/Static/SampleMedia/anime.json b/src/lib/Data/Static/SampleMedia/anime.json index 9c248768..f55f7bb0 100644 --- a/src/lib/Data/Static/SampleMedia/anime.json +++ b/src/lib/Data/Static/SampleMedia/anime.json @@ -1,25192 +1,26007 @@ [ - { - "id": 145665, - "idMal": 51105, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ニーア オートマタ", "NieR Automata Ver1.1a"], - "genres": ["Action", "Drama", "Fantasy", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Artificial Intelligence", "rank": 97 }, - { "name": "Robots", "rank": 95 }, - { "name": "Tragedy", "rank": 93 }, - { "name": "Lost Civilization", "rank": 92 }, - { "name": "Post-Apocalyptic", "rank": 91 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Philosophy", "rank": 84 }, - { "name": "Aliens", "rank": 81 }, - { "name": "CGI", "rank": 75 }, - { "name": "Swordplay", "rank": 73 }, - { "name": "Dystopian", "rank": 68 }, - { "name": "War", "rank": 64 }, - { "name": "Real Robot", "rank": 62 }, - { "name": "Memory Manipulation", "rank": 60 }, - { "name": "Heterosexual", "rank": 52 }, - { "name": "Male Protagonist", "rank": 48 }, - { "name": "Amnesia", "rank": 47 }, - { "name": "Puppetry", "rank": 46 }, - { "name": "Gods", "rank": 42 }, - { "name": "Body Swapping", "rank": 40 }, - { "name": "Desert", "rank": 40 }, - { "name": "Virtual World", "rank": 35 } - ], - "title": { - "romaji": "NieR:Automata Ver1.1a", - "english": "NieR:Automata Ver1.1a", - "native": "NieR:Automata Ver1.1a" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1681384463, - "updatedAt": 1695329775, - "score": 64, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx145665-kiAZX3DsbBnl.jpg" - } - }, - { - "id": 146210, - "idMal": 51213, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Vermeil in Gold: A Desperate Magician Barges Into the Magical World Alongside the Strongest Calamity", - "เวอร์มีลแห่งเวทสีทอง: นักอาคมหวิดซิ่วกับอสูรรับใช้สุดแกร่งบุกตะลุยโลกเวทมนตร์", - "Vermeil in Gold - Il mago a rischio bocciatura e la calamità più forte si fanno strada nel mondo della magia" - ], - "genres": ["Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Magic", "rank": 93 }, - { "name": "School", "rank": 87 }, - { "name": "Monster Girl", "rank": 85 }, - { "name": "Succubus", "rank": 84 }, - { "name": "Demons", "rank": 82 }, - { "name": "Male Protagonist", "rank": 81 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Age Gap", "rank": 76 }, - { "name": "Nudity", "rank": 68 }, - { "name": "Female Harem", "rank": 63 }, - { "name": "Love Triangle", "rank": 61 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Terrorism", "rank": 56 }, - { "name": "Primarily Teen Cast", "rank": 56 }, - { "name": "Acting", "rank": 20 }, - { "name": "Angels", "rank": 10 }, - { "name": "Tragedy", "rank": 10 } - ], - "title": { - "romaji": "Kinsou no Vermeil: Gakeppuchi Majutsushi wa Saikyou no Yakusai to Mahou Sekai wo Tsuki Susumu", - "english": "Vermeil in Gold", - "native": "金装のヴェルメイユ~崖っぷち魔術師は最強の厄災と魔法世界を突き進む~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1681384509, - "updatedAt": 1695329839, - "score": 76, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146210-ZnIithxFLLHn.jpg" - } - }, - { - "id": 130003, - "idMal": 47917, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "РОК-ТИХОНЯ!", - "บจจิเดอะร็อก!", - "孤獨搖滾!", - "孤独摇滚!", - "외톨이 THE ROCK!", - "봇치 더 록!" - ], - "genres": ["Comedy", "Music", "Slice of Life"], - "tags": [ - { "name": "Band", "rank": 98 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Primarily Teen Cast", "rank": 91 }, - { "name": "Coming of Age", "rank": 87 }, - { "name": "Cute Girls Doing Cute Things", "rank": 85 }, - { "name": "Hikikomori", "rank": 85 }, - { "name": "Rehabilitation", "rank": 85 }, - { "name": "Surreal Comedy", "rank": 80 }, - { "name": "Meta", "rank": 68 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Iyashikei", "rank": 60 }, - { "name": "Work", "rank": 58 }, - { "name": "School", "rank": 55 }, - { "name": "LGBTQ+ Themes", "rank": 53 }, - { "name": "Yuri", "rank": 50 }, - { "name": "Rotoscoping", "rank": 47 }, - { "name": "CGI", "rank": 40 }, - { "name": "Chibi", "rank": 39 } - ], - "title": { - "romaji": "Bocchi the Rock!", - "english": "BOCCHI THE ROCK!", - "native": "ぼっち・ざ・ろっく!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1681384694, - "updatedAt": 1695329655, - "score": 78, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130003-5Y8rYzg982sq.png" - } - }, - { - "id": 113717, - "idMal": 40834, - "status": "FINISHED", - "type": "ANIME", - "episodes": 23, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["King Ranking", "อันดับพระราชา", "تصنيف الملوك"], - "genres": ["Action", "Adventure", "Drama", "Fantasy"], - "tags": [ - { "name": "Disability", "rank": 95 }, - { "name": "Coming of Age", "rank": 92 }, - { "name": "Fairy Tale", "rank": 92 }, - { "name": "Conspiracy", "rank": 88 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Language Barrier", "rank": 82 }, - { "name": "Ensemble Cast", "rank": 82 }, - { "name": "Swordplay", "rank": 71 }, - { "name": "Bullying", "rank": 70 }, - { "name": "War", "rank": 67 }, - { "name": "Magic", "rank": 66 }, - { "name": "Demons", "rank": 62 }, - { "name": "Seinen", "rank": 61 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Gods", "rank": 58 }, - { "name": "Assassins", "rank": 53 }, - { "name": "Travel", "rank": 53 }, - { "name": "Gore", "rank": 48 }, - { "name": "Achronological Order", "rank": 47 }, - { "name": "Tsundere", "rank": 42 }, - { "name": "Age Gap", "rank": 41 }, - { "name": "Amputation", "rank": 34 }, - { "name": "Heterosexual", "rank": 30 }, - { "name": "Kaiju", "rank": 28 } - ], - "title": { - "romaji": "Ousama Ranking", - "english": "Ranking of Kings", - "native": "王様ランキング" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1683260650, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113717-fkqTxEqqga61.jpg" - } - }, - { - "id": 117196, - "idMal": 41589, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Adventure", "Comedy", "Fantasy", "Mahou Shoujo", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Shoujo", "rank": 97 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Urban Fantasy", "rank": 88 }, - { "name": "Aliens", "rank": 83 }, - { "name": "Kemonomimi", "rank": 82 }, - { "name": "Magic", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Henshin", "rank": 78 }, - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Environmental", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 55 }, - { "name": "Kuudere", "rank": 44 }, - { "name": "Maids", "rank": 40 }, - { "name": "Shapeshifting", "rank": 40 }, - { "name": "Animals", "rank": 40 }, - { "name": "Archery", "rank": 20 }, - { "name": "Super Power", "rank": 20 } - ], - "title": { - "romaji": "Tokyo Mew Mew New~♡", - "english": "TOKYO MEW MEW NEW", - "native": "東京ミュウミュウ にゅ~♡" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1684757599, - "updatedAt": 1704231371, - "score": 66, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx117196-PtUScsEWrBED.png" - } - }, - { - "id": 5114, - "idMal": 5114, - "status": "FINISHED", - "type": "ANIME", - "episodes": 64, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "FMA", - "FMAB", - "Hagaren", - "الخيميائي الفولاذي", - "אלכימאי המתכת: אחוות אחים", - "Full Metal Alchemist: Brotherhood", - "钢之炼金术师 FULLMETAL ALCHEMIST", - "แขนกล คนแปรธาตุ: บราเธอร์ฮูด", - "Stalowy alchemik: Misja braci" - ], - "genres": ["Action", "Adventure", "Drama", "Fantasy"], - "tags": [ - { "name": "Alchemy", "rank": 95 }, - { "name": "Conspiracy", "rank": 94 }, - { "name": "Military", "rank": 91 }, - { "name": "Tragedy", "rank": 90 }, - { "name": "War", "rank": 89 }, - { "name": "Shounen", "rank": 87 }, - { "name": "Politics", "rank": 84 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Philosophy", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 78 }, - { "name": "Coming of Age", "rank": 76 }, - { "name": "Necromancy", "rank": 76 }, - { "name": "Fugitive", "rank": 73 }, - { "name": "Super Power", "rank": 73 }, - { "name": "Foreign", "rank": 72 }, - { "name": "Gods", "rank": 72 }, - { "name": "Cyborg", "rank": 71 }, - { "name": "Steampunk", "rank": 71 }, - { "name": "Dissociative Identities", "rank": 68 }, - { "name": "Lost Civilization", "rank": 67 }, - { "name": "Anachronism", "rank": 67 }, - { "name": "Revenge", "rank": 66 }, - { "name": "Disability", "rank": 65 }, - { "name": "Chimera", "rank": 64 }, - { "name": "Primarily Male Cast", "rank": 61 }, - { "name": "Religion", "rank": 61 }, - { "name": "Travel", "rank": 60 }, - { "name": "Gore", "rank": 58 }, - { "name": "Body Horror", "rank": 57 }, - { "name": "Kuudere", "rank": 56 }, - { "name": "Slapstick", "rank": 56 }, - { "name": "Demons", "rank": 56 }, - { "name": "Anti-Hero", "rank": 54 }, - { "name": "Trains", "rank": 53 }, - { "name": "Adoption", "rank": 51 }, - { "name": "Guns", "rank": 50 }, - { "name": "Chibi", "rank": 50 }, - { "name": "Cannibalism", "rank": 49 }, - { "name": "Swordplay", "rank": 48 }, - { "name": "Tomboy", "rank": 48 }, - { "name": "Tanned Skin", "rank": 40 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Heterosexual", "rank": 37 }, - { "name": "Vore", "rank": 36 }, - { "name": "Tsundere", "rank": 26 }, - { "name": "Desert", "rank": 26 }, - { "name": "Shapeshifting", "rank": 20 } - ], - "title": { - "romaji": "Hagane no Renkinjutsushi: FULLMETAL ALCHEMIST", - "english": "Fullmetal Alchemist: Brotherhood", - "native": "鋼の錬金術師 FULLMETAL ALCHEMIST" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": null, - "status": "REPEATING", - "repeat": 0, - "createdAt": 1681384645, - "updatedAt": 1696266150, - "score": 87, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5114-KJTQz9AIm6Wk.jpg" - } - }, - { - "id": 66, - "idMal": 66, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Surreal Comedy", "rank": 89 }, - { "name": "Slapstick", "rank": 86 }, - { "name": "Cute Girls Doing Cute Things", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 80 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Coming of Age", "rank": 78 }, - { "name": "Primarily Teen Cast", "rank": 76 }, - { "name": "Female Protagonist", "rank": 72 }, - { "name": "Teacher", "rank": 60 }, - { "name": "Tomboy", "rank": 58 }, - { "name": "Kuudere", "rank": 48 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Basketball", "rank": 20 } - ], - "title": { - "romaji": "Azumanga Daiou THE ANIMATION", - "english": "Azumanga Daioh", - "native": "あずまんが大王 THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1682881789, - "updatedAt": 1695279027, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx66-1LTNhVTnttZv.png" - } - }, - { - "id": 132203, - "idMal": 48755, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 17, - "synonyms": [ - "Imaizumi Brings All The Gyarus To His House", - "Imaizumi's house is a place for gals to gather" - ], - "genres": ["Hentai"], - "tags": [ - { "name": "Nudity", "rank": 96 }, - { "name": "Group Sex", "rank": 90 }, - { "name": "Female Harem", "rank": 88 }, - { "name": "Gyaru", "rank": 88 }, - { "name": "Large Breasts", "rank": 83 }, - { "name": "Hypersexuality", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Nakadashi", "rank": 75 }, - { "name": "Threesome", "rank": 70 }, - { "name": "Femdom", "rank": 68 }, - { "name": "Fellatio", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 65 }, - { "name": "Boobjob", "rank": 51 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Rimjob", "rank": 28 }, - { "name": "Cunnilingus", "rank": 26 }, - { "name": "Facial", "rank": 20 }, - { "name": "Public Sex", "rank": 20 } - ], - "title": { - "romaji": "Imaizumin-chi wa Douyara Gal no Tamariba ni Natteru Rashii", - "english": null, - "native": "今泉ん家はどうやらギャルの溜まり場になってるらしい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685238112, - "updatedAt": 1695109143, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx132203-s7yzfJv6d48L.jpg" - } - }, - { - "id": 136459, - "idMal": 52104, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "OVA", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Succubus", "rank": 100 }, - { "name": "Flat Chest", "rank": 96 }, - { "name": "Femdom", "rank": 90 }, - { "name": "Threesome", "rank": 79 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Demons", "rank": 75 }, - { "name": "Feet", "rank": 70 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "Magic", "rank": 60 }, - { "name": "Bondage", "rank": 40 }, - { "name": "Kuudere", "rank": 30 } - ], - "title": { - "romaji": "Boku wa Chiisana Succubus no Shimobe", - "english": null, - "native": "僕は小さな淫魔のしもべ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689313211, - "updatedAt": 1695329504, - "score": 71, - "startedAt": { "year": 2023 }, - "completedAt": { "year": 2023 } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx136459-vDiB4uKElocO.jpg" - } - }, - { - "id": 12729, - "idMal": 12729, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 23, - "synonyms": ["High School DxD Episodes 13, 14 and 15", "Highschool DxD OVA"], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 86 }, - { "name": "Demons", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Harem", "rank": 63 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "School", "rank": 55 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Monster Girl", "rank": 20 } - ], - "title": { "romaji": "High School DxD OVA", "english": null, "native": "ハイスクールD×D OVA" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690587818, - "updatedAt": 1695109143, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/12729.jpg" - } - }, - { - "id": 109261, - "idMal": 39783, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "5-toubun no Hanayome ∬", - "Go-toubun no Hanayome 2nd Season", - "The Five Wedded Brides 2nd Season", - "五等分的新娘∬", - "เจ้าสาวผมเป็นแฝดห้า ภาค 2" - ], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Twins", "rank": 97 }, - { "name": "Female Harem", "rank": 94 }, - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Ensemble Cast", "rank": 90 }, - { "name": "School", "rank": 83 }, - { "name": "Teacher", "rank": 81 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Shounen", "rank": 76 }, - { "name": "Tsundere", "rank": 76 }, - { "name": "Kuudere", "rank": 72 }, - { "name": "Primarily Teen Cast", "rank": 53 }, - { "name": "Work", "rank": 47 }, - { "name": "Ojou-sama", "rank": 40 }, - { "name": "Yandere", "rank": 32 }, - { "name": "School Club", "rank": 25 }, - { "name": "Nudity", "rank": 24 } - ], - "title": { - "romaji": "Go-toubun no Hanayome ∬", - "english": "The Quintessential Quintuplets 2", - "native": "五等分の花嫁∬" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693180309, - "updatedAt": 1695109143, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx109261-65rKxMDlcU9r.png" - } - }, - { - "id": 21748, - "idMal": 35842, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["FLCL 3", "Furi Kuri Alternative", "Fooly Cooly Alternative"], - "genres": ["Action", "Comedy", "Mecha", "Sci-Fi"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 78 }, - { "name": "Female Protagonist", "rank": 77 }, - { "name": "Aliens", "rank": 76 }, - { "name": "Coming of Age", "rank": 76 }, - { "name": "Surreal Comedy", "rank": 65 }, - { "name": "School", "rank": 57 }, - { "name": "Robots", "rank": 52 }, - { "name": "CGI", "rank": 33 }, - { "name": "Primarily Teen Cast", "rank": 30 }, - { "name": "Super Power", "rank": 30 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Food", "rank": 20 }, - { "name": "Parody", "rank": 10 } - ], - "title": { - "romaji": "FLCL Alternative", - "english": "FLCL Alternative", - "native": "フリクリ オルタナ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694309468, - "updatedAt": 1695109143, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21748-ZOusM9wb6Pln.png" - } - }, - { - "id": 139310, - "idMal": 49834, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 102, - "synonyms": ["Nhắn gửi tất cả các em, những người tôi đã yêu", "BokuAi"], - "genres": ["Romance", "Sci-Fi"], - "tags": [ - { "name": "Alternate Universe", "rank": 84 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Family Life", "rank": 79 }, - { "name": "Philosophy", "rank": 60 }, - { "name": "Time Skip", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Time Manipulation", "rank": 20 } - ], - "title": { - "romaji": "Boku ga Aishita Subete no Kimi e", - "english": "To Every You I’ve Loved Before", - "native": "僕が愛したすべての君へ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385706, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139310-OM1RKpk5YH7g.jpg" - } - }, - { - "id": 10408, - "idMal": 10408, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 45, - "synonyms": ["To the Forest of Firefly Lights", "สู่ป่าแห่งแสงหิ่งห้อย", "Lạc Vào Khu Rừng Đom Đóm"], - "genres": ["Drama", "Fantasy", "Romance", "Supernatural"], - "tags": [ - { "name": "Coming of Age", "rank": 88 }, - { "name": "Youkai", "rank": 85 }, - { "name": "Tragedy", "rank": 82 }, - { "name": "Rural", "rank": 80 }, - { "name": "Ghost", "rank": 80 }, - { "name": "Female Protagonist", "rank": 74 }, - { "name": "Shoujo", "rank": 73 }, - { "name": "Iyashikei", "rank": 65 }, - { "name": "Time Skip", "rank": 61 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Heterosexual", "rank": 54 } - ], - "title": { - "romaji": "Hotarubi no Mori e", - "english": "Into the Forest of Fireflies' Light", - "native": "蛍火の杜へ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385783, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10408-PlKJ6DAyvMk2.png" - } - }, - { - "id": 127911, - "idMal": 45613, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "คุณชิกิโมริไม่ได้น่ารักแค่อย่างเดียวนะ", - "Shikimori n'est pas juste mignonne", - "Shikimori Không Chỉ Dễ Thương Thôi Đâu", - "SHIKIMORI Tidak Hanya Manis", - "Моя девушка не просто милашка" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Primarily Teen Cast", "rank": 96 }, - { "name": "Heterosexual", "rank": 93 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Iyashikei", "rank": 83 }, - { "name": "School", "rank": 76 }, - { "name": "Episodic", "rank": 71 }, - { "name": "Athletics", "rank": 70 }, - { "name": "Tomboy", "rank": 68 }, - { "name": "Coming of Age", "rank": 67 }, - { "name": "Kuudere", "rank": 63 }, - { "name": "Tsundere", "rank": 52 }, - { "name": "Shounen", "rank": 47 }, - { "name": "Basketball", "rank": 44 }, - { "name": "Meta", "rank": 40 }, - { "name": "Gender Bending", "rank": 40 }, - { "name": "Love Triangle", "rank": 38 }, - { "name": "Martial Arts", "rank": 32 } - ], - "title": { - "romaji": "Kawaii dake ja Nai Shikimori-san", - "english": "Shikimori's Not Just a Cutie", - "native": "可愛いだけじゃない式守さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385798, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127911-cQVL0dhldFwn.jpg" - } - }, - { - "id": 21519, - "idMal": 32281, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 107, - "synonyms": [ - "Your Name. - Gestern, heute und für immer ", - "Mi a Neved? ", - "你的名字。", - "너의 이름은.", - "Tu nombre", - "Твоё имя", - "หลับตาฝันถึงชื่อเธอ", - "Il tuo nome", - "השם שלך." - ], - "genres": ["Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Body Swapping", "rank": 95 }, - { "name": "Time Manipulation", "rank": 92 }, - { "name": "Urban Fantasy", "rank": 84 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Coming of Age", "rank": 80 }, - { "name": "Memory Manipulation", "rank": 79 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Urban", "rank": 70 }, - { "name": "Tragedy", "rank": 69 }, - { "name": "Rural", "rank": 68 }, - { "name": "Gender Bending", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 67 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Time Skip", "rank": 66 }, - { "name": "Alternate Universe", "rank": 54 }, - { "name": "Trains", "rank": 52 }, - { "name": "School", "rank": 44 }, - { "name": "Shrine Maiden", "rank": 44 } - ], - "title": { "romaji": "Kimi no Na wa.", "english": "Your Name.", "native": "君の名は。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385809, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21519-XIr3PeczUjjF.png" - } - }, - { - "id": 99750, - "idMal": 36098, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 108, - "synonyms": [ - "Quiero Comerme tu Páncreas", - "Voglio mangiare il tuo pancreas", - "Je veux manger ton pancréas", - "Vull menjar-me el teu pàncrees", - "Kimisui", - "Eu Quero Comer Seu Pâncreas", - "Хочу съесть твою поджелудочную железу", - "ตับอ่อนเธอนั้นขอฉันเถอะนะ" - ], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Tragedy", "rank": 97 }, - { "name": "Coming of Age", "rank": 89 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Achronological Order", "rank": 79 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Rehabilitation", "rank": 70 }, - { "name": "Classic Literature", "rank": 68 }, - { "name": "School", "rank": 55 } - ], - "title": { - "romaji": "Kimi no Suizou wo Tabetai", - "english": "I Want to Eat Your Pancreas", - "native": "君の膵臓をたべたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385823, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99750-NHafozHS8zRp.jpg" - } - }, - { - "id": 20954, - "idMal": 28851, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 130, - "synonyms": [ - "The Shape of Voice", - "A Voz do Silêncio", - "A Forma da Voz", - "La Forma della Voce", - "צורתו של קול", - "声之形", - "الحزن الصامت", - "Una voz silenciosa", - "La Forme de la voix", - "Форма голоса", - "Форма голосу", - "Tylus balsas", - "Balss forma", - "Дауыс пішіні", - "Sakit səs", - "รักไร้เสียง" - ], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Disability", "rank": 95 }, - { "name": "Bullying", "rank": 94 }, - { "name": "Rehabilitation", "rank": 93 }, - { "name": "Language Barrier", "rank": 91 }, - { "name": "Coming of Age", "rank": 86 }, - { "name": "Suicide", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 77 }, - { "name": "Tragedy", "rank": 76 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "School", "rank": 72 }, - { "name": "Time Skip", "rank": 72 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Urban", "rank": 45 }, - { "name": "Shounen", "rank": 45 } - ], - "title": { "romaji": "Koe no Katachi", "english": "A Silent Voice", "native": "聲の形" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385833, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20954-UMb6Kl7ZL8Ke.jpg" - } - }, - { - "id": 132010, - "idMal": 48643, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["รักเรานั้นไว้หลังครองโลก", "รักหลังครองโลก", "Koiseka"], - "genres": ["Action", "Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Tokusatsu", "rank": 94 }, - { "name": "Parody", "rank": 92 }, - { "name": "Heterosexual", "rank": 90 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Superhero", "rank": 86 }, - { "name": "Villainess", "rank": 85 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Henshin", "rank": 75 }, - { "name": "Urban Fantasy", "rank": 63 }, - { "name": "Primarily Teen Cast", "rank": 62 }, - { "name": "Gyaru", "rank": 60 }, - { "name": "Shounen", "rank": 46 }, - { "name": "Love Triangle", "rank": 44 }, - { "name": "School", "rank": 43 } - ], - "title": { - "romaji": "Koi wa Sekai Seifuku no Ato de", - "english": "Love After World Domination", - "native": "恋は世界征服のあとで" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385843, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx132010-s0o3Rg0XvDXl.jpg" - } - }, - { - "id": 21701, - "idMal": 32949, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Desejos Proibidos", "El deseo de la escoria"], - "genres": ["Drama", "Ecchi", "Psychological", "Romance"], - "tags": [ - { "name": "Love Triangle", "rank": 96 }, - { "name": "Netorare", "rank": 90 }, - { "name": "Coming of Age", "rank": 83 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Female Protagonist", "rank": 77 }, - { "name": "Bisexual", "rank": 77 }, - { "name": "School", "rank": 75 }, - { "name": "Age Gap", "rank": 75 }, - { "name": "LGBTQ+ Themes", "rank": 73 }, - { "name": "Tragedy", "rank": 69 }, - { "name": "Philosophy", "rank": 67 }, - { "name": "Nudity", "rank": 64 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 52 }, - { "name": "Male Protagonist", "rank": 45 }, - { "name": "Satire", "rank": 30 } - ], - "title": { "romaji": "Kuzu no Honkai", "english": "Scum's Wish", "native": "クズの本懐" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385854, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21701-MHK32AXcplLw.jpg" - } - }, - { - "id": 143270, - "idMal": 50709, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ไลโคริส รีคอยล์", "LycoReco", "Ликорис Рекойл"], - "genres": ["Action", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 94 }, - { "name": "Primarily Female Cast", "rank": 94 }, - { "name": "Crime", "rank": 92 }, - { "name": "Guns", "rank": 89 }, - { "name": "Assassins", "rank": 89 }, - { "name": "Terrorism", "rank": 88 }, - { "name": "Conspiracy", "rank": 85 }, - { "name": "Urban", "rank": 81 }, - { "name": "Work", "rank": 77 }, - { "name": "Kuudere", "rank": 77 }, - { "name": "Cute Girls Doing Cute Things", "rank": 75 }, - { "name": "Espionage", "rank": 72 }, - { "name": "Adoption", "rank": 65 }, - { "name": "Police", "rank": 60 }, - { "name": "LGBTQ+ Themes", "rank": 58 }, - { "name": "Dystopian", "rank": 57 }, - { "name": "Boys' Love", "rank": 54 }, - { "name": "Yuri", "rank": 52 }, - { "name": "Bar", "rank": 40 }, - { "name": "Chibi", "rank": 20 }, - { "name": "CGI", "rank": 20 } - ], - "title": { - "romaji": "Lycoris Recoil", - "english": "Lycoris Recoil", - "native": "リコリス・リコイル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385873, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx143270-iZOJX2DMUFMC.jpg" - } - }, - { - "id": 877, - "idMal": 877, - "status": "FINISHED", - "type": "ANIME", - "episodes": 47, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Drama", "Music", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 97 }, - { "name": "Primarily Adult Cast", "rank": 90 }, - { "name": "Band", "rank": 88 }, - { "name": "Coming of Age", "rank": 88 }, - { "name": "Tragedy", "rank": 83 }, - { "name": "Love Triangle", "rank": 81 }, - { "name": "Shoujo", "rank": 76 }, - { "name": "Netorare", "rank": 73 }, - { "name": "LGBTQ+ Themes", "rank": 65 }, - { "name": "Heterosexual", "rank": 63 }, - { "name": "College", "rank": 60 }, - { "name": "Kuudere", "rank": 58 }, - { "name": "Fashion", "rank": 53 }, - { "name": "Ensemble Cast", "rank": 50 }, - { "name": "Age Gap", "rank": 48 }, - { "name": "Mahjong", "rank": 26 }, - { "name": "Gyaru", "rank": 22 }, - { "name": "Noir", "rank": 10 } - ], - "title": { "romaji": "NANA", "english": "NANA", "native": "NANA-ナナ-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385907, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx877-rgaDbTMM9R59.png" - } - }, - { - "id": 143338, - "idMal": 50739, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "ขาดคุณนางฟ้าข้างห้องไป ผมคงมีชีวิตต่อไปไม่ได้อีกแล้ว", - "Meu Anjo de Vizinha Me Mima Demais", - "Chouchouté par l’ange d’à côté", - "Ангел по соседству меня балует", - "關於我在無意間被隔壁的天使變成廢柴這件事" - ], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 93 }, - { "name": "Iyashikei", "rank": 92 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Primarily Teen Cast", "rank": 84 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Food", "rank": 67 }, - { "name": "Kuudere", "rank": 67 }, - { "name": "School", "rank": 63 } - ], - "title": { - "romaji": "Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken", - "english": "The Angel Next Door Spoils Me Rotten", - "native": "お隣の天使様にいつの間にか駄目人間にされていた件" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385931, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx143338-zhyDVYgEzsm5.png" - } - }, - { - "id": 127271, - "idMal": 44807, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 122, - "synonyms": [ - "The Dragon and Freckled Princess", - "BELLE เจ้าหญิงแห่งเสียงเพลง", - "Красавица и дракон", - "Μπελ: Ο Δράκος και Η Πριγκίπισσα", - "龙与雀斑公主", - "Дракон та веснянкувата принцеса", - "Belle: The Dragon and the Freckled Princess", - "Skaistule un briesmonis", - "Сұлу қыз бен айдаһар", - "Gözəl və əjdaha" - ], - "genres": ["Drama", "Music", "Mystery", "Sci-Fi"], - "tags": [ - { "name": "Virtual World", "rank": 95 }, - { "name": "Primarily Teen Cast", "rank": 93 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Artificial Intelligence", "rank": 87 }, - { "name": "Coming of Age", "rank": 80 }, - { "name": "Augmented Reality", "rank": 80 }, - { "name": "CGI", "rank": 77 }, - { "name": "Tragedy", "rank": 76 }, - { "name": "Fairy Tale", "rank": 76 }, - { "name": "Idol", "rank": 74 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "School", "rank": 58 }, - { "name": "Fugitive", "rank": 46 }, - { "name": "Anthropomorphism", "rank": 46 }, - { "name": "Dragons", "rank": 40 }, - { "name": "Isekai", "rank": 40 }, - { "name": "Cyberpunk", "rank": 36 } - ], - "title": { - "romaji": "Ryuu to Sobakasu no Hime", - "english": "BELLE", - "native": "竜とそばかすの姫" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385942, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127271-juJIu4WFTM8q.png" - } - }, - { - "id": 142770, - "idMal": 50594, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 121, - "synonyms": [ - "铃芽之旅", - "Khóa Chặt Cửa Nào Suzume", - "การผนึกประตูของซุซุเมะ", - "Судзуме зачиняє двері", - "Судзумэ" - ], - "genres": ["Adventure", "Fantasy", "Mystery", "Supernatural"], - "tags": [ - { "name": "Urban Fantasy", "rank": 99 }, - { "name": "Female Protagonist", "rank": 94 }, - { "name": "Travel", "rank": 93 }, - { "name": "Coming of Age", "rank": 83 }, - { "name": "Shapeshifting", "rank": 80 }, - { "name": "Magic", "rank": 80 }, - { "name": "Orphan", "rank": 80 }, - { "name": "Family Life", "rank": 72 }, - { "name": "Environmental", "rank": 71 }, - { "name": "Found Family", "rank": 67 }, - { "name": "Gods", "rank": 66 }, - { "name": "Age Gap", "rank": 64 }, - { "name": "Kaiju", "rank": 64 }, - { "name": "Time Manipulation", "rank": 61 }, - { "name": "Animals", "rank": 61 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Tragedy", "rank": 58 } - ], - "title": { "romaji": "Suzume no Tojimari", "english": "Suzume", "native": "すずめの戸締まり" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385959, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx142770-sG9FZa5JxlmE.jpg" - } - }, - { - "id": 106286, - "idMal": 38826, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 115, - "synonyms": [ - "El Tiempo Contigo", - "Weathering With You - Das Mädchen, das die Sonne berührte", - "Les enfants du temps", - "O Tempo Com Você", - "天气之子", - "La ragazza del tempo", - "Дитя погоды" - ], - "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Urban Fantasy", "rank": 94 }, - { "name": "Environmental", "rank": 87 }, - { "name": "Fugitive", "rank": 80 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Urban", "rank": 79 }, - { "name": "Family Life", "rank": 72 }, - { "name": "Heterosexual", "rank": 71 }, - { "name": "Orphan", "rank": 70 }, - { "name": "Work", "rank": 64 }, - { "name": "Gods", "rank": 60 }, - { "name": "Magic", "rank": 57 }, - { "name": "Guns", "rank": 53 }, - { "name": "Time Skip", "rank": 39 }, - { "name": "Crossdressing", "rank": 20 } - ], - "title": { "romaji": "Tenki no Ko", "english": "Weathering With You", "native": "天気の子" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385968, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx106286-5COcpd0J9VbL.png" - } - }, - { - "id": 162804, - "idMal": 54744, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "Alya Sometimes Hides Her Feelings in Russian", - "Roshidere", - "ロシデレ", - "คุณอาเรียโต๊ะข้างๆพูดรัสเซียหวานใส่ซะหัวใจจะวาย " - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 86 }, - { "name": "School", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Language Barrier", "rank": 75 }, - { "name": "Tsundere", "rank": 75 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Female Protagonist", "rank": 53 }, - { "name": "Primarily Female Cast", "rank": 40 }, - { "name": "Love Triangle", "rank": 30 }, - { "name": "Shoujo", "rank": 10 } - ], - "title": { - "romaji": "Tokidoki Bosotto Russiago de Dereru Tonari no Alya-san", - "english": null, - "native": "時々ボソッとロシア語でデレる隣のアーリャさん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385981, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162804-nlRE2f9miC7a.jpg" - } - }, - { - "id": 14813, - "idMal": 14813, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Oregairu", - "My youth romantic comedy is wrong as I expected.", - "俺ガイル", - "我的青春恋爱物语果然有问题", - "กะแล้วชีวิตรักวัยรุ่นของผมมันต้องไม่สดใสเลยสักนิด" - ], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 95 }, - { "name": "School Club", "rank": 95 }, - { "name": "Primarily Teen Cast", "rank": 93 }, - { "name": "Male Protagonist", "rank": 92 }, - { "name": "Anti-Hero", "rank": 87 }, - { "name": "Philosophy", "rank": 87 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Love Triangle", "rank": 76 }, - { "name": "Kuudere", "rank": 71 }, - { "name": "Hikikomori", "rank": 69 }, - { "name": "Satire", "rank": 68 }, - { "name": "Femboy", "rank": 68 }, - { "name": "Meta", "rank": 67 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Bullying", "rank": 59 }, - { "name": "Female Harem", "rank": 55 }, - { "name": "Episodic", "rank": 51 }, - { "name": "Chuunibyou", "rank": 47 }, - { "name": "Bisexual", "rank": 47 }, - { "name": "Tennis", "rank": 40 } - ], - "title": { - "romaji": "Yahari Ore no Seishun Love Come wa Machigatteiru.", - "english": "My Teen Romantic Comedy SNAFU", - "native": "やはり俺の青春ラブコメはまちがっている。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681385997, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx14813-BC8aanHK9fju.jpg" - } - }, - { - "id": 146346, - "idMal": 51265, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 12, - "synonyms": [ - "La mia padroncina Inukai", - "Hidupku Sebagai Anjing Inukai-san.", - "เกิดใหม่เป็นหมาของสาวที่แอบชอบ", - "Inuhiro", - "La mia padroncina Inukai - Una volta diventato un cane, sono stato adottato dalla persona di cui sono innamorato" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Feet", "rank": 94 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "POV", "rank": 90 }, - { "name": "Nudity", "rank": 90 }, - { "name": "Human Pet", "rank": 90 }, - { "name": "Animals", "rank": 87 }, - { "name": "Masturbation", "rank": 79 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Primarily Teen Cast", "rank": 76 }, - { "name": "Reincarnation", "rank": 75 }, - { "name": "Female Harem", "rank": 71 }, - { "name": "School Club", "rank": 66 }, - { "name": "Yandere", "rank": 65 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Achronological Order", "rank": 53 }, - { "name": "Urban", "rank": 40 }, - { "name": "School", "rank": 33 } - ], - "title": { - "romaji": "Inu ni Nattara Suki na Hito ni Hirowareta.", - "english": "My Life as Inukai-san’s Dog", - "native": "犬になったら好きな人に拾われた。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681716397, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146346-SxMOcEIxWix7.png" - } - }, - { - "id": 400, - "idMal": 400, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Future Hero Next Generation Outlaw Star"], - "genres": ["Action", "Adventure", "Comedy", "Sci-Fi"], - "tags": [ - { "name": "Space", "rank": 100 }, - { "name": "Artificial Intelligence", "rank": 70 }, - { "name": "Primarily Adult Cast", "rank": 70 }, - { "name": "Male Protagonist", "rank": 67 }, - { "name": "Seinen", "rank": 65 }, - { "name": "Pirates", "rank": 63 }, - { "name": "Aliens", "rank": 60 }, - { "name": "Assassins", "rank": 60 }, - { "name": "Guns", "rank": 60 }, - { "name": "Lost Civilization", "rank": 60 }, - { "name": "Nekomimi", "rank": 60 }, - { "name": "Magic", "rank": 45 }, - { "name": "Space Opera", "rank": 44 }, - { "name": "Tomboy", "rank": 44 }, - { "name": "Nudity", "rank": 40 } - ], - "title": { - "romaji": "Seihou Bukyou Outlaw Star", - "english": "Outlaw Star", - "native": "星方武侠アウトロースター" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682055424, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 1998 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx400-CJ2duQT3dCX1.png" - } - }, - { - "id": 210, - "idMal": 210, - "status": "FINISHED", - "type": "ANIME", - "episodes": 18, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ينبوع الأحلام", "รันม่า1/2 ไอ้หนุ่มกังฟู "], - "genres": ["Action", "Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Gender Bending", "rank": 98 }, - { "name": "Family Life", "rank": 90 }, - { "name": "Martial Arts", "rank": 88 }, - { "name": "Slapstick", "rank": 82 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Tsundere", "rank": 78 }, - { "name": "Nudity", "rank": 74 }, - { "name": "Episodic", "rank": 73 }, - { "name": "Shounen", "rank": 72 }, - { "name": "Female Harem", "rank": 71 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Male Harem", "rank": 55 }, - { "name": "Animals", "rank": 48 }, - { "name": "Cultivation", "rank": 40 }, - { "name": "Mixed Gender Harem", "rank": 40 }, - { "name": "Ojou-sama", "rank": 30 } - ], - "title": { "romaji": "Ranma 1/2", "english": "Ranma ½", "native": "らんま1/2" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682055433, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1989 }, - "endDate": { "year": 1989 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx210-qgahLDYT0t9b.png" - } - }, - { - "id": 9041, - "idMal": 9041, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["IS ปฏิบัติการรักจักรกลทะยานฟ้า"], - "genres": ["Action", "Comedy", "Ecchi", "Mecha", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Female Harem", "rank": 96 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Nudity", "rank": 77 }, - { "name": "Robots", "rank": 76 }, - { "name": "Real Robot", "rank": 76 }, - { "name": "Tsundere", "rank": 72 }, - { "name": "Primarily Female Cast", "rank": 71 }, - { "name": "Heterosexual", "rank": 64 }, - { "name": "Henshin", "rank": 50 }, - { "name": "Kuudere", "rank": 45 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Aviation", "rank": 33 }, - { "name": "School Club", "rank": 20 }, - { "name": "CGI", "rank": 13 }, - { "name": "Artificial Intelligence", "rank": 10 } - ], - "title": { - "romaji": "IS: Infinite Stratos", - "english": "Infinite Stratos", - "native": "IS〈インフィニット・ストラトス〉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682061235, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9041-nyIdVMM8q27K.jpg" - } - }, - { - "id": 18671, - "idMal": 18671, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Chuunibyou demo Koi ga Shitai! 2", - " Miłość, gimbaza i kosmiczna faza: Porywy serca" - ], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Chuunibyou", "rank": 99 }, - { "name": "School", "rank": 90 }, - { "name": "Coming of Age", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Slapstick", "rank": 75 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "School Club", "rank": 68 }, - { "name": "Tragedy", "rank": 66 }, - { "name": "Cute Girls Doing Cute Things", "rank": 52 }, - { "name": "Crossdressing", "rank": 13 } - ], - "title": { - "romaji": "Chuunibyou demo Koi ga Shitai! Ren", - "english": "Love, Chunibyo & Other Delusions - Heart Throb -", - "native": "中二病でも恋がしたい!戀" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682061270, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx18671-RVIY9TGd737H.jpg" - } - }, - { - "id": 10087, - "idMal": 10087, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["フェイト/ゼロ", "F/Z", "القدر/زيرو", "פייט/זירו"], - "genres": ["Action", "Drama", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Battle Royale", "rank": 94 }, - { "name": "Magic", "rank": 93 }, - { "name": "Mythology", "rank": 89 }, - { "name": "Ensemble Cast", "rank": 87 }, - { "name": "Tragedy", "rank": 87 }, - { "name": "Anti-Hero", "rank": 85 }, - { "name": "Primarily Adult Cast", "rank": 83 }, - { "name": "Urban Fantasy", "rank": 82 }, - { "name": "Death Game", "rank": 80 }, - { "name": "Philosophy", "rank": 77 }, - { "name": "Gore", "rank": 70 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Spearplay", "rank": 60 }, - { "name": "War", "rank": 53 }, - { "name": "Espionage", "rank": 50 }, - { "name": "CGI", "rank": 49 } - ], - "title": { "romaji": "Fate/Zero", "english": "Fate/Zero", "native": "Fate/Zero" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682237694, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10087-el5Bo1VMZwsU.png" - } - }, - { - "id": 756, - "idMal": 756, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "ONA", - "duration": 21, - "synonyms": ["スクールデイズ", "School Days ONA"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 100 }, - { "name": "Love Triangle", "rank": 66 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { "romaji": "School Days", "english": null, "native": "School Days" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682404153, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx756-XAbKbFaUTDiA.jpg" - } - }, - { - "id": 6045, - "idMal": 6045, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Reaching You", "Arrivare a te", "Llegando a ti"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 97 }, - { "name": "Coming of Age", "rank": 93 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "School", "rank": 88 }, - { "name": "Primarily Teen Cast", "rank": 84 }, - { "name": "Kuudere", "rank": 82 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Love Triangle", "rank": 64 }, - { "name": "Bullying", "rank": 64 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Chibi", "rank": 58 }, - { "name": "Gyaru", "rank": 51 }, - { "name": "Football", "rank": 20 }, - { "name": "Baseball", "rank": 20 } - ], - "title": { - "romaji": "Kimi ni Todoke", - "english": "Kimi ni Todoke: From Me to You", - "native": "君に届け" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682423135, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6045-txJOukR5Qve4.jpg" - } - }, - { - "id": 10491, - "idMal": 10491, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": ["When They Cry Kira"], - "genres": ["Comedy", "Ecchi", "Mahou Shoujo", "Mystery", "Romance", "Supernatural"], - "tags": [ - { "name": "Parody", "rank": 92 }, - { "name": "Cute Girls Doing Cute Things", "rank": 91 }, - { "name": "Time Manipulation", "rank": 84 }, - { "name": "Henshin", "rank": 77 }, - { "name": "Female Harem", "rank": 75 }, - { "name": "Love Triangle", "rank": 73 }, - { "name": "Rural", "rank": 70 }, - { "name": "Twins", "rank": 70 }, - { "name": "Primarily Female Cast", "rank": 70 }, - { "name": "Gods", "rank": 65 }, - { "name": "Denpa", "rank": 62 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Urban Fantasy", "rank": 57 } - ], - "title": { - "romaji": "Higurashi no Naku Koro ni Kira", - "english": null, - "native": "ひぐらしのなく頃に煌" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682424923, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10491-v4eyoGFyXQR8.jpg" - } - }, - { - "id": 113417, - "idMal": 40746, - "status": "FINISHED", - "type": "ANIME", - "episodes": 8, - "chapters": null, - "format": "ONA", - "duration": 7, - "synonyms": ["오버플로우", "Overflow: Desbordándose", "Overflow: Transbordando"], - "genres": ["Comedy", "Hentai", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 100 }, - { "name": "Nudity", "rank": 95 }, - { "name": "Inseki", "rank": 92 }, - { "name": "Large Breasts", "rank": 91 }, - { "name": "Female Harem", "rank": 81 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Defloration", "rank": 79 }, - { "name": "Incest", "rank": 70 }, - { "name": "Nakadashi", "rank": 68 }, - { "name": "Tsundere", "rank": 66 }, - { "name": "Fellatio", "rank": 65 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "School", "rank": 45 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Handjob", "rank": 20 } - ], - "title": { "romaji": "Overflow", "english": null, "native": "おーばーふろぉ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682490592, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113417-RWCggJU8uvec.png" - } - }, - { - "id": 2105, - "idMal": 2105, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Toka Gettan", "The Moonlight Lady returns"], - "genres": ["Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Achronological Order", "rank": 75 }, - { "name": "Gender Bending", "rank": 66 }, - { "name": "LGBTQ+ Themes", "rank": 20 } - ], - "title": { - "romaji": "Touka Gettan", - "english": "Toka Gettan, The Moonlight Lady Returns", - "native": "桃華月憚" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682512558, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2105.jpg" - } - }, - { - "id": 108941, - "idMal": 38835, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 3, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Chibi", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 96 }, - { "name": "Kemonomimi", "rank": 95 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "Athletics", "rank": 79 }, - { "name": "Idol", "rank": 56 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Detective", "rank": 20 } - ], - "title": { "romaji": "Umayon", "english": "UMAYON", "native": "うまよん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682512595, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx108941-QDNpgawkxytg.png" - } - }, - { - "id": 20646, - "idMal": 25159, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "InoBato", - "Inou-Battle in the Usually Daze.", - "Inou Battle Within Everyday Life", - "พลังป่วนก๊วนเหนือธรรมชาติ" - ], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Chuunibyou", "rank": 91 }, - { "name": "School Club", "rank": 90 }, - { "name": "Super Power", "rank": 86 }, - { "name": "School", "rank": 84 }, - { "name": "Female Harem", "rank": 84 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Meta", "rank": 53 }, - { "name": "Kuudere", "rank": 33 }, - { "name": "Writing", "rank": 30 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Inou-Battle wa Nichijou-kei no Naka de", - "english": "When Supernatural Battles Became Commonplace", - "native": "異能バトルは日常系のなかで" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682566028, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20646-LgR1T1MSR493.jpg" - } - }, - { - "id": 9260, - "idMal": 9260, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 64, - "synonyms": ["Wound Tale 1: Iron Blood"], - "genres": ["Action", "Drama", "Ecchi", "Mystery", "Psychological", "Supernatural"], - "tags": [ - { "name": "Vampire", "rank": 96 }, - { "name": "Urban Fantasy", "rank": 88 }, - { "name": "Rotoscoping", "rank": 86 }, - { "name": "Suicide", "rank": 79 }, - { "name": "Urban", "rank": 74 }, - { "name": "Body Horror", "rank": 73 }, - { "name": "Male Protagonist", "rank": 71 }, - { "name": "Gore", "rank": 71 }, - { "name": "Coming of Age", "rank": 65 }, - { "name": "Age Regression", "rank": 62 }, - { "name": "CGI", "rank": 56 }, - { "name": "Nudity", "rank": 30 }, - { "name": "Yandere", "rank": 30 } - ], - "title": { - "romaji": "Kizumonogatari I: Tekketsu-hen", - "english": "Kizumonogatari Part 1: Tekketsu", - "native": "傷物語〈Ⅰ鉄血篇〉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682580403, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9260-tbZARfVq8JoX.png" - } - }, - { - "id": 11887, - "idMal": 11887, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Kokoroco"], - "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "School", "rank": 90 }, - { "name": "Body Swapping", "rank": 85 }, - { "name": "Coming of Age", "rank": 85 }, - { "name": "School Club", "rank": 81 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 76 }, - { "name": "Age Regression", "rank": 75 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Primarily Female Cast", "rank": 72 }, - { "name": "Heterosexual", "rank": 65 }, - { "name": "Gender Bending", "rank": 61 }, - { "name": "Philosophy", "rank": 52 }, - { "name": "Tsundere", "rank": 49 }, - { "name": "Ensemble Cast", "rank": 46 }, - { "name": "LGBTQ+ Themes", "rank": 20 } - ], - "title": { - "romaji": "Kokoro Connect", - "english": "Kokoro Connect", - "native": "ココロコネクト" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682760685, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11887-h8SRoEslkQYX.jpg" - } - }, - { - "id": 6500, - "idMal": 6500, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Seikon no Quasar"], - "genres": ["Action", "Ecchi", "Supernatural"], - "tags": [ - { "name": "Nudity", "rank": 96 }, - { "name": "Large Breasts", "rank": 95 }, - { "name": "Lactation", "rank": 85 }, - { "name": "Super Power", "rank": 80 }, - { "name": "Gender Bending", "rank": 79 }, - { "name": "Religion", "rank": 79 }, - { "name": "Age Regression", "rank": 79 }, - { "name": "Amnesia", "rank": 79 }, - { "name": "Cult", "rank": 79 }, - { "name": "Dissociative Identities", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Revenge", "rank": 79 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Femdom", "rank": 73 }, - { "name": "Anti-Hero", "rank": 64 }, - { "name": "Primarily Female Cast", "rank": 62 }, - { "name": "School", "rank": 60 }, - { "name": "Twins", "rank": 60 }, - { "name": "Masochism", "rank": 60 }, - { "name": "Sadism", "rank": 60 }, - { "name": "Kuudere", "rank": 53 }, - { "name": "Shounen", "rank": 50 }, - { "name": "Age Gap", "rank": 48 }, - { "name": "Nun", "rank": 40 }, - { "name": "Ojou-sama", "rank": 40 }, - { "name": "Tomboy", "rank": 40 } - ], - "title": { - "romaji": "Seikon no Qwaser", - "english": "The Qwaser of Stigmata", - "native": "聖痕のクェイサー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682797217, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6500-RQxUgnApAqqn.png" - } - }, - { - "id": 127412, - "idMal": 45055, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["เรื่องเล่าของสาวน้อยยุคไทโช ", "Kisah Gadis Zaman Taisho"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Disability", "rank": 93 }, - { "name": "Rehabilitation", "rank": 89 }, - { "name": "Historical", "rank": 87 }, - { "name": "Coming of Age", "rank": 86 }, - { "name": "Heterosexual", "rank": 85 }, - { "name": "Male Protagonist", "rank": 81 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Rural", "rank": 79 }, - { "name": "Marriage", "rank": 79 }, - { "name": "Family Life", "rank": 76 }, - { "name": "Fairy Tale", "rank": 73 }, - { "name": "Hikikomori", "rank": 60 }, - { "name": "Iyashikei", "rank": 60 }, - { "name": "Shounen", "rank": 57 }, - { "name": "Tsundere", "rank": 57 }, - { "name": "Achronological Order", "rank": 40 }, - { "name": "Bullying", "rank": 28 }, - { "name": "Twins", "rank": 20 }, - { "name": "Cute Girls Doing Cute Things", "rank": 10 } - ], - "title": { - "romaji": "Taishou Otome Otogibanashi", - "english": "Taisho Otome Fairy Tale", - "native": "大正オトメ御伽話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682797892, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127412-dpHXV2X9tskV.jpg" - } - }, - { - "id": 5081, - "idMal": 5081, - "status": "FINISHED", - "type": "ANIME", - "episodes": 15, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Monster Tale", "化物语", "ปกรณัมของเหล่าภูต", "Monogatari"], - "genres": ["Comedy", "Drama", "Mystery", "Psychological", "Romance", "Supernatural"], - "tags": [ - { "name": "Ensemble Cast", "rank": 92 }, - { "name": "Youkai", "rank": 91 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Male Protagonist", "rank": 87 }, - { "name": "Surreal Comedy", "rank": 84 }, - { "name": "Philosophy", "rank": 83 }, - { "name": "Primarily Female Cast", "rank": 83 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Coming of Age", "rank": 78 }, - { "name": "Vampire", "rank": 78 }, - { "name": "Satire", "rank": 76 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Meta", "rank": 73 }, - { "name": "Primarily Teen Cast", "rank": 72 }, - { "name": "Dissociative Identities", "rank": 70 }, - { "name": "Yandere", "rank": 63 }, - { "name": "Monster Girl", "rank": 62 }, - { "name": "Love Triangle", "rank": 61 }, - { "name": "Denpa", "rank": 60 }, - { "name": "Tomboy", "rank": 59 }, - { "name": "Nekomimi", "rank": 54 }, - { "name": "LGBTQ+ Themes", "rank": 52 }, - { "name": "CGI", "rank": 42 }, - { "name": "Parody", "rank": 40 }, - { "name": "Amnesia", "rank": 27 }, - { "name": "Aliens", "rank": 20 } - ], - "title": { "romaji": "Bakemonogatari", "english": "Bakemonogatari", "native": "化物語" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682845148, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5081-mzWo8ZayqhES.jpg" - } - }, - { - "id": 21557, - "idMal": 32360, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Action", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Aliens", "rank": 95 }, - { "name": "Super Power", "rank": 77 }, - { "name": "Ensemble Cast", "rank": 70 }, - { "name": "School", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Memory Manipulation", "rank": 57 }, - { "name": "Incest", "rank": 51 }, - { "name": "Guns", "rank": 50 }, - { "name": "Post-Apocalyptic", "rank": 30 }, - { "name": "Magic", "rank": 26 }, - { "name": "Swordplay", "rank": 20 }, - { "name": "Found Family", "rank": 20 } - ], - "title": { "romaji": "Qualidea Code", "english": null, "native": "クオリディア・コード" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682847033, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21557-Z5r4cvbl9R6R.jpg" - } - }, - { - "id": 10165, - "idMal": 10165, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Everyday", "Мелочи Жизни", "Повсякденнощі"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Surreal Comedy", "rank": 97 }, - { "name": "Episodic", "rank": 94 }, - { "name": "Slapstick", "rank": 94 }, - { "name": "School", "rank": 87 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Ensemble Cast", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Achronological Order", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Parody", "rank": 78 }, - { "name": "Cute Girls Doing Cute Things", "rank": 64 }, - { "name": "Robots", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Philosophy", "rank": 55 }, - { "name": "Shounen", "rank": 54 }, - { "name": "Drawing", "rank": 45 }, - { "name": "Tsundere", "rank": 43 }, - { "name": "Guns", "rank": 40 } - ], - "title": { "romaji": "Nichijou", "english": "Nichijou - My Ordinary Life", "native": "日常" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682881623, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10165-1j2Qn8wIIn5S.png" - } - }, - { - "id": 104139, - "idMal": 38513, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 16, - "synonyms": [ - "What happens if rape is legalized?", - "Rape Gouhouka!!!", - "Rape Legalization", - "Rape Gohouka" - ], - "genres": ["Hentai"], - "tags": [ - { "name": "Rape", "rank": 100 }, - { "name": "Nakadashi", "rank": 75 }, - { "name": "Large Breasts", "rank": 73 }, - { "name": "Public Sex", "rank": 68 }, - { "name": "Pregnant", "rank": 65 }, - { "name": "Irrumatio", "rank": 20 }, - { "name": "Trains", "rank": 20 } - ], - "title": { - "romaji": "Rape Gouhou ka!!!", - "english": "R*pe Has Been Legalized!!!", - "native": "レイプ合法化っ!!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682883489, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104139-n1BAsnavhZH6.jpg" - } - }, - { - "id": 2864, - "idMal": 2864, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 26, - "synonyms": ["Ni Kakeru Ichi"], - "genres": ["Hentai"], - "tags": [], - "title": { "romaji": "2x1", "english": "Four Play", "native": "2x1" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682896534, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 1998 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2864.jpg" - } - }, - { - "id": 155, - "idMal": 155, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 93, - "synonyms": ["X/1999", "X - the Movie", "X (1996)"], - "genres": ["Action", "Drama", "Fantasy", "Horror", "Sci-Fi"], - "tags": [ - { "name": "Shoujo", "rank": 70 }, - { "name": "Super Power", "rank": 70 }, - { "name": "Cosmic Horror", "rank": 70 }, - { "name": "Urban Fantasy", "rank": 66 }, - { "name": "Alternate Universe", "rank": 60 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Augmented Reality", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Tragedy", "rank": 50 }, - { "name": "Gore", "rank": 46 }, - { "name": "Urban", "rank": 40 }, - { "name": "Magic", "rank": 40 }, - { "name": "Anti-Hero", "rank": 40 }, - { "name": "Angels", "rank": 40 }, - { "name": "Gods", "rank": 40 }, - { "name": "Ensemble Cast", "rank": 40 }, - { "name": "Time Manipulation", "rank": 40 }, - { "name": "Nudity", "rank": 33 }, - { "name": "Swordplay", "rank": 30 }, - { "name": "Demons", "rank": 30 }, - { "name": "Environmental", "rank": 30 }, - { "name": "Cyberpunk", "rank": 30 }, - { "name": "Amnesia", "rank": 20 }, - { "name": "Post-Apocalyptic", "rank": 20 }, - { "name": "Conspiracy", "rank": 20 }, - { "name": "Mythology", "rank": 20 }, - { "name": "Memory Manipulation", "rank": 20 }, - { "name": "Philosophy", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Dragons", "rank": 20 }, - { "name": "Shrine Maiden", "rank": 20 } - ], - "title": { "romaji": "X", "english": null, "native": "X -エックス-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682896583, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1996 }, - "endDate": { "year": 1996 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155-tDzea3RpxSZ8.jpg" - } - }, - { - "id": 10020, - "idMal": 10020, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "ONA", - "duration": 28, - "synonyms": [ - "My Little Sister Can't Be This Cute Specials", - "น้องสาวของผมไม่น่ารักขนาดนั้นหรอก ตอนพิเศษ" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 50 }, - { "name": "Otaku Culture", "rank": 50 }, - { "name": "Coming of Age", "rank": 40 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Ore no Imouto ga Konna ni Kawaii Wake ga Nai (ONA)", - "english": "Oreimo (ONA)", - "native": "俺の妹がこんなに可愛いわけがない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682918049, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10020-5BFz41M11Muv.jpg" - } - }, - { - "id": 13055, - "idMal": 13055, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 24, - "synonyms": ["Sankarea Episode 0", "Sankarea Episode 14"], - "genres": ["Comedy", "Ecchi", "Horror", "Romance", "Supernatural"], - "tags": [ - { "name": "Zombie", "rank": 95 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Nudity", "rank": 50 }, - { "name": "Kuudere", "rank": 20 }, - { "name": "Monster Girl", "rank": 20 } - ], - "title": { "romaji": "Sankarea (OVA)", "english": null, "native": "さんかれあ (OVA)" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682918122, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx13055-IckRpUES0oDD.png" - } - }, - { - "id": 147622, - "idMal": 54629, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "OVA", - "duration": 20, - "synonyms": ["Maid Education"], - "genres": ["Hentai"], - "tags": [ - { "name": "Maids", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Rape", "rank": 50 }, - { "name": "Fellatio", "rank": 50 }, - { "name": "Deepthroat", "rank": 40 }, - { "name": "Bondage", "rank": 30 }, - { "name": "Defloration", "rank": 10 } - ], - "title": { - "romaji": "Maid Kyouiku.: Botsuraku Kizoku Rurikawa Tsubaki - THE ANIMATION", - "english": null, - "native": "メイド教育。-没落貴族 瑠璃川椿- THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682928980, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147622-FEpXO87f72WT.png" - } - }, - { - "id": 9936, - "idMal": 9936, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [], - "genres": ["Action", "Ecchi"], - "tags": [ - { "name": "Nudity", "rank": 92 }, - { "name": "Female Harem", "rank": 82 }, - { "name": "School", "rank": 79 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "School Club", "rank": 79 }, - { "name": "Gender Bending", "rank": 20 } - ], - "title": { - "romaji": "Maken-Ki!", - "english": "Maken-Ki! Battling Venus", - "native": "マケン姫っ!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682934985, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/9936.jpg" - } - }, - { - "id": 112802, - "idMal": 40620, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["อูรามิจิ โอนีซัง"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Work", "rank": 98 }, - { "name": "Satire", "rank": 96 }, - { "name": "Male Protagonist", "rank": 91 }, - { "name": "Primarily Adult Cast", "rank": 88 }, - { "name": "Acting", "rank": 85 }, - { "name": "Episodic", "rank": 75 }, - { "name": "Ensemble Cast", "rank": 69 }, - { "name": "Musical", "rank": 65 }, - { "name": "Josei", "rank": 63 }, - { "name": "Primarily Male Cast", "rank": 62 }, - { "name": "Meta", "rank": 60 }, - { "name": "Fishing", "rank": 12 } - ], - "title": { - "romaji": "Uramichi Oniisan", - "english": "Life Lessons with Uramichi Oniisan", - "native": "うらみちお兄さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683020043, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx112802-FUNqgb2R1LS8.jpg" - } - }, - { - "id": 488, - "idMal": 488, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["草莓棉花糖"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Primarily Child Cast", "rank": 85 }, - { "name": "School", "rank": 63 }, - { "name": "Language Barrier", "rank": 45 }, - { "name": "Surreal Comedy", "rank": 30 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Ichigo Mashimaro", - "english": "Strawberry Marshmallow", - "native": "苺ましまろ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683146715, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx488-FwxcBNNqG6TC.png" - } - }, - { - "id": 849, - "idMal": 849, - "status": "FINISHED", - "type": "ANIME", - "episodes": 14, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "La Malinconia Di Haruhi Suzumiya", - "凉宫春日的忧郁", - "La mélancolie de Haruhi Suzumiya", - "Меланхолия Харухи Судзумии", - "Melancholia Haruhi Suzumiyi" - ], - "genres": ["Comedy", "Mystery", "Sci-Fi", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Achronological Order", "rank": 93 }, - { "name": "School Club", "rank": 93 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Gods", "rank": 90 }, - { "name": "School", "rank": 88 }, - { "name": "Time Manipulation", "rank": 81 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Aliens", "rank": 79 }, - { "name": "Alternate Universe", "rank": 76 }, - { "name": "Philosophy", "rank": 73 }, - { "name": "Meta", "rank": 72 }, - { "name": "Parody", "rank": 67 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Magic", "rank": 64 }, - { "name": "Otaku Culture", "rank": 55 }, - { "name": "Tsundere", "rank": 49 }, - { "name": "Kuudere", "rank": 49 }, - { "name": "Female Protagonist", "rank": 48 }, - { "name": "Ensemble Cast", "rank": 42 }, - { "name": "Baseball", "rank": 26 }, - { "name": "Maids", "rank": 25 }, - { "name": "Episodic", "rank": 20 }, - { "name": "Kaiju", "rank": 20 } - ], - "title": { - "romaji": "Suzumiya Haruhi no Yuuutsu", - "english": "The Melancholy of Haruhi Suzumiya", - "native": "涼宮ハルヒの憂鬱" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683163964, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx849-uXOftsjBDz2T.png" - } - }, - { - "id": 15911, - "idMal": 15911, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Yuyu-shiki"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 100 }, - { "name": "Surreal Comedy", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Episodic", "rank": 88 }, - { "name": "School", "rank": 87 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 79 }, - { "name": "School Club", "rank": 78 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Educational", "rank": 46 } - ], - "title": { "romaji": "Yuyushiki", "english": "Yuyushiki", "native": "ゆゆ式" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683165249, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15911-eS0Q6p7vBd0i.jpg" - } - }, - { - "id": 17549, - "idMal": 17549, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["悠哉日常大王"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 96 }, - { "name": "Iyashikei", "rank": 96 }, - { "name": "Rural", "rank": 95 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Primarily Child Cast", "rank": 84 }, - { "name": "Episodic", "rank": 82 }, - { "name": "Ensemble Cast", "rank": 75 }, - { "name": "Coming of Age", "rank": 74 }, - { "name": "School", "rank": 70 }, - { "name": "Agriculture", "rank": 62 }, - { "name": "Seinen", "rank": 58 }, - { "name": "Achronological Order", "rank": 55 }, - { "name": "Tomboy", "rank": 50 }, - { "name": "Kuudere", "rank": 35 } - ], - "title": { - "romaji": "Non Non Biyori", - "english": "Non Non Biyori", - "native": "のんのんびより" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683165265, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17549-n5m9PEt8SKIW.png" - } - }, - { - "id": 21878, - "idMal": 33731, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["GabDro", "珈百璃的堕落"], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Urban Fantasy", "rank": 98 }, - { "name": "Urban", "rank": 94 }, - { "name": "Angels", "rank": 94 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Cute Girls Doing Cute Things", "rank": 89 }, - { "name": "Demons", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Surreal Comedy", "rank": 82 }, - { "name": "Slapstick", "rank": 82 }, - { "name": "School", "rank": 80 }, - { "name": "Gods", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Hikikomori", "rank": 72 }, - { "name": "Parody", "rank": 70 }, - { "name": "Magic", "rank": 69 }, - { "name": "Tsundere", "rank": 67 }, - { "name": "Chuunibyou", "rank": 62 }, - { "name": "Video Games", "rank": 60 }, - { "name": "Shounen", "rank": 38 } - ], - "title": { - "romaji": "Gabriel Dropout", - "english": "Gabriel DropOut", - "native": "ガヴリールドロップアウト" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683165369, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21878-bOwTOgyhTp7h.jpg" - } - }, - { - "id": 101001, - "idMal": 37171, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Asobi Asobase: Workshop of Fun", "游戏3人娘", "来玩游戏吧", "ชมรมสาวรักสนุก"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Surreal Comedy", "rank": 96 }, - { "name": "Slapstick", "rank": 96 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Primarily Teen Cast", "rank": 88 }, - { "name": "School Club", "rank": 87 }, - { "name": "Episodic", "rank": 83 }, - { "name": "School", "rank": 82 }, - { "name": "Parody", "rank": 76 }, - { "name": "Cute Girls Doing Cute Things", "rank": 72 }, - { "name": "Seinen", "rank": 68 }, - { "name": "LGBTQ+ Themes", "rank": 54 }, - { "name": "Meta", "rank": 52 }, - { "name": "Ojou-sama", "rank": 38 }, - { "name": "Gyaru", "rank": 28 }, - { "name": "Makeup", "rank": 20 } - ], - "title": { - "romaji": "Asobi Asobase", - "english": "Asobi Asobase - workshop of fun -", - "native": "あそびあそばせ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683165396, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101001-UERCW0UGi0P7.jpg" - } - }, - { - "id": 104723, - "idMal": 38573, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Do You Like Your Mom? Her Normal Attack is Two Attacks at Full Power", - "Tsuujou Kougeki ga Zentai Kougeki de 2-kai Kougeki no Okaasan wa Suki desu ka?", - "Okaa-san online", - "Okaasuki", - "คุณแม่ที่มีสกิลพื้นฐานเป็นการโจมตีหมู่แถมยังเบิ้ลได้แบบนี้ชอบไหมจ๊ะ" - ], - "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Video Games", "rank": 95 }, - { "name": "MILF", "rank": 94 }, - { "name": "Virtual World", "rank": 88 }, - { "name": "Isekai", "rank": 81 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Parody", "rank": 78 }, - { "name": "Primarily Female Cast", "rank": 68 }, - { "name": "Family Life", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Female Harem", "rank": 45 }, - { "name": "Dragons", "rank": 37 }, - { "name": "Yandere", "rank": 24 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki no Okaasan wa Suki desu ka?", - "english": "Do You Love Your Mom and Her Two-Hit Multi-Target Attacks?", - "native": "通常攻撃が全体攻撃で二回攻撃のお母さんは好きですか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683166968, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104723-pmcUwRbKTFWB.jpg" - } - }, - { - "id": 20972, - "idMal": 28735, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Descending Stories: Showa Genroku Rakugo Shinju", "Le Rakugo ou la vie"], - "genres": ["Drama"], - "tags": [ - { "name": "Rakugo", "rank": 100 }, - { "name": "Tragedy", "rank": 93 }, - { "name": "Acting", "rank": 93 }, - { "name": "Historical", "rank": 91 }, - { "name": "Primarily Adult Cast", "rank": 87 }, - { "name": "Josei", "rank": 80 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Love Triangle", "rank": 78 }, - { "name": "Time Skip", "rank": 70 }, - { "name": "Disability", "rank": 56 }, - { "name": "Meta", "rank": 50 }, - { "name": "War", "rank": 40 }, - { "name": "Primarily Male Cast", "rank": 40 }, - { "name": "Suicide", "rank": 25 } - ], - "title": { - "romaji": "Shouwa Genroku Rakugo Shinjuu", - "english": "Showa Genroku Rakugo Shinju", - "native": "昭和元禄落語心中" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683167107, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20972-95dyLz6lkCZ8.jpg" - } - }, - { - "id": 2890, - "idMal": 2890, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 101, - "synonyms": [ - "Ponyo on the Cliff by the Sea", - "Ponyo en el Acantilado", - "بونيو على جرف البحر", - "Ponyo sur la falaise", - "Ponyo på klippen ved havet", - "Ponyo sulla scogliera", - "Рыбка Поньо на утесе", - "Ponyo på klippan vid havet", - "Ponyo rantakalliolla", - "Πόνιο: Το Κορίτσι του Ωκεανού", - "โปเนียว ธิดาสมุทรผจญภัย", - "Ponyo: Uma Amizade que Veio do Mar", - "Ponyo - Das große Abenteuer am Meer" - ], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Primarily Child Cast", "rank": 88 }, - { "name": "Environmental", "rank": 82 }, - { "name": "Magic", "rank": 80 }, - { "name": "Rural", "rank": 80 }, - { "name": "Family Life", "rank": 79 }, - { "name": "Coastal", "rank": 79 }, - { "name": "Anthropomorphism", "rank": 79 }, - { "name": "Kids", "rank": 79 }, - { "name": "Natural Disaster", "rank": 79 }, - { "name": "Ships", "rank": 60 }, - { "name": "Female Protagonist", "rank": 57 }, - { "name": "Mermaid", "rank": 56 }, - { "name": "Swimming", "rank": 50 }, - { "name": "Gods", "rank": 49 }, - { "name": "Chibi", "rank": 41 } - ], - "title": { "romaji": "Gake no Ue no Ponyo", "english": "Ponyo", "native": "崖の上のポニョ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683232802, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2890-wcNtFr6aUYOR.jpg" - } - }, - { - "id": 101347, - "idMal": 37520, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Adventure", "Drama", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 94 }, - { "name": "Revenge", "rank": 90 }, - { "name": "Disability", "rank": 88 }, - { "name": "Swordplay", "rank": 87 }, - { "name": "Tragedy", "rank": 87 }, - { "name": "Samurai", "rank": 86 }, - { "name": "Youkai", "rank": 84 }, - { "name": "Anti-Hero", "rank": 80 }, - { "name": "War", "rank": 79 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Historical", "rank": 75 }, - { "name": "Rural", "rank": 74 }, - { "name": "Gore", "rank": 71 }, - { "name": "Philosophy", "rank": 70 }, - { "name": "Episodic", "rank": 70 }, - { "name": "Travel", "rank": 70 }, - { "name": "Female Protagonist", "rank": 69 }, - { "name": "Body Horror", "rank": 67 }, - { "name": "Crossdressing", "rank": 64 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Martial Arts", "rank": 57 }, - { "name": "Ghost", "rank": 53 }, - { "name": "Kuudere", "rank": 52 }, - { "name": "Cannibalism", "rank": 35 } - ], - "title": { "romaji": "Dororo", "english": "Dororo", "native": "どろろ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683244836, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101347-2J2p8qJpxpfZ.jpg" - } - }, - { - "id": 44, - "idMal": 44, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [ - "Rurouni Kenshin: Tsuiokuhen", - "Rurouni Kenshin: Reminiscence", - "רורואוני קנשין: זיכרונות", - "ซามูไรพเนจร ภาคกำเนิดเคนชิน", - "Kenshin samurai vagabondo: Memorie del passato", - "Lãng khách Kenshin: Truy tìm ký ức", - "Rurouni Kenshin Trust and Betrayal" - ], - "genres": ["Action", "Drama", "Romance"], - "tags": [ - { "name": "Samurai", "rank": 97 }, - { "name": "Revenge", "rank": 96 }, - { "name": "Tragedy", "rank": 93 }, - { "name": "Historical", "rank": 90 }, - { "name": "Philosophy", "rank": 90 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Swordplay", "rank": 81 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Gore", "rank": 66 }, - { "name": "Primarily Adult Cast", "rank": 48 }, - { "name": "Shounen", "rank": 42 } - ], - "title": { - "romaji": "Rurouni Kenshin: Meiji Kenkaku Romantan - Tsuioku-hen", - "english": "Samurai X: Trust and Betrayal", - "native": "るろうに剣心―明治剣客浪漫譚―追憶編" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683244839, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1999 }, - "endDate": { "year": 1999 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx44-MG5I672UbWAy.png" - } - }, - { - "id": 1818, - "idMal": 1818, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["クレイモア"], - "genres": ["Action", "Adventure", "Fantasy", "Horror"], - "tags": [ - { "name": "Swordplay", "rank": 97 }, - { "name": "Revenge", "rank": 95 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Tragedy", "rank": 89 }, - { "name": "Gore", "rank": 82 }, - { "name": "Demons", "rank": 80 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Super Power", "rank": 72 }, - { "name": "Body Horror", "rank": 65 }, - { "name": "Shounen", "rank": 47 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Orphan", "rank": 20 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "CLAYMORE", "english": "Claymore", "native": "CLAYMORE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683244846, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1818-XX52j6ECeO7O.jpg" - } - }, - { - "id": 11597, - "idMal": 11597, - "status": "FINISHED", - "type": "ANIME", - "episodes": 11, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Fake Tale", "Истории подделок", "ปกรณัมของเทียม"], - "genres": ["Comedy", "Drama", "Ecchi", "Mystery", "Psychological", "Supernatural"], - "tags": [ - { "name": "Urban Fantasy", "rank": 95 }, - { "name": "Ensemble Cast", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Incest", "rank": 83 }, - { "name": "Philosophy", "rank": 81 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Badminton", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 77 }, - { "name": "Youkai", "rank": 73 }, - { "name": "Satire", "rank": 73 }, - { "name": "Urban", "rank": 73 }, - { "name": "Feet", "rank": 73 }, - { "name": "Achronological Order", "rank": 71 }, - { "name": "Nudity", "rank": 71 }, - { "name": "Family Life", "rank": 70 }, - { "name": "Vampire", "rank": 69 }, - { "name": "Meta", "rank": 66 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Tomboy", "rank": 52 }, - { "name": "Kuudere", "rank": 52 }, - { "name": "Super Power", "rank": 46 }, - { "name": "Gore", "rank": 40 }, - { "name": "School", "rank": 33 } - ], - "title": { "romaji": "Nisemonogatari", "english": "Nisemonogatari", "native": "偽物語" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683280564, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx11597-ApDcMuPvRhgr.jpg" - } - }, - { - "id": 105310, - "idMal": 38671, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["หน่วยผจญคนไฟลุก", "כוח האש", "Полум'яні вогнеборці", "Пламенный отряд"], - "genres": ["Action", "Drama", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Firefighters", "rank": 96 }, - { "name": "Super Power", "rank": 93 }, - { "name": "Urban Fantasy", "rank": 93 }, - { "name": "Shounen", "rank": 91 }, - { "name": "Conspiracy", "rank": 89 }, - { "name": "Demons", "rank": 80 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Cult", "rank": 78 }, - { "name": "Post-Apocalyptic", "rank": 78 }, - { "name": "Religion", "rank": 76 }, - { "name": "Dystopian", "rank": 72 }, - { "name": "Ensemble Cast", "rank": 71 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Nudity", "rank": 67 }, - { "name": "Slapstick", "rank": 65 }, - { "name": "Nun", "rank": 59 }, - { "name": "Swordplay", "rank": 50 }, - { "name": "Lost Civilization", "rank": 48 }, - { "name": "Nekomimi", "rank": 46 }, - { "name": "Bullying", "rank": 46 }, - { "name": "Tanned Skin", "rank": 45 }, - { "name": "Chuunibyou", "rank": 44 }, - { "name": "Time Manipulation", "rank": 40 }, - { "name": "Kemonomimi", "rank": 40 }, - { "name": "Guns", "rank": 35 }, - { "name": "Masochism", "rank": 34 }, - { "name": "Female Harem", "rank": 26 } - ], - "title": { "romaji": "Enen no Shouboutai", "english": "Fire Force", "native": "炎炎ノ消防隊" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683286027, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105310-x4o2xMlfxIwb.jpg" - } - }, - { - "id": 104147, - "idMal": 38295, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "No Dialogue", "rank": 93 }, - { "name": "Cute Girls Doing Cute Things", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 74 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "School", "rank": 70 }, - { "name": "Philosophy", "rank": 55 }, - { "name": "Rural", "rank": 46 }, - { "name": "Iyashikei", "rank": 20 } - ], - "title": { "romaji": "Joshikausei", "english": "Joshi Kausei", "native": "女子かう生" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683365036, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104147-fKwPPJLOYxaJ.jpg" - } - }, - { - "id": 8074, - "idMal": 8074, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["HOTD", "HSOTD", "High School of the Dead: Apocalipsis en el Instituto"], - "genres": ["Action", "Drama", "Ecchi", "Horror", "Romance", "Supernatural"], - "tags": [ - { "name": "Zombie", "rank": 99 }, - { "name": "Survival", "rank": 98 }, - { "name": "Pandemic", "rank": 92 }, - { "name": "Gore", "rank": 89 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 77 }, - { "name": "Nudity", "rank": 76 }, - { "name": "Body Horror", "rank": 76 }, - { "name": "Female Harem", "rank": 74 }, - { "name": "Guns", "rank": 73 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Love Triangle", "rank": 61 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Politics", "rank": 60 }, - { "name": "Tsundere", "rank": 58 }, - { "name": "School", "rank": 47 }, - { "name": "Shounen", "rank": 44 }, - { "name": "Heterosexual", "rank": 43 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Ojou-sama", "rank": 20 } - ], - "title": { - "romaji": "Gakuen Mokushiroku: HIGHSCHOOL OF THE DEAD", - "english": "High School of the Dead", - "native": "学園黙示録HIGHSCHOOL OF THE DEAD" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683369090, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx8074-YB63Ik96fjPj.png" - } - }, - { - "id": 1860, - "idMal": 1860, - "status": "FINISHED", - "type": "ANIME", - "episodes": 14, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Tokyo Majin Gakuen Kenpuchou"], - "genres": ["Action", "Drama", "Fantasy", "Horror"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Demons", "rank": 79 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Super Power", "rank": 20 } - ], - "title": { - "romaji": "Tokyo Majin Gakuen Kenpucho: Tou", - "english": "Tokyo Majin", - "native": "東京魔人學園剣風帖 龖(トウ)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683374098, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1860-1TRWh93iE2Kf.jpg" - } - }, - { - "id": 106967, - "idMal": 38935, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 5, - "synonyms": ["絲襪視界", "丝袜视界"], - "genres": ["Ecchi", "Slice of Life"], - "tags": [ - { "name": "Feet", "rank": 96 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "School", "rank": 84 }, - { "name": "Episodic", "rank": 83 }, - { "name": "Cute Girls Doing Cute Things", "rank": 83 }, - { "name": "Teacher", "rank": 69 }, - { "name": "Yuri", "rank": 63 }, - { "name": "Nudity", "rank": 61 }, - { "name": "Age Gap", "rank": 35 } - ], - "title": { "romaji": "Miru Tights", "english": null, "native": "みるタイツ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683374638, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx106967-hG1SSeB44Ve5.jpg" - } - }, - { - "id": 98251, - "idMal": 34881, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 13, - "synonyms": ["Ahogaru: Clueless Girl"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Slapstick", "rank": 99 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Shounen", "rank": 63 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Animals", "rank": 58 }, - { "name": "Delinquents", "rank": 40 }, - { "name": "Female Harem", "rank": 36 }, - { "name": "Gyaru", "rank": 30 } - ], - "title": { "romaji": "Aho-Girl", "english": "AHO-GIRL", "native": "アホガール" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683376017, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98251-RAgDWqnspedR.jpg" - } - }, - { - "id": 13303, - "idMal": 13303, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 40, - "synonyms": ["The Lie Eater"], - "genres": ["Psychological"], - "tags": [ - { "name": "Gyaru", "rank": 84 }, - { "name": "Agriculture", "rank": 79 }, - { "name": "Aviation", "rank": 79 }, - { "name": "Autobiographical", "rank": 79 }, - { "name": "Witch", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "VTuber", "rank": 79 }, - { "name": "Scuba Diving", "rank": 79 }, - { "name": "Femboy", "rank": 79 }, - { "name": "American Football", "rank": 79 }, - { "name": "Crossdressing", "rank": 79 }, - { "name": "Boys' Love", "rank": 70 }, - { "name": "Bisexual", "rank": 64 }, - { "name": "Seinen", "rank": 63 } - ], - "title": { "romaji": "Usogui", "english": null, "native": "嘘喰い" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683452463, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx13303-RsJ5jAwDF64x.png" - } - }, - { - "id": 228, - "idMal": 228, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Jigoku Shojo", "สัญญามรณะ ธิดาอเวจี ภาคที่ 1", "Sứ giả địa phủ"], - "genres": ["Drama", "Horror", "Mystery", "Psychological", "Supernatural"], - "tags": [ - { "name": "Revenge", "rank": 95 }, - { "name": "Bullying", "rank": 82 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Episodic", "rank": 78 }, - { "name": "Afterlife", "rank": 78 }, - { "name": "Oiran", "rank": 73 }, - { "name": "Detective", "rank": 70 }, - { "name": "Crime", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Cosmic Horror", "rank": 50 }, - { "name": "Kuudere", "rank": 25 }, - { "name": "Rape", "rank": 20 }, - { "name": "Aliens", "rank": 20 }, - { "name": "Circus", "rank": 20 }, - { "name": "Conspiracy", "rank": 20 } - ], - "title": { "romaji": "Jigoku Shoujo", "english": "Hell Girl", "native": "地獄少女" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683499932, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx228-J2J1CI4jfyeC.jpg" - } - }, - { - "id": 916, - "idMal": 916, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Comedy", "Horror", "Mystery", "Supernatural"], - "tags": [ - { "name": "Police", "rank": 79 }, - { "name": "Demons", "rank": 79 }, - { "name": "Gore", "rank": 50 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "TOKKOU", "english": "Tokko", "native": "TOKKÔ[特公]" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683622194, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/916.jpg" - } - }, - { - "id": 131548, - "idMal": 48553, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Akebi-chan no Serafuku", "Akebi's School Uniform", "ชุดกะลาสีของอาเคบิจัง"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 94 }, - { "name": "Iyashikei", "rank": 93 }, - { "name": "Cute Girls Doing Cute Things", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "School", "rank": 87 }, - { "name": "Rural", "rank": 82 }, - { "name": "Coming of Age", "rank": 77 }, - { "name": "Primarily Teen Cast", "rank": 76 }, - { "name": "Episodic", "rank": 69 }, - { "name": "Ensemble Cast", "rank": 67 }, - { "name": "Family Life", "rank": 66 }, - { "name": "Seinen", "rank": 56 }, - { "name": "School Club", "rank": 54 }, - { "name": "Slapstick", "rank": 52 }, - { "name": "Tennis", "rank": 41 }, - { "name": "Tomboy", "rank": 37 }, - { "name": "Cheerleading", "rank": 35 }, - { "name": "Swimming", "rank": 35 }, - { "name": "Volleyball", "rank": 34 }, - { "name": "Fishing", "rank": 27 }, - { "name": "Primarily Child Cast", "rank": 20 } - ], - "title": { - "romaji": "Akebi-chan no Sailor Fuku", - "english": "Akebi’s Sailor Uniform", - "native": "明日ちゃんのセーラー服" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683626932, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx131548-4OXik3SWOaee.jpg" - } - }, - { - "id": 1559, - "idMal": 1559, - "status": "FINISHED", - "type": "ANIME", - "episodes": 50, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "History's Strongest Disciple Kenichi", - "Ken'ichi, el discípulo más fuerte de la historia" - ], - "genres": ["Action", "Comedy"], - "tags": [ - { "name": "Martial Arts", "rank": 100 }, - { "name": "School", "rank": 95 }, - { "name": "Shounen", "rank": 90 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Delinquents", "rank": 75 }, - { "name": "Fitness", "rank": 40 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { - "romaji": "Shijou Saikyou no Deshi Kenichi", - "english": "Kenichi: The Mightiest Disciple", - "native": "史上最強の弟子 ケンイチ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683627298, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1559-7ZlyZxtBNo8g.jpg" - } - }, - { - "id": 97716, - "idMal": 34213, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 5, - "synonyms": ["วันจันทร์คือวันดึ๋งดึ๋ง"], - "genres": ["Ecchi", "Slice of Life"], - "tags": [ - { "name": "Episodic", "rank": 81 }, - { "name": "Age Gap", "rank": 80 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "Office Lady", "rank": 77 }, - { "name": "Trains", "rank": 76 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Work", "rank": 60 }, - { "name": "Male Protagonist", "rank": 57 }, - { "name": "Primarily Adult Cast", "rank": 45 } - ], - "title": { - "romaji": "Getsuyoubi no Tawawa", - "english": "Tawawa on Monday", - "native": "月曜日のたわわ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683630027, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97716-KEnqtszrv2vw.jpg" - } - }, - { - "id": 21031, - "idMal": 29758, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Comedy", "Ecchi"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Martial Arts", "rank": 76 }, - { "name": "Super Power", "rank": 73 }, - { "name": "Tragedy", "rank": 53 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Yuri", "rank": 10 } - ], - "title": { "romaji": "Taboo Tattoo", "english": null, "native": "タブー・タトゥー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683636561, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21031-9UQTsZfReeP6.jpg" - } - }, - { - "id": 8861, - "idMal": 8861, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Sky of Connection", "缘之空"], - "genres": ["Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Incest", "rank": 95 }, - { "name": "Heterosexual", "rank": 90 }, - { "name": "Alternate Universe", "rank": 89 }, - { "name": "Twins", "rank": 89 }, - { "name": "Nudity", "rank": 81 }, - { "name": "Ensemble Cast", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 78 }, - { "name": "Yandere", "rank": 76 }, - { "name": "Rural", "rank": 75 }, - { "name": "Female Harem", "rank": 74 }, - { "name": "Shrine Maiden", "rank": 70 }, - { "name": "Rape", "rank": 62 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Meta", "rank": 57 }, - { "name": "Mahjong", "rank": 56 }, - { "name": "Trains", "rank": 52 }, - { "name": "Tragedy", "rank": 48 }, - { "name": "Female Protagonist", "rank": 46 }, - { "name": "Male Protagonist", "rank": 46 }, - { "name": "Chibi", "rank": 26 }, - { "name": "Masturbation", "rank": 25 } - ], - "title": { - "romaji": "Yosuga no Sora", - "english": "Yosuga no Sora: In Solitude Where We are Least Alone", - "native": "ヨスガノソラ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683636896, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx8861-DZKseZpdtBwp.jpg" - } - }, - { - "id": 111001, - "idMal": 40254, - "status": "FINISHED", - "type": "ANIME", - "episodes": 8, - "chapters": null, - "format": "ONA", - "duration": 7, - "synonyms": [], - "genres": ["Comedy", "Hentai", "Romance"], - "tags": [ - { "name": "Work", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Teens' Love", "rank": 79 }, - { "name": "Josei", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Large Breasts", "rank": 50 }, - { "name": "Sumata", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { "romaji": "XL Joushi.", "english": null, "native": "XL上司。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683637651, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx111001-foAPxKFA3Tiu.jpg" - } - }, - { - "id": 20534, - "idMal": 21431, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Drama", "Fantasy", "Mystery", "Sci-Fi"], - "tags": [ - { "name": "Magic", "rank": 97 }, - { "name": "Amnesia", "rank": 88 }, - { "name": "Seinen", "rank": 85 }, - { "name": "Gore", "rank": 80 }, - { "name": "Female Harem", "rank": 77 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Nudity", "rank": 55 }, - { "name": "Astronomy", "rank": 54 }, - { "name": "School", "rank": 45 }, - { "name": "School Club", "rank": 20 } - ], - "title": { - "romaji": "Gokukoku no Brynhildr", - "english": "Brynhildr in the Darkness", - "native": "極黒のブリュンヒルデ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683800598, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20534-86ssOm8XsDd1.jpg" - } - }, - { - "id": 2409, - "idMal": 2409, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Gokudo-kun Manyuki", "Jester the Adventurer"], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Anti-Hero", "rank": 100 }, - { "name": "Magic", "rank": 79 }, - { "name": "Tanned Skin", "rank": 79 }, - { "name": "Shapeshifting", "rank": 79 }, - { "name": "Gods", "rank": 79 }, - { "name": "Body Swapping", "rank": 70 }, - { "name": "Mythology", "rank": 70 }, - { "name": "Anthropomorphism", "rank": 60 }, - { "name": "Kaiju", "rank": 60 }, - { "name": "Philosophy", "rank": 40 }, - { "name": "Age Regression", "rank": 40 }, - { "name": "Archery", "rank": 40 }, - { "name": "Religion", "rank": 40 }, - { "name": "Super Robot", "rank": 20 }, - { "name": "Henshin", "rank": 20 }, - { "name": "Dragons", "rank": 20 } - ], - "title": { - "romaji": "Gokudou-kun Manyuuki", - "english": "Gokudo", - "native": "ゴクドーくん漫遊記" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683800611, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1999 }, - "endDate": { "year": 1999 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/n2409-KVUhBRUc1gtL.png" - } - }, - { - "id": 124612, - "idMal": 42990, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "SPECIAL", - "duration": 4, - "synonyms": ["Dogeza de Tanondemita Episode 13"], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "POV", "rank": 83 }, - { "name": "Isekai", "rank": 80 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Elf", "rank": 75 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Dogeza de Tanondemita: Isekai-hen", - "english": null, - "native": "土下座で頼んでみた 異世界編" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683842349, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx124612-lhQFycfhZfwU.jpg" - } - }, - { - "id": 5042, - "idMal": 5042, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "OVA", - "duration": 24, - "synonyms": ["キスシス", "kiss x sis"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Inseki", "rank": 100 }, - { "name": "Female Harem", "rank": 90 }, - { "name": "Twins", "rank": 89 }, - { "name": "Nudity", "rank": 87 }, - { "name": "Heterosexual", "rank": 86 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Seinen", "rank": 78 }, - { "name": "Love Triangle", "rank": 77 }, - { "name": "Masturbation", "rank": 69 }, - { "name": "Rape", "rank": 60 }, - { "name": "Threesome", "rank": 20 } - ], - "title": { "romaji": "kiss×sis", "english": "Kiss x Sis", "native": "kiss×sis" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683856150, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5042-FZ8XdXStvn0u.png" - } - }, - { - "id": 6987, - "idMal": 6987, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 21, - "synonyms": ["Akisora", "Autumn Sky"], - "genres": ["Ecchi", "Romance"], - "tags": [ - { "name": "Incest", "rank": 87 }, - { "name": "Nudity", "rank": 86 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Twins", "rank": 55 }, - { "name": "Crossdressing", "rank": 55 }, - { "name": "Seinen", "rank": 53 }, - { "name": "Gender Bending", "rank": 53 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Feet", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Tennis", "rank": 20 }, - { "name": "Virginity", "rank": 20 } - ], - "title": { "romaji": "Aki-Sora", "english": null, "native": "あきそら" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683856170, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/6987.jpg" - } - }, - { - "id": 8769, - "idMal": 8769, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "My Little Sister Can't Be This Cute", - "我的妹妹哪有这么可爱!", - "น้องสาวของผมไม่น่ารักขนาดนั้นหรอก" - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Otaku Culture", "rank": 92 }, - { "name": "Incest", "rank": 86 }, - { "name": "Tsundere", "rank": 83 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "Male Protagonist", "rank": 65 }, - { "name": "Coming of Age", "rank": 61 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Female Harem", "rank": 56 }, - { "name": "Kuudere", "rank": 46 }, - { "name": "Cosplay", "rank": 46 }, - { "name": "School", "rank": 40 }, - { "name": "Chuunibyou", "rank": 40 }, - { "name": "Writing", "rank": 40 }, - { "name": "Badminton", "rank": 25 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Parody", "rank": 20 } - ], - "title": { - "romaji": "Ore no Imouto ga Konna ni Kawaii Wake ga Nai", - "english": "Oreimo", - "native": "俺の妹がこんなに可愛いわけがない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683856189, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx8769-ScwwByWVEnfx.jpg" - } - }, - { - "id": 819, - "idMal": 819, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 49, - "synonyms": ["I'm My Little Sister's Secret", "I'm in Love With My Little Sister"], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Incest", "rank": 95 }, - { "name": "Twins", "rank": 82 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Shoujo", "rank": 73 }, - { "name": "Love Triangle", "rank": 60 } - ], - "title": { - "romaji": "Boku wa Imouto ni Koi wo Suru", - "english": "I'm In Love With My Sister", - "native": "僕は妹に恋をする" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683856196, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/819.jpg" - } - }, - { - "id": 21776, - "idMal": 33206, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Kobayashi-san Chi no Maid Dragon", - "小林家的龙女仆", - "น้องเมดมังกรของคุณโคบายาชิ", - "Дракониха-горничная госпожи Кобаяси" - ], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Found Family", "rank": 96 }, - { "name": "Dragons", "rank": 95 }, - { "name": "Monster Girl", "rank": 92 }, - { "name": "Family Life", "rank": 91 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "Cute Girls Doing Cute Things", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Magic", "rank": 88 }, - { "name": "Maids", "rank": 85 }, - { "name": "Episodic", "rank": 83 }, - { "name": "Urban", "rank": 77 }, - { "name": "Yuri", "rank": 76 }, - { "name": "Urban Fantasy", "rank": 75 }, - { "name": "LGBTQ+ Themes", "rank": 74 }, - { "name": "Seinen", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 67 }, - { "name": "Large Breasts", "rank": 67 }, - { "name": "Office Lady", "rank": 66 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Kuudere", "rank": 51 }, - { "name": "Software Development", "rank": 47 }, - { "name": "Isekai", "rank": 46 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Bisexual", "rank": 45 }, - { "name": "Philosophy", "rank": 40 } - ], - "title": { - "romaji": "Kobayashi-san Chi no Maidragon", - "english": "Miss Kobayashi's Dragon Maid", - "native": "小林さんちのメイドラゴン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683861645, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21776-FJiPcLQHeTiV.png" - } - }, - { - "id": 20566, - "idMal": 26351, - "status": "FINISHED", - "type": "ANIME", - "episodes": 16, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["La Disparition de Yuki Nagato"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "School Club", "rank": 79 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Dissociative Identities", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 50 }, - { "name": "Seinen", "rank": 46 }, - { "name": "Ensemble Cast", "rank": 40 }, - { "name": "Cute Girls Doing Cute Things", "rank": 40 }, - { "name": "Kuudere", "rank": 30 } - ], - "title": { - "romaji": "Nagato Yuki-chan no Shoushitsu", - "english": "The Disappearance of Nagato Yuki-chan", - "native": "長門有希ちゃんの消失" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683864832, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20566-BSk4WYE7kJsy.jpg" - } - }, - { - "id": 19369, - "idMal": 19369, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 96 }, - { "name": "Otaku Culture", "rank": 96 }, - { "name": "Politics", "rank": 96 }, - { "name": "Maids", "rank": 75 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "Teacher", "rank": 71 }, - { "name": "Language Barrier", "rank": 66 }, - { "name": "Kemonomimi", "rank": 64 }, - { "name": "Surreal Comedy", "rank": 62 }, - { "name": "Hikikomori", "rank": 60 }, - { "name": "Female Harem", "rank": 58 }, - { "name": "Magic", "rank": 56 }, - { "name": "School", "rank": 55 }, - { "name": "Elf", "rank": 53 }, - { "name": "Parody", "rank": 51 }, - { "name": "Military", "rank": 51 }, - { "name": "Tsundere", "rank": 43 }, - { "name": "Video Games", "rank": 40 }, - { "name": "Rape", "rank": 40 }, - { "name": "Dragons", "rank": 20 }, - { "name": "Disability", "rank": 20 }, - { "name": "Time Skip", "rank": 15 } - ], - "title": { - "romaji": "Outbreak Company", - "english": "Outbreak Company", - "native": "アウトブレイク・カンパニー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683899840, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx19369-tqo5gtkecbSZ.jpg" - } - }, - { - "id": 99726, - "idMal": 36038, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Neto-juu no Susume", - "Netojuu no Susume", - "Recommendation of the Wonderful Virtual Life", - "Recommendation of The Internet Enhancement", - "Netoju" - ], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Video Games", "rank": 97 }, - { "name": "Virtual World", "rank": 92 }, - { "name": "Otaku Culture", "rank": 88 }, - { "name": "Hikikomori", "rank": 87 }, - { "name": "Primarily Adult Cast", "rank": 86 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Heterosexual", "rank": 84 }, - { "name": "Gender Bending", "rank": 69 }, - { "name": "Josei", "rank": 62 }, - { "name": "Parody", "rank": 60 }, - { "name": "Male Protagonist", "rank": 44 }, - { "name": "Love Triangle", "rank": 38 } - ], - "title": { - "romaji": "Net-juu no Susume", - "english": "Recovery of an MMO Junkie", - "native": "ネト充のススメ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683899959, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99726-tta6v7TKGYKa.jpg" - } - }, - { - "id": 118103, - "idMal": 41833, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["เจ้าแวมไพร์ พันธุ์ตายไว"], - "genres": ["Comedy", "Supernatural"], - "tags": [ - { "name": "Episodic", "rank": 97 }, - { "name": "Slapstick", "rank": 95 }, - { "name": "Vampire", "rank": 94 }, - { "name": "Surreal Comedy", "rank": 86 }, - { "name": "Primarily Adult Cast", "rank": 85 }, - { "name": "Urban Fantasy", "rank": 85 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Urban", "rank": 64 }, - { "name": "Animals", "rank": 62 }, - { "name": "Police", "rank": 60 }, - { "name": "Parody", "rank": 60 }, - { "name": "Shounen", "rank": 57 }, - { "name": "Video Games", "rank": 55 }, - { "name": "Nun", "rank": 20 } - ], - "title": { - "romaji": "Kyuuketsuki Sugu Shinu", - "english": "The Vampire Dies in No Time", - "native": "吸血鬼すぐ死ぬ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684022297, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx118103-pue9xw0RB1mc.jpg" - } - }, - { - "id": 4382, - "idMal": 4382, - "status": "FINISHED", - "type": "ANIME", - "episodes": 28, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "凉宫春日的忧郁 (2009)", - "La Mélancolie de Haruhi Suzumiya", - "La Malinconia di Haruhi Suzumiya", - "Меланхолия Харухи Судзумии. Второй сезон" - ], - "genres": ["Comedy", "Mystery", "Sci-Fi", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Urban Fantasy", "rank": 86 }, - { "name": "School", "rank": 81 }, - { "name": "Time Manipulation", "rank": 81 }, - { "name": "School Club", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Gods", "rank": 78 }, - { "name": "Aliens", "rank": 78 }, - { "name": "Parody", "rank": 73 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Philosophy", "rank": 68 }, - { "name": "Memory Manipulation", "rank": 62 }, - { "name": "Tsundere", "rank": 56 }, - { "name": "Kuudere", "rank": 54 }, - { "name": "Meta", "rank": 51 }, - { "name": "Magic", "rank": 40 }, - { "name": "Maids", "rank": 31 }, - { "name": "CGI", "rank": 20 }, - { "name": "Cosmic Horror", "rank": 20 } - ], - "title": { - "romaji": "Suzumiya Haruhi no Yuuutsu (2009)", - "english": "The Melancholy of Haruhi Suzumiya (2009)", - "native": "涼宮ハルヒの憂鬱" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684096527, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4382-kBhZ7fV6IFSI.png" - } - }, - { - "id": 16444, - "idMal": 16444, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 23, - "synonyms": ["Mondaiji-tachi ga Isekai kara Kuru sou desu yo? OVA"], - "genres": ["Fantasy", "Supernatural"], - "tags": [ - { "name": "Isekai", "rank": 75 }, - { "name": "Super Power", "rank": 65 }, - { "name": "Kemonomimi", "rank": 60 }, - { "name": "Gods", "rank": 40 }, - { "name": "Nudity", "rank": 30 } - ], - "title": { - "romaji": "Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?: Onsen Manyuuki", - "english": "Problem Children Are Coming From Another World, Aren't They? OVA", - "native": "問題児たちが異世界から来るそうですよ? ~温泉漫遊記~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684096971, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16444-lreIjv4Urghh.png" - } - }, - { - "id": 21548, - "idMal": 24317, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Anthology", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Public Sex", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Nun", "rank": 60 }, - { "name": "Large Breasts", "rank": 40 }, - { "name": "Nakadashi", "rank": 40 }, - { "name": "School Club", "rank": 40 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Deepthroat", "rank": 40 }, - { "name": "Cosplay", "rank": 40 }, - { "name": "Maids", "rank": 40 }, - { "name": "Tennis", "rank": 40 }, - { "name": "Fellatio", "rank": 30 }, - { "name": "Defloration", "rank": 30 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Boobjob", "rank": 20 } - ], - "title": { "romaji": "Love Colon", "english": null, "native": "らぶコロン" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684104326, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21548-D3M8h2hgJGR9.png" - } - }, - { - "id": 1281, - "idMal": 1281, - "status": "FINISHED", - "type": "ANIME", - "episodes": 19, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Ghosts at School", "Fantasmi a scuola"], - "genres": ["Horror", "Mystery", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 98 }, - { "name": "Primarily Child Cast", "rank": 95 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "School", "rank": 80 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Youkai", "rank": 79 }, - { "name": "Afterlife", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 73 }, - { "name": "Parody", "rank": 71 }, - { "name": "Demons", "rank": 66 }, - { "name": "Animals", "rank": 60 }, - { "name": "Skeleton", "rank": 53 }, - { "name": "Tanned Skin", "rank": 36 } - ], - "title": { "romaji": "Gakkou no Kaidan", "english": "Ghost Stories", "native": "学校の怪談" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684116000, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1281-1D6fuMnHwor0.png" - } - }, - { - "id": 103222, - "idMal": 37979, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Drama", "Ecchi", "Horror", "Mahou Shoujo"], - "tags": [ - { "name": "Magic", "rank": 92 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Super Power", "rank": 85 }, - { "name": "Military", "rank": 81 }, - { "name": "War", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Gore", "rank": 72 }, - { "name": "Henshin", "rank": 65 }, - { "name": "Guns", "rank": 62 }, - { "name": "Terrorism", "rank": 62 }, - { "name": "Torture", "rank": 60 }, - { "name": "Fairy", "rank": 60 }, - { "name": "Seinen", "rank": 56 }, - { "name": "Body Horror", "rank": 46 }, - { "name": "Assassins", "rank": 45 }, - { "name": "Foreign", "rank": 40 }, - { "name": "Sadism", "rank": 40 }, - { "name": "Nudity", "rank": 30 }, - { "name": "CGI", "rank": 28 }, - { "name": "Human Pet", "rank": 20 }, - { "name": "Bondage", "rank": 20 }, - { "name": "Scissoring", "rank": 20 } - ], - "title": { - "romaji": "Mahou Shoujo Tokushusen Asuka", - "english": "Magical Girl Spec-Ops Asuka", - "native": "魔法少女特殊戦あすか" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684126039, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx103222-wqNFOfxscteC.jpg" - } - }, - { - "id": 13093, - "idMal": 13093, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 26, - "synonyms": [], - "genres": ["Ecchi", "Mystery", "Romance"], - "tags": [ - { "name": "Crossover", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Seinen", "rank": 50 } - ], - "title": { - "romaji": "Nazo no Kanojo X: Nazo no Natsu Matsuri", - "english": "Mysterious Girlfriend X: Nazo no Natsu Matsuri", - "native": "謎の彼女X 謎の夏祭り" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684140323, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx13093-zPk93tzXlDA8.jpg" - } - }, - { - "id": 11111, - "idMal": 11111, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Horror", "Mystery", "Psychological", "Supernatural", "Thriller"], - "tags": [ - { "name": "Tragedy", "rank": 91 }, - { "name": "Gore", "rank": 88 }, - { "name": "School", "rank": 87 }, - { "name": "Primarily Teen Cast", "rank": 83 }, - { "name": "Memory Manipulation", "rank": 82 }, - { "name": "Survival", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Kuudere", "rank": 73 }, - { "name": "Ghost", "rank": 72 }, - { "name": "Suicide", "rank": 66 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Urban Fantasy", "rank": 64 }, - { "name": "Twins", "rank": 60 }, - { "name": "Denpa", "rank": 53 }, - { "name": "American Football", "rank": 46 }, - { "name": "Asexual", "rank": 40 } - ], - "title": { "romaji": "Another", "english": "Another", "native": "アナザー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684140345, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11111-Y4QgkX8gJQCa.png" - } - }, - { - "id": 15037, - "idMal": 15037, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 29, - "synonyms": ["Corpse Party: Tortured Souls – The Curse of Tortured Souls"], - "genres": ["Horror", "Mystery", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 99 }, - { "name": "Gore", "rank": 96 }, - { "name": "Tragedy", "rank": 95 }, - { "name": "Alternate Universe", "rank": 80 }, - { "name": "School", "rank": 76 }, - { "name": "Body Horror", "rank": 71 }, - { "name": "Female Protagonist", "rank": 68 }, - { "name": "Isekai", "rank": 66 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "Ensemble Cast", "rank": 60 }, - { "name": "Memory Manipulation", "rank": 60 }, - { "name": "Skeleton", "rank": 53 }, - { "name": "Suicide", "rank": 50 }, - { "name": "Time Manipulation", "rank": 46 }, - { "name": "Male Protagonist", "rank": 33 } - ], - "title": { - "romaji": "Corpse Party: Tortured Souls - Bougyakusareta Tamashii no Jukyou", - "english": "Corpse Party", - "native": "コープスパーティー Tortured Souls -暴虐された魂の呪叫-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684140357, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15037-32PupkILJcuv.jpg" - } - }, - { - "id": 101016, - "idMal": 36992, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 10, - "synonyms": ["Tomie"], - "genres": ["Drama", "Horror", "Supernatural"], - "tags": [ - { "name": "Gore", "rank": 79 }, - { "name": "Monster Girl", "rank": 79 }, - { "name": "Josei", "rank": 40 } - ], - "title": { - "romaji": "Itou Junji: Collection - Tomie", - "english": "Junji Ito Collection: Tomie", - "native": "伊藤潤二「コレクション」富江" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684140366, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b101016-VM4HXz6S5myf.jpg" - } - }, - { - "id": 226, - "idMal": 226, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Elfen Song", "Elfic Song", "妖精的旋律", "Эльфийская песнь"], - "genres": ["Action", "Drama", "Ecchi", "Horror", "Psychological", "Romance", "Supernatural"], - "tags": [ - { "name": "Gore", "rank": 92 }, - { "name": "Amnesia", "rank": 89 }, - { "name": "Fugitive", "rank": 89 }, - { "name": "Super Power", "rank": 87 }, - { "name": "Tragedy", "rank": 86 }, - { "name": "Dissociative Identities", "rank": 85 }, - { "name": "Monster Girl", "rank": 82 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Philosophy", "rank": 75 }, - { "name": "Nudity", "rank": 74 }, - { "name": "Body Horror", "rank": 74 }, - { "name": "Revenge", "rank": 73 }, - { "name": "Yandere", "rank": 70 }, - { "name": "Primarily Female Cast", "rank": 70 }, - { "name": "Love Triangle", "rank": 68 }, - { "name": "Conspiracy", "rank": 66 }, - { "name": "Rape", "rank": 64 }, - { "name": "Bullying", "rank": 63 }, - { "name": "Kemonomimi", "rank": 60 }, - { "name": "Incest", "rank": 60 }, - { "name": "Male Protagonist", "rank": 59 }, - { "name": "Military", "rank": 56 }, - { "name": "Heterosexual", "rank": 56 }, - { "name": "Family Life", "rank": 53 }, - { "name": "Rural", "rank": 50 }, - { "name": "Primarily Teen Cast", "rank": 35 }, - { "name": "Slapstick", "rank": 30 } - ], - "title": { "romaji": "Elfen Lied", "english": "Elfen Lied", "native": "エルフェンリート" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684140375, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx226-vqteB2impeYH.png" - } - }, - { - "id": 6880, - "idMal": 6880, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Horror", "Sci-Fi"], - "tags": [ - { "name": "Tragedy", "rank": 96 }, - { "name": "Super Power", "rank": 95 }, - { "name": "Gore", "rank": 84 }, - { "name": "Death Game", "rank": 81 }, - { "name": "Survival", "rank": 79 }, - { "name": "Prison", "rank": 79 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Body Horror", "rank": 66 }, - { "name": "Male Protagonist", "rank": 64 }, - { "name": "Dissociative Identities", "rank": 55 }, - { "name": "Memory Manipulation", "rank": 53 }, - { "name": "Rape", "rank": 52 }, - { "name": "Rehabilitation", "rank": 34 }, - { "name": "Guns", "rank": 20 } - ], - "title": { - "romaji": "Deadman Wonderland", - "english": "Deadman Wonderland", - "native": "デッドマン・ワンダーランド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684140381, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6880-4aWqFNTwzqp0.png" - } - }, - { - "id": 2104, - "idMal": 2104, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["The Inland Sea Bride"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Parody", "rank": 93 }, - { "name": "Mermaid", "rank": 82 }, - { "name": "School", "rank": 77 }, - { "name": "Gangs", "rank": 76 }, - { "name": "Yakuza", "rank": 68 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Idol", "rank": 55 }, - { "name": "Female Harem", "rank": 50 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Shounen", "rank": 33 }, - { "name": "Chibi", "rank": 20 }, - { "name": "Ensemble Cast", "rank": 20 } - ], - "title": { - "romaji": "Seto no Hanayome", - "english": "My Bride is a Mermaid", - "native": "瀬戸の花嫁" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684169050, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2104-8nyExxxIKd3P.jpg" - } - }, - { - "id": 20678, - "idMal": 23233, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Shinmai Maou no Keiyakusha"], - "genres": ["Action", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 92 }, - { "name": "Female Harem", "rank": 89 }, - { "name": "Demons", "rank": 89 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Succubus", "rank": 78 }, - { "name": "Magic", "rank": 71 }, - { "name": "Tsundere", "rank": 65 }, - { "name": "Monster Girl", "rank": 60 }, - { "name": "Kuudere", "rank": 55 }, - { "name": "School", "rank": 54 }, - { "name": "Primarily Teen Cast", "rank": 53 }, - { "name": "Philosophy", "rank": 52 }, - { "name": "Classic Literature", "rank": 37 }, - { "name": "Teacher", "rank": 26 } - ], - "title": { - "romaji": "Shinmai Maou no Testament", - "english": "The Testament of Sister New Devil", - "native": "新妹魔王の契約者" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684280803, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20678-58D9Yhi4GcH2.png" - } - }, - { - "id": 20754, - "idMal": 24765, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Horror", "Mystery", "Psychological", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Survival", "rank": 93 }, - { "name": "School", "rank": 92 }, - { "name": "Post-Apocalyptic", "rank": 91 }, - { "name": "School Club", "rank": 90 }, - { "name": "Tragedy", "rank": 88 }, - { "name": "Zombie", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Female Protagonist", "rank": 81 }, - { "name": "Cute Girls Doing Cute Things", "rank": 77 }, - { "name": "Coming of Age", "rank": 77 }, - { "name": "Memory Manipulation", "rank": 74 }, - { "name": "Ensemble Cast", "rank": 69 }, - { "name": "Gore", "rank": 66 }, - { "name": "Achronological Order", "rank": 65 }, - { "name": "Seinen", "rank": 47 }, - { "name": "Episodic", "rank": 30 }, - { "name": "CGI", "rank": 29 } - ], - "title": { - "romaji": "Gakkou Gurashi!", - "english": "SCHOOL-LIVE!", - "native": "がっこうぐらし!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684280813, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20754-akxAqF4QwYzJ.jpg" - } - }, - { - "id": 128623, - "idMal": 48651, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "OVA", - "duration": 20, - "synonyms": ["Nope Nope Nurses THE ANIMATION", "Semen Extraction Ward"], - "genres": ["Hentai"], - "tags": [ - { "name": "Large Breasts", "rank": 100 }, - { "name": "Handjob", "rank": 90 }, - { "name": "Femdom", "rank": 84 }, - { "name": "Facial", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Sadism", "rank": 72 }, - { "name": "Fellatio", "rank": 70 }, - { "name": "Sex Toys", "rank": 66 }, - { "name": "Virginity", "rank": 60 }, - { "name": "Sumata", "rank": 60 }, - { "name": "Ashikoki", "rank": 60 }, - { "name": "Boobjob", "rank": 60 }, - { "name": "Defloration", "rank": 60 }, - { "name": "Watersports", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Ahegao", "rank": 40 } - ], - "title": { - "romaji": "Sakusei Byoutou THE ANIMATION", - "english": null, - "native": "搾精病棟 THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684299161, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx128623-lZNUOmCDf4Uc.jpg" - } - }, - { - "id": 17543, - "idMal": 17543, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 26, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Large Breasts", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Public Sex", "rank": 60 }, - { "name": "Netori", "rank": 60 }, - { "name": "Office Lady", "rank": 60 }, - { "name": "Fellatio", "rank": 50 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Defloration", "rank": 20 } - ], - "title": { "romaji": "D-spray", "english": null, "native": "D-spray" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684499581, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/17543.jpg" - } - }, - { - "id": 20031, - "idMal": 20031, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["D Frag", "D-Fragments!"], - "genres": ["Comedy"], - "tags": [ - { "name": "School", "rank": 96 }, - { "name": "Parody", "rank": 88 }, - { "name": "Slapstick", "rank": 88 }, - { "name": "Satire", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Chuunibyou", "rank": 79 }, - { "name": "Yandere", "rank": 79 }, - { "name": "School Club", "rank": 76 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Meta", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Chibi", "rank": 53 }, - { "name": "Delinquents", "rank": 52 }, - { "name": "Primarily Teen Cast", "rank": 46 }, - { "name": "Female Harem", "rank": 44 }, - { "name": "Seinen", "rank": 38 } - ], - "title": { "romaji": "D-Frag!", "english": null, "native": "ディーふらぐ!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684499590, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20031-WOR6bly9HOr1.jpg" - } - }, - { - "id": 20553, - "idMal": 21511, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["KanKore"], - "genres": ["Action", "Sci-Fi", "Slice of Life"], - "tags": [ - { "name": "Ships", "rank": 92 }, - { "name": "Military", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 83 }, - { "name": "Cute Girls Doing Cute Things", "rank": 82 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "School", "rank": 71 }, - { "name": "CGI", "rank": 53 }, - { "name": "Tragedy", "rank": 46 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { - "romaji": "Kantai Collection: KanColle", - "english": "KanColle", - "native": "艦隊これくしょん -艦これ-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684558118, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20553-IwO19mSAgBo4.jpg" - } - }, - { - "id": 104198, - "idMal": 38337, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Gochiusa"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 98 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Coming of Age", "rank": 67 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Maids", "rank": 52 }, - { "name": "Work", "rank": 52 }, - { "name": "Magic", "rank": 36 } - ], - "title": { - "romaji": "Gochuumon wa Usagi desu ka? BLOOM", - "english": "Is the Order a Rabbit? BLOOM", - "native": "ご注文はうさぎですか? BLOOM" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684558179, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104198-bT8qBPJWxtiY.jpg" - } - }, - { - "id": 21561, - "idMal": 24849, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 22, - "synonyms": ["Residence of Obscene Art", "Injutsu no Yakata"], - "genres": ["Hentai"], - "tags": [ - { "name": "Demons", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Tentacles", "rank": 79 }, - { "name": "Ahegao", "rank": 79 }, - { "name": "Group Sex", "rank": 79 }, - { "name": "Anal Sex", "rank": 79 }, - { "name": "Facial", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Handjob", "rank": 79 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Elf", "rank": 79 }, - { "name": "Maids", "rank": 79 }, - { "name": "Incest", "rank": 60 }, - { "name": "Futanari", "rank": 60 }, - { "name": "Rape", "rank": 60 }, - { "name": "Slavery", "rank": 50 }, - { "name": "Succubus", "rank": 40 }, - { "name": "Lactation", "rank": 20 } - ], - "title": { - "romaji": "Inyutsu no Yakata THE ANIMATION", - "english": null, - "native": "淫術の館 THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684558447, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21561-RzmwLDfqEsKW.png" - } - }, - { - "id": 125428, - "idMal": 43690, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 25, - "synonyms": [ - "Sky-High Survival ", - "Tenku Shinpan - Sem Saída", - "غزاة ناطحات السحاب", - "หน้ากากเดนนรก", - "Invasión en las Alturas" - ], - "genres": ["Action", "Horror", "Mystery"], - "tags": [ - { "name": "Survival", "rank": 99 }, - { "name": "Death Game", "rank": 92 }, - { "name": "Battle Royale", "rank": 88 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Memory Manipulation", "rank": 81 }, - { "name": "Gods", "rank": 79 }, - { "name": "Urban", "rank": 78 }, - { "name": "Suicide", "rank": 78 }, - { "name": "Guns", "rank": 74 }, - { "name": "Gore", "rank": 66 }, - { "name": "LGBTQ+ Themes", "rank": 66 }, - { "name": "Ensemble Cast", "rank": 61 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Nudity", "rank": 54 }, - { "name": "Shounen", "rank": 53 }, - { "name": "Dissociative Identities", "rank": 48 }, - { "name": "Swordplay", "rank": 43 }, - { "name": "Amnesia", "rank": 40 }, - { "name": "Maids", "rank": 20 } - ], - "title": { "romaji": "Tenkuu Shinpan", "english": "High-Rise Invasion", "native": "天空侵犯" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684576868, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx125428-eXVYIlRnCOtB.jpg" - } - }, - { - "id": 13601, - "idMal": 13601, - "status": "FINISHED", - "type": "ANIME", - "episodes": 22, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Психопаспорт"], - "genres": ["Action", "Psychological", "Sci-Fi", "Thriller"], - "tags": [ - { "name": "Detective", "rank": 96 }, - { "name": "Police", "rank": 95 }, - { "name": "Dystopian", "rank": 93 }, - { "name": "Cyberpunk", "rank": 92 }, - { "name": "Crime", "rank": 92 }, - { "name": "Primarily Adult Cast", "rank": 84 }, - { "name": "Philosophy", "rank": 83 }, - { "name": "Urban", "rank": 82 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Artificial Intelligence", "rank": 80 }, - { "name": "Conspiracy", "rank": 76 }, - { "name": "Revenge", "rank": 75 }, - { "name": "Guns", "rank": 71 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Anti-Hero", "rank": 67 }, - { "name": "Terrorism", "rank": 67 }, - { "name": "Gore", "rank": 64 }, - { "name": "Fugitive", "rank": 60 }, - { "name": "Augmented Reality", "rank": 60 }, - { "name": "Tragedy", "rank": 46 }, - { "name": "Body Horror", "rank": 46 }, - { "name": "Robots", "rank": 45 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Rape", "rank": 32 } - ], - "title": { - "romaji": "PSYCHO-PASS", - "english": "PSYCHO-PASS", - "native": "PSYCHO-PASS サイコパス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684730914, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx13601-tgjUlf4eQOyx.jpg" - } - }, - { - "id": 15689, - "idMal": 15689, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "TV", - "duration": 27, - "synonyms": [], - "genres": ["Drama", "Mystery", "Psychological", "Romance", "Supernatural"], - "tags": [ - { "name": "Nekomimi", "rank": 91 }, - { "name": "Urban Fantasy", "rank": 91 }, - { "name": "Youkai", "rank": 82 }, - { "name": "Philosophy", "rank": 77 }, - { "name": "Dissociative Identities", "rank": 77 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Vampire", "rank": 72 }, - { "name": "Achronological Order", "rank": 72 }, - { "name": "Gore", "rank": 70 }, - { "name": "Primarily Teen Cast", "rank": 68 }, - { "name": "Nudity", "rank": 67 }, - { "name": "Heterosexual", "rank": 55 }, - { "name": "Kemonomimi", "rank": 52 } - ], - "title": { - "romaji": "Nekomonogatari (Kuro)", - "english": "Nekomonogatari Black", - "native": "猫物語(黒)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684737448, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx15689-dUVKJCvuDffq.jpg" - } - }, - { - "id": 8129, - "idMal": 8129, - "status": "FINISHED", - "type": "ANIME", - "episodes": 11, - "chapters": null, - "format": "TV", - "duration": 22, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Josei", "rank": 96 }, - { "name": "Crossdressing", "rank": 87 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Primarily Adult Cast", "rank": 84 }, - { "name": "Otaku Culture", "rank": 81 }, - { "name": "Slapstick", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Found Family", "rank": 76 }, - { "name": "Makeup", "rank": 73 }, - { "name": "Gender Bending", "rank": 70 }, - { "name": "Love Triangle", "rank": 70 }, - { "name": "Politics", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 68 }, - { "name": "Fashion", "rank": 66 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Femboy", "rank": 65 }, - { "name": "Urban", "rank": 57 }, - { "name": "LGBTQ+ Themes", "rank": 53 }, - { "name": "Drawing", "rank": 45 } - ], - "title": { "romaji": "Kuragehime", "english": "Princess Jellyfish", "native": "海月姫" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684742246, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx8129-VasAsXbiixR1.jpg" - } - }, - { - "id": 107226, - "idMal": 39026, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "How Many Kilograms are the Dumbbells You Lift?", - "Danberu Nan Kiro Moteru?", - "Dumbbell : Combien tu peux soulever ?", - "แก๊งสาวป่วน ก๊วนฟิตเนส" - ], - "genres": ["Comedy", "Ecchi", "Slice of Life", "Sports"], - "tags": [ - { "name": "Fitness", "rank": 99 }, - { "name": "Educational", "rank": 89 }, - { "name": "Athletics", "rank": 89 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Urban", "rank": 86 }, - { "name": "Tomboy", "rank": 86 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Episodic", "rank": 83 }, - { "name": "Shounen", "rank": 75 }, - { "name": "Tanned Skin", "rank": 68 }, - { "name": "Gyaru", "rank": 67 }, - { "name": "Cute Girls Doing Cute Things", "rank": 67 }, - { "name": "Parody", "rank": 66 }, - { "name": "Boxing", "rank": 66 }, - { "name": "Meta", "rank": 65 }, - { "name": "Teacher", "rank": 61 }, - { "name": "Food", "rank": 56 }, - { "name": "School", "rank": 48 }, - { "name": "Cosplay", "rank": 40 }, - { "name": "Nudity", "rank": 40 } - ], - "title": { - "romaji": "Dumbbell Nan Kilo Moteru?", - "english": "How Heavy Are the Dumbbells You Lift?", - "native": "ダンベル何キロ持てる?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684746831, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107226-T8HvVeAN0FWg.png" - } - }, - { - "id": 135806, - "idMal": 49220, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Ojisan in Another World", - "ยอดคุณน้าจากต่างโลก", - "Mi tío es de otro mundo", - "Coma héroïque dans un autre monde", - "O Tio de Outro Mundo", - "דוד מעולם אחר", - "Θείος Από Άλλο Κόσμο", - "Дядько з іншого світу" - ], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 93 }, - { "name": "Parody", "rank": 92 }, - { "name": "Magic", "rank": 85 }, - { "name": "Meta", "rank": 83 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Otaku Culture", "rank": 78 }, - { "name": "Video Games", "rank": 77 }, - { "name": "Tsundere", "rank": 77 }, - { "name": "Primarily Adult Cast", "rank": 77 }, - { "name": "Elf", "rank": 76 }, - { "name": "Surreal Comedy", "rank": 72 }, - { "name": "Memory Manipulation", "rank": 66 }, - { "name": "POV", "rank": 65 }, - { "name": "Female Harem", "rank": 64 }, - { "name": "Heterosexual", "rank": 63 }, - { "name": "Satire", "rank": 62 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Tragedy", "rank": 58 }, - { "name": "Urban Fantasy", "rank": 54 }, - { "name": "Achronological Order", "rank": 48 }, - { "name": "Crossdressing", "rank": 47 }, - { "name": "Dragons", "rank": 46 }, - { "name": "Gender Bending", "rank": 43 }, - { "name": "Episodic", "rank": 40 }, - { "name": "Shapeshifting", "rank": 40 }, - { "name": "Feet", "rank": 40 }, - { "name": "Prison", "rank": 31 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Isekai Oji-san", - "english": "Uncle from Another World", - "native": "異世界おじさん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684817830, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx135806-NwyVfDvm0O3G.jpg" - } - }, - { - "id": 112609, - "idMal": 40571, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "MajoTabi", - "마녀의 여행", - "魔女之旅", - "Elainas Reise", - "การเดินทางของคุณแม่มด", - "Странствующая ведьма" - ], - "genres": ["Adventure", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Witch", "rank": 96 }, - { "name": "Episodic", "rank": 96 }, - { "name": "Magic", "rank": 95 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Travel", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 78 }, - { "name": "Achronological Order", "rank": 78 }, - { "name": "Time Skip", "rank": 78 }, - { "name": "Tragedy", "rank": 72 }, - { "name": "LGBTQ+ Themes", "rank": 56 }, - { "name": "Anti-Hero", "rank": 55 }, - { "name": "Gore", "rank": 53 }, - { "name": "Time Manipulation", "rank": 52 }, - { "name": "Yuri", "rank": 52 }, - { "name": "Philosophy", "rank": 52 }, - { "name": "Foreign", "rank": 49 }, - { "name": "Alternate Universe", "rank": 43 }, - { "name": "Incest", "rank": 37 }, - { "name": "Body Swapping", "rank": 35 }, - { "name": "Slavery", "rank": 32 }, - { "name": "Iyashikei", "rank": 32 }, - { "name": "Gangs", "rank": 28 }, - { "name": "Suicide", "rank": 28 }, - { "name": "Amnesia", "rank": 23 }, - { "name": "Feet", "rank": 10 } - ], - "title": { - "romaji": "Majo no Tabitabi", - "english": "Wandering Witch: The Journey of Elaina", - "native": "魔女の旅々" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684831147, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx112609-dbpOh4fdXAlC.jpg" - } - }, - { - "id": 2139, - "idMal": 2139, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": ["Kakyuusei 2 (2006)"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [{ "name": "Female Harem", "rank": 50 }], - "title": { - "romaji": "Kakyuusei 2: Ki Hanashi Atsumari (Anthology)", - "english": null, - "native": "下級生2~季花詞集〔Anthology〕~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684835191, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2139-BcR2BIyaGZyy.png" - } - }, - { - "id": 141949, - "idMal": 50425, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "More than a Couple, Less than Lovers.", - "แผนสมรสไม่สมเลิฟ", - "Presque mariés, loin d'être amoureux.", - "Больше чем пара, меньше чем любовники", - "Fuukoi", - "ふうこい" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 92 }, - { "name": "Love Triangle", "rank": 91 }, - { "name": "Tsundere", "rank": 87 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Gyaru", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 82 }, - { "name": "Family Life", "rank": 82 }, - { "name": "Female Harem", "rank": 82 }, - { "name": "School", "rank": 80 }, - { "name": "Shounen", "rank": 80 }, - { "name": "Kuudere", "rank": 76 }, - { "name": "Otaku Culture", "rank": 73 }, - { "name": "Tomboy", "rank": 68 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Feet", "rank": 40 }, - { "name": "Athletics", "rank": 32 }, - { "name": "LGBTQ+ Themes", "rank": 22 }, - { "name": "Achronological Order", "rank": 20 } - ], - "title": { - "romaji": "Fuufu Ijou, Koibito Miman.", - "english": "More than a Married Couple, but Not Lovers.", - "native": "夫婦以上、恋人未満。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684835234, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx141949-tViCIRHPZAyG.jpg" - } - }, - { - "id": 10719, - "idMal": 10719, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["I Don't Have Many Friends", "Boku ha Tomodachi ga Sukunai", "我的朋友很少"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 90 }, - { "name": "School Club", "rank": 90 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Female Harem", "rank": 82 }, - { "name": "Primarily Female Cast", "rank": 76 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Video Games", "rank": 58 }, - { "name": "Nudity", "rank": 56 }, - { "name": "Crossdressing", "rank": 48 }, - { "name": "Nun", "rank": 43 }, - { "name": "Bullying", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Chuunibyou", "rank": 30 }, - { "name": "Cute Girls Doing Cute Things", "rank": 26 } - ], - "title": { - "romaji": "Boku wa Tomodachi ga Sukunai", - "english": "Haganai", - "native": "僕は友達が少ない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684983423, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10719-aNf9gOOw62Fs.png" - } - }, - { - "id": 20455, - "idMal": 20555, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Music", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Band", "rank": 79 }, - { "name": "Zombie", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Idol", "rank": 73 }, - { "name": "CGI", "rank": 46 } - ], - "title": { - "romaji": "SoniAni: SUPER SONICO THE ANIMATION", - "english": "Soni-Ani: SUPER SONICO THE ANIMATION", - "native": "そにアニ -SUPER SONICO THE ANIMATION-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684985821, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20455-idVtmB4eERac.png" - } - }, - { - "id": 934, - "idMal": 934, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "When the Cicadas Cry", - "Higurashi: When They Cry", - "Cuando las Cigarras Lloran", - "Quando as Cigarras Choram", - "쓰르라미 울 적에", - "כשהציקדות בוכות", - "Hinamizawa, le village maudit", - "Higurashi When They Cry (2006 anime version) ", - "ยามเมื่อเหล่าจักจั่นกรีดร้อง", - "Khi ve sầu ngân", - "Higurashi: Όταν Κλαίνε τα Τζιτζίκια" - ], - "genres": ["Horror", "Mystery", "Psychological", "Supernatural", "Thriller"], - "tags": [ - { "name": "Denpa", "rank": 98 }, - { "name": "Alternate Universe", "rank": 96 }, - { "name": "Ensemble Cast", "rank": 94 }, - { "name": "Time Manipulation", "rank": 93 }, - { "name": "Tragedy", "rank": 89 }, - { "name": "Rural", "rank": 85 }, - { "name": "Conspiracy", "rank": 85 }, - { "name": "Achronological Order", "rank": 84 }, - { "name": "Gore", "rank": 82 }, - { "name": "Body Horror", "rank": 73 }, - { "name": "Bullying", "rank": 73 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "Torture", "rank": 72 }, - { "name": "Yandere", "rank": 68 }, - { "name": "Twins", "rank": 68 }, - { "name": "Urban Fantasy", "rank": 68 }, - { "name": "Pandemic", "rank": 63 }, - { "name": "Mythology", "rank": 62 }, - { "name": "Primarily Female Cast", "rank": 61 }, - { "name": "Female Protagonist", "rank": 61 }, - { "name": "School Club", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Cosmic Horror", "rank": 60 }, - { "name": "Shrine Maiden", "rank": 58 }, - { "name": "Police", "rank": 58 }, - { "name": "Historical", "rank": 50 }, - { "name": "Crossdressing", "rank": 44 } - ], - "title": { - "romaji": "Higurashi no Naku Koro ni", - "english": "When They Cry", - "native": "ひぐらしのなく頃に" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685193248, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx934-EOn2UlXaLUtj.jpg" - } - }, - { - "id": 20657, - "idMal": 23277, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Saekano", "路人女主的养成方法", "วิธีปั้นสาวบ้านให้มาเป็นนางเอกของผม"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Otaku Culture", "rank": 93 }, - { "name": "Female Harem", "rank": 90 }, - { "name": "Heterosexual", "rank": 90 }, - { "name": "Software Development", "rank": 84 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Meta", "rank": 81 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Writing", "rank": 76 }, - { "name": "Video Games", "rank": 72 }, - { "name": "Kuudere", "rank": 64 }, - { "name": "Tsundere", "rank": 63 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Ensemble Cast", "rank": 60 }, - { "name": "School", "rank": 44 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Drawing", "rank": 40 } - ], - "title": { - "romaji": "Saenai Heroine no Sodatekata", - "english": "Saekano: How to Raise a Boring Girlfriend", - "native": "冴えない彼女の育てかた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685239661, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx20657-pMZBj6K6mLhi.jpg" - } - }, - { - "id": 99586, - "idMal": 35983, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Ecchi", "Slice of Life", "Sports"], - "tags": [ - { "name": "Volleyball", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "School Club", "rank": 66 }, - { "name": "Cute Girls Doing Cute Things", "rank": 64 }, - { "name": "Outdoor", "rank": 61 }, - { "name": "Twins", "rank": 56 }, - { "name": "Seinen", "rank": 48 } - ], - "title": { - "romaji": "Harukana Receive", - "english": "Harukana Receive", - "native": "はるかなレシーブ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685269896, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99586-mnJTcYlTpC5T.jpg" - } - }, - { - "id": 21639, - "idMal": 32686, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Hip Whip Girl"], - "genres": ["Comedy", "Ecchi", "Sports"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "Parody", "rank": 85 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Shounen", "rank": 80 }, - { "name": "Fitness", "rank": 80 }, - { "name": "Super Power", "rank": 69 }, - { "name": "Nudity", "rank": 63 }, - { "name": "School", "rank": 60 }, - { "name": "Yuri", "rank": 60 }, - { "name": "Dissociative Identities", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Delinquents", "rank": 50 } - ], - "title": { "romaji": "Keijo!!!!!!!!", "english": "Keijo!!!!!!!!", "native": "競女!!!!!!!!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685269905, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21639-tdDGBK68CQk0.jpg" - } - }, - { - "id": 1453, - "idMal": 1453, - "status": "FINISHED", - "type": "ANIME", - "episodes": 96, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Ikkoku House", "Juliette je t'aime", "Cara dolce Kyoko"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 90 }, - { "name": "Seinen", "rank": 84 }, - { "name": "Primarily Adult Cast", "rank": 83 }, - { "name": "Coming of Age", "rank": 82 }, - { "name": "Love Triangle", "rank": 81 }, - { "name": "Male Protagonist", "rank": 74 }, - { "name": "Episodic", "rank": 74 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "College", "rank": 56 }, - { "name": "Female Harem", "rank": 52 }, - { "name": "Male Harem", "rank": 52 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Ensemble Cast", "rank": 40 }, - { "name": "Tennis", "rank": 37 }, - { "name": "School Club", "rank": 20 }, - { "name": "Baseball", "rank": 10 }, - { "name": "Rugby", "rank": 10 } - ], - "title": { "romaji": "Maison Ikkoku", "english": null, "native": "めぞん一刻" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685434466, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1986 }, - "endDate": { "year": 1988 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx1453-mghhMKzxEVcQ.jpg" - } - }, - { - "id": 106863, - "idMal": 38924, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Nekomimi", "rank": 97 }, - { "name": "Cute Girls Doing Cute Things", "rank": 89 }, - { "name": "Maids", "rank": 82 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Kemonomimi", "rank": 80 }, - { "name": "Work", "rank": 73 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Nudity", "rank": 65 }, - { "name": "Food", "rank": 54 }, - { "name": "Female Protagonist", "rank": 53 }, - { "name": "Tanned Skin", "rank": 53 }, - { "name": "LGBTQ+ Themes", "rank": 46 }, - { "name": "Fairy Tale", "rank": 44 }, - { "name": "Tsundere", "rank": 42 }, - { "name": "Kuudere", "rank": 40 } - ], - "title": { "romaji": "Nekopara", "english": "Nekopara", "native": "ネコぱら" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685583623, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx106863-CxiCK7HejySK.png" - } - }, - { - "id": 2076, - "idMal": 2076, - "status": "FINISHED", - "type": "ANIME", - "episodes": 148, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Les Enquêtes de Kindaichi", "Young Kindaichi's Casebook", "Kindaichi Case Files"], - "genres": ["Mystery"], - "tags": [ - { "name": "Male Protagonist", "rank": 95 }, - { "name": "Police", "rank": 88 }, - { "name": "Detective", "rank": 85 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Episodic", "rank": 70 }, - { "name": "Love Triangle", "rank": 20 } - ], - "title": { - "romaji": "Kindaichi Shounen no Jikenbo (TV)", - "english": null, - "native": "金田一少年の事件簿 (TV)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685614202, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1997 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2076-vT2rhZTMroej.jpg" - } - }, - { - "id": 128545, - "idMal": 46093, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Aquatope of White Sand", - "The two girls met in the ruins of damaged dream", - "อควาโทปแห่งทรายขาว", - "Aquatope di Atas Pasir Putih" - ], - "genres": ["Drama", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Coming of Age", "rank": 96 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Work", "rank": 91 }, - { "name": "Animals", "rank": 88 }, - { "name": "Environmental", "rank": 80 }, - { "name": "Iyashikei", "rank": 74 }, - { "name": "Educational", "rank": 71 }, - { "name": "Primarily Female Cast", "rank": 71 }, - { "name": "Office Lady", "rank": 65 }, - { "name": "Primarily Adult Cast", "rank": 62 }, - { "name": "Time Skip", "rank": 61 }, - { "name": "Urban Fantasy", "rank": 56 }, - { "name": "Family Life", "rank": 48 }, - { "name": "Mopeds", "rank": 33 }, - { "name": "Scuba Diving", "rank": 31 } - ], - "title": { - "romaji": "Shiroi Suna no Aquatope", - "english": "The aquatope on white sand", - "native": "白い砂のアクアトープ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685661903, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx128545-8ooIQffo7elA.png" - } - }, - { - "id": 1577, - "idMal": 1577, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": ["Sei in arresto!", "Équipières de choc"], - "genres": ["Action", "Comedy"], - "tags": [ - { "name": "Police", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Motorcycles", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Cars", "rank": 46 }, - { "name": "Seinen", "rank": 30 }, - { "name": "Mopeds", "rank": 20 } - ], - "title": { - "romaji": "Taiho Shichauzo", - "english": "You're Under Arrest!", - "native": "逮捕しちゃうぞ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685687384, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1994 }, - "endDate": { "year": 1995 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1577.jpg" - } - }, - { - "id": 100556, - "idMal": 36817, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Age Gap", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 74 }, - { "name": "Gyaru", "rank": 70 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Female Harem", "rank": 61 }, - { "name": "Male Protagonist", "rank": 58 }, - { "name": "Cute Girls Doing Cute Things", "rank": 56 }, - { "name": "Crossdressing", "rank": 55 }, - { "name": "Seinen", "rank": 55 }, - { "name": "Nudity", "rank": 52 } - ], - "title": { - "romaji": "Sunoharasou no Kanrinin-san", - "english": "Miss Caretaker of Sunohara-sou", - "native": "すのはら荘の管理人さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685766783, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx100556-wmH1DPNTjklR.jpg" - } - }, - { - "id": 10357, - "idMal": 10357, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Jintai", "ตัวฉันกับวันสิ้นโลก"], - "genres": ["Comedy", "Fantasy", "Sci-Fi"], - "tags": [ - { "name": "Satire", "rank": 95 }, - { "name": "Post-Apocalyptic", "rank": 90 }, - { "name": "Surreal Comedy", "rank": 87 }, - { "name": "Achronological Order", "rank": 85 }, - { "name": "Female Protagonist", "rank": 83 }, - { "name": "Fairy", "rank": 79 }, - { "name": "Episodic", "rank": 77 }, - { "name": "Lost Civilization", "rank": 75 }, - { "name": "Magic", "rank": 50 }, - { "name": "Food", "rank": 50 }, - { "name": "Cute Girls Doing Cute Things", "rank": 47 }, - { "name": "Yandere", "rank": 34 }, - { "name": "Robots", "rank": 32 }, - { "name": "Time Manipulation", "rank": 28 } - ], - "title": { - "romaji": "Jinrui wa Suitai Shimashita", - "english": "Humanity Has Declined", - "native": "人類は衰退しました" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685868531, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx10357-mCskMbKFVHmu.png" - } - }, - { - "id": 4581, - "idMal": 4581, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Corpse Princess: Shikabane Hime"], - "genres": ["Action", "Drama", "Horror", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Revenge", "rank": 65 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Guns", "rank": 40 }, - { "name": "Zombie", "rank": 20 }, - { "name": "Episodic", "rank": 20 } - ], - "title": { - "romaji": "Shikabane Hime: Aka", - "english": "Corpse Princess: Aka", - "native": "屍姫 赫" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685868550, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4581-RT3vGrNYCVqY.jpg" - } - }, - { - "id": 105074, - "idMal": 38610, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 13, - "synonyms": ["Magical Senpai"], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 95 }, - { "name": "Slapstick", "rank": 87 }, - { "name": "Magic", "rank": 84 }, - { "name": "School", "rank": 76 }, - { "name": "Episodic", "rank": 76 }, - { "name": "Nudity", "rank": 71 }, - { "name": "Satire", "rank": 40 }, - { "name": "Bondage", "rank": 35 }, - { "name": "Gyaru", "rank": 30 }, - { "name": "Seinen", "rank": 25 }, - { "name": "Meta", "rank": 20 }, - { "name": "Sweat", "rank": 20 }, - { "name": "Yandere", "rank": 12 } - ], - "title": { "romaji": "Tejina Senpai", "english": "Magical Sempai", "native": "手品先輩" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685948029, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105074-flcJxKWZ5IZz.jpg" - } - }, - { - "id": 2167, - "idMal": 2167, - "status": "FINISHED", - "type": "ANIME", - "episodes": 23, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "School", "rank": 93 }, - { "name": "Coming of Age", "rank": 93 }, - { "name": "Primarily Teen Cast", "rank": 86 }, - { "name": "Family Life", "rank": 84 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Ghost", "rank": 82 }, - { "name": "School Club", "rank": 80 }, - { "name": "Tragedy", "rank": 78 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "Ensemble Cast", "rank": 68 }, - { "name": "Amnesia", "rank": 65 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Kuudere", "rank": 53 }, - { "name": "Female Harem", "rank": 51 }, - { "name": "Urban Fantasy", "rank": 50 }, - { "name": "Tsundere", "rank": 48 }, - { "name": "Twins", "rank": 44 }, - { "name": "Basketball", "rank": 42 }, - { "name": "Baseball", "rank": 40 }, - { "name": "Gangs", "rank": 40 } - ], - "title": { "romaji": "CLANNAD", "english": "Clannad", "native": "CLANNAD -クラナド-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686184616, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2167-ubU2875AFRTH.jpg" - } - }, - { - "id": 4720, - "idMal": 4720, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["W.A.", "ホワイトアルバム"], - "genres": ["Drama", "Music", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 85 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Idol", "rank": 73 }, - { "name": "Musical", "rank": 60 }, - { "name": "Love Triangle", "rank": 53 }, - { "name": "College", "rank": 20 }, - { "name": "Kuudere", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { "romaji": "WHITE ALBUM", "english": "White Album", "native": "WHITE ALBUM" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686184823, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4720-5wuPkrYXAyMV.jpg" - } - }, - { - "id": 6392, - "idMal": 6392, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 24, - "synonyms": [ - "Isshoni Training: Training with Hinako", - "Training Together: Training with Hinako" - ], - "genres": ["Ecchi", "Sports"], - "tags": [ - { "name": "Educational", "rank": 96 }, - { "name": "Isekai", "rank": 90 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Meta", "rank": 75 }, - { "name": "Fitness", "rank": 66 }, - { "name": "POV", "rank": 60 } - ], - "title": { - "romaji": "Issho ni Training: Training with Hinako", - "english": null, - "native": "いっしょにとれーにんぐ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686202225, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/6392.jpg" - } - }, - { - "id": 14227, - "idMal": 14227, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Tonari no Kaibutsukun", - "The Monster Next Door", - "My Neighbor Monster-kun", - "Le Garçon d'à coté", - "Bestia z ławki obok" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 91 }, - { "name": "Shoujo", "rank": 90 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Kuudere", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Tsundere", "rank": 74 }, - { "name": "Heterosexual", "rank": 70 }, - { "name": "Love Triangle", "rank": 62 }, - { "name": "Coming of Age", "rank": 61 }, - { "name": "Male Protagonist", "rank": 60 } - ], - "title": { - "romaji": "Tonari no Kaibutsu-kun", - "english": "My Little Monster", - "native": "となりの怪物くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686353141, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14227-VGxPG1xDZG7v.jpg" - } - }, - { - "id": 6586, - "idMal": 6586, - "status": "FINISHED", - "type": "ANIME", - "episodes": 50, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["YumePati", "Yume-Iro Pâtissière", "Dream-Colored Pastry Chef"], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Food", "rank": 87 }, - { "name": "School", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 85 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Primarily Child Cast", "rank": 79 }, - { "name": "Fairy", "rank": 79 }, - { "name": "Shoujo", "rank": 76 }, - { "name": "Kids", "rank": 60 }, - { "name": "Fairy Tale", "rank": 60 } - ], - "title": { - "romaji": "Yumeiro Pâtissière", - "english": "Yumeiro Patissiere", - "native": "夢色パティシエール" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686360863, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/6586.jpg" - } - }, - { - "id": 7411, - "idMal": 7411, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 29, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Female Harem", "rank": 96 }, - { "name": "Defloration", "rank": 79 }, - { "name": "Boobjob", "rank": 66 }, - { "name": "Threesome", "rank": 60 }, - { "name": "Large Breasts", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Ashikoki", "rank": 53 }, - { "name": "Incest", "rank": 50 }, - { "name": "Masturbation", "rank": 40 }, - { "name": "Sumata", "rank": 40 }, - { "name": "Public Sex", "rank": 30 }, - { "name": "Handjob", "rank": 26 }, - { "name": "Trains", "rank": 20 }, - { "name": "Flat Chest", "rank": 20 }, - { "name": "Maids", "rank": 20 } - ], - "title": { - "romaji": "Kanojo x Kanojo x Kanojo: Sanshimai to no Dokidoki Kyoudou Seikatsu", - "english": "Kanojo x Kanojo x Kanojo", - "native": "彼女×彼女×彼女~三姉妹とのドキドキ共同生活~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686439558, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx7411-wnaz1hKfzjYf.png" - } - }, - { - "id": 2533, - "idMal": 2533, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": ["Dvine [Luv]", "Dvine Luv"], - "genres": ["Hentai"], - "tags": [], - "title": { - "romaji": "D+VINE[LUV]", - "english": null, - "native": "D+VINE[LUV][ディヴァイン ラヴ]" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686444251, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2533.jpg" - } - }, - { - "id": 1347, - "idMal": 1347, - "status": "FINISHED", - "type": "ANIME", - "episodes": 8, - "chapters": null, - "format": "OVA", - "duration": 41, - "synonyms": ["Bubblegum Crisis 2032", "Bubblegum Crisis 2033"], - "genres": ["Action", "Mecha", "Sci-Fi"], - "tags": [ - { "name": "Cyberpunk", "rank": 97 }, - { "name": "Robots", "rank": 96 }, - { "name": "Police", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Tokusatsu", "rank": 79 }, - { "name": "Motorcycles", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 72 }, - { "name": "Primarily Adult Cast", "rank": 72 }, - { "name": "Episodic", "rank": 53 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Idol", "rank": 40 }, - { "name": "Band", "rank": 20 }, - { "name": "Super Power", "rank": 20 } - ], - "title": { - "romaji": "Bubblegum Crisis", - "english": "Bubblegum Crisis", - "native": "バブルガムクライシス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686544636, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1987 }, - "endDate": { "year": 1991 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx1347-4NzCZYQQwIjb.jpg" - } - }, - { - "id": 24, - "idMal": 24, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Ensemble Cast", "rank": 100 }, - { "name": "Love Triangle", "rank": 91 }, - { "name": "School", "rank": 90 }, - { "name": "Delinquents", "rank": 88 }, - { "name": "Tsundere", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 76 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Parody", "rank": 74 }, - { "name": "Episodic", "rank": 72 }, - { "name": "Kuudere", "rank": 66 }, - { "name": "Shounen", "rank": 57 }, - { "name": "Butler", "rank": 40 }, - { "name": "Super Power", "rank": 30 } - ], - "title": { - "romaji": "School Rumble", - "english": "School Rumble", - "native": "スクールランブル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686795512, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx24-InbFkgWGvqIK.png" - } - }, - { - "id": 10800, - "idMal": 10800, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 22, - "synonyms": ["Chihayafull"], - "genres": ["Drama", "Romance", "Slice of Life", "Sports"], - "tags": [ - { "name": "Karuta", "rank": 97 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "School Club", "rank": 79 }, - { "name": "Love Triangle", "rank": 76 }, - { "name": "Coming of Age", "rank": 71 }, - { "name": "Josei", "rank": 67 }, - { "name": "School", "rank": 67 }, - { "name": "Athletics", "rank": 56 }, - { "name": "Ensemble Cast", "rank": 55 }, - { "name": "Primarily Teen Cast", "rank": 55 }, - { "name": "Heterosexual", "rank": 53 }, - { "name": "Tomboy", "rank": 36 }, - { "name": "Bullying", "rank": 30 }, - { "name": "Slapstick", "rank": 26 }, - { "name": "CGI", "rank": 20 } - ], - "title": { "romaji": "Chihayafuru", "english": "Chihayafuru", "native": "ちはやふる" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686914239, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10800-k7mg1BIvnKhZ.png" - } - }, - { - "id": 1852, - "idMal": 1852, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 95 }, - { "name": "Iyashikei", "rank": 94 }, - { "name": "Achronological Order", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "School", "rank": 85 }, - { "name": "Drawing", "rank": 84 }, - { "name": "Female Protagonist", "rank": 81 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Chibi", "rank": 79 }, - { "name": "Episodic", "rank": 71 } - ], - "title": { - "romaji": "Hidamari Sketch", - "english": "Hidamari Sketch", - "native": "ひだまりスケッチ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686993205, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1852-ru4zOAvNn1Aq.png" - } - }, - { - "id": 116566, - "idMal": 41433, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["아쿠다마 드라이브", "Акудама Драйв"], - "genres": ["Action", "Drama", "Sci-Fi", "Thriller"], - "tags": [ - { "name": "Anti-Hero", "rank": 97 }, - { "name": "Urban", "rank": 96 }, - { "name": "Crime", "rank": 95 }, - { "name": "Cyberpunk", "rank": 93 }, - { "name": "Dystopian", "rank": 91 }, - { "name": "Fugitive", "rank": 91 }, - { "name": "Tragedy", "rank": 90 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Ensemble Cast", "rank": 81 }, - { "name": "Prison", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 74 }, - { "name": "Gore", "rank": 69 }, - { "name": "Conspiracy", "rank": 67 }, - { "name": "Politics", "rank": 66 }, - { "name": "Yandere", "rank": 62 }, - { "name": "Artificial Intelligence", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "CGI", "rank": 57 }, - { "name": "Motorcycles", "rank": 55 }, - { "name": "Virtual World", "rank": 54 }, - { "name": "Trains", "rank": 53 }, - { "name": "Tanned Skin", "rank": 48 }, - { "name": "Kuudere", "rank": 41 }, - { "name": "Space", "rank": 33 } - ], - "title": { - "romaji": "Akudama Drive", - "english": "Akudama Drive", - "native": "アクダマドライブ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686993481, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx116566-6qREQAAfbEDi.jpg" - } - }, - { - "id": 1530, - "idMal": 1530, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Kanon Remake", "Kanon 2006"], - "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Amnesia", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Family Life", "rank": 79 }, - { "name": "School", "rank": 76 }, - { "name": "Tragedy", "rank": 74 }, - { "name": "Ghost", "rank": 70 }, - { "name": "Female Harem", "rank": 68 }, - { "name": "Heterosexual", "rank": 68 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Age Regression", "rank": 31 }, - { "name": "Suicide", "rank": 30 } - ], - "title": { "romaji": "Kanon (2006)", "english": "Kanon (2006)", "native": "カノン (2006)" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687154799, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1530-nkzstlVZhZNG.jpg" - } - }, - { - "id": 20446, - "idMal": 21677, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Cpt. Earth"], - "genres": ["Mecha", "Sci-Fi"], - "tags": [ - { "name": "Space", "rank": 60 }, - { "name": "Super Robot", "rank": 60 }, - { "name": "Aliens", "rank": 50 }, - { "name": "War", "rank": 40 }, - { "name": "Super Power", "rank": 30 } - ], - "title": { - "romaji": "Captain Earth", - "english": "Captain Earth", - "native": "キャプテン・アース" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687318474, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20446-raX25lZndRm7.jpg" - } - }, - { - "id": 101981, - "idMal": 37281, - "status": "FINISHED", - "type": "ANIME", - "episodes": 9, - "chapters": null, - "format": "TV_SHORT", - "duration": 5, - "synonyms": ["Falling Girls! : A Girl Comes... Falling from the Second Floor?!"], - "genres": ["Comedy", "Ecchi", "Hentai"], - "tags": [ - { "name": "Female Harem", "rank": 80 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Nudity", "rank": 75 }, - { "name": "Nakadashi", "rank": 70 }, - { "name": "Handjob", "rank": 60 }, - { "name": "Virginity", "rank": 60 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Fellatio", "rank": 30 }, - { "name": "Voyeur", "rank": 20 }, - { "name": "Acting", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Hikikomori", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Meta", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Squirting", "rank": 20 }, - { "name": "Tsundere", "rank": 20 } - ], - "title": { - "romaji": "Joshi Ochi!: 2-kai kara Onna no Ko ga... Futte kita!?", - "english": "What She Fell on Was the Tip of My Dick", - "native": "じょしおちっ!~2階から女の子が…降ってきた!?~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687356369, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101981-f4nDbUB9GWv3.png" - } - }, - { - "id": 21234, - "idMal": 31043, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "Bokumachi", - "Desaparecido", - "Miasto beze mnie", - "รีไววัล ย้อนอดีตไขปริศนา", - "ย้อนอดีตไขปริศนา" - ], - "genres": ["Drama", "Mystery", "Psychological", "Supernatural", "Thriller"], - "tags": [ - { "name": "Age Regression", "rank": 94 }, - { "name": "Time Manipulation", "rank": 93 }, - { "name": "Crime", "rank": 92 }, - { "name": "Tragedy", "rank": 89 }, - { "name": "Time Skip", "rank": 88 }, - { "name": "Primarily Child Cast", "rank": 82 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Detective", "rank": 80 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Alternate Universe", "rank": 78 }, - { "name": "Seinen", "rank": 72 }, - { "name": "School", "rank": 72 }, - { "name": "Fugitive", "rank": 66 }, - { "name": "Revenge", "rank": 64 }, - { "name": "Teacher", "rank": 61 }, - { "name": "Heterosexual", "rank": 58 }, - { "name": "Amnesia", "rank": 55 }, - { "name": "Rehabilitation", "rank": 54 }, - { "name": "Bullying", "rank": 52 }, - { "name": "Ensemble Cast", "rank": 50 }, - { "name": "Kuudere", "rank": 45 } - ], - "title": { - "romaji": "Boku dake ga Inai Machi", - "english": "ERASED", - "native": "僕だけがいない街" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687571951, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21234-v2NMgPyoVRoM.jpg" - } - }, - { - "id": 129201, - "idMal": 47194, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Summertime Render", - "ปริศนาบ้านเก่า เงามรณะ", - "A Ilha das Sombras", - "夏日重现", - "La Isla de las Sombras", - "Tajemnica wyspy ", - "לעבור את הקיץ" - ], - "genres": ["Action", "Drama", "Mystery", "Supernatural", "Thriller"], - "tags": [ - { "name": "Time Manipulation", "rank": 98 }, - { "name": "Shapeshifting", "rank": 94 }, - { "name": "Reincarnation", "rank": 89 }, - { "name": "Tragedy", "rank": 87 }, - { "name": "Super Power", "rank": 87 }, - { "name": "Rural", "rank": 86 }, - { "name": "Mythology", "rank": 86 }, - { "name": "Alternate Universe", "rank": 85 }, - { "name": "Body Swapping", "rank": 83 }, - { "name": "Religion", "rank": 83 }, - { "name": "Ensemble Cast", "rank": 81 }, - { "name": "Dissociative Identities", "rank": 81 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Cosmic Horror", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Gore", "rank": 74 }, - { "name": "Shounen", "rank": 73 }, - { "name": "Amnesia", "rank": 71 }, - { "name": "Body Horror", "rank": 70 }, - { "name": "Aliens", "rank": 65 }, - { "name": "Ghost", "rank": 63 }, - { "name": "Guns", "rank": 61 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Denpa", "rank": 57 }, - { "name": "Tanned Skin", "rank": 57 }, - { "name": "Love Triangle", "rank": 51 }, - { "name": "Feet", "rank": 40 } - ], - "title": { - "romaji": "Summer Time Render", - "english": "Summer Time Rendering", - "native": "サマータイムレンダ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687571962, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129201-HJBauga2be8I.png" - } - }, - { - "id": 98631, - "idMal": 35434, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Coming of Age", "rank": 79 }, - { "name": "School", "rank": 68 }, - { "name": "Twins", "rank": 50 } - ], - "title": { - "romaji": "Konbini Kareshi", - "english": "Convenience Store Boy Friends", - "native": "コンビニカレシ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687603351, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98631-0kMzIHmPycbF.png" - } - }, - { - "id": 21050, - "idMal": 30014, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "ONA", - "duration": 13, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Yandere", "rank": 40 }, - { "name": "Love Triangle", "rank": 33 }, - { "name": "Kuudere", "rank": 20 }, - { "name": "Tomboy", "rank": 20 } - ], - "title": { "romaji": "Momokuri", "english": "Momokuri", "native": "ももくり" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687675838, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21050-jGDgfWrFdCIJ.jpg" - } - }, - { - "id": 20910, - "idMal": 29786, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Shimoseka"], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "Satire", "rank": 96 }, - { "name": "Politics", "rank": 96 }, - { "name": "School", "rank": 90 }, - { "name": "Dystopian", "rank": 89 }, - { "name": "Terrorism", "rank": 88 }, - { "name": "Hypersexuality", "rank": 83 }, - { "name": "Parody", "rank": 82 }, - { "name": "Yandere", "rank": 82 }, - { "name": "Crime", "rank": 81 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Nudity", "rank": 77 }, - { "name": "Educational", "rank": 72 }, - { "name": "Femdom", "rank": 63 }, - { "name": "Crossdressing", "rank": 56 }, - { "name": "Rape", "rank": 55 }, - { "name": "Kuudere", "rank": 31 }, - { "name": "Slapstick", "rank": 20 } - ], - "title": { - "romaji": "Shimoneta to Iu Gainen ga Sonzai Shinai Taikutsu na Sekai", - "english": "SHIMONETA: A Boring World Where the Concept of Dirty Jokes Doesn’t Exist", - "native": "下ネタという概念が存在しない退屈な世界" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687686360, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20910-U7txwG3o9gma.jpg" - } - }, - { - "id": 99639, - "idMal": 36000, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["The Space Between the Sky and the Sea"], - "genres": ["Adventure", "Sci-Fi"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Mythology", "rank": 79 }, - { "name": "Fishing", "rank": 77 }, - { "name": "Female Protagonist", "rank": 71 }, - { "name": "Space", "rank": 60 }, - { "name": "Robots", "rank": 60 }, - { "name": "Gods", "rank": 20 } - ], - "title": { - "romaji": "Sora to Umi no Aida", - "english": "Between the Sky and Sea", - "native": "ソラとウミのアイダ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687741359, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99639-spdT8FCSOlBN.jpg" - } - }, - { - "id": 97832, - "idMal": 34382, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Цитрус"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 97 }, - { "name": "Inseki", "rank": 96 }, - { "name": "LGBTQ+ Themes", "rank": 93 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Primarily Teen Cast", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "School", "rank": 76 }, - { "name": "Love Triangle", "rank": 74 }, - { "name": "Gyaru", "rank": 71 }, - { "name": "Rape", "rank": 60 }, - { "name": "Family Life", "rank": 58 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Bisexual", "rank": 37 } - ], - "title": { "romaji": "citrus", "english": "Citrus", "native": "citrus" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687765209, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx97832-XPMLlgFULgJW.jpg" - } - }, - { - "id": 107961, - "idMal": 39326, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Would you even fall in love with a pervert as long as it's a cutie?", - "Kawaiikereba Hentai demo Suki ni Natte Kuremasu ka?" - ], - "genres": ["Comedy", "Ecchi", "Mystery", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 95 }, - { "name": "Heterosexual", "rank": 88 }, - { "name": "Sadism", "rank": 85 }, - { "name": "Human Pet", "rank": 83 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Incest", "rank": 74 }, - { "name": "School", "rank": 72 }, - { "name": "Parody", "rank": 65 }, - { "name": "Exhibitionism", "rank": 64 }, - { "name": "School Club", "rank": 61 }, - { "name": "Tsundere", "rank": 59 }, - { "name": "Primarily Female Cast", "rank": 56 }, - { "name": "Detective", "rank": 56 }, - { "name": "Bondage", "rank": 55 }, - { "name": "Meta", "rank": 53 }, - { "name": "Feet", "rank": 50 }, - { "name": "Calligraphy", "rank": 39 }, - { "name": "Photography", "rank": 38 } - ], - "title": { - "romaji": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", - "english": "Hensuki: Are you willing to fall in love with a pervert, as long as she’s a cutie?", - "native": "可愛ければ変態でも好きになってくれますか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687911940, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107961-8aQlUDwwRpQS.jpg" - } - }, - { - "id": 20997, - "idMal": 28999, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Super Power", "rank": 97 }, - { "name": "Time Manipulation", "rank": 91 }, - { "name": "Tragedy", "rank": 91 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Primarily Teen Cast", "rank": 85 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "School Club", "rank": 83 }, - { "name": "School", "rank": 81 }, - { "name": "Body Swapping", "rank": 80 }, - { "name": "Amnesia", "rank": 75 }, - { "name": "Dissociative Identities", "rank": 72 }, - { "name": "Female Protagonist", "rank": 71 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "Survival", "rank": 63 }, - { "name": "Memory Manipulation", "rank": 61 }, - { "name": "Anti-Hero", "rank": 57 }, - { "name": "Primarily Female Cast", "rank": 53 }, - { "name": "Slapstick", "rank": 47 }, - { "name": "Delinquents", "rank": 46 }, - { "name": "Tomboy", "rank": 44 }, - { "name": "Gore", "rank": 42 }, - { "name": "Yandere", "rank": 41 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Band", "rank": 38 }, - { "name": "Bullying", "rank": 33 }, - { "name": "Baseball", "rank": 30 }, - { "name": "CGI", "rank": 20 } - ], - "title": { "romaji": "Charlotte", "english": null, "native": "Charlotte(シャーロット)" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687921989, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx20997-FGhaAtfnXCsH.jpg" - } - }, - { - "id": 21319, - "idMal": 28391, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["AoKana"], - "genres": ["Drama", "Sci-Fi", "Sports"], - "tags": [ - { "name": "Athletics", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "School Club", "rank": 65 }, - { "name": "School", "rank": 60 }, - { "name": "Aviation", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "CGI", "rank": 46 }, - { "name": "Ojou-sama", "rank": 20 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { - "romaji": "Ao no Kanata no Four Rhythm", - "english": "AOKANA: Four Rhythm Across the Blue", - "native": "蒼の彼方のフォーリズム" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687937727, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21319-U2RmvTzscBT3.jpg" - } - }, - { - "id": 4975, - "idMal": 4975, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 27, - "synonyms": ["ChaoS;HEAd"], - "genres": ["Mystery", "Psychological", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Memory Manipulation", "rank": 97 }, - { "name": "Conspiracy", "rank": 92 }, - { "name": "Urban Fantasy", "rank": 91 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Hikikomori", "rank": 83 }, - { "name": "Primarily Female Cast", "rank": 74 }, - { "name": "Super Power", "rank": 73 }, - { "name": "Denpa", "rank": 65 }, - { "name": "Female Harem", "rank": 64 }, - { "name": "Software Development", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Heterosexual", "rank": 55 }, - { "name": "Otaku Culture", "rank": 50 }, - { "name": "Urban", "rank": 40 }, - { "name": "School", "rank": 37 }, - { "name": "Anti-Hero", "rank": 32 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { "romaji": "ChäoS;HEAd", "english": "ChäoS;HEAd", "native": "カオスヘッド" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688202439, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4975-89ESCZZNG4yZ.jpg" - } - }, - { - "id": 114302, - "idMal": 40960, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Cheat Pharmicist's Slow Life: Making a Drug Store in Another World", - "ชีวิตสโลว์ไลฟ์ของหมอยาสุดโกงเปิดร้านขายยาที่ต่างโลก" - ], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Episodic", "rank": 97 }, - { "name": "Iyashikei", "rank": 94 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Drugs", "rank": 91 }, - { "name": "Medicine", "rank": 86 }, - { "name": "Isekai", "rank": 81 }, - { "name": "Female Harem", "rank": 73 }, - { "name": "Kemonomimi", "rank": 70 }, - { "name": "Ghost", "rank": 70 }, - { "name": "Gods", "rank": 70 }, - { "name": "Conspiracy", "rank": 66 }, - { "name": "Werewolf", "rank": 58 }, - { "name": "Magic", "rank": 53 }, - { "name": "Found Family", "rank": 53 }, - { "name": "Elf", "rank": 51 } - ], - "title": { - "romaji": "Cheat Kusushi no Slow Life: Isekai ni Tsukurou Drugstore", - "english": "Drug Store in Another World - The Slow Life of a Cheat Pharmacist", - "native": "チート薬師のスローライフ~異世界に作ろうドラッグストア~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688268660, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx114302-xfqGNUaK59lQ.jpg" - } - }, - { - "id": 2775, - "idMal": 2775, - "status": "FINISHED", - "type": "ANIME", - "episodes": 5, - "chapters": null, - "format": "OVA", - "duration": 29, - "synonyms": [], - "genres": ["Action", "Horror", "Mecha", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Cyberpunk", "rank": 95 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Gore", "rank": 85 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Military", "rank": 60 }, - { "name": "Nudity", "rank": 50 } - ], - "title": { "romaji": "Genocyber", "english": "Genocyber", "native": "ジェノサイバー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688276665, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1994 }, - "endDate": { "year": 1994 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2775-GrmImvJgETGn.png" - } - }, - { - "id": 21243, - "idMal": 31091, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 2, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 } - ], - "title": { - "romaji": "Komori-san wa Kotowarenai!", - "english": "Komori-san Can't Decline!", - "native": "小森さんは断れない!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688287944, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21243-2MVJbNklJsKC.jpg" - } - }, - { - "id": 2993, - "idMal": 2993, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Rosario and Vampire"], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "School", "rank": 98 }, - { "name": "Monster Girl", "rank": 86 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Female Harem", "rank": 83 }, - { "name": "Vampire", "rank": 81 }, - { "name": "Witch", "rank": 80 }, - { "name": "Love Triangle", "rank": 80 }, - { "name": "Henshin", "rank": 80 }, - { "name": "School Club", "rank": 79 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Youkai", "rank": 68 }, - { "name": "Nudity", "rank": 67 }, - { "name": "Succubus", "rank": 66 }, - { "name": "Dissociative Identities", "rank": 65 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Kuudere", "rank": 50 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Meta", "rank": 35 }, - { "name": "Mermaid", "rank": 26 } - ], - "title": { - "romaji": "Rosario to Vampire", - "english": "Rosario + Vampire", - "native": "ロザリオとバンパイア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688382995, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2993.jpg" - } - }, - { - "id": 107490, - "idMal": 39071, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Street Corner Demon", "街角魔族"], - "genres": ["Comedy", "Fantasy", "Mahou Shoujo", "Slice of Life"], - "tags": [ - { "name": "Slapstick", "rank": 97 }, - { "name": "Cute Girls Doing Cute Things", "rank": 93 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Demons", "rank": 87 }, - { "name": "Magic", "rank": 85 }, - { "name": "Parody", "rank": 84 }, - { "name": "Urban Fantasy", "rank": 80 }, - { "name": "Meta", "rank": 76 }, - { "name": "Kuudere", "rank": 76 }, - { "name": "Henshin", "rank": 72 }, - { "name": "Primarily Teen Cast", "rank": 72 }, - { "name": "Surreal Comedy", "rank": 70 }, - { "name": "Super Power", "rank": 69 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Urban", "rank": 65 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Iyashikei", "rank": 60 }, - { "name": "Monster Girl", "rank": 55 }, - { "name": "School", "rank": 52 }, - { "name": "Family Life", "rank": 45 }, - { "name": "Food", "rank": 42 }, - { "name": "Coming of Age", "rank": 41 } - ], - "title": { - "romaji": "Machikado Mazoku", - "english": "The Demon Girl Next Door", - "native": "まちカドまぞく" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688388326, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107490-wolT0UvNSetx.png" - } - }, - { - "id": 5680, - "idMal": 5680, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Keion", "K on", "K-on", "케이온!", "轻音少女"], - "genres": ["Comedy", "Music", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 96 }, - { "name": "Cute Girls Doing Cute Things", "rank": 95 }, - { "name": "Band", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Iyashikei", "rank": 87 }, - { "name": "School", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Seinen", "rank": 78 }, - { "name": "Coming of Age", "rank": 74 }, - { "name": "Ensemble Cast", "rank": 68 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Food", "rank": 49 } - ], - "title": { "romaji": "K-ON!", "english": "K-ON!", "native": "けいおん!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688478869, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5680-Xh6B67KuZ2PU.png" - } - }, - { - "id": 7785, - "idMal": 7785, - "status": "FINISHED", - "type": "ANIME", - "episodes": 11, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "Yojo-Han Shinwa Taikei", - "Yojou-Han Shinwa Taikei", - "Yojohan Shinwa Taikei", - "四叠半神话大系", - "4½ Tatami Mythological Chronicles" - ], - "genres": ["Comedy", "Mystery", "Psychological", "Romance"], - "tags": [ - { "name": "Coming of Age", "rank": 92 }, - { "name": "College", "rank": 92 }, - { "name": "Surreal Comedy", "rank": 91 }, - { "name": "Philosophy", "rank": 88 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Alternate Universe", "rank": 83 }, - { "name": "Primarily Adult Cast", "rank": 83 }, - { "name": "Episodic", "rank": 83 }, - { "name": "School Club", "rank": 80 }, - { "name": "Proxy Battle", "rank": 79 }, - { "name": "Time Manipulation", "rank": 77 }, - { "name": "Achronological Order", "rank": 77 }, - { "name": "Cult", "rank": 71 }, - { "name": "Meta", "rank": 70 }, - { "name": "Heterosexual", "rank": 68 }, - { "name": "Ensemble Cast", "rank": 65 }, - { "name": "Satire", "rank": 64 }, - { "name": "Mythology", "rank": 43 }, - { "name": "Tennis", "rank": 35 }, - { "name": "Cycling", "rank": 32 }, - { "name": "Gods", "rank": 26 } - ], - "title": { - "romaji": "Yojouhan Shinwa Taikei", - "english": "The Tatami Galaxy", - "native": "四畳半神話大系" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688549946, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx7785-TMqYIFkWDCgy.jpg" - } - }, - { - "id": 166710, - "idMal": 55848, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": null, - "duration": null, - "synonyms": ["Suicide Squad ISEKAI"], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 91 }, - { "name": "Anti-Hero", "rank": 80 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Crossover", "rank": 73 }, - { "name": "Crime", "rank": 68 }, - { "name": "CGI", "rank": 20 } - ], - "title": { - "romaji": "Isekai Suicide Squad", - "english": "Suicide Squad ISEKAI", - "native": "異世界スーサイド・スクワッド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688553866, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166710-RbPr7n3rm0LN.jpg" - } - }, - { - "id": 20987, - "idMal": 28825, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["干物妹!小埋"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Otaku Culture", "rank": 92 }, - { "name": "Chibi", "rank": 77 }, - { "name": "Cute Girls Doing Cute Things", "rank": 76 }, - { "name": "Family Life", "rank": 75 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 71 }, - { "name": "Urban", "rank": 68 }, - { "name": "Ensemble Cast", "rank": 66 }, - { "name": "Parody", "rank": 65 }, - { "name": "School", "rank": 62 }, - { "name": "Food", "rank": 46 }, - { "name": "Seinen", "rank": 45 } - ], - "title": { "romaji": "Himouto! Umaru-chan", "english": null, "native": "干物妹!うまるちゃん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688567720, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20987-9Tq7kZTeJPMo.jpg" - } - }, - { - "id": 21378, - "idMal": 31845, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Nudity", "rank": 93 }, - { "name": "Female Harem", "rank": 89 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 76 }, - { "name": "School", "rank": 73 }, - { "name": "Isekai", "rank": 42 }, - { "name": "Watersports", "rank": 30 }, - { "name": "Achronological Order", "rank": 26 } - ], - "title": { - "romaji": "Masou Gakuen HxH", - "english": "Hybrid x Heart Magias Academy Ataraxia", - "native": "魔装学園H×H" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688600393, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21378-83u2Jo9aACxx.jpg" - } - }, - { - "id": 101773, - "idMal": 37920, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 12, - "synonyms": ["笨拙之极的上野 "], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 91 }, - { "name": "Tsundere", "rank": 88 }, - { "name": "Surreal Comedy", "rank": 85 }, - { "name": "School", "rank": 83 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Seinen", "rank": 65 }, - { "name": "Satire", "rank": 64 }, - { "name": "Primarily Female Cast", "rank": 56 }, - { "name": "Watersports", "rank": 56 }, - { "name": "Cosmic Horror", "rank": 46 } - ], - "title": { - "romaji": "Ueno-san wa Bukiyou", - "english": "How clumsy you are, Miss Ueno.", - "native": "上野さんは不器用" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688601253, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b101773-hb7ccdHdtEfT.jpg" - } - }, - { - "id": 126790, - "idMal": 44275, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["selepro", "Отборочный проект"], - "genres": ["Music", "Slice of Life"], - "tags": [ - { "name": "Idol", "rank": 99 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Ensemble Cast", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Musical", "rank": 80 }, - { "name": "Dancing", "rank": 76 }, - { "name": "Cute Girls Doing Cute Things", "rank": 71 }, - { "name": "CGI", "rank": 65 }, - { "name": "Tragedy", "rank": 55 }, - { "name": "Ojou-sama", "rank": 46 }, - { "name": "Tomboy", "rank": 35 } - ], - "title": { - "romaji": "SELECTION PROJECT", - "english": "Selection Project", - "native": "SELECTION PROJECT" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688624058, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx126790-n7ko65bBCMVI.jpg" - } - }, - { - "id": 4451, - "idMal": 4451, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 45, - "synonyms": ["Human Relations"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Age Gap", "rank": 79 }, - { "name": "School", "rank": 60 }, - { "name": "Slapstick", "rank": 60 } - ], - "title": { "romaji": "Tanin no Kankei", "english": "Homeroom Affairs", "native": "他人の関係" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688626563, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1994 }, - "endDate": { "year": 1994 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b4451-zOXhQUlNGOUJ.png" - } - }, - { - "id": 21238, - "idMal": 31080, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Unhappy♪"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 96 }, - { "name": "Surreal Comedy", "rank": 95 }, - { "name": "School", "rank": 92 }, - { "name": "Slapstick", "rank": 84 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Robots", "rank": 33 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { "romaji": "Anne Happy♪", "english": "Anne-Happy", "native": "あんハピ♪" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688636605, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21238-nCMUieIslAYI.jpg" - } - }, - { - "id": 1193, - "idMal": 1193, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Happy 7"], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Female Harem", "rank": 20 }, - { "name": "Henshin", "rank": 20 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { - "romaji": "Happy Seven: The TV Manga", - "english": null, - "native": "はっぴぃセブン ~ざ・テレビまんが~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688636629, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1193.jpg" - } - }, - { - "id": 8425, - "idMal": 8425, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ゴシック"], - "genres": ["Drama", "Mystery", "Romance"], - "tags": [ - { "name": "Detective", "rank": 95 }, - { "name": "Crime", "rank": 91 }, - { "name": "Foreign", "rank": 86 }, - { "name": "Historical", "rank": 84 }, - { "name": "Conspiracy", "rank": 80 }, - { "name": "Tragedy", "rank": 77 }, - { "name": "Tsundere", "rank": 74 }, - { "name": "Heterosexual", "rank": 72 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "War", "rank": 55 }, - { "name": "School", "rank": 50 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Trains", "rank": 35 }, - { "name": "Bullying", "rank": 35 }, - { "name": "Military", "rank": 32 }, - { "name": "Time Skip", "rank": 32 }, - { "name": "Twins", "rank": 20 }, - { "name": "Tomboy", "rank": 20 }, - { "name": "Rape", "rank": 20 } - ], - "title": { "romaji": "GOSICK", "english": "Gosick", "native": "GOSICK" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688637338, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx8425-Bn14ayPjnq9o.jpg" - } - }, - { - "id": 20584, - "idMal": 21773, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "TV_SHORT", - "duration": 1, - "synonyms": ["Sugar*Soldier", "Sugar * Soldier"], - "genres": ["Romance"], - "tags": [ - { "name": "Shoujo", "rank": 79 }, - { "name": "School", "rank": 70 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 } - ], - "title": { "romaji": "Sugar*Soldier", "english": null, "native": "シュガー*ソルジャー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688652844, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b20584-ZWjzDGOMWQvh.jpg" - } - }, - { - "id": 6213, - "idMal": 6213, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Toaru Kagaku no Choudenjihou", - "ריילגאן", - "المستوى الخامس", - "เรลกัน แฟ้มลับคดีวิทยาศาสตร์", - "Некий научный Рейлган", - "เรลกัน แฟ้มลับคดีวิทยาศาสตร์ ภาคที่ 1", - "Cấm thư ma thuật Index ngoại truyện: Siêu Railgun khoa học ", - "Ένα Κάποιο Επιστημονικό Υπερόπλο" - ], - "genres": ["Action", "Fantasy", "Sci-Fi"], - "tags": [ - { "name": "Super Power", "rank": 96 }, - { "name": "Urban", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 89 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Urban Fantasy", "rank": 83 }, - { "name": "Tomboy", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 69 }, - { "name": "Superhero", "rank": 66 }, - { "name": "School", "rank": 64 }, - { "name": "Bisexual", "rank": 63 }, - { "name": "Artificial Intelligence", "rank": 62 }, - { "name": "Boarding School", "rank": 60 }, - { "name": "Tsundere", "rank": 56 }, - { "name": "Shounen", "rank": 56 }, - { "name": "Kaiju", "rank": 55 }, - { "name": "Heterosexual", "rank": 48 }, - { "name": "Gangs", "rank": 46 }, - { "name": "Robots", "rank": 40 }, - { "name": "Ojou-sama", "rank": 40 }, - { "name": "Orphan", "rank": 40 }, - { "name": "Slapstick", "rank": 40 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Super Robot", "rank": 30 }, - { "name": "Cute Girls Doing Cute Things", "rank": 26 }, - { "name": "Maids", "rank": 20 }, - { "name": "Police", "rank": 20 }, - { "name": "Gyaru", "rank": 20 } - ], - "title": { - "romaji": "Toaru Kagaku no Railgun", - "english": "A Certain Scientific Railgun", - "native": "とある科学の超電磁砲" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688716068, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6213-fhxlHtKji46D.jpg" - } - }, - { - "id": 100922, - "idMal": 37105, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ก๊วนป่วนชวนบุ๋งบุ๋ง"], - "genres": ["Comedy", "Slice of Life", "Sports"], - "tags": [ - { "name": "School Club", "rank": 91 }, - { "name": "Slapstick", "rank": 90 }, - { "name": "Primarily Adult Cast", "rank": 84 }, - { "name": "College", "rank": 83 }, - { "name": "Seinen", "rank": 82 }, - { "name": "Nudity", "rank": 78 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Scuba Diving", "rank": 73 }, - { "name": "Surreal Comedy", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 68 }, - { "name": "Episodic", "rank": 62 }, - { "name": "Outdoor", "rank": 57 }, - { "name": "Tsundere", "rank": 56 }, - { "name": "Incest", "rank": 51 }, - { "name": "Otaku Culture", "rank": 46 }, - { "name": "Bisexual", "rank": 45 }, - { "name": "Crossdressing", "rank": 37 }, - { "name": "Educational", "rank": 26 }, - { "name": "Yandere", "rank": 25 }, - { "name": "Cosplay", "rank": 20 }, - { "name": "Bar", "rank": 20 }, - { "name": "Tennis", "rank": 20 }, - { "name": "Idol", "rank": 16 } - ], - "title": { "romaji": "Grand Blue", "english": "Grand Blue Dreaming", "native": "ぐらんぶる" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688871791, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100922-ltoQa6rosUyP.png" - } - }, - { - "id": 98951, - "idMal": 35712, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "My Girlfriend Is a Virgin Who Takes Being Slutty Too Seriously", - "My girlfriend is faithful virgin bitch", - "This girlfriend is too much to handle!" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Slapstick", "rank": 93 }, - { "name": "Satire", "rank": 83 }, - { "name": "School", "rank": 76 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Kuudere", "rank": 45 }, - { "name": "Ensemble Cast", "rank": 20 }, - { "name": "Tsundere", "rank": 10 } - ], - "title": { - "romaji": "Boku no Kanojo ga Majime Sugiru Shoujo Bitch na Ken", - "english": "My Girlfriend is Shobitch", - "native": "僕の彼女がマジメ過ぎる処女ビッチな件" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688879476, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98951-EeoDeSyF97ZS.jpg" - } - }, - { - "id": 14741, - "idMal": 14741, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Chu-2 Byo demo Koi ga Shitai!", - "Regardless of My Adolescent Delusions of Grandeur, I Want a Date!", - "Miłość, gimbaza i kosmiczna faza", - "中二病也要谈恋爱!" - ], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Chuunibyou", "rank": 99 }, - { "name": "Coming of Age", "rank": 85 }, - { "name": "School", "rank": 78 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Primarily Teen Cast", "rank": 78 }, - { "name": "School Club", "rank": 74 }, - { "name": "Slapstick", "rank": 70 }, - { "name": "Disability", "rank": 70 }, - { "name": "Female Protagonist", "rank": 62 }, - { "name": "Male Protagonist", "rank": 61 }, - { "name": "Primarily Female Cast", "rank": 55 }, - { "name": "Parody", "rank": 45 } - ], - "title": { - "romaji": "Chuunibyou demo Koi ga Shitai!", - "english": "Love, Chunibyo & Other Delusions", - "native": "中二病でも恋がしたい!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688898929, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14741-alxqoP4yx6WF.jpg" - } - }, - { - "id": 21093, - "idMal": 30307, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["MonMusu", "Die Monster Mädchen", "บันทึกอุ่นรักสาวมอนสเตอร์"], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Monster Girl", "rank": 97 }, - { "name": "Female Harem", "rank": 91 }, - { "name": "Nudity", "rank": 88 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Slapstick", "rank": 86 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 78 }, - { "name": "Seinen", "rank": 72 }, - { "name": "Centaur", "rank": 71 }, - { "name": "Mermaid", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Cute Girls Doing Cute Things", "rank": 55 }, - { "name": "Zombie", "rank": 55 }, - { "name": "Dullahan", "rank": 52 }, - { "name": "Chuunibyou", "rank": 51 }, - { "name": "Demons", "rank": 50 }, - { "name": "Parody", "rank": 50 }, - { "name": "Tanned Skin", "rank": 46 }, - { "name": "Tomboy", "rank": 44 } - ], - "title": { - "romaji": "Monster Musume no Iru Nichijou", - "english": "Monster Musume: Everyday Life With Monster Girls", - "native": "モンスター娘のいる日常" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688898995, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21093-1pctOzINlJ50.png" - } - }, - { - "id": 9379, - "idMal": 9379, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Electromagnetic Wave Woman and Adolescent Man", - "หนุ่มสามัญกับสาวหลุดโลก", - "电波女与青春男", - "電波女與青春男", - "전파녀와 청춘남", - "Дівчинка-Електромагнітна хвиля і хлопець-підліток", - "Радиодевушка и юноша", - "Радиосигнал от чудачки. Юноша на связи", - "امرأة الموجة الكهرومغناطيسية والشاب المراهق, دختر الکترو مغناطیسی و پسر نوجوان" - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Denpa", "rank": 95 }, - { "name": "Chuunibyou", "rank": 84 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Rehabilitation", "rank": 73 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Aliens", "rank": 63 }, - { "name": "Primarily Female Cast", "rank": 63 }, - { "name": "Baseball", "rank": 60 }, - { "name": "Coming of Age", "rank": 55 }, - { "name": "Memory Manipulation", "rank": 55 }, - { "name": "Amnesia", "rank": 53 }, - { "name": "Female Harem", "rank": 51 }, - { "name": "Family Life", "rank": 50 }, - { "name": "Philosophy", "rank": 46 }, - { "name": "Hikikomori", "rank": 40 }, - { "name": "Meta", "rank": 40 }, - { "name": "Basketball", "rank": 40 }, - { "name": "School", "rank": 35 } - ], - "title": { - "romaji": "Denpa Onna to Seishun Otoko", - "english": "Ground Control to Psychoelectric Girl", - "native": "電波女と青春男" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688906470, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9379-cFPkYGMtdUVT.jpg" - } - }, - { - "id": 132456, - "idMal": 48753, - "status": "FINISHED", - "type": "ANIME", - "episodes": 20, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ท่านปีศาจจาฮี ชีวิตนี้ไม่มีถอย!", "Niepokonana Jahy"], - "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Slapstick", "rank": 91 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "Demons", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 83 }, - { "name": "Henshin", "rank": 82 }, - { "name": "Isekai", "rank": 78 }, - { "name": "Magic", "rank": 78 }, - { "name": "Tanned Skin", "rank": 72 }, - { "name": "Episodic", "rank": 72 }, - { "name": "Work", "rank": 71 }, - { "name": "Surreal Comedy", "rank": 63 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Masochism", "rank": 48 }, - { "name": "Monster Girl", "rank": 36 }, - { "name": "Nudity", "rank": 30 }, - { "name": "Wrestling", "rank": 25 } - ], - "title": { - "romaji": "Jahy-sama wa Kujikenai!", - "english": "The Great Jahy Will Not Be Defeated!", - "native": "ジャヒー様はくじけない!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688955202, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx132456-wxTCgdXnZMMQ.jpg" - } - }, - { - "id": 12189, - "idMal": 12189, - "status": "FINISHED", - "type": "ANIME", - "episodes": 22, - "chapters": null, - "format": "TV", - "duration": 26, - "synonyms": ["Hyouka: Forbidden Secrets", "เฮียวกะปริศนาความทรงจำ", "Хёка"], - "genres": ["Mystery", "Romance", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 95 }, - { "name": "Detective", "rank": 92 }, - { "name": "School", "rank": 88 }, - { "name": "Male Protagonist", "rank": 81 }, - { "name": "Primarily Teen Cast", "rank": 81 }, - { "name": "Coming of Age", "rank": 72 }, - { "name": "Philosophy", "rank": 72 }, - { "name": "Heterosexual", "rank": 70 }, - { "name": "Episodic", "rank": 68 }, - { "name": "Classic Literature", "rank": 67 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Surreal Comedy", "rank": 58 }, - { "name": "Rural", "rank": 54 }, - { "name": "Otaku Culture", "rank": 44 }, - { "name": "Tragedy", "rank": 40 }, - { "name": "Shrine Maiden", "rank": 33 }, - { "name": "Cosplay", "rank": 31 }, - { "name": "Politics", "rank": 30 }, - { "name": "Bullying", "rank": 27 }, - { "name": "Food", "rank": 20 } - ], - "title": { "romaji": "Hyouka", "english": "Hyouka", "native": "氷菓" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688985335, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx12189-eBb6fcM21Zh7.jpg" - } - }, - { - "id": 11751, - "idMal": 11751, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Action", "Drama", "Mahou Shoujo", "Music", "Sci-Fi"], - "tags": [ - { "name": "Henshin", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Primarily Teen Cast", "rank": 90 }, - { "name": "Super Power", "rank": 88 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Guns", "rank": 79 }, - { "name": "Tragedy", "rank": 78 }, - { "name": "Superhero", "rank": 76 }, - { "name": "Mythology", "rank": 74 }, - { "name": "Idol", "rank": 72 }, - { "name": "Dancing", "rank": 72 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "School", "rank": 68 }, - { "name": "Swordplay", "rank": 66 }, - { "name": "Spearplay", "rank": 66 }, - { "name": "Achronological Order", "rank": 60 }, - { "name": "LGBTQ+ Themes", "rank": 60 }, - { "name": "Motorcycles", "rank": 52 }, - { "name": "Drugs", "rank": 50 }, - { "name": "Military", "rank": 30 }, - { "name": "Nudity", "rank": 28 }, - { "name": "Orphan", "rank": 20 } - ], - "title": { - "romaji": "Senki Zesshou Symphogear", - "english": "Symphogear", - "native": "戦姫絶唱シンフォギア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689063442, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11751-RTjNt29hG4pu.png" - } - }, - { - "id": 20829, - "idMal": 26243, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["OwaSera", "Seraph of the End: El Reino de los Vampiros", "เทวทูตแห่งโลกมืด"], - "genres": ["Action", "Drama", "Fantasy", "Mystery", "Supernatural"], - "tags": [ - { "name": "Vampire", "rank": 99 }, - { "name": "Post-Apocalyptic", "rank": 92 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Shounen", "rank": 85 }, - { "name": "Military", "rank": 82 }, - { "name": "War", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Demons", "rank": 77 }, - { "name": "Revenge", "rank": 75 }, - { "name": "Time Skip", "rank": 75 }, - { "name": "Swordplay", "rank": 72 }, - { "name": "Lost Civilization", "rank": 70 }, - { "name": "Primarily Teen Cast", "rank": 68 }, - { "name": "Pandemic", "rank": 60 }, - { "name": "Tragedy", "rank": 57 }, - { "name": "Coming of Age", "rank": 56 }, - { "name": "School", "rank": 50 }, - { "name": "Tsundere", "rank": 50 }, - { "name": "Rotoscoping", "rank": 50 }, - { "name": "Heterosexual", "rank": 45 }, - { "name": "Gore", "rank": 40 }, - { "name": "Primarily Adult Cast", "rank": 10 } - ], - "title": { - "romaji": "Owari no Seraph", - "english": "Seraph of the End: Vampire Reign", - "native": "終わりのセラフ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689112083, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20829-PYKVvgUqJVUK.png" - } - }, - { - "id": 21306, - "idMal": 31442, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Ecchi", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Super Power", "rank": 94 }, - { "name": "Urban Fantasy", "rank": 80 }, - { "name": "Episodic", "rank": 76 }, - { "name": "Female Harem", "rank": 75 }, - { "name": "School", "rank": 69 }, - { "name": "Primarily Female Cast", "rank": 66 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "School Club", "rank": 60 }, - { "name": "Kuudere", "rank": 15 }, - { "name": "Educational", "rank": 10 } - ], - "title": { - "romaji": "Musaigen no Phantom World", - "english": "Myriad Colors Phantom World", - "native": "無彩限のファントム・ワールド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689112978, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21306-nXw2pY43S2ox.png" - } - }, - { - "id": 140173, - "idMal": 51404, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 60, - "synonyms": ["The Klutzy Witch"], - "genres": ["Adventure", "Fantasy"], - "tags": [{ "name": "Witch", "rank": 79 }, { "name": "Kids", "rank": 60 }], - "title": { - "romaji": "Rakudai Majo: Fuuka to Yami no Majo", - "english": null, - "native": "らくだい魔女 フウカと闇の魔女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689123670, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx140173-lQdG4Ci8aC9G.jpg" - } - }, - { - "id": 101970, - "idMal": 37021, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "OVA", - "duration": 6, - "synonyms": [ - "I Want You to Make a Disgusted Face and Show Me Your Underwear", - "嫌パン", - "IyaPan" - ], - "genres": ["Ecchi"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "POV", "rank": 88 }, - { "name": "Episodic", "rank": 80 }, - { "name": "Masochism", "rank": 79 }, - { "name": "Maids", "rank": 65 }, - { "name": "Nun", "rank": 65 }, - { "name": "Shrine Maiden", "rank": 60 }, - { "name": "Idol", "rank": 52 }, - { "name": "School", "rank": 40 } - ], - "title": { - "romaji": "Iya na Kao sare nagara Opantsu Misete Moraitai", - "english": null, - "native": "嫌な顔されながらおパンツ見せてもらいたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689123692, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101970-fvdeZLRnXEuX.jpg" - } - }, - { - "id": 105989, - "idMal": 38778, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 13, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 85 }, - { "name": "School", "rank": 84 }, - { "name": "Tsundere", "rank": 76 }, - { "name": "Shounen", "rank": 73 }, - { "name": "Nudity", "rank": 66 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Drawing", "rank": 36 }, - { "name": "Writing", "rank": 33 } - ], - "title": { - "romaji": "Midara na Ao-chan wa Benkyou ga Dekinai", - "english": "Ao-chan Can't Study!", - "native": "淫らな青ちゃんは勉強ができない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689149202, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105989-Jooq6bqkeeiP.jpg" - } - }, - { - "id": 102680, - "idMal": 37993, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Wataten", "An Angel Swooped Down on Me!", "นางฟ้าตัวน้อยได้ลงมาโปรดฉันค่ะ"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 94 }, - { "name": "Cute Girls Doing Cute Things", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Primarily Child Cast", "rank": 86 }, - { "name": "Family Life", "rank": 84 }, - { "name": "Cosplay", "rank": 83 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Age Gap", "rank": 77 }, - { "name": "Hikikomori", "rank": 66 }, - { "name": "Food", "rank": 66 }, - { "name": "School", "rank": 64 }, - { "name": "Yuri", "rank": 60 }, - { "name": "College", "rank": 46 }, - { "name": "Angels", "rank": 28 } - ], - "title": { - "romaji": "Watashi ni Tenshi ga Maiorita!", - "english": "WATATEN!: an Angel Flew Down to Me", - "native": "私に天使が舞い降りた!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689231908, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx102680-75Mgrnn65PAg.png" - } - }, - { - "id": 130319, - "idMal": 48363, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Work", "rank": 90 }, - { "name": "Cute Girls Doing Cute Things", "rank": 88 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Dragons", "rank": 83 }, - { "name": "Monster Girl", "rank": 79 }, - { "name": "Iyashikei", "rank": 72 }, - { "name": "Dissociative Identities", "rank": 60 }, - { "name": "Seinen", "rank": 48 }, - { "name": "Magic", "rank": 44 }, - { "name": "Tragedy", "rank": 37 }, - { "name": "Rural", "rank": 30 } - ], - "title": { "romaji": "RPG Fudousan", "english": "RPG Real Estate", "native": "RPG不動産" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689231916, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130319-xyZi0YshQYFk.jpg" - } - }, - { - "id": 108092, - "idMal": 39388, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Koisuru Shouwakusei"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Astronomy", "rank": 97 }, - { "name": "Cute Girls Doing Cute Things", "rank": 94 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "School Club", "rank": 91 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "School", "rank": 76 }, - { "name": "Educational", "rank": 75 }, - { "name": "Seinen", "rank": 75 }, - { "name": "Coming of Age", "rank": 71 }, - { "name": "Outdoor", "rank": 65 }, - { "name": "LGBTQ+ Themes", "rank": 65 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Iyashikei", "rank": 53 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Slapstick", "rank": 30 } - ], - "title": { - "romaji": "Koisuru Asteroid", - "english": "Asteroid in Love", - "native": "恋する小惑星〈アステロイド〉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689231925, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx108092-vbL3rf0b23sp.jpg" - } - }, - { - "id": 101506, - "idMal": 37722, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Maids", "rank": 96 }, - { "name": "Age Gap", "rank": 94 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Cute Girls Doing Cute Things", "rank": 84 }, - { "name": "Tsundere", "rank": 75 }, - { "name": "Yuri", "rank": 71 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Fashion", "rank": 56 }, - { "name": "Military", "rank": 48 }, - { "name": "School", "rank": 30 }, - { "name": "Primarily Child Cast", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 } - ], - "title": { - "romaji": "Uchi no Maid ga Uzasugiru!", - "english": "UzaMaid!", - "native": "うちのメイドがウザすぎる!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689231933, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101506-uY2udopqvdYp.jpg" - } - }, - { - "id": 5112, - "idMal": 5112, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Empty Can!"], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Shapeshifting", "rank": 100 }, - { "name": "Henshin", "rank": 95 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "Card Battle", "rank": 53 }, - { "name": "School", "rank": 20 }, - { "name": "Witch", "rank": 20 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { "romaji": "Akikan!", "english": "Akikan!", "native": "アキカン!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689247902, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/5112.jpg" - } - }, - { - "id": 232, - "idMal": 232, - "status": "FINISHED", - "type": "ANIME", - "episodes": 70, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "CCS", - "Cardcaptors", - "Card Captor Sakura", - "Card Captors", - "Sakura, Cazadora de Cartas", - "Sakura, la Caçadora de Cartes", - "카드캡터 체리", - "魔卡少女樱", - "Pesca la tua carta, Sakura", - "סאקורה לוכדת הקלפים", - "Οι Περιπέτειες της Νίκης", - "Sakura, a Caçadora de Cartas" - ], - "genres": ["Comedy", "Drama", "Fantasy", "Mahou Shoujo", "Romance"], - "tags": [ - { "name": "Magic", "rank": 96 }, - { "name": "Shoujo", "rank": 92 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Urban Fantasy", "rank": 87 }, - { "name": "Primarily Child Cast", "rank": 85 }, - { "name": "Coming of Age", "rank": 85 }, - { "name": "Episodic", "rank": 80 }, - { "name": "Family Life", "rank": 80 }, - { "name": "Henshin", "rank": 73 }, - { "name": "School", "rank": 70 }, - { "name": "Dissociative Identities", "rank": 67 }, - { "name": "Reincarnation", "rank": 67 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 }, - { "name": "LGBTQ+ Themes", "rank": 59 }, - { "name": "Love Triangle", "rank": 58 }, - { "name": "Heterosexual", "rank": 55 }, - { "name": "Fashion", "rank": 55 }, - { "name": "Bisexual", "rank": 53 }, - { "name": "Age Gap", "rank": 52 }, - { "name": "Agender", "rank": 51 }, - { "name": "Martial Arts", "rank": 48 }, - { "name": "Time Manipulation", "rank": 40 }, - { "name": "Boys' Love", "rank": 40 }, - { "name": "Crossdressing", "rank": 34 } - ], - "title": { - "romaji": "Cardcaptor Sakura", - "english": "Cardcaptor Sakura", - "native": "カードキャプターさくら" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689296897, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx232-ZqAR0y2xkowj.png" - } - }, - { - "id": 148116, - "idMal": 51711, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 100 }, - { "name": "School", "rank": 96 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Swordplay", "rank": 73 }, - { "name": "Female Harem", "rank": 72 }, - { "name": "Fitness", "rank": 56 }, - { "name": "Bisexual", "rank": 50 }, - { "name": "Crossdressing", "rank": 45 }, - { "name": "War", "rank": 40 }, - { "name": "Elf", "rank": 30 } - ], - "title": { - "romaji": "Hyouken no Majutsushi ga Sekai wo Suberu", - "english": "The Iceblade Sorcerer Shall Rule the World", - "native": "冰剣の魔術師が世界を統べる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689303696, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx148116-t6E73U8SJhYD.jpg" - } - }, - { - "id": 136707, - "idMal": 49438, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["เภสัชกรเทพสองโลก", "奇幻世界药局"], - "genres": ["Fantasy"], - "tags": [ - { "name": "Medicine", "rank": 94 }, - { "name": "Isekai", "rank": 93 }, - { "name": "Reincarnation", "rank": 88 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Pandemic", "rank": 80 }, - { "name": "Educational", "rank": 79 }, - { "name": "Magic", "rank": 75 }, - { "name": "Iyashikei", "rank": 72 }, - { "name": "Alchemy", "rank": 60 }, - { "name": "Gods", "rank": 55 }, - { "name": "Historical", "rank": 53 }, - { "name": "Makeup", "rank": 40 } - ], - "title": { - "romaji": "Isekai Yakkyoku", - "english": "Parallel World Pharmacy", - "native": "異世界薬局" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689311802, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx136707-StRFbEwZT7q5.jpg" - } - }, - { - "id": 163294, - "idMal": 54912, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 16, - "synonyms": [], - "genres": ["Fantasy", "Hentai"], - "tags": [ - { "name": "Elf", "rank": 100 }, - { "name": "Large Breasts", "rank": 90 }, - { "name": "Fellatio", "rank": 80 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Nudity", "rank": 76 }, - { "name": "MILF", "rank": 75 }, - { "name": "Threesome", "rank": 73 }, - { "name": "Handjob", "rank": 60 }, - { "name": "Boobjob", "rank": 48 }, - { "name": "Female Harem", "rank": 40 }, - { "name": "Love Triangle", "rank": 20 } - ], - "title": { "romaji": "Sukebe Elf Tanbouki", "english": null, "native": "スケベエルフ探訪記" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689312491, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163294-7g4k4hLm47JZ.jpg" - } - }, - { - "id": 115138, - "idMal": 41261, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 17, - "synonyms": [ - "Gishi wa Yanmama Junyuu-chuu", - "My Big Sister Is Breastfeeding", - "My Former-Delinquent Sister is Breastfeeding", - "형수는 양마마 수유중" - ], - "genres": ["Hentai"], - "tags": [ - { "name": "MILF", "rank": 98 }, - { "name": "Large Breasts", "rank": 94 }, - { "name": "Netori", "rank": 81 }, - { "name": "Nakadashi", "rank": 80 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Incest", "rank": 78 }, - { "name": "Nudity", "rank": 75 }, - { "name": "Lactation", "rank": 70 }, - { "name": "Fellatio", "rank": 69 }, - { "name": "Public Sex", "rank": 60 }, - { "name": "Pregnant", "rank": 60 }, - { "name": "Inseki", "rank": 60 }, - { "name": "Boobjob", "rank": 53 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Ashikoki", "rank": 13 } - ], - "title": { - "romaji": "Ane wa Yanmama Junyuu-chuu", - "english": null, - "native": "義姉はヤンママ授乳中" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689312740, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx115138-oZHgSvWaOeSp.jpg" - } - }, - { - "id": 99555, - "idMal": 35936, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 18, - "synonyms": ["I wanna be jerked off by my slutty little sister"], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Incest", "rank": 97 }, - { "name": "Large Breasts", "rank": 90 }, - { "name": "Hypersexuality", "rank": 79 }, - { "name": "Masturbation", "rank": 66 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Ahegao", "rank": 60 }, - { "name": "Defloration", "rank": 60 }, - { "name": "Boobjob", "rank": 53 }, - { "name": "Voyeur", "rank": 45 }, - { "name": "Fellatio", "rank": 40 }, - { "name": "Watersports", "rank": 40 }, - { "name": "Sumata", "rank": 40 }, - { "name": "Facial", "rank": 20 }, - { "name": "POV", "rank": 20 }, - { "name": "Episodic", "rank": 20 } - ], - "title": { - "romaji": "Imouto Bitch ni Shiboraretai", - "english": null, - "native": "妹ビッチに搾られたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689313306, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99555-G3kTjOT6Gx1i.jpg" - } - }, - { - "id": 21163, - "idMal": 27881, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 22, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Large Breasts", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "MILF", "rank": 20 }, - { "name": "Incest", "rank": 20 }, - { "name": "Rape", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Ahegao", "rank": 20 }, - { "name": "Netorare", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { - "romaji": "Ana no Oku no Ii Tokoro", - "english": null, - "native": "穴の奥のいい秘部(ところ)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689313316, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21163-TAvE0kPtz5JQ.jpg" - } - }, - { - "id": 2433, - "idMal": 2433, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 29, - "synonyms": ["Lingerie Office", "Lingeries Office"], - "genres": ["Hentai"], - "tags": [ - { "name": "Office Lady", "rank": 60 }, - { "name": "Threesome", "rank": 30 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Rape", "rank": 20 }, - { "name": "Bondage", "rank": 20 }, - { "name": "Voyeur", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Sex Toys", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 } - ], - "title": { "romaji": "Lingeries", "english": null, "native": "ランジェリーズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689313328, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2433-GzmwlnsVXvCM.jpg" - } - }, - { - "id": 20843, - "idMal": 27441, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Music"], - "tags": [ - { "name": "Band", "rank": 100 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Kemonomimi", "rank": 83 }, - { "name": "Nekomimi", "rank": 83 }, - { "name": "Isekai", "rank": 81 }, - { "name": "Ensemble Cast", "rank": 80 }, - { "name": "Shapeshifting", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 77 }, - { "name": "Cute Boys Doing Cute Things", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 65 }, - { "name": "CGI", "rank": 62 }, - { "name": "Magic", "rank": 48 }, - { "name": "Idol", "rank": 47 }, - { "name": "Anthropomorphism", "rank": 40 } - ], - "title": { - "romaji": "SHOW BY ROCK!!", - "english": "Show By Rock!!", - "native": "SHOW BY ROCK!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689366368, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20843-bk5OtUiP8htg.png" - } - }, - { - "id": 14829, - "idMal": 14829, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "ONA", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Magic", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 84 }, - { "name": "Henshin", "rank": 80 }, - { "name": "Urban", "rank": 79 }, - { "name": "Shounen", "rank": 72 }, - { "name": "Kuudere", "rank": 65 }, - { "name": "Anthropomorphism", "rank": 60 }, - { "name": "Mythology", "rank": 60 }, - { "name": "School", "rank": 53 }, - { "name": "Ojou-sama", "rank": 50 }, - { "name": "Meta", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Maids", "rank": 40 }, - { "name": "Adoption", "rank": 40 }, - { "name": "Butler", "rank": 40 }, - { "name": "Urban Fantasy", "rank": 40 }, - { "name": "Isekai", "rank": 35 }, - { "name": "Nekomimi", "rank": 30 } - ], - "title": { - "romaji": "Fate/kaleid liner Prisma☆Illya", - "english": "Fate/kaleid liner Prisma☆Illya", - "native": "Fate/kaleid liner プリズマ☆イリヤ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689366440, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14829-PZVOr1ZxwOJV.png" - } - }, - { - "id": 98320, - "idMal": 34934, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Love & Lies", "จะรักหรือจะหลอก"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Love Triangle", "rank": 97 }, - { "name": "Heterosexual", "rank": 82 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Shounen", "rank": 75 }, - { "name": "Coming of Age", "rank": 74 }, - { "name": "Tsundere", "rank": 72 }, - { "name": "Dystopian", "rank": 56 }, - { "name": "LGBTQ+ Themes", "rank": 53 }, - { "name": "Mixed Gender Harem", "rank": 26 }, - { "name": "Yandere", "rank": 20 }, - { "name": "Otaku Culture", "rank": 20 }, - { "name": "Crossdressing", "rank": 16 } - ], - "title": { "romaji": "Koi to Uso", "english": "LOVE and LIES", "native": "恋と嘘" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689370882, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98320-VwCcTBeEs08J.jpg" - } - }, - { - "id": 16436, - "idMal": 16436, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "SPECIAL", - "duration": 5, - "synonyms": ["Tenshi no Doroppu", "Angel Drops"], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Surreal Comedy", "rank": 92 }, - { "name": "Angels", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Watersports", "rank": 79 }, - { "name": "School", "rank": 70 }, - { "name": "Yuri", "rank": 60 } - ], - "title": { "romaji": "Tenshi no Drop", "english": "Angel's Drop", "native": "天使のどろっぷ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689371119, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/16436.jpg" - } - }, - { - "id": 100388, - "idMal": 36649, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["バナナフィッシュ", "香蕉鱼", "Банановая рыба"], - "genres": ["Action", "Adventure", "Drama", "Psychological", "Thriller"], - "tags": [ - { "name": "Gangs", "rank": 96 }, - { "name": "Mafia", "rank": 96 }, - { "name": "Tragedy", "rank": 94 }, - { "name": "Crime", "rank": 93 }, - { "name": "Conspiracy", "rank": 90 }, - { "name": "Drugs", "rank": 90 }, - { "name": "Male Protagonist", "rank": 89 }, - { "name": "Urban", "rank": 85 }, - { "name": "Primarily Male Cast", "rank": 84 }, - { "name": "Revenge", "rank": 83 }, - { "name": "Rape", "rank": 82 }, - { "name": "Guns", "rank": 80 }, - { "name": "Foreign", "rank": 77 }, - { "name": "Boys' Love", "rank": 76 }, - { "name": "LGBTQ+ Themes", "rank": 75 }, - { "name": "Noir", "rank": 72 }, - { "name": "Anti-Hero", "rank": 72 }, - { "name": "Fugitive", "rank": 71 }, - { "name": "Shoujo", "rank": 70 }, - { "name": "Primarily Adult Cast", "rank": 67 }, - { "name": "Bisexual", "rank": 67 }, - { "name": "Assassins", "rank": 62 }, - { "name": "Classic Literature", "rank": 60 }, - { "name": "Orphan", "rank": 48 }, - { "name": "Prison", "rank": 46 }, - { "name": "Tanned Skin", "rank": 40 }, - { "name": "Photography", "rank": 26 } - ], - "title": { "romaji": "BANANA FISH", "english": "BANANA FISH", "native": "BANANA FISH" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689486992, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100388-pMwL9vwAdqxr.jpg" - } - }, - { - "id": 97766, - "idMal": 34280, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Gamers! Amano Keita to Seishun Continue", - "Gamers! Keita Amano and youth continue" - ], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Parody", "rank": 88 }, - { "name": "Love Triangle", "rank": 87 }, - { "name": "Video Games", "rank": 78 }, - { "name": "School", "rank": 77 }, - { "name": "Otaku Culture", "rank": 72 }, - { "name": "Slapstick", "rank": 71 }, - { "name": "Meta", "rank": 64 }, - { "name": "Heterosexual", "rank": 64 }, - { "name": "School Club", "rank": 60 }, - { "name": "Tsundere", "rank": 55 }, - { "name": "Primarily Teen Cast", "rank": 50 }, - { "name": "Nudity", "rank": 44 }, - { "name": "E-Sports", "rank": 40 }, - { "name": "Football", "rank": 35 } - ], - "title": { "romaji": "Gamers!", "english": "GAMERS!", "native": "ゲーマーズ!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689487003, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97766-AKr0m3uHkKyW.jpg" - } - }, - { - "id": 97863, - "idMal": 34403, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Hajimete no Gyaru", "First-Time Gal", "My First Gal", "แฟนผมเป็นสาวแกล"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Gyaru", "rank": 94 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Harem", "rank": 76 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "School", "rank": 66 }, - { "name": "Shounen", "rank": 62 }, - { "name": "Love Triangle", "rank": 45 }, - { "name": "Tsundere", "rank": 44 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Tanned Skin", "rank": 33 }, - { "name": "Parody", "rank": 10 } - ], - "title": { - "romaji": "Hajimete no Gal", - "english": "My First Girlfriend is a Gal", - "native": "はじめてのギャル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689487027, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97863-79AXrUZ7VQa5.jpg" - } - }, - { - "id": 3667, - "idMal": 3667, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Strike Witches TV", "强袭魔女"], - "genres": ["Action", "Ecchi", "Sci-Fi"], - "tags": [ - { "name": "Aviation", "rank": 86 }, - { "name": "Nudity", "rank": 86 }, - { "name": "Kemonomimi", "rank": 85 }, - { "name": "Magic", "rank": 84 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Military", "rank": 83 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Yuri", "rank": 75 }, - { "name": "War", "rank": 72 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "CGI", "rank": 33 } - ], - "title": { - "romaji": "Strike Witches", - "english": "Strike Witches", - "native": "ストライクウィッチーズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689487186, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx3667-9ftVhhCHTRLs.jpg" - } - }, - { - "id": 97986, - "idMal": 34599, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "صنع في الهاوية", - "Созданный в Бездне", - "ผ่าเหวนรก", - "นักบุกเบิกหลุมยักษ์", - "Đến từ Abyss" - ], - "genres": ["Adventure", "Drama", "Fantasy", "Horror", "Mystery", "Sci-Fi"], - "tags": [ - { "name": "Survival", "rank": 97 }, - { "name": "Primarily Child Cast", "rank": 89 }, - { "name": "Environmental", "rank": 88 }, - { "name": "Philosophy", "rank": 88 }, - { "name": "Chibi", "rank": 87 }, - { "name": "Travel", "rank": 85 }, - { "name": "Body Horror", "rank": 84 }, - { "name": "Tragedy", "rank": 82 }, - { "name": "Dungeon", "rank": 79 }, - { "name": "Lost Civilization", "rank": 78 }, - { "name": "Seinen", "rank": 76 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Amnesia", "rank": 71 }, - { "name": "Gore", "rank": 70 }, - { "name": "Cosmic Horror", "rank": 64 }, - { "name": "Robots", "rank": 62 }, - { "name": "Male Protagonist", "rank": 62 }, - { "name": "Steampunk", "rank": 60 }, - { "name": "Anthropomorphism", "rank": 52 }, - { "name": "Food", "rank": 40 }, - { "name": "Nudity", "rank": 38 }, - { "name": "Tanned Skin", "rank": 35 }, - { "name": "Religion", "rank": 34 }, - { "name": "Dissociative Identities", "rank": 31 }, - { "name": "Rehabilitation", "rank": 30 }, - { "name": "Crossdressing", "rank": 30 }, - { "name": "Maids", "rank": 27 }, - { "name": "Time Manipulation", "rank": 25 }, - { "name": "Agender", "rank": 22 }, - { "name": "Femboy", "rank": 20 }, - { "name": "Conspiracy", "rank": 10 } - ], - "title": { - "romaji": "Made in Abyss", - "english": "Made in Abyss", - "native": "メイドインアビス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689488563, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97986-8oxwTF84hzue.jpg" - } - }, - { - "id": 6547, - "idMal": 6547, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["エンジェルビーツ", "פעימות מלאך", "الملاك الوحش", "Ангельские ритмы"], - "genres": ["Action", "Comedy", "Drama", "Supernatural"], - "tags": [ - { "name": "Afterlife", "rank": 97 }, - { "name": "Tragedy", "rank": 92 }, - { "name": "Philosophy", "rank": 89 }, - { "name": "Memory Manipulation", "rank": 86 }, - { "name": "School", "rank": 84 }, - { "name": "Amnesia", "rank": 84 }, - { "name": "Coming of Age", "rank": 82 }, - { "name": "Kuudere", "rank": 81 }, - { "name": "Primarily Teen Cast", "rank": 81 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Ensemble Cast", "rank": 77 }, - { "name": "Angels", "rank": 76 }, - { "name": "Slapstick", "rank": 76 }, - { "name": "Survival", "rank": 70 }, - { "name": "Found Family", "rank": 68 }, - { "name": "Guns", "rank": 66 }, - { "name": "Band", "rank": 54 }, - { "name": "School Club", "rank": 54 }, - { "name": "Baseball", "rank": 50 }, - { "name": "Suicide", "rank": 45 }, - { "name": "Drugs", "rank": 45 }, - { "name": "Chuunibyou", "rank": 44 }, - { "name": "Heterosexual", "rank": 44 } - ], - "title": { "romaji": "Angel Beats!", "english": "Angel Beats!", "native": "Angel Beats!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689488596, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6547-3jWzWyXg34Et.png" - } - }, - { - "id": 112479, - "idMal": 40550, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Букет Штурмовых Лилий"], - "genres": ["Action", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Yuri", "rank": 83 }, - { "name": "Cute Girls Doing Cute Things", "rank": 83 }, - { "name": "School", "rank": 75 }, - { "name": "Swordplay", "rank": 72 }, - { "name": "Ojou-sama", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 68 }, - { "name": "CGI", "rank": 60 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Memory Manipulation", "rank": 20 } - ], - "title": { - "romaji": "Assault Lily: BOUQUET", - "english": "Assault Lily BOUQUET", - "native": "アサルトリリィ BOUQUET" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689488698, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx112479-5EiZWhEK8l0x.png" - } - }, - { - "id": 100791, - "idMal": 34284, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["WaSuYu"], - "genres": ["Action", "Drama", "Fantasy", "Mahou Shoujo", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Henshin", "rank": 93 }, - { "name": "Tragedy", "rank": 92 }, - { "name": "Magic", "rank": 91 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Cute Girls Doing Cute Things", "rank": 75 }, - { "name": "Gods", "rank": 70 }, - { "name": "Post-Apocalyptic", "rank": 68 }, - { "name": "Primarily Child Cast", "rank": 68 }, - { "name": "Super Power", "rank": 66 }, - { "name": "School", "rank": 60 }, - { "name": "Religion", "rank": 60 }, - { "name": "Gore", "rank": 55 }, - { "name": "Amnesia", "rank": 36 }, - { "name": "CGI", "rank": 23 }, - { "name": "Anti-Hero", "rank": 10 } - ], - "title": { - "romaji": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou", - "english": "Yuki Yuna is a Hero: The Washio Sumi Chapter", - "native": "結城友奈は勇者である -鷲尾須美の章-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689489192, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100791-FBirQqF1Szo3.png" - } - }, - { - "id": 156061, - "idMal": 52814, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "ONA", - "duration": 3, - "synonyms": [], - "genres": ["Horror"], - "tags": [], - "title": { "romaji": "Nanashi Kaidan", "english": null, "native": "ななし怪談" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689494422, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156061-sqfmJZ4htvoS.png" - } - }, - { - "id": 98657, - "idMal": 35484, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV_SHORT", - "duration": 3, - "synonyms": ["Osake wa Fuufu ni Nattekara", "Alcohol is for married couples", "Osakefufu"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Episodic", "rank": 92 }, - { "name": "Food", "rank": 89 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Family Life", "rank": 79 }, - { "name": "Marriage", "rank": 79 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Primarily Adult Cast", "rank": 68 }, - { "name": "Office Lady", "rank": 63 }, - { "name": "Bar", "rank": 62 }, - { "name": "Seinen", "rank": 55 }, - { "name": "Work", "rank": 46 }, - { "name": "Chibi", "rank": 40 } - ], - "title": { - "romaji": "Osake wa Fuufu ni Natte kara", - "english": "Love is Like a Cocktail", - "native": "お酒は夫婦になってから" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689495370, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98657-P9OayeslJ79r.jpg" - } - }, - { - "id": 100645, - "idMal": 36864, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": ["Akkun and His Girlfriend"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Tsundere", "rank": 88 }, - { "name": "Yandere", "rank": 66 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Josei", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Video Games", "rank": 20 }, - { "name": "Teacher", "rank": 20 } - ], - "title": { - "romaji": "Akkun to Kanojo", - "english": "My Sweet Tyrant", - "native": "あっくんとカノジョ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689495385, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx100645-NJW4S7M0LvDc.jpg" - } - }, - { - "id": 104461, - "idMal": 38476, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 3, - "synonyms": ["Heya Kyan△"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 91 }, - { "name": "Outdoor", "rank": 87 }, - { "name": "Iyashikei", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Food", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Travel", "rank": 20 } - ], - "title": { "romaji": "Heya Camp△", "english": "ROOM CAMP", "native": "へやキャン△" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689495401, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104461-rdwSQwNxFIyu.jpg" - } - }, - { - "id": 21204, - "idMal": 30437, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 2, - "synonyms": ["Wakako Sake"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Food", "rank": 100 }, - { "name": "Episodic", "rank": 90 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 72 }, - { "name": "Bar", "rank": 60 }, - { "name": "Office Lady", "rank": 60 } - ], - "title": { "romaji": "Wakako-zake", "english": "Wakakozake", "native": "ワカコ酒" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689495410, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21204-I5vZUdjgBp03.jpg" - } - }, - { - "id": 20735, - "idMal": 26349, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": ["Danna ga Nani o Itte Iruka Wakaranai Ken"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 94 }, - { "name": "Seinen", "rank": 93 }, - { "name": "Otaku Culture", "rank": 91 }, - { "name": "Primarily Adult Cast", "rank": 88 }, - { "name": "Episodic", "rank": 82 }, - { "name": "Marriage", "rank": 79 }, - { "name": "Crossdressing", "rank": 60 }, - { "name": "Meta", "rank": 50 }, - { "name": "Nudity", "rank": 33 }, - { "name": "Drawing", "rank": 20 }, - { "name": "Office Lady", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Danna ga Nani wo Itteiru ka Wakaranai Ken", - "english": "I Can't Understand What My Husband Is Saying", - "native": "旦那が何を言っているかわからない件" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689495423, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20735-FDKg3nHhyae9.jpg" - } - }, - { - "id": 336, - "idMal": 336, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Meine Liebe", "My Love"], - "genres": ["Drama", "Fantasy"], - "tags": [ - { "name": "Historical", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Primarily Male Cast", "rank": 79 }, - { "name": "Foreign", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Guns", "rank": 60 }, - { "name": "Fencing", "rank": 60 } - ], - "title": { - "romaji": "Ginyuu Mokushiroku Meine Liebe", - "english": null, - "native": "吟遊黙示録 マイネリーベ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689566550, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx336-D2j3Lp7GbL54.png" - } - }, - { - "id": 163133, - "idMal": 54855, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["Painoko", "My Crossdressing Senpai", "This Is Him", "รุ่นพี่สุดสวยคนนี้เป็นผู้ชาย"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 95 }, - { "name": "Coming of Age", "rank": 93 }, - { "name": "Femboy", "rank": 90 }, - { "name": "LGBTQ+ Themes", "rank": 88 }, - { "name": "Love Triangle", "rank": 87 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Josei", "rank": 79 }, - { "name": "Boys' Love", "rank": 60 }, - { "name": "Transgender", "rank": 57 }, - { "name": "Mixed Gender Harem", "rank": 51 }, - { "name": "Bisexual", "rank": 46 }, - { "name": "Bullying", "rank": 46 } - ], - "title": { - "romaji": "Senpai wa Otokonoko", - "english": "Senpai is an Otokonoko", - "native": "先輩はおとこのこ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689567910, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163133-R0HFJPUDy9v9.jpg" - } - }, - { - "id": 107871, - "idMal": 39292, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Priconne", "ปรินเซส คอนเนค รี: ไดฟ์"], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 86 }, - { "name": "Food", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 82 }, - { "name": "Memory Manipulation", "rank": 80 }, - { "name": "Magic", "rank": 78 }, - { "name": "Elf", "rank": 78 }, - { "name": "Ensemble Cast", "rank": 76 }, - { "name": "Amnesia", "rank": 75 }, - { "name": "Nekomimi", "rank": 70 }, - { "name": "Kemonomimi", "rank": 69 }, - { "name": "Tsundere", "rank": 69 }, - { "name": "Isekai", "rank": 68 }, - { "name": "Animals", "rank": 60 }, - { "name": "Male Protagonist", "rank": 58 }, - { "name": "Yandere", "rank": 52 }, - { "name": "Henshin", "rank": 50 }, - { "name": "Dragons", "rank": 45 }, - { "name": "Female Harem", "rank": 40 }, - { "name": "Ghost", "rank": 30 }, - { "name": "Kuudere", "rank": 26 }, - { "name": "Vampire", "rank": 25 }, - { "name": "CGI", "rank": 24 }, - { "name": "Parody", "rank": 20 }, - { "name": "Fishing", "rank": 20 } - ], - "title": { - "romaji": "Princess Connect! Re:Dive", - "english": "Princess Connect! Re:Dive", - "native": "プリンセスコネクト!Re:Dive" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581564, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107871-ZOh7oeDd0kq9.png" - } - }, - { - "id": 129190, - "idMal": 47159, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "บูรณะมันวุ่นวาย ขายชาติเลยแล้วกัน", - "天才王子的赤字国家振兴术", - "Kiat Pemulihan Negara Berutang Ala Pangeran Genius" - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Politics", "rank": 98 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Military", "rank": 85 }, - { "name": "Economics", "rank": 82 }, - { "name": "War", "rank": 78 }, - { "name": "Conspiracy", "rank": 70 }, - { "name": "Religion", "rank": 50 }, - { "name": "Female Harem", "rank": 46 }, - { "name": "Nudity", "rank": 33 }, - { "name": "Gore", "rank": 30 } - ], - "title": { - "romaji": "Tensai Ouji no Akaji Kokka Saisei Jutsu", - "english": "The Genius Prince's Guide to Raising a Nation Out of Debt", - "native": "天才王子の赤字国家再生術" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581581, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129190-UnaPbNhTCTOR.jpg" - } - }, - { - "id": 134252, - "idMal": 48997, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "เกิดใหม่ต่างโลก เพื่อนผมน่ารักโฮกเลยครับ", - "Fabiniku", - "В другом мире с мужчиной, обратившимся красоткой" - ], - "genres": ["Adventure", "Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Gender Bending", "rank": 98 }, - { "name": "Isekai", "rank": 96 }, - { "name": "LGBTQ+ Themes", "rank": 93 }, - { "name": "Slapstick", "rank": 88 }, - { "name": "Primarily Adult Cast", "rank": 86 }, - { "name": "Parody", "rank": 79 }, - { "name": "Boys' Love", "rank": 79 }, - { "name": "Gods", "rank": 76 }, - { "name": "Magic", "rank": 74 }, - { "name": "Shounen", "rank": 73 }, - { "name": "Satire", "rank": 73 }, - { "name": "Meta", "rank": 66 }, - { "name": "Heterosexual", "rank": 62 }, - { "name": "Elf", "rank": 52 }, - { "name": "Chuunibyou", "rank": 48 }, - { "name": "Travel", "rank": 33 }, - { "name": "Vore", "rank": 21 } - ], - "title": { - "romaji": "Fantasy Bishoujo Juniku Oji-san to", - "english": "Life With an Ordinary Guy Who Reincarnated Into a Total Fantasy Knockout", - "native": "異世界美少女受肉おじさんと" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581594, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx134252-6pwG0YdI20aQ.jpg" - } - }, - { - "id": 129191, - "idMal": 47161, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ปราชญ์หนึ่งในใต้หล้ากับตราสุดอัปยศ", "失格纹的最强贤者"], - "genres": ["Action", "Adventure", "Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Magic", "rank": 87 }, - { "name": "Reincarnation", "rank": 86 }, - { "name": "Demons", "rank": 86 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Dragons", "rank": 60 }, - { "name": "Lost Civilization", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Heterosexual", "rank": 57 }, - { "name": "Dungeon", "rank": 57 }, - { "name": "Conspiracy", "rank": 56 }, - { "name": "Female Harem", "rank": 52 }, - { "name": "Parody", "rank": 30 } - ], - "title": { - "romaji": "Shikkakumon no Saikyou Kenja", - "english": "The Strongest Sage with the Weakest Crest", - "native": "失格紋の最強賢者" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581624, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129191-F80AgCUP79yE.jpg" - } - }, - { - "id": 21009, - "idMal": 29163, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Drama", "Slice of Life"], - "tags": [ - { "name": "Acting", "rank": 92 }, - { "name": "Work", "rank": 90 }, - { "name": "Idol", "rank": 88 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 73 }, - { "name": "Educational", "rank": 62 } - ], - "title": { "romaji": "Sore ga Seiyuu!", "english": "Seiyu's Life!", "native": "それが声優!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581641, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21009-IgL8mZysRRM4.jpg" - } - }, - { - "id": 21627, - "idMal": 32607, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Work", "rank": 95 }, - { "name": "Acting", "rank": 92 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Primarily Adult Cast", "rank": 70 }, - { "name": "Meta", "rank": 68 }, - { "name": "Cute Girls Doing Cute Things", "rank": 55 } - ], - "title": { - "romaji": "Gi(a)rlish Number", - "english": "Girlish Number", - "native": "ガーリッシュ ナンバー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581646, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21627-MygS5XrfmSkx.jpg" - } - }, - { - "id": 20668, - "idMal": 23289, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Revista mensual para chicas Nozaki", "月刊少女野崎君"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Parody", "rank": 94 }, - { "name": "Slapstick", "rank": 91 }, - { "name": "Drawing", "rank": 89 }, - { "name": "Ensemble Cast", "rank": 88 }, - { "name": "School", "rank": 77 }, - { "name": "Otaku Culture", "rank": 73 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Primarily Teen Cast", "rank": 70 }, - { "name": "Heterosexual", "rank": 63 }, - { "name": "Work", "rank": 62 }, - { "name": "Gender Bending", "rank": 62 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Shounen", "rank": 42 }, - { "name": "Tsundere", "rank": 42 }, - { "name": "School Club", "rank": 36 }, - { "name": "Educational", "rank": 25 } - ], - "title": { - "romaji": "Gekkan Shoujo Nozaki-kun", - "english": "Monthly Girls' Nozaki-kun", - "native": "月刊少女野崎くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689632457, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20668-33kB71bNr7N6.png" - } - }, - { - "id": 21858, - "idMal": 33489, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["LWA (TV)", "小魔女学园", "Det lille hekseakademiet", "האקדמיה למכשפות קטנות"], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 98 }, - { "name": "Witch", "rank": 98 }, - { "name": "School", "rank": 91 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Primarily Teen Cast", "rank": 70 }, - { "name": "Cute Girls Doing Cute Things", "rank": 67 }, - { "name": "Urban Fantasy", "rank": 66 }, - { "name": "Episodic", "rank": 65 }, - { "name": "Primarily Child Cast", "rank": 62 }, - { "name": "Boarding School", "rank": 60 }, - { "name": "Ojou-sama", "rank": 55 }, - { "name": "Super Robot", "rank": 20 } - ], - "title": { - "romaji": "Little Witch Academia (TV)", - "english": "Little Witch Academia (TV)", - "native": "リトルウィッチアカデミア (TV)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689652717, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21858-Pfp8zrJEfPrd.jpg" - } - }, - { - "id": 101316, - "idMal": 37497, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "So Many Colors In The Future What A Wonderful World", - "Iroduku", - "IRODUKU: O Mundo em Cores", - "IRODUKU: Le Monde en couleur", - "IRODUKU: El mundo en colores" - ], - "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Magic", "rank": 92 }, - { "name": "Time Manipulation", "rank": 86 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Photography", "rank": 76 }, - { "name": "School Club", "rank": 76 }, - { "name": "Drawing", "rank": 74 }, - { "name": "School", "rank": 68 }, - { "name": "Rehabilitation", "rank": 66 }, - { "name": "Coming of Age", "rank": 61 }, - { "name": "Love Triangle", "rank": 54 }, - { "name": "Heterosexual", "rank": 45 }, - { "name": "CGI", "rank": 20 }, - { "name": "Isekai", "rank": 10 } - ], - "title": { - "romaji": "Irozuku Sekai no Ashita kara", - "english": "IRODUKU: The World in Colors", - "native": "色づく世界の明日から" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689658872, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101316-yI1ZvMrsDUn9.png" - } - }, - { - "id": 62, - "idMal": 62, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 100 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Amnesia", "rank": 79 }, - { "name": "Magic", "rank": 60 }, - { "name": "Nekomimi", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "D.C.: Da Capo", - "english": "D.C.~Da Capo~", - "native": "D.C.~ダ・カーポ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689730594, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2003 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx62-llr25zE9LOm1.png" - } - }, - { - "id": 147, - "idMal": 147, - "status": "FINISHED", - "type": "ANIME", - "episodes": 14, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "Kiminozo", - "The Eternity You Wish For", - "Die Ewigkeit, die du dir wünschst", - "Wieczność, której pragniesz" - ], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Rehabilitation", "rank": 95 }, - { "name": "Love Triangle", "rank": 90 }, - { "name": "Time Skip", "rank": 90 }, - { "name": "Heterosexual", "rank": 90 }, - { "name": "Tragedy", "rank": 82 }, - { "name": "Hikikomori", "rank": 79 }, - { "name": "Work", "rank": 79 }, - { "name": "School", "rank": 48 }, - { "name": "Nudity", "rank": 36 }, - { "name": "Cars", "rank": 20 }, - { "name": "Amnesia", "rank": 20 } - ], - "title": { - "romaji": "Kimi ga Nozomu Eien", - "english": "Rumbling Hearts", - "native": "君が望む永遠" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689730600, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147-dK27Fk3dsn13.jpg" - } - }, - { - "id": 21102, - "idMal": 22119, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 20, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Flat Chest", "rank": 79 }, - { "name": "POV", "rank": 79 }, - { "name": "Cosplay", "rank": 70 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Fellatio", "rank": 20 } - ], - "title": { "romaji": "PeroPero☆Teacher", "english": null, "native": "ぺろぺろ☆てぃーちゃー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689742365, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21102-B4tTQyDpomuD.jpg" - } - }, - { - "id": 139883, - "idMal": 49987, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 22, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Rape", "rank": 86 }, - { "name": "Virginity", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "DILF", "rank": 60 }, - { "name": "Public Sex", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Boobjob", "rank": 60 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Anal Sex", "rank": 40 }, - { "name": "Tanned Skin", "rank": 40 } - ], - "title": { "romaji": "Papa Katsu!", "english": null, "native": "パパ喝ッ!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689743018, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139883-Hi2qyNPKzaKz.jpg" - } - }, - { - "id": 1821, - "idMal": 1821, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [ - "Crimson Lotus", - "Red Lotus", - "BloodShadow", - "Blood Shadow: Guren", - "Le Lotus Rouge" - ], - "genres": ["Hentai"], - "tags": [{ "name": "Female Harem", "rank": 50 }], - "title": { "romaji": "Guren", "english": "Blood Shadow", "native": "紅蓮" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689743072, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1821.jpg" - } - }, - { - "id": 3171, - "idMal": 3171, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Nudity", "rank": 79 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Netorare", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "MILF", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Lactation", "rank": 60 }, - { "name": "Rape", "rank": 60 }, - { "name": "Facial", "rank": 60 }, - { "name": "Public Sex", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Bondage", "rank": 40 }, - { "name": "Inseki", "rank": 40 }, - { "name": "Incest", "rank": 40 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Threesome", "rank": 40 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Defloration", "rank": 40 }, - { "name": "Rimjob", "rank": 40 }, - { "name": "Human Pet", "rank": 40 }, - { "name": "Group Sex", "rank": 40 }, - { "name": "Anal Sex", "rank": 40 }, - { "name": "Squirting", "rank": 40 }, - { "name": "DILF", "rank": 20 } - ], - "title": { - "romaji": "Ryoujoku Hitozuma Onsen", - "english": "Spa of Love", - "native": "凌辱人妻温泉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689745043, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/3171.jpg" - } - }, - { - "id": 5671, - "idMal": 5671, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Slice of Life", "Sports"], - "tags": [ - { "name": "Mahjong", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 86 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Yuri", "rank": 79 }, - { "name": "Super Power", "rank": 74 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "School Club", "rank": 71 }, - { "name": "School", "rank": 70 }, - { "name": "Cute Girls Doing Cute Things", "rank": 70 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Food", "rank": 56 }, - { "name": "Ensemble Cast", "rank": 53 }, - { "name": "Ojou-sama", "rank": 45 }, - { "name": "Nudity", "rank": 44 }, - { "name": "CGI", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Maids", "rank": 12 }, - { "name": "Ghost", "rank": 10 } - ], - "title": { "romaji": "Saki", "english": "Saki", "native": "咲-Saki-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689746939, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5671-Hpvvpl5cncbf.png" - } - }, - { - "id": 100741, - "idMal": 36889, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 17, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Incest", "rank": 93 }, - { "name": "Flat Chest", "rank": 85 }, - { "name": "Nakadashi", "rank": 76 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Age Gap", "rank": 53 }, - { "name": "Masturbation", "rank": 46 }, - { "name": "Facial", "rank": 40 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Handjob", "rank": 40 } - ], - "title": { "romaji": "Oyasumi Sex", "english": null, "native": "おやすみせっくす" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689749776, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100741-963ZfhRx1pSW.jpg" - } - }, - { - "id": 98213, - "idMal": 34795, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 17, - "synonyms": ["Soul Insert"], - "genres": ["Hentai"], - "tags": [ - { "name": "Body Swapping", "rank": 95 }, - { "name": "Large Breasts", "rank": 85 }, - { "name": "Masturbation", "rank": 80 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Rape", "rank": 79 }, - { "name": "Kemonomimi", "rank": 66 }, - { "name": "Handjob", "rank": 60 }, - { "name": "POV", "rank": 60 }, - { "name": "Virginity", "rank": 60 }, - { "name": "Gender Bending", "rank": 60 }, - { "name": "Boobjob", "rank": 53 }, - { "name": "Inseki", "rank": 53 }, - { "name": "Gods", "rank": 50 }, - { "name": "Defloration", "rank": 40 }, - { "name": "MILF", "rank": 40 }, - { "name": "School", "rank": 40 }, - { "name": "Fellatio", "rank": 40 }, - { "name": "Facial", "rank": 40 }, - { "name": "Prostitution", "rank": 30 }, - { "name": "Sumata", "rank": 20 } - ], - "title": { "romaji": "Tamashii: Insert", "english": null, "native": "魂インサート" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689749791, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b98213-9VXeT64jUQrU.jpg" - } - }, - { - "id": 16642, - "idMal": 16642, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 26, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Nakadashi", "rank": 79 }, - { "name": "Defloration", "rank": 60 }, - { "name": "Incest", "rank": 40 } - ], - "title": { - "romaji": "Ane Koi: Suki Kirai Daisuki", - "english": "Sizzling Siblings", - "native": "姉恋 スキ・キライ・ダイスキ。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689761504, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16642-FxKPbmLalUYT.jpg" - } - }, - { - "id": 12957, - "idMal": 12957, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 28, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [], - "title": { "romaji": "First Love", "english": "First Love", "native": "First Love" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689761524, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/12957.jpg" - } - }, - { - "id": 162896, - "idMal": 54724, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "The Elusive Samurai", - "นายน้อยจอมโกยก้าวสู่เส้นทางแห่งวีรบุรุษ", - "Héroe fugitivo", - "Беглый самурай" - ], - "genres": ["Action", "Adventure"], - "tags": [{ "name": "Samurai", "rank": 60 }], - "title": { "romaji": "Nige Jouzu no Wakagimi", "english": null, "native": "逃げ上手の若君" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689830121, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162896-hSMTVceb50GY.jpg" - } - }, - { - "id": 163270, - "idMal": 54900, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["WB", "ウィンブレ"], - "genres": ["Action", "Comedy", "Drama"], - "tags": [ - { "name": "Delinquents", "rank": 75 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Shounen", "rank": 70 }, - { "name": "LGBTQ+ Themes", "rank": 20 }, - { "name": "Transgender", "rank": 20 } - ], - "title": { "romaji": "WIND BREAKER", "english": null, "native": "WIND BREAKER" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689830125, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163270-7OUYP4fQQM5Z.jpg" - } - }, - { - "id": 10089, - "idMal": 10089, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": [], - "tags": [{ "name": "Work", "rank": 86 }], - "title": { "romaji": "Girls' Work", "english": null, "native": "ガールズワーク" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689830130, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx10089-OoG8qY6kAzJO.jpg" - } - }, - { - "id": 131565, - "idMal": 48556, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "タクトオーパス", - "แท็กต์ โอปัส. เดสตินี ~ลิขิตเสียง บรรเลงชะตา~", - "宿命回响:命运节拍", - "Такт. Опус Дестини" - ], - "genres": ["Action", "Fantasy", "Music"], - "tags": [ - { "name": "Henshin", "rank": 91 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Foreign", "rank": 78 }, - { "name": "Post-Apocalyptic", "rank": 77 }, - { "name": "Tragedy", "rank": 75 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Amnesia", "rank": 66 }, - { "name": "Kuudere", "rank": 63 }, - { "name": "Ensemble Cast", "rank": 60 }, - { "name": "Dystopian", "rank": 47 }, - { "name": "Disability", "rank": 42 }, - { "name": "Adoption", "rank": 40 }, - { "name": "Dinosaurs", "rank": 20 } - ], - "title": { - "romaji": "takt op.Destiny", - "english": "takt op.Destiny", - "native": "takt op.Destiny" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689839287, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx131565-3W2YEX6V3K3i.jpg" - } - }, - { - "id": 146625, - "idMal": 51417, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["エンゲージ・キス", "Project Engage", "Клятвенный поцелуй"], - "genres": ["Action", "Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 93 }, - { "name": "Memory Manipulation", "rank": 92 }, - { "name": "Urban Fantasy", "rank": 82 }, - { "name": "Love Triangle", "rank": 80 }, - { "name": "Guns", "rank": 80 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Amnesia", "rank": 76 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Henshin", "rank": 75 }, - { "name": "Urban", "rank": 71 }, - { "name": "Yandere", "rank": 70 }, - { "name": "Swordplay", "rank": 66 }, - { "name": "Tragedy", "rank": 63 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Succubus", "rank": 53 }, - { "name": "Cosmic Horror", "rank": 20 }, - { "name": "Cannibalism", "rank": 20 } - ], - "title": { "romaji": "Engage Kiss", "english": "Engage Kiss", "native": "Engage Kiss" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689839294, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146625-DmXjpJ2y8fDn.jpg" - } - }, - { - "id": 189, - "idMal": 189, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 97 }, - { "name": "Shounen", "rank": 90 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "College", "rank": 74 }, - { "name": "Primarily Female Cast", "rank": 72 }, - { "name": "Tsundere", "rank": 60 } - ], - "title": { "romaji": "Love Hina", "english": "Love Hina", "native": "ラブひな" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901336, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx189-ybxKAazvr7cH.png" - } - }, - { - "id": 9776, - "idMal": 9776, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["A-Channel: The Animation"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 96 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "School", "rank": 68 }, - { "name": "Seinen", "rank": 26 }, - { "name": "Kuudere", "rank": 13 } - ], - "title": { "romaji": "A-Channel", "english": "A-Channel", "native": "Aチャンネル" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689970431, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9776-1JMnQWJhpKVr.png" - } - }, - { - "id": 944, - "idMal": 944, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Action", "Adventure", "Sci-Fi"], - "tags": [ - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Post-Apocalyptic", "rank": 79 }, - { "name": "Swordplay", "rank": 79 }, - { "name": "Tanks", "rank": 79 }, - { "name": "Guns", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 73 }, - { "name": "Lost Civilization", "rank": 70 }, - { "name": "Robots", "rank": 70 } - ], - "title": { - "romaji": "The Third: Aoi Hitomi no Shoujo", - "english": "The Third: The Girl with the Blue Eye", - "native": "ザ・サード 蒼い瞳の少女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689972980, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b944-yqJOuaRagwJJ.jpg" - } - }, - { - "id": 3958, - "idMal": 3958, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["神薙"], - "genres": ["Comedy", "Supernatural"], - "tags": [ - { "name": "Gods", "rank": 88 }, - { "name": "Dissociative Identities", "rank": 79 }, - { "name": "Otaku Culture", "rank": 73 }, - { "name": "Male Protagonist", "rank": 67 }, - { "name": "School", "rank": 65 }, - { "name": "Shrine Maiden", "rank": 63 }, - { "name": "Parody", "rank": 57 }, - { "name": "Love Triangle", "rank": 57 }, - { "name": "Memory Manipulation", "rank": 56 }, - { "name": "Meta", "rank": 50 }, - { "name": "Idol", "rank": 42 }, - { "name": "School Club", "rank": 40 }, - { "name": "Shounen", "rank": 36 }, - { "name": "Nudity", "rank": 33 } - ], - "title": { - "romaji": "Kannagi", - "english": "Kannagi: Crazy Shrine Maidens", - "native": "かんなぎ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689976797, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx3958-SztG03yWCG5G.jpg" - } - }, - { - "id": 105081, - "idMal": 38619, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 96 }, - { "name": "Primarily Teen Cast", "rank": 95 }, - { "name": "Surreal Comedy", "rank": 92 }, - { "name": "School", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Slapstick", "rank": 72 }, - { "name": "Ensemble Cast", "rank": 63 }, - { "name": "Shounen", "rank": 62 }, - { "name": "Cute Girls Doing Cute Things", "rank": 61 }, - { "name": "Chuunibyou", "rank": 58 }, - { "name": "LGBTQ+ Themes", "rank": 53 }, - { "name": "Twins", "rank": 46 }, - { "name": "Otaku Culture", "rank": 45 }, - { "name": "Kuudere", "rank": 45 }, - { "name": "Video Games", "rank": 10 }, - { "name": "Love Triangle", "rank": 10 } - ], - "title": { - "romaji": "Joshikousei no Mudazukai", - "english": "Wasteful Days of High School Girls", - "native": "女子高生の無駄づかい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689990707, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105081-pc4jgCmAP0dZ.jpg" - } - }, - { - "id": 71, - "idMal": 71, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["FMP", "Furumeta"], - "genres": ["Action", "Comedy", "Mecha", "Sci-Fi"], - "tags": [ - { "name": "Military", "rank": 91 }, - { "name": "Guns", "rank": 82 }, - { "name": "Real Robot", "rank": 77 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Love Triangle", "rank": 75 }, - { "name": "School", "rank": 65 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Super Power", "rank": 60 }, - { "name": "Terrorism", "rank": 50 }, - { "name": "War", "rank": 50 }, - { "name": "Politics", "rank": 33 }, - { "name": "Work", "rank": 33 }, - { "name": "Ensemble Cast", "rank": 30 }, - { "name": "Artificial Intelligence", "rank": 26 }, - { "name": "Ships", "rank": 20 }, - { "name": "Slapstick", "rank": 20 }, - { "name": "Alternate Universe", "rank": 10 } - ], - "title": { - "romaji": "Full Metal Panic!", - "english": "Full Metal Panic!", - "native": "フルメタル・パニック!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690016340, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx71-Fi08vs7xNBMW.png" - } - }, - { - "id": 9693, - "idMal": 9693, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Moshi Koukou Yakyuu no Joshi Manager ga Drucker no Management wo Yondara", - "What If a Female Manager of a High School Baseball Team Read Drucker's", - "Drucker in the Dug-Out" - ], - "genres": ["Drama", "Sports"], - "tags": [ - { "name": "School Club", "rank": 79 }, - { "name": "Baseball", "rank": 66 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Economics", "rank": 20 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { "romaji": "Moshidora", "english": null, "native": "もしドラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690057450, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/9693.jpg" - } - }, - { - "id": 113814, - "idMal": 40842, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ไอดอลลีไพรด์"], - "genres": ["Drama", "Music", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Idol", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "Tragedy", "rank": 86 }, - { "name": "Ghost", "rank": 86 }, - { "name": "Ensemble Cast", "rank": 85 }, - { "name": "Dancing", "rank": 85 }, - { "name": "Female Protagonist", "rank": 76 }, - { "name": "Cute Girls Doing Cute Things", "rank": 65 }, - { "name": "Musical", "rank": 57 }, - { "name": "CGI", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { "romaji": "IDOLY PRIDE", "english": "Idoly Pride", "native": "IDOLY PRIDE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690095153, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113814-HvgpmDKpgHql.png" - } - }, - { - "id": 15125, - "idMal": 15125, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 2, - "synonyms": ["Te-kyuu"], - "genres": ["Comedy", "Slice of Life", "Sports"], - "tags": [ - { "name": "Surreal Comedy", "rank": 98 }, - { "name": "Episodic", "rank": 92 }, - { "name": "Meta", "rank": 90 }, - { "name": "School Club", "rank": 80 }, - { "name": "Parody", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 66 }, - { "name": "Tennis", "rank": 61 }, - { "name": "Cute Girls Doing Cute Things", "rank": 57 }, - { "name": "School", "rank": 50 }, - { "name": "Shounen", "rank": 30 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { "romaji": "Teekyuu", "english": "Teekyuu", "native": "てーきゅう" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690103474, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15125-2ngZyS4KrMqA.png" - } - }, - { - "id": 20746, - "idMal": 25429, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Isuka"], - "genres": ["Action", "Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Youkai", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Archery", "rank": 72 }, - { "name": "Nudity", "rank": 64 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Super Power", "rank": 60 }, - { "name": "Nekomimi", "rank": 40 }, - { "name": "Magic", "rank": 20 }, - { "name": "Shapeshifting", "rank": 20 } - ], - "title": { "romaji": "Isuca", "english": "Isuca", "native": "イスカ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690104901, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20746-a6DKOfo2K49Z.jpg" - } - }, - { - "id": 4492, - "idMal": 4492, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 18, - "synonyms": [ - "Study-A-Broad episode #2", - "Study-A-Broad 2", - "Study A-Broad 2", - "Study-A-Broad pt2" - ], - "genres": ["Hentai"], - "tags": [ - { "name": "Masturbation", "rank": 79 }, - { "name": "Teacher", "rank": 79 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Virginity", "rank": 20 }, - { "name": "Swimming", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Irrumatio", "rank": 20 }, - { "name": "Rape", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 } - ], - "title": { "romaji": "Seisen Gakuin", "english": "Holy Sleazy School", "native": "聖泉学淫" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690160535, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/4492.jpg" - } - }, - { - "id": 135513, - "idMal": 50634, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 27, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Threesome", "rank": 100 }, - { "name": "Twins", "rank": 98 }, - { "name": "Primarily Teen Cast", "rank": 94 }, - { "name": "Group Sex", "rank": 82 }, - { "name": "Sex Toys", "rank": 80 }, - { "name": "Squirting", "rank": 80 }, - { "name": "School", "rank": 79 }, - { "name": "Kuudere", "rank": 79 }, - { "name": "Nakadashi", "rank": 76 }, - { "name": "Incest", "rank": 75 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Maids", "rank": 64 }, - { "name": "Handjob", "rank": 60 }, - { "name": "Masturbation", "rank": 60 }, - { "name": "Fellatio", "rank": 55 }, - { "name": "Cosplay", "rank": 55 }, - { "name": "Yuri", "rank": 52 }, - { "name": "School Club", "rank": 50 }, - { "name": "Boobjob", "rank": 46 }, - { "name": "Blackmail", "rank": 43 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Voyeur", "rank": 40 } - ], - "title": { - "romaji": "Kaede to Suzu THE ANIMATION", - "english": "Love Me: Kaede and Suzu THE ANIMATION", - "native": "楓と鈴 THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690195811, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx135513-YJgeWHaPXfS8.jpg" - } - }, - { - "id": 14467, - "idMal": 14467, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["K-Project (K-プロジェクト)", "K -eine weitere Geschichte-"], - "genres": ["Action", "Mystery", "Supernatural"], - "tags": [ - { "name": "Gangs", "rank": 95 }, - { "name": "Memory Manipulation", "rank": 92 }, - { "name": "Super Power", "rank": 90 }, - { "name": "Amnesia", "rank": 85 }, - { "name": "Body Swapping", "rank": 84 }, - { "name": "Urban Fantasy", "rank": 83 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Urban", "rank": 77 }, - { "name": "Ensemble Cast", "rank": 70 }, - { "name": "Swordplay", "rank": 67 }, - { "name": "Revenge", "rank": 62 }, - { "name": "Primarily Male Cast", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Nekomimi", "rank": 56 }, - { "name": "Martial Arts", "rank": 55 }, - { "name": "School", "rank": 46 }, - { "name": "Skateboarding", "rank": 46 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Kuudere", "rank": 30 } - ], - "title": { "romaji": "K", "english": "K", "native": "K" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690265382, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14467-emaCgr1KNGGI.png" - } - }, - { - "id": 2369, - "idMal": 2369, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Magic Lending Company", "บริษัทจัดหาเวทย์ ", "Dịch vụ thuê Pháp sư"], - "genres": ["Action", "Fantasy", "Mystery", "Supernatural"], - "tags": [ - { "name": "Magic", "rank": 60 }, - { "name": "Religion", "rank": 60 }, - { "name": "Work", "rank": 60 }, - { "name": "Achronological Order", "rank": 40 }, - { "name": "Female Harem", "rank": 40 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { "romaji": "Rental Magica", "english": "Rental Magica", "native": "レンタルマギカ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690265470, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2369-CfMlUsLn6dvb.png" - } - }, - { - "id": 101126, - "idMal": 36077, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 120, - "synonyms": [ - "Macross Delta: Gekijou no Walküre", - "Macross Δ: Passionate Walküre", - "Macross Δ Movie: Gekijou no Walküre", - "Gekijouban Macross Δ: Gekijou no Walkure" - ], - "genres": ["Action", "Mecha", "Music", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Idol", "rank": 84 }, - { "name": "War", "rank": 79 }, - { "name": "Musical", "rank": 79 }, - { "name": "Space", "rank": 79 }, - { "name": "Military", "rank": 75 }, - { "name": "Space Opera", "rank": 70 }, - { "name": "Love Triangle", "rank": 35 }, - { "name": "Henshin", "rank": 20 } - ], - "title": { - "romaji": "Macross Δ: Gekijou no Walküre", - "english": null, - "native": "劇場版マクロスΔ 激情のワルキューレ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690318961, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101126-EkTBTjUhjsfH.jpg" - } - }, - { - "id": 103316, - "idMal": 28843, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 3, - "synonyms": ["My Face"], - "genres": ["Horror", "Psychological"], - "tags": [ - { "name": "Body Horror", "rank": 84 }, - { "name": "Astronomy", "rank": 60 }, - { "name": "Amnesia", "rank": 10 } - ], - "title": { "romaji": "Watashi no Kao", "english": null, "native": "ワ・タ・シ・ノ・カ・オ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690354147, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx103316-ux8Nt6067Pgd.jpg" - } - }, - { - "id": 4701, - "idMal": 4701, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 24, - "synonyms": ["Yamahime no Jitsu", "Yama Hime no Sane"], - "genres": ["Hentai"], - "tags": [ - { "name": "Netorare", "rank": 79 }, - { "name": "Age Gap", "rank": 79 }, - { "name": "MILF", "rank": 79 } - ], - "title": { "romaji": "Yama Hime no Mi", "english": null, "native": "山姫の実" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690363486, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/4701.jpg" - } - }, - { - "id": 146837, - "idMal": 51463, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "OVA", - "duration": 24, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Rape", "rank": 95 }, - { "name": "Revenge", "rank": 95 }, - { "name": "Anal Sex", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Teacher", "rank": 79 }, - { "name": "Irrumatio", "rank": 70 }, - { "name": "Group Sex", "rank": 60 }, - { "name": "Handjob", "rank": 60 } - ], - "title": { "romaji": "Tsugunai", "english": null, "native": "ツグナヒ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690408304, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146837-Ot4gdIYCA34z.jpg" - } - }, - { - "id": 161312, - "idMal": 55181, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 20, - "synonyms": [], - "genres": ["Fantasy", "Hentai"], - "tags": [ - { "name": "Flat Chest", "rank": 84 }, - { "name": "Elf", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "DILF", "rank": 79 }, - { "name": "Defloration", "rank": 79 }, - { "name": "Threesome", "rank": 79 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Public Sex", "rank": 60 }, - { "name": "Ahegao", "rank": 60 }, - { "name": "Group Sex", "rank": 60 }, - { "name": "Tanned Skin", "rank": 60 }, - { "name": "Masturbation", "rank": 40 }, - { "name": "Archery", "rank": 30 }, - { "name": "Irrumatio", "rank": 30 } - ], - "title": { - "romaji": "Tsurupeta Shugo Kishi Elfina Ochiru", - "english": null, - "native": "つるぺた守護騎士 エルフィナ堕ちる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690408324, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161312-n71B3LEpC4Xh.jpg" - } - }, - { - "id": 162482, - "idMal": 54849, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": ["Nightmare×Deathscytheー前編ー叛逆のレゾナンス"], - "genres": ["Hentai"], - "tags": [ - { "name": "Cult", "rank": 20 }, - { "name": "Tentacles", "rank": 20 }, - { "name": "Rape", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Irrumatio", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Nun", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Netorare", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Cumflation", "rank": 20 }, - { "name": "Pregnant", "rank": 20 }, - { "name": "Magic", "rank": 20 }, - { "name": "Ahegao", "rank": 20 }, - { "name": "Deepthroat", "rank": 20 }, - { "name": "Group Sex", "rank": 20 }, - { "name": "Hypersexuality", "rank": 20 } - ], - "title": { - "romaji": "Nightmare x Deathscythe: Hangyaku no Resonance", - "english": null, - "native": "Nightmare×Deathscythe~叛逆のレゾナンス~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690408347, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162482-koAmLbItdGvb.jpg" - } - }, - { - "id": 98460, - "idMal": 35120, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "ONA", - "duration": 25, - "synonyms": ["デビルマン クライベイビー", "דווילמן: בכיין", "طفل الشيطان", "เดวิลแมน ครายเบบี้"], - "genres": ["Action", "Drama", "Horror", "Psychological", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 97 }, - { "name": "Tragedy", "rank": 93 }, - { "name": "Body Horror", "rank": 89 }, - { "name": "Gore", "rank": 87 }, - { "name": "Urban Fantasy", "rank": 86 }, - { "name": "Gods", "rank": 85 }, - { "name": "Shapeshifting", "rank": 85 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Philosophy", "rank": 81 }, - { "name": "Cosmic Horror", "rank": 80 }, - { "name": "War", "rank": 79 }, - { "name": "Nudity", "rank": 75 }, - { "name": "Angels", "rank": 74 }, - { "name": "Coming of Age", "rank": 73 }, - { "name": "Anti-Hero", "rank": 72 }, - { "name": "Monster Boy", "rank": 70 }, - { "name": "Henshin", "rank": 68 }, - { "name": "Masturbation", "rank": 65 }, - { "name": "Cannibalism", "rank": 64 }, - { "name": "LGBTQ+ Themes", "rank": 63 }, - { "name": "Revenge", "rank": 61 }, - { "name": "Athletics", "rank": 61 }, - { "name": "Drugs", "rank": 58 }, - { "name": "Meta", "rank": 57 }, - { "name": "Public Sex", "rank": 57 }, - { "name": "Bisexual", "rank": 53 }, - { "name": "Politics", "rank": 46 }, - { "name": "Motorcycles", "rank": 45 }, - { "name": "Rape", "rank": 45 }, - { "name": "Afterlife", "rank": 44 }, - { "name": "Shounen", "rank": 26 } - ], - "title": { - "romaji": "DEVILMAN crybaby", - "english": "Devilman Crybaby", - "native": "DEVILMAN crybaby" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690419117, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98460-WTidxsFZrHfv.jpg" - } - }, - { - "id": 16157, - "idMal": 16157, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Kami Jigen Game Neptune V", - "Hyperdimension Neptunia Victory", - "Hyperdimension Neptunia: The Animation", - "초차원 게임 넵튠 : The Animation" - ], - "genres": ["Action", "Comedy", "Ecchi", "Mahou Shoujo", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Video Games", "rank": 91 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Parody", "rank": 77 }, - { "name": "Henshin", "rank": 73 }, - { "name": "Gods", "rank": 72 }, - { "name": "Meta", "rank": 65 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Memory Manipulation", "rank": 50 }, - { "name": "Alternate Universe", "rank": 50 }, - { "name": "Time Skip", "rank": 20 } - ], - "title": { - "romaji": "Choujigen Game Neptune THE ANIMATION", - "english": "Hyperdimension Neptunia", - "native": "超次元ゲイム ネプテューヌ THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690474700, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16157-GFIuj9e2Y8nK.jpg" - } - }, - { - "id": 21290, - "idMal": 31404, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ถามหน่อยครับ คิดว่าเจ้าสาวผมในเกมออนไลน์เป็นผู้หญิงจริงหรือเปล่า?"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Video Games", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Otaku Culture", "rank": 80 }, - { "name": "Virtual World", "rank": 76 }, - { "name": "School Club", "rank": 73 }, - { "name": "Tsundere", "rank": 73 }, - { "name": "School", "rank": 72 }, - { "name": "Hikikomori", "rank": 71 }, - { "name": "Rehabilitation", "rank": 70 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Nudity", "rank": 58 }, - { "name": "Yandere", "rank": 54 } - ], - "title": { - "romaji": "Netoge no Yome wa Onnanoko ja Nai to Omotta?", - "english": "And you thought there is never a girl online?", - "native": "ネトゲの嫁は女の子じゃないと思った?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690492115, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21290-R6qYWnylwpbL.png" - } - }, - { - "id": 98596, - "idMal": 35413, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Imoto sae Ireba Ii.", - "A Sister's All You Need", - "It'd be Good if Only Little Sister Was Here", - "Imosae", - "Imoutosae", - "Imotosae", - "如果有妹妹就好了。", - "คงจะดี ถ้ามีน้องสาวสักคน" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Writing", "rank": 88 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Primarily Adult Cast", "rank": 83 }, - { "name": "Otaku Culture", "rank": 81 }, - { "name": "Work", "rank": 75 }, - { "name": "Nudity", "rank": 73 }, - { "name": "Coming of Age", "rank": 68 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Love Triangle", "rank": 58 }, - { "name": "Crossdressing", "rank": 51 }, - { "name": "Video Games", "rank": 44 }, - { "name": "College", "rank": 36 }, - { "name": "Gender Bending", "rank": 33 }, - { "name": "Ensemble Cast", "rank": 20 } - ], - "title": { - "romaji": "Imouto sae Ireba Ii.", - "english": "A Sister's All You Need.", - "native": "妹さえいればいい。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690497402, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98596-E2aZouOyuQ8G.jpg" - } - }, - { - "id": 105228, - "idMal": 38668, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["دوروهيدورو", "สาปพันธุ์อสูร"], - "genres": ["Action", "Adventure", "Comedy", "Fantasy", "Horror", "Mystery"], - "tags": [ - { "name": "Monster Boy", "rank": 93 }, - { "name": "Amnesia", "rank": 88 }, - { "name": "Magic", "rank": 88 }, - { "name": "Full CGI", "rank": 88 }, - { "name": "CGI", "rank": 87 }, - { "name": "Gore", "rank": 84 }, - { "name": "Surreal Comedy", "rank": 81 }, - { "name": "Ensemble Cast", "rank": 80 }, - { "name": "Body Horror", "rank": 80 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Dystopian", "rank": 79 }, - { "name": "Anti-Hero", "rank": 78 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Demons", "rank": 67 }, - { "name": "Body Swapping", "rank": 56 }, - { "name": "Vore", "rank": 56 }, - { "name": "Food", "rank": 51 }, - { "name": "Drugs", "rank": 43 }, - { "name": "Post-Apocalyptic", "rank": 43 }, - { "name": "Found Family", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Zombie", "rank": 33 }, - { "name": "Baseball", "rank": 30 }, - { "name": "Revenge", "rank": 20 } - ], - "title": { "romaji": "Dorohedoro", "english": "Dorohedoro", "native": "ドロヘドロ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690528116, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105228-9KSgNMIX3kPa.jpg" - } - }, - { - "id": 5030, - "idMal": 5030, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy"], - "tags": [ - { "name": "Parody", "rank": 94 }, - { "name": "School", "rank": 92 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Crossdressing", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 86 }, - { "name": "Yuri", "rank": 84 }, - { "name": "Ojou-sama", "rank": 80 }, - { "name": "Bullying", "rank": 80 }, - { "name": "Femboy", "rank": 79 }, - { "name": "Maids", "rank": 75 }, - { "name": "Meta", "rank": 70 }, - { "name": "Nekomimi", "rank": 68 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Twins", "rank": 60 }, - { "name": "Archery", "rank": 53 }, - { "name": "Religion", "rank": 53 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Kuudere", "rank": 30 } - ], - "title": { "romaji": "Maria†Holic", "english": "Maria†Holic", "native": "まりあ†ほりっく" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690708339, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5030-nDUiCUV0Km64.png" - } - }, - { - "id": 99807, - "idMal": 40148, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Nanabun no Nijyuuni"], - "genres": ["Drama", "Music"], - "tags": [ - { "name": "Idol", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Ensemble Cast", "rank": 93 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Cute Girls Doing Cute Things", "rank": 86 }, - { "name": "Dancing", "rank": 77 }, - { "name": "CGI", "rank": 33 } - ], - "title": { - "romaji": "22/7", - "english": "22/7 (nanabun no nijyuuni)", - "native": "22/7 (ナナブンノニジュウニ)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690708582, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99807-bkaSfYalAcbf.jpg" - } - }, - { - "id": 257, - "idMal": 257, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Ikki Tousen", "Ikki-Tosen: Legendary Fighter"], - "genres": ["Action", "Ecchi"], - "tags": [ - { "name": "Martial Arts", "rank": 85 }, - { "name": "Nudity", "rank": 77 }, - { "name": "Female Harem", "rank": 67 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Ensemble Cast", "rank": 60 }, - { "name": "Super Power", "rank": 48 }, - { "name": "Tsundere", "rank": 46 }, - { "name": "Tomboy", "rank": 46 }, - { "name": "Seinen", "rank": 46 }, - { "name": "School", "rank": 45 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Bisexual", "rank": 30 } - ], - "title": { - "romaji": "Ikkitousen", - "english": "Battle Vixens: Ikki Tousen", - "native": "一騎当千" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691130032, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2003 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx257-gCZecr1Nu9NV.jpg" - } - }, - { - "id": 10553, - "idMal": 10553, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 21, - "synonyms": [ - "It's Not Like I Grow Up Just for You!!", - "Betsu ni Anta no Tame ni Ookikunattanjanaindakara ne!!", - "It's not like I grew up like this just for you!!" - ], - "genres": ["Hentai"], - "tags": [{ "name": "Large Breasts", "rank": 79 }, { "name": "Tsundere", "rank": 20 }], - "title": { - "romaji": "Betsu ni Anta no Tame ni Ookiku Nattan Janain Dakara ne!!", - "english": null, - "native": "別にアンタの為に大きくなったんじゃないんだからねっ!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691130083, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx10553-FwJEBM8Ukfxn.jpg" - } - }, - { - "id": 155907, - "idMal": 53411, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["バディダディ", "Напарники-папаши"], - "genres": ["Action", "Comedy", "Drama", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 98 }, - { "name": "Found Family", "rank": 97 }, - { "name": "Crime", "rank": 87 }, - { "name": "Adoption", "rank": 87 }, - { "name": "Assassins", "rank": 87 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Guns", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 71 }, - { "name": "Urban", "rank": 71 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Espionage", "rank": 67 }, - { "name": "Mafia", "rank": 66 }, - { "name": "Surreal Comedy", "rank": 61 }, - { "name": "Time Skip", "rank": 29 }, - { "name": "Video Games", "rank": 25 } - ], - "title": { "romaji": "Buddy Daddies", "english": "Buddy Daddies", "native": "Buddy Daddies" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691437228, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155907-gR7aRwVHwrjc.jpg" - } - }, - { - "id": 145813, - "idMal": 51145, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "ONA", - "duration": 10, - "synonyms": [ - "Pokémon LEGENDS: Arceus", - "Pokémon: Schnee in Hisui", - "Pokémon: Les neiges de Hisui", - "Pokémon: La neve di Hisui", - "Pokémon: Nieves de Hisui", - "Pokémon: as neves de Hisui", - "Twin Indigo of Melting Snow" - ], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Medicine", "rank": 70 }, - { "name": "Time Skip", "rank": 65 }, - { "name": "Animals", "rank": 63 }, - { "name": "Male Protagonist", "rank": 55 }, - { "name": "Kids", "rank": 53 }, - { "name": "Primarily Male Cast", "rank": 20 } - ], - "title": { - "romaji": "Yuki Hodokishi Futaai", - "english": "Pokémon: Hisuian Snow", - "native": "雪ほどきし二藍" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691437279, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx145813-mp38DT8omMKU.jpg" - } - }, - { - "id": 21714, - "idMal": 32979, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["轻拍翻转小魔女", "Flip Flappers: Fantazja kontra świat"], - "genres": [ - "Action", - "Adventure", - "Comedy", - "Fantasy", - "Mahou Shoujo", - "Psychological", - "Sci-Fi" - ], - "tags": [ - { "name": "Coming of Age", "rank": 92 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "LGBTQ+ Themes", "rank": 85 }, - { "name": "Henshin", "rank": 84 }, - { "name": "Meta", "rank": 80 }, - { "name": "Magic", "rank": 78 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Surreal Comedy", "rank": 73 }, - { "name": "Memory Manipulation", "rank": 73 }, - { "name": "Yuri", "rank": 73 }, - { "name": "Super Power", "rank": 71 }, - { "name": "Cult", "rank": 69 }, - { "name": "Dissociative Identities", "rank": 68 }, - { "name": "Time Manipulation", "rank": 65 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Age Regression", "rank": 60 }, - { "name": "Isekai", "rank": 60 }, - { "name": "School", "rank": 54 }, - { "name": "Love Triangle", "rank": 50 }, - { "name": "Tsundere", "rank": 45 }, - { "name": "Surfing", "rank": 45 }, - { "name": "Yandere", "rank": 36 }, - { "name": "Super Robot", "rank": 35 } - ], - "title": { - "romaji": "Flip Flappers", - "english": "FLIP FLAPPERS", - "native": "フリップフラッパーズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691496798, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21714-CkRGMKNtKfdp.jpg" - } - }, - { - "id": 105914, - "idMal": 38759, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["贤惠幼妻仙狐小姐"], - "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Kemonomimi", "rank": 93 }, - { "name": "Iyashikei", "rank": 92 }, - { "name": "Youkai", "rank": 79 }, - { "name": "Maids", "rank": 79 }, - { "name": "Gods", "rank": 77 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Primarily Adult Cast", "rank": 66 }, - { "name": "Urban", "rank": 63 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Software Development", "rank": 42 }, - { "name": "Ensemble Cast", "rank": 40 }, - { "name": "Monster Girl", "rank": 30 }, - { "name": "Video Games", "rank": 21 } - ], - "title": { - "romaji": "Sewayaki Kitsune no Senko-san", - "english": "The Helpful Fox Senko-san", - "native": "世話やきキツネの仙狐さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692940440, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105914-VXKB0ZA2aVZF.png" - } - }, - { - "id": 4130, - "idMal": 4130, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "ONA", - "duration": 3, - "synonyms": ["Puchi Eva", " Eva-School", "EAS", "EOS"], - "genres": ["Comedy"], - "tags": [ - { "name": "Parody", "rank": 100 }, - { "name": "Full CGI", "rank": 97 }, - { "name": "No Dialogue", "rank": 96 }, - { "name": "Chibi", "rank": 91 }, - { "name": "Episodic", "rank": 79 }, - { "name": "School", "rank": 76 }, - { "name": "Primarily Teen Cast", "rank": 70 }, - { "name": "CGI", "rank": 64 }, - { "name": "Ensemble Cast", "rank": 60 }, - { "name": "Angels", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Surreal Comedy", "rank": 60 }, - { "name": "Robots", "rank": 50 }, - { "name": "Aliens", "rank": 20 } - ], - "title": { "romaji": "Petit Eva: Evangelion@School", "english": null, "native": "ぷちえゔぁ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693047292, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b4130-cNTifeekohY6.jpg" - } - }, - { - "id": 98439, - "idMal": 35078, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["三星★★★colors", "3boshi", "Трёхцветные звёздочки"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "Primarily Child Cast", "rank": 92 }, - { "name": "Urban", "rank": 86 }, - { "name": "Episodic", "rank": 85 }, - { "name": "Outdoor", "rank": 72 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 55 }, - { "name": "Police", "rank": 52 }, - { "name": "Rural", "rank": 51 }, - { "name": "Bullying", "rank": 46 }, - { "name": "Shounen", "rank": 38 }, - { "name": "Animals", "rank": 37 } - ], - "title": { - "romaji": "Mitsuboshi Colors", - "english": "Mitsuboshi Colors", - "native": "三ツ星カラーズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693255452, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98439-J6h5VEcZh9vK.jpg" - } - }, - { - "id": 17082, - "idMal": 17082, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 96 }, - { "name": "School", "rank": 89 }, - { "name": "Episodic", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 83 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Iyashikei", "rank": 65 }, - { "name": "4-koma", "rank": 40 }, - { "name": "Shounen", "rank": 32 } - ], - "title": { "romaji": "Aiura", "english": "AIURA", "native": "あいうら" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693257673, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17082-aibgI1fdiFzS.jpg" - } - }, - { - "id": 104722, - "idMal": 38572, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Assassin's Pride", "แอสแซสซินส์ ไพรด์)"], - "genres": ["Action", "Comedy", "Drama", "Fantasy", "Mystery", "Romance"], - "tags": [ - { "name": "Magic", "rank": 87 }, - { "name": "Assassins", "rank": 80 }, - { "name": "Age Gap", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Vampire", "rank": 74 }, - { "name": "Bullying", "rank": 68 }, - { "name": "Steampunk", "rank": 65 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Female Harem", "rank": 48 }, - { "name": "Swordplay", "rank": 40 }, - { "name": "Body Horror", "rank": 37 }, - { "name": "Battle Royale", "rank": 33 } - ], - "title": { - "romaji": "Assassins Pride", - "english": "ASSASSINS PRIDE", - "native": "アサシンズプライド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693301452, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104722-XVscwgdGzfnO.jpg" - } - }, - { - "id": 1639, - "idMal": 1639, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 34, - "synonyms": ["Boku no Piko", "My Pico", "Boku no Pico OVA 1 - My Pico"], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Anal Sex", "rank": 91 }, - { "name": "Crossdressing", "rank": 91 }, - { "name": "Boys' Love", "rank": 90 }, - { "name": "Primarily Male Cast", "rank": 89 }, - { "name": "Age Gap", "rank": 84 }, - { "name": "Fellatio", "rank": 83 }, - { "name": "Nudity", "rank": 83 }, - { "name": "Handjob", "rank": 79 }, - { "name": "Virginity", "rank": 79 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Facial", "rank": 78 }, - { "name": "Femboy", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 20 } - ], - "title": { "romaji": "Boku no Pico", "english": null, "native": "ぼくのぴこ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693354198, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1639.jpg" - } - }, - { - "id": 17371, - "idMal": 17371, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "ONA", - "duration": 15, - "synonyms": ["Summer Vacation", "Natsuyasumi Period"], - "genres": ["Hentai"], - "tags": [ - { "name": "Boys' Love", "rank": 86 }, - { "name": "Crossdressing", "rank": 80 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Femboy", "rank": 79 }, - { "name": "Anal Sex", "rank": 66 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Facial", "rank": 53 }, - { "name": "Masturbation", "rank": 46 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Rimjob", "rank": 40 } - ], - "title": { "romaji": "Natsuyasumi.", "english": null, "native": "ナツヤスミ." }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693354212, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/17371.jpg" - } - }, - { - "id": 7110, - "idMal": 7110, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 35, - "synonyms": ["Shounen Maid Kuuro-kun", "Kuro-chan no Yuuutsu", "Kuro-chan's Depression"], - "genres": ["Hentai"], - "tags": [ - { "name": "Maids", "rank": 79 }, - { "name": "Femboy", "rank": 79 }, - { "name": "Boys' Love", "rank": 73 }, - { "name": "Crossdressing", "rank": 72 }, - { "name": "Anal Sex", "rank": 70 }, - { "name": "Primarily Male Cast", "rank": 70 } - ], - "title": { - "romaji": "Shounen Maid Kuro-kun: Tenshi no Uta", - "english": null, - "native": "少年メイドクーロ君 ~天使の歌~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693354221, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/7110.jpg" - } - }, - { - "id": 1661, - "idMal": 1661, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Cherry Miel"], - "genres": ["Action", "Adventure", "Ecchi", "Mahou Shoujo", "Sci-Fi"], - "tags": [ - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Episodic", "rank": 86 }, - { "name": "Shounen", "rank": 85 }, - { "name": "Revenge", "rank": 79 }, - { "name": "Robots", "rank": 73 }, - { "name": "Henshin", "rank": 72 }, - { "name": "Crime", "rank": 60 }, - { "name": "Urban", "rank": 53 }, - { "name": "Slapstick", "rank": 50 }, - { "name": "School", "rank": 46 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Superhero", "rank": 26 } - ], - "title": { "romaji": "Cutey Honey", "english": "Cutie Honey", "native": "キューティーハニー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693463880, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1973 }, - "endDate": { "year": 1974 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1661-KfsG8mhDKJCg.png" - } - }, - { - "id": 2722, - "idMal": 2722, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 131, - "synonyms": ["Crushers"], - "genres": ["Action", "Adventure", "Sci-Fi"], - "tags": [ - { "name": "Space", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Guns", "rank": 60 }, - { "name": "Conspiracy", "rank": 60 }, - { "name": "Pirates", "rank": 60 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Nudity", "rank": 33 }, - { "name": "Robots", "rank": 20 } - ], - "title": { - "romaji": "Crusher Joe", - "english": "Crusher Joe: The Movie", - "native": "クラッシャージョウ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693473725, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1983 }, - "endDate": { "year": 1983 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx2722-z9zqg2mEfGW4.jpg" - } - }, - { - "id": 350, - "idMal": 350, - "status": "FINISHED", - "type": "ANIME", - "episodes": 51, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Useless Witchgirl Doremi", "La Màgica Doremi"], - "genres": ["Comedy", "Drama", "Fantasy", "Mahou Shoujo", "Slice of Life"], - "tags": [ - { "name": "Magic", "rank": 97 }, - { "name": "Witch", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Primarily Child Cast", "rank": 84 }, - { "name": "Kids", "rank": 80 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Chibi", "rank": 79 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Henshin", "rank": 78 }, - { "name": "School", "rank": 72 }, - { "name": "Cute Girls Doing Cute Things", "rank": 68 }, - { "name": "Family Life", "rank": 66 }, - { "name": "Ojou-sama", "rank": 56 }, - { "name": "Fairy", "rank": 53 }, - { "name": "Idol", "rank": 45 }, - { "name": "Acting", "rank": 40 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Ojamajo Doremi", - "english": "Magical DoReMi", - "native": "おジャ魔女どれみ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693596346, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1999 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx350-qhqB286Za32Y.jpg" - } - }, - { - "id": 272, - "idMal": 272, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Drama", "Mystery"], - "tags": [ - { "name": "Female Protagonist", "rank": 100 }, - { "name": "Assassins", "rank": 96 }, - { "name": "Guns", "rank": 96 }, - { "name": "Noir", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "Foreign", "rank": 90 }, - { "name": "Crime", "rank": 90 }, - { "name": "Amnesia", "rank": 80 }, - { "name": "Fugitive", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Revenge", "rank": 70 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Gangs", "rank": 64 }, - { "name": "Triads", "rank": 53 }, - { "name": "Conspiracy", "rank": 50 }, - { "name": "Wrestling", "rank": 40 } - ], - "title": { "romaji": "Noir", "english": null, "native": "ノワール" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693597934, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx272-e2hCtZneansZ.jpg" - } - }, - { - "id": 18897, - "idMal": 18897, - "status": "FINISHED", - "type": "ANIME", - "episodes": 20, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Nisekoi: False Love", " รักลวงป่วนใจ"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Love Triangle", "rank": 96 }, - { "name": "Female Harem", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 92 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Tsundere", "rank": 84 }, - { "name": "School", "rank": 82 }, - { "name": "Slapstick", "rank": 81 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Yakuza", "rank": 67 }, - { "name": "Mafia", "rank": 66 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Shounen", "rank": 59 }, - { "name": "Tomboy", "rank": 50 }, - { "name": "Gangs", "rank": 40 }, - { "name": "Crossdressing", "rank": 20 } - ], - "title": { "romaji": "Nisekoi", "english": "Nisekoi", "native": "ニセコイ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693641844, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx18897-G2Fx2ZACsXBU.jpg" - } - }, - { - "id": 130586, - "idMal": 48415, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "ชีวิตใหม่ไม่ธรรมดาของราชาปีศาจขี้เหงา", - "Raja Iblis Terkuat Sepanjang Sejarah Terlahir Kembali Sebagai Figuran", - "Đại Ma Vương Mạnh Nhất Lịch Sử Chuyển Sinh Thành Dân Làng A" - ], - "genres": ["Action", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Magic", "rank": 92 }, - { "name": "Reincarnation", "rank": 91 }, - { "name": "Female Harem", "rank": 85 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Heterosexual", "rank": 82 }, - { "name": "Time Skip", "rank": 71 }, - { "name": "School", "rank": 60 }, - { "name": "Time Manipulation", "rank": 56 }, - { "name": "Age Regression", "rank": 45 }, - { "name": "LGBTQ+ Themes", "rank": 44 }, - { "name": "Tsundere", "rank": 35 }, - { "name": "Military", "rank": 33 }, - { "name": "War", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Demons", "rank": 20 } - ], - "title": { - "romaji": "Shijou Saikyou no Daimaou, Murabito A ni Tensei suru", - "english": "The Greatest Demon Lord Is Reborn as a Typical Nobody", - "native": "史上最強の大魔王、村人Aに転生する" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693722351, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130586-vzoz4X37RZwc.jpg" - } - }, - { - "id": 6645, - "idMal": 6645, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Chu-Bra!!", "Chubra!!", "Chuubra!!"], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 65 }, - { "name": "School Club", "rank": 55 }, - { "name": "Coming of Age", "rank": 50 }, - { "name": "Educational", "rank": 40 }, - { "name": "Bullying", "rank": 40 } - ], - "title": { "romaji": "Chuu Bra!!", "english": "Chu-Bra", "native": "ちゅーぶら!!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693786003, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6645-FunUYc7XMZGi.jpg" - } - }, - { - "id": 2495, - "idMal": 2495, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Drama", "Music"], - "tags": [ - { "name": "Idol", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 66 }, - { "name": "Orphan", "rank": 20 }, - { "name": "Amnesia", "rank": 20 }, - { "name": "Angels", "rank": 20 }, - { "name": "Bullying", "rank": 20 }, - { "name": "Adoption", "rank": 20 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { - "romaji": "Chance: Triangle Session", - "english": "Chance Pop Session", - "native": "チャンス〜トライアングルセッション〜" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693883978, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2495-T6KGP6qGhSNQ.png" - } - }, - { - "id": 16732, - "idMal": 16732, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 97 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "School", "rank": 84 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "Language Barrier", "rank": 66 }, - { "name": "Seinen", "rank": 63 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Musical", "rank": 40 }, - { "name": "Pirates", "rank": 36 }, - { "name": "Baseball", "rank": 33 } - ], - "title": { "romaji": "Kiniro Mosaic", "english": "KINMOZA!", "native": "きんいろモザイク" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694033253, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16732-dQXm6lnmbWZ4.png" - } - }, - { - "id": 119484, - "idMal": 42224, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 21, - "synonyms": ["Infinite Sexual Appetite"], - "genres": ["Hentai"], - "tags": [ - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Hypersexuality", "rank": 79 }, - { "name": "Nakadashi", "rank": 73 }, - { "name": "Large Breasts", "rank": 73 }, - { "name": "Threesome", "rank": 66 }, - { "name": "MILF", "rank": 66 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Ahegao", "rank": 60 }, - { "name": "Exhibitionism", "rank": 60 }, - { "name": "Flat Chest", "rank": 60 } - ], - "title": { "romaji": "Shikiyoku INFINITE", "english": null, "native": "色欲INFINITE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694055144, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx119484-CkEWL9xs0IKX.jpg" - } - }, - { - "id": 10851, - "idMal": 10851, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [], - "genres": ["Drama", "Hentai", "Psychological"], - "tags": [ - { "name": "Rape", "rank": 95 }, - { "name": "Bondage", "rank": 92 }, - { "name": "Male Protagonist", "rank": 92 }, - { "name": "Amnesia", "rank": 90 }, - { "name": "Nakadashi", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Death Game", "rank": 88 }, - { "name": "Philosophy", "rank": 88 }, - { "name": "Female Harem", "rank": 87 }, - { "name": "Defloration", "rank": 85 }, - { "name": "Ahegao", "rank": 83 }, - { "name": "Facial", "rank": 83 }, - { "name": "Alternate Universe", "rank": 76 }, - { "name": "Sex Toys", "rank": 75 }, - { "name": "Gore", "rank": 70 }, - { "name": "Fellatio", "rank": 67 }, - { "name": "Anal Sex", "rank": 65 }, - { "name": "Large Breasts", "rank": 64 }, - { "name": "Anti-Hero", "rank": 62 }, - { "name": "Irrumatio", "rank": 60 }, - { "name": "Boobjob", "rank": 56 }, - { "name": "Voyeur", "rank": 56 }, - { "name": "Handjob", "rank": 56 }, - { "name": "Cult", "rank": 53 }, - { "name": "Incest", "rank": 52 }, - { "name": "Scat", "rank": 50 }, - { "name": "Teacher", "rank": 46 }, - { "name": "Pregnant", "rank": 40 }, - { "name": "Watersports", "rank": 40 }, - { "name": "Body Horror", "rank": 33 }, - { "name": "School", "rank": 20 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Asphyxiation", "rank": 20 }, - { "name": "Ero Guro", "rank": 20 }, - { "name": "Group Sex", "rank": 20 }, - { "name": "Human Pet", "rank": 20 }, - { "name": "Hypersexuality", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Sadism", "rank": 20 }, - { "name": "Squirting", "rank": 20 }, - { "name": "Threesome", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Torture", "rank": 20 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { "romaji": "euphoria", "english": null, "native": "euphoria" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694055243, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10851-FNTzFO5BJfPP.jpg" - } - }, - { - "id": 2357, - "idMal": 2357, - "status": "FINISHED", - "type": "ANIME", - "episodes": 5, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Rape", "rank": 79 }, - { "name": "Blackmail", "rank": 79 }, - { "name": "Irrumatio", "rank": 79 }, - { "name": "Twins", "rank": 70 }, - { "name": "Bondage", "rank": 60 }, - { "name": "Sex Toys", "rank": 60 }, - { "name": "Incest", "rank": 60 }, - { "name": "Threesome", "rank": 60 }, - { "name": "Group Sex", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Facial", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Netorare", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Yuri", "rank": 20 } - ], - "title": { "romaji": "Kojin Taxi", "english": "Sex Taxi", "native": "股人タクシー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694055249, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2357.jpg" - } - }, - { - "id": 5958, - "idMal": 5958, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Rural", "rank": 73 }, - { "name": "School", "rank": 72 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Female Harem", "rank": 70 }, - { "name": "School Club", "rank": 70 }, - { "name": "Angels", "rank": 66 }, - { "name": "Nudity", "rank": 65 }, - { "name": "Aliens", "rank": 60 }, - { "name": "Artificial Intelligence", "rank": 48 }, - { "name": "Robots", "rank": 48 }, - { "name": "Surreal Comedy", "rank": 46 }, - { "name": "Chibi", "rank": 45 }, - { "name": "Gender Bending", "rank": 40 }, - { "name": "Outdoor", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Memory Manipulation", "rank": 26 }, - { "name": "Yakuza", "rank": 25 }, - { "name": "Mafia", "rank": 20 }, - { "name": "Kuudere", "rank": 20 }, - { "name": "Shrine Maiden", "rank": 13 }, - { "name": "Feet", "rank": 10 } - ], - "title": { - "romaji": "Sora no Otoshimono", - "english": "Heaven's Lost Property", - "native": "そらのおとしもの" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694055556, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5958-qaAKEr4Q0JWn.jpg" - } - }, - { - "id": 137075, - "idMal": 49661, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 8, - "synonyms": [ - "アイドルマスターシリーズ コンセプトムービー2021", - "THE IDOLM@STER Series Concept Movie 2021" - ], - "genres": ["Music", "Sci-Fi"], - "tags": [ - { "name": "Idol", "rank": 100 }, - { "name": "Crossover", "rank": 91 }, - { "name": "Dancing", "rank": 85 }, - { "name": "Ensemble Cast", "rank": 83 }, - { "name": "Augmented Reality", "rank": 80 }, - { "name": "Space", "rank": 52 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { "romaji": "VOY@GER", "english": null, "native": "VOY@GER" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694070549, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx137075-EW0wiADgbSlk.jpg" - } - }, - { - "id": 15379, - "idMal": 15379, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Super Power", "rank": 100 }, - { "name": "School Club", "rank": 88 }, - { "name": "School", "rank": 86 }, - { "name": "Bullying", "rank": 72 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Heterosexual", "rank": 65 }, - { "name": "Seinen", "rank": 45 }, - { "name": "Love Triangle", "rank": 42 }, - { "name": "Tsundere", "rank": 36 }, - { "name": "Detective", "rank": 30 }, - { "name": "Police", "rank": 26 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Incest", "rank": 20 } - ], - "title": { - "romaji": "Kotoura-san", - "english": "The Troubled Life of Miss Kotoura", - "native": "琴浦さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694167751, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15379-tSZbUJQzAvRi.png" - } - }, - { - "id": 10110, - "idMal": 10110, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 94 }, - { "name": "School", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Butler", "rank": 79 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Tsundere", "rank": 72 }, - { "name": "Female Harem", "rank": 65 }, - { "name": "Meta", "rank": 65 }, - { "name": "Episodic", "rank": 62 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Nudity", "rank": 54 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Otaku Culture", "rank": 20 }, - { "name": "Wrestling", "rank": 10 }, - { "name": "Yandere", "rank": 10 } - ], - "title": { "romaji": "Mayo Chiki!", "english": "Mayo Chiki!", "native": "まよチキ!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694167765, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10110-BXC37EbeTL3h.png" - } - }, - { - "id": 885, - "idMal": 885, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 71, - "synonyms": [], - "genres": ["Drama", "Fantasy", "Psychological"], - "tags": [ - { "name": "Philosophy", "rank": 91 }, - { "name": "Dystopian", "rank": 89 }, - { "name": "Lost Civilization", "rank": 88 }, - { "name": "Mythology", "rank": 85 }, - { "name": "Tragedy", "rank": 85 }, - { "name": "Post-Apocalyptic", "rank": 84 }, - { "name": "Cosmic Horror", "rank": 80 }, - { "name": "Religion", "rank": 80 }, - { "name": "Female Protagonist", "rank": 71 }, - { "name": "Angels", "rank": 66 }, - { "name": "Amnesia", "rank": 58 }, - { "name": "Coming of Age", "rank": 54 }, - { "name": "Survival", "rank": 50 }, - { "name": "No Dialogue", "rank": 46 }, - { "name": "Fairy Tale", "rank": 44 }, - { "name": "Urban Fantasy", "rank": 42 }, - { "name": "Foreign", "rank": 35 }, - { "name": "Cultivation", "rank": 23 }, - { "name": "Tanks", "rank": 16 }, - { "name": "Age Regression", "rank": 10 } - ], - "title": { "romaji": "Tenshi no Tamago", "english": "Angel's Egg", "native": "天使のたまご" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694296033, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1985 }, - "endDate": { "year": 1985 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx885-ygZlVjqs18Cy.png" - } - }, - { - "id": 20517, - "idMal": 21273, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Gochiusa"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 98 }, - { "name": "Primarily Female Cast", "rank": 89 }, - { "name": "Seinen", "rank": 86 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Work", "rank": 81 }, - { "name": "Maids", "rank": 75 }, - { "name": "Foreign", "rank": 75 }, - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "Tsundere", "rank": 64 }, - { "name": "Primarily Child Cast", "rank": 60 }, - { "name": "Kuudere", "rank": 54 }, - { "name": "Episodic", "rank": 53 } - ], - "title": { - "romaji": "Gochuumon wa Usagi desu ka?", - "english": "Is the Order a Rabbit?", - "native": "ご注文はうさぎですか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694465894, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20517-SNNUtav2knou.jpg" - } - }, - { - "id": 164172, - "idMal": 55071, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "Tying the Knot with an Amagami Sister", - "Matchmaking of the Amagami Household", - "ด้ายแดงผูกรักบ้านอามากามิ", - "結緣甘神神社", - "甘神家的连理枝" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Shrine Maiden", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Harem", "rank": 73 } - ], - "title": { - "romaji": "Amagami-san Chi no Enmusubi", - "english": null, - "native": "甘神さんちの縁結び" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694477009, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx164172-iGtXHpR7Np7j.jpg" - } - }, - { - "id": 167143, - "idMal": 55997, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "Uketsukejou Saikyou", - "I May Be a Guild Receptionist, but I'll Solo Any Boss to Clock Out on Time", - "Girumasu", - "ギルます" - ], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [{ "name": "Female Protagonist", "rank": 20 }], - "title": { - "romaji": "Guild no Uketsukejou desu ga, Zangyou wa Iya nanode Boss wo Solo Tobatsu Shiyou to Omoimasu", - "english": null, - "native": "ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694477279, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167143-SWDtChVmZyCl.jpg" - } - }, - { - "id": 101371, - "idMal": 37579, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 98 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Vampire", "rank": 90 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Monster Girl", "rank": 88 }, - { "name": "Episodic", "rank": 82 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Otaku Culture", "rank": 56 }, - { "name": "Kuudere", "rank": 55 } - ], - "title": { - "romaji": "Tonari no Kyuuketsuki-san", - "english": "Ms. vampire who lives in my neighborhood.", - "native": "となりの吸血鬼さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694511254, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101371-36M9Eu65MKlU.jpg" - } - }, - { - "id": 1943, - "idMal": 1943, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 90, - "synonyms": [], - "genres": ["Fantasy", "Mystery", "Psychological", "Sci-Fi", "Thriller"], - "tags": [ - { "name": "Dissociative Identities", "rank": 86 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Primarily Adult Cast", "rank": 82 }, - { "name": "Body Horror", "rank": 80 }, - { "name": "Crime", "rank": 77 }, - { "name": "Meta", "rank": 77 }, - { "name": "Conspiracy", "rank": 73 }, - { "name": "Software Development", "rank": 72 }, - { "name": "Denpa", "rank": 71 }, - { "name": "Detective", "rank": 67 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Terrorism", "rank": 60 }, - { "name": "Police", "rank": 53 }, - { "name": "Circus", "rank": 40 }, - { "name": "Nudity", "rank": 37 }, - { "name": "Isekai", "rank": 20 } - ], - "title": { "romaji": "Paprika", "english": "Paprika", "native": "パプリカ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694512094, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b1943-YyEsHWhYKukN.png" - } - }, - { - "id": 1210, - "idMal": 1210, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Welcome to the NHK", - "Welcome to the N.H.K.", - "欢迎加入NHK!", - "Bienvenue dans la NHK" - ], - "genres": ["Comedy", "Drama", "Psychological", "Romance", "Slice of Life"], - "tags": [ - { "name": "Hikikomori", "rank": 98 }, - { "name": "Rehabilitation", "rank": 89 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Otaku Culture", "rank": 82 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Suicide", "rank": 78 }, - { "name": "Denpa", "rank": 77 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Coming of Age", "rank": 72 }, - { "name": "Tragedy", "rank": 65 }, - { "name": "Software Development", "rank": 55 }, - { "name": "Video Games", "rank": 55 }, - { "name": "Heterosexual", "rank": 50 }, - { "name": "Nudity", "rank": 36 }, - { "name": "Yandere", "rank": 31 }, - { "name": "Politics", "rank": 20 }, - { "name": "Trains", "rank": 17 } - ], - "title": { - "romaji": "NHK ni Youkoso!", - "english": "Welcome to the N-H-K", - "native": "N・H・Kにようこそ!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694591209, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1210-spaA00zoDoqr.jpg" - } - }, - { - "id": 1881, - "idMal": 1881, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": ["Sasami: Maho Shojo Club"], - "genres": ["Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Magic", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Kuudere", "rank": 40 } - ], - "title": { - "romaji": "Sasami☆Mahou Shoujo Club", - "english": "Sasami Magical Girls Club", - "native": "砂沙美☆魔法少女クラブ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694666355, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1881.jpg" - } - }, - { - "id": 98, - "idMal": 98, - "status": "FINISHED", - "type": "ANIME", - "episodes": 26, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["My Princess"], - "genres": ["Action", "Comedy", "Drama", "Fantasy", "Mecha", "Romance"], - "tags": [ - { "name": "Magic", "rank": 96 }, - { "name": "Ensemble Cast", "rank": 95 }, - { "name": "Female Protagonist", "rank": 95 }, - { "name": "Urban Fantasy", "rank": 95 }, - { "name": "Robots", "rank": 88 }, - { "name": "Battle Royale", "rank": 86 }, - { "name": "School", "rank": 79 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Yuri", "rank": 73 }, - { "name": "Dragons", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Gods", "rank": 53 }, - { "name": "Motorcycles", "rank": 50 }, - { "name": "Crossdressing", "rank": 44 }, - { "name": "Yandere", "rank": 40 } - ], - "title": { "romaji": "Mai-HiME", "english": "My-HiME", "native": "舞-HiME" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694674054, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98-rGddbbtcCuYP.jpg" - } - }, - { - "id": 20708, - "idMal": 23945, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Witch", "rank": 95 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Kuudere", "rank": 55 }, - { "name": "School", "rank": 50 }, - { "name": "Cosplay", "rank": 30 } - ], - "title": { - "romaji": "Majimoji Rurumo", - "english": "Magimoji Rurumo", - "native": "まじもじるるも" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694714703, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx20708-RHHW8uTj8HGI.jpg" - } - }, - { - "id": 21715, - "idMal": 33031, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Sports"], - "tags": [ - { "name": "Table Tennis", "rank": 99 }, - { "name": "Primarily Female Cast", "rank": 86 }, - { "name": "Cute Girls Doing Cute Things", "rank": 84 }, - { "name": "Female Protagonist", "rank": 83 }, - { "name": "School Club", "rank": 83 }, - { "name": "Yuri", "rank": 70 }, - { "name": "School", "rank": 66 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Chuunibyou", "rank": 47 }, - { "name": "Kuudere", "rank": 46 }, - { "name": "Shounen", "rank": 10 } - ], - "title": { - "romaji": "Shakunetsu no Takkyuu Musume", - "english": "Scorching Ping Pong Girls", - "native": "灼熱の卓球娘" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694745594, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21715-lruOD46Lr3jT.jpg" - } - }, - { - "id": 104451, - "idMal": 38470, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "OVA", - "duration": 17, - "synonyms": ["Hypnosis Sex Guidance", "Hypnotic Sexual Counseling"], - "genres": ["Hentai"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Nakadashi", "rank": 85 }, - { "name": "School", "rank": 85 }, - { "name": "Large Breasts", "rank": 80 }, - { "name": "Netori", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Threesome", "rank": 79 }, - { "name": "MILF", "rank": 70 }, - { "name": "Defloration", "rank": 56 }, - { "name": "Fellatio", "rank": 40 }, - { "name": "Exhibitionism", "rank": 40 }, - { "name": "Flat Chest", "rank": 40 }, - { "name": "Cunnilingus", "rank": 28 }, - { "name": "Tomboy", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Gyaru", "rank": 20 }, - { "name": "Ahegao", "rank": 20 }, - { "name": "Episodic", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Public Sex", "rank": 20 } - ], - "title": { "romaji": "Saimin Seishidou", "english": null, "native": "催眠性指導" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694839685, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx104451-voSuczUrX6kk.jpg" - } - }, - { - "id": 107625, - "idMal": 39175, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 87, - "synonyms": [ - "Palavras que Borbulham como Refrigerante", - "Palabras que burbujean como un refresco", - "מילים מתפצפצות כמו גזוז", - "Nos mots comme des bulles", - "ถ้อยคำเอ่อล้นด้วยหัวใจรัก" - ], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Coming of Age", "rank": 94 }, - { "name": "Primarily Teen Cast", "rank": 75 }, - { "name": "Heterosexual", "rank": 72 }, - { "name": "Male Protagonist", "rank": 64 }, - { "name": "Calligraphy", "rank": 62 }, - { "name": "Female Protagonist", "rank": 61 }, - { "name": "Classic Literature", "rank": 53 }, - { "name": "Philosophy", "rank": 44 }, - { "name": "CGI", "rank": 40 }, - { "name": "Delinquents", "rank": 40 } - ], - "title": { - "romaji": "Cider no You ni Kotoba ga Wakiagaru", - "english": "Words Bubble Up Like Soda Pop", - "native": "サイダーのように言葉が湧き上がる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695127763, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107625-2UIAI4TRwXz0.jpg" - } - }, - { - "id": 169441, - "idMal": 56701, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "My Happy Marriage Season 2", - "WataKon", - "ขอให้รักเรานี้ได้มีความสุข", - "Moje szczęśliwe małżeństwo", - "Hôn nhân hạnh phúc của tôi", - "Meu Casamento Feliz", - "Il mio matrimonio felice", - "Мій щасливий шлюб", - "Mi feliz matrimonio" - ], - "genres": ["Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Marriage", "rank": 75 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Shoujo", "rank": 20 }, - { "name": "Royal Affairs", "rank": 20 } - ], - "title": { - "romaji": "Watashi no Shiawase na Kekkon 2nd Season", - "english": null, - "native": "わたしの幸せな結婚 第二期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695254978, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169441-ui3UfdHeOAYN.jpg" - } - }, - { - "id": 20720, - "idMal": 24211, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": [ - "Orefuro", - "The Circumstances in My Home's Bathtub", - "เรื่องวุ่นวายของนายเงือกกับผองเพื่อนพันธุ์ทะเล" - ], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Mermaid", "rank": 94 }, - { "name": "Episodic", "rank": 93 }, - { "name": "Cute Boys Doing Cute Things", "rank": 85 }, - { "name": "Primarily Male Cast", "rank": 78 }, - { "name": "Boys' Love", "rank": 72 }, - { "name": "Shoujo", "rank": 60 }, - { "name": "Chibi", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Incest", "rank": 56 } - ], - "title": { - "romaji": "Orenchi no Furo Jijou", - "english": "Orenchi no Furo Jijo", - "native": "オレん家のフロ事情" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695661703, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20720-R6P0akaKRhan.png" - } - }, - { - "id": 11785, - "idMal": 11785, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Haiyoru! Nyaruko-san", "Nyarko-san: Another Crawling Chaos"], - "genres": ["Comedy", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Parody", "rank": 94 }, - { "name": "Surreal Comedy", "rank": 90 }, - { "name": "Meta", "rank": 82 }, - { "name": "Tsundere", "rank": 80 }, - { "name": "Aliens", "rank": 74 }, - { "name": "Love Triangle", "rank": 72 }, - { "name": "Mythology", "rank": 71 }, - { "name": "Monster Girl", "rank": 68 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Henshin", "rank": 60 }, - { "name": "Male Protagonist", "rank": 53 }, - { "name": "School", "rank": 50 }, - { "name": "Primarily Female Cast", "rank": 50 }, - { "name": "Family Life", "rank": 44 }, - { "name": "Body Swapping", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Gender Bending", "rank": 35 }, - { "name": "Alternate Universe", "rank": 33 }, - { "name": "Heterosexual", "rank": 33 }, - { "name": "LGBTQ+ Themes", "rank": 25 }, - { "name": "Tokusatsu", "rank": 20 } - ], - "title": { - "romaji": "Haiyore! Nyaruko-san", - "english": "Nyaruko: Crawling with Love!", - "native": "這いよれ!ニャル子さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696048217, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11785-cBfqpOetdIeF.jpg" - } - }, - { - "id": 14967, - "idMal": 14967, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Boku wa Tomodachi ga Sukunai 2nd Season"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Harem", "rank": 78 }, - { "name": "School", "rank": 65 }, - { "name": "Video Games", "rank": 60 }, - { "name": "Meta", "rank": 50 }, - { "name": "Crossdressing", "rank": 48 }, - { "name": "Chuunibyou", "rank": 37 }, - { "name": "Nun", "rank": 26 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Boku wa Tomodachi ga Sukunai NEXT", - "english": "Haganai NEXT", - "native": "僕は友達が少ない NEXT" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696048240, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14967-ZGsclJ1xjPwr.jpg" - } - }, - { - "id": 21773, - "idMal": 33203, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Music", "Romance"], - "tags": [ - { "name": "Band", "rank": 91 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Shoujo", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "School Club", "rank": 53 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Idol", "rank": 40 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Primarily Male Cast", "rank": 20 } - ], - "title": { - "romaji": "Fukumenkei Noise", - "english": "Anonymous Noise", - "native": "覆面系ノイズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696059254, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21773-tZ25uIMNj9sM.jpg" - } - }, - { - "id": 150695, - "idMal": 52046, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "เทมเมอร์ถูกทิ้งกับสาวหูแมวสุดแกร่ง", - "Penjinak Binatang yang Ditendang dari Regu Pahlawan Bertemu Gadis Bertelinga Hewan dari Ras Terkuat" - ], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Found Family", "rank": 90 }, - { "name": "Kemonomimi", "rank": 89 }, - { "name": "Female Harem", "rank": 86 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Monster Girl", "rank": 82 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Heterosexual", "rank": 77 }, - { "name": "Nekomimi", "rank": 62 }, - { "name": "Dragons", "rank": 61 }, - { "name": "Animals", "rank": 58 }, - { "name": "Magic", "rank": 50 }, - { "name": "Orphan", "rank": 50 }, - { "name": "Twins", "rank": 50 }, - { "name": "Demons", "rank": 45 }, - { "name": "Urban Fantasy", "rank": 40 }, - { "name": "Cute Girls Doing Cute Things", "rank": 40 }, - { "name": "Witch", "rank": 28 }, - { "name": "Chibi", "rank": 25 }, - { "name": "CGI", "rank": 24 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Travel", "rank": 20 }, - { "name": "Tsundere", "rank": 20 } - ], - "title": { - "romaji": "Yuusha Party wo Tsuihou Sareta Beast Tamer, Saikyoushu no Nekomimi Shoujo to Deau", - "english": "Beast Tamer", - "native": "勇者パーティーを追放されたビーストテイマー、最強種の猫耳少女と出会う" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696069449, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx150695-UOQF6Zz2iCTX.jpg" - } - }, - { - "id": 1271, - "idMal": 1271, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 39, - "synonyms": ["Not in the Textbook!"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Teacher", "rank": 50 }, - { "name": "Delinquents", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Twins", "rank": 20 }, - { "name": "Guns", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Kyoukasho ni Nai!", - "english": "Very Private Lesson", - "native": "教科書にないッ!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696296110, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 1998 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b1271-EmRUy5DOhOrK.png" - } - }, - { - "id": 1510, - "idMal": 1510, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": [ - "Plenty of Pretty Sisters", - "Forbidden Love: Plenty of Pretty Sisters", - "Sentiment défendu" - ], - "genres": ["Hentai"], - "tags": [{ "name": "Female Harem", "rank": 20 }], - "title": { "romaji": "Imouto de Ikou!", "english": "Forbidden Love", "native": "妹でいこう!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696302085, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2003 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1510.jpg" - } - }, - { - "id": 64, - "idMal": 64, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Comedy", "Drama", "Supernatural"], - "tags": [ - { "name": "Battle Royale", "rank": 83 }, - { "name": "Magic", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Found Family", "rank": 79 }, - { "name": "Ojou-sama", "rank": 79 }, - { "name": "Urban", "rank": 79 }, - { "name": "Anthropomorphism", "rank": 79 }, - { "name": "Hikikomori", "rank": 76 }, - { "name": "Rehabilitation", "rank": 66 }, - { "name": "Family Life", "rank": 64 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Bullying", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Tsundere", "rank": 48 }, - { "name": "Super Power", "rank": 26 } - ], - "title": { "romaji": "Rozen Maiden", "english": "Rozen Maiden", "native": "ローゼンメイデン" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696313794, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx64-i0zBn241OD2x.png" - } - }, - { - "id": 383, - "idMal": 383, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV_SHORT", - "duration": 13, - "synonyms": [], - "genres": ["Comedy", "Sci-Fi"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 96 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Kemonomimi", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Surreal Comedy", "rank": 76 }, - { "name": "Parody", "rank": 73 }, - { "name": "Idol", "rank": 60 }, - { "name": "Robots", "rank": 60 }, - { "name": "Artificial Intelligence", "rank": 60 }, - { "name": "Military", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Lost Civilization", "rank": 60 }, - { "name": "Guns", "rank": 60 }, - { "name": "Space", "rank": 50 }, - { "name": "Cosplay", "rank": 46 }, - { "name": "Cute Girls Doing Cute Things", "rank": 26 }, - { "name": "CGI", "rank": 10 } - ], - "title": { - "romaji": "Galaxy Angel", - "english": "Galaxy Angel", - "native": "ギャラクシーエンジェル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696620487, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx383-8ZAIQsKzepkF.jpg" - } - }, - { - "id": 6574, - "idMal": 6574, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Age Gap", "rank": 85 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 73 }, - { "name": "School", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 52 }, - { "name": "Teacher", "rank": 50 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Seinen", "rank": 40 }, - { "name": "Work", "rank": 20 } - ], - "title": { - "romaji": "Hanamaru Youchien", - "english": "Hanamaru Kindergarten", - "native": "はなまる幼稚園" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1697432318, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6574-rCLnJXp3NK0J.png" - } - }, - { - "id": 20353, - "idMal": 20353, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "OVA", - "duration": 32, - "synonyms": ["Gakko no Yurei"], - "genres": ["Horror"], - "tags": [ - { "name": "Demons", "rank": 79 }, - { "name": "Ghost", "rank": 79 }, - { "name": "Anthology", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Suicide", "rank": 60 } - ], - "title": { "romaji": "Gakkou no Yuurei", "english": null, "native": "学校の幽霊" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1697479973, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1995 }, - "endDate": { "year": 1997 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/20353.jpg" - } - }, - { - "id": 146233, - "idMal": 51212, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [" กิลด์ป่วนก๊วนฮา", "Guild of Depravity", "Guild Tidak Bermoral"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Nudity", "rank": 82 }, - { "name": "Heterosexual", "rank": 74 }, - { "name": "Slapstick", "rank": 72 }, - { "name": "Primarily Female Cast", "rank": 72 }, - { "name": "Female Harem", "rank": 71 }, - { "name": "Male Protagonist", "rank": 71 }, - { "name": "Large Breasts", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 65 }, - { "name": "Magic", "rank": 63 }, - { "name": "Rural", "rank": 62 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Anachronism", "rank": 60 }, - { "name": "Kemonomimi", "rank": 57 }, - { "name": "Mixed Gender Harem", "rank": 54 }, - { "name": "Shounen", "rank": 45 }, - { "name": "Fitness", "rank": 45 }, - { "name": "Elf", "rank": 45 }, - { "name": "Archery", "rank": 40 }, - { "name": "Demons", "rank": 35 }, - { "name": "Martial Arts", "rank": 32 }, - { "name": "Food", "rank": 30 }, - { "name": "Butler", "rank": 23 }, - { "name": "Maids", "rank": 23 }, - { "name": "Femboy", "rank": 20 } - ], - "title": { "romaji": "Futoku no Guild", "english": "Immoral Guild", "native": "不徳のギルド" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1697488844, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146233-iJW5lfwNFH5a.jpg" - } - }, - { - "id": 289, - "idMal": 289, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["comipa, cp"], - "genres": ["Comedy", "Drama"], - "tags": [ - { "name": "Otaku Culture", "rank": 80 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Work", "rank": 79 }, - { "name": "Drawing", "rank": 70 }, - { "name": "Male Protagonist", "rank": 68 }, - { "name": "Cosplay", "rank": 65 }, - { "name": "Kuudere", "rank": 60 } - ], - "title": { "romaji": "Comic Party", "english": "Comic Party", "native": "こみっくパーティー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1697648808, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/289.jpg" - } - }, - { - "id": 2524, - "idMal": 2524, - "status": "FINISHED", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 30, - "synonyms": ["Jungre de Ikou", "Let's Go to the Jungle!"], - "genres": ["Action", "Adventure", "Comedy", "Ecchi"], - "tags": [ - { "name": "Super Power", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Magic", "rank": 50 }, - { "name": "Henshin", "rank": 50 }, - { "name": "Gods", "rank": 40 } - ], - "title": { - "romaji": "Jungle DE Ikou!", - "english": "JUNGLE DE IKOU", - "native": "ジャングルDEいこう!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1698426924, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1997 }, - "endDate": { "year": 1997 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2524.jpg" - } - }, - { - "id": 141350, - "idMal": 50338, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Inside Tsubaki Kunoichi's Heart"], - "genres": ["Comedy", "Supernatural"], - "tags": [ - { "name": "Female Protagonist", "rank": 96 }, - { "name": "Ninja", "rank": 94 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Cute Girls Doing Cute Things", "rank": 88 }, - { "name": "Primarily Child Cast", "rank": 85 }, - { "name": "Ensemble Cast", "rank": 80 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "Tanned Skin", "rank": 57 }, - { "name": "Heterosexual", "rank": 55 }, - { "name": "Episodic", "rank": 54 }, - { "name": "Twins", "rank": 46 }, - { "name": "Rural", "rank": 44 }, - { "name": "Gyaru", "rank": 40 }, - { "name": "Slapstick", "rank": 40 }, - { "name": "Magic", "rank": 35 }, - { "name": "Feet", "rank": 20 }, - { "name": "Shounen", "rank": 10 } - ], - "title": { - "romaji": "Kunoichi Tsubaki no Mune no Uchi", - "english": "In the Heart of Kunoichi Tsubaki", - "native": "くノ一ツバキの胸の内" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699386520, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx141350-APq0GpPyaQE4.jpg" - } - }, - { - "id": 20592, - "idMal": 21033, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["อัศวินมือใหม่มังกรป้ายแดง"], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "School", "rank": 93 }, - { "name": "Dragons", "rank": 80 }, - { "name": "Nudity", "rank": 77 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "Magic", "rank": 20 } - ], - "title": { - "romaji": "Seikoku no Dragonar", - "english": "Dragonar Academy", - "native": "星刻の竜騎士" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700094856, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20592-73cVDt2rjmfq.jpg" - } - }, - { - "id": 101004, - "idMal": 37210, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "The King of Darkness Another World Story", - "异世界魔王与召唤少女的奴隶魔术", - "จอมมารต่างโลกกับ บริวารสาวนักอัญเชิญ" - ], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 97 }, - { "name": "Magic", "rank": 87 }, - { "name": "Female Harem", "rank": 80 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Anti-Hero", "rank": 77 }, - { "name": "Nudity", "rank": 72 }, - { "name": "Primarily Female Cast", "rank": 72 }, - { "name": "Elf", "rank": 72 }, - { "name": "Demons", "rank": 71 }, - { "name": "Super Power", "rank": 71 }, - { "name": "Nekomimi", "rank": 69 }, - { "name": "Slavery", "rank": 67 }, - { "name": "Kuudere", "rank": 64 }, - { "name": "Kemonomimi", "rank": 63 }, - { "name": "Virtual World", "rank": 60 }, - { "name": "Slapstick", "rank": 58 }, - { "name": "Monster Girl", "rank": 54 }, - { "name": "Rape", "rank": 50 }, - { "name": "Tanned Skin", "rank": 46 } - ], - "title": { - "romaji": "Isekai Maou to Shoukan Shoujo no Dorei Majutsu", - "english": "How NOT to Summon a Demon Lord", - "native": "異世界魔王と召喚少女の奴隷魔術" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700291925, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101004-rJLBIWGypbYK.png" - } - }, - { - "id": 21334, - "idMal": 31564, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Cute Girls Doing Cute Things", "rank": 88 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "School", "rank": 73 }, - { "name": "Maids", "rank": 66 }, - { "name": "Work", "rank": 66 }, - { "name": "Episodic", "rank": 60 } - ], - "title": { - "romaji": "Sansha Sanyou", - "english": "Three Leaves, Three Colors", - "native": "三者三葉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700291998, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21334-Rvy01w8gIIRu.jpg" - } - }, - { - "id": 1127, - "idMal": 1127, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["UFO Princess Walkyure"], - "genres": ["Comedy", "Ecchi", "Sci-Fi"], - "tags": [ - { "name": "Magic", "rank": 79 }, - { "name": "Henshin", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Aliens", "rank": 50 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Nekomimi", "rank": 40 }, - { "name": "Maids", "rank": 30 }, - { "name": "Work", "rank": 20 }, - { "name": "Chibi", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { - "romaji": "UFO Princess Valkyrie", - "english": "UFO Ultramaiden Valkyrie", - "native": "円盤皇女ワるきゅーレ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700442764, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1127.jpg" - } - }, - { - "id": 21887, - "idMal": 33743, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Drama", "Ecchi", "Music", "Romance"], - "tags": [ - { "name": "Band", "rank": 88 }, - { "name": "Love Triangle", "rank": 80 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "School Club", "rank": 66 }, - { "name": "Idol", "rank": 62 }, - { "name": "Shounen", "rank": 53 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Nudity", "rank": 30 } - ], - "title": { "romaji": "Fuuka", "english": "Fuuka", "native": "風夏" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700450858, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21887-CAq64M7WMgY5.jpg" - } - }, - { - "id": 98519, - "idMal": 34525, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 100 }, - { "name": "Monster Girl", "rank": 96 }, - { "name": "Centaur", "rank": 85 }, - { "name": "School", "rank": 76 }, - { "name": "Primarily Female Cast", "rank": 75 }, - { "name": "Cute Girls Doing Cute Things", "rank": 72 }, - { "name": "Politics", "rank": 69 }, - { "name": "Dystopian", "rank": 68 }, - { "name": "Seinen", "rank": 42 }, - { "name": "Nudity", "rank": 40 }, - { "name": "LGBTQ+ Themes", "rank": 40 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Centaur no Nayami", - "english": "A Centaur's Life", - "native": "セントールの悩み" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700477104, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98519-SmTrl0rF59dm.jpg" - } - }, - { - "id": 17919, - "idMal": 17919, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Adventure", "Mahou Shoujo", "Sci-Fi"], - "tags": [ - { "name": "Magic", "rank": 94 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Space", "rank": 76 }, - { "name": "Astronomy", "rank": 76 }, - { "name": "Cute Girls Doing Cute Things", "rank": 70 }, - { "name": "Aliens", "rank": 66 }, - { "name": "Henshin", "rank": 66 }, - { "name": "Alternate Universe", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Time Manipulation", "rank": 30 } - ], - "title": { - "romaji": "Houkago no Pleiades", - "english": "Wish Upon the Pleiades", - "native": "放課後のプレアデス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701381318, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17919-mqCZs82QSeMh.jpg" - } - }, - { - "id": 99507, - "idMal": 35905, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["สอนหมากหนูที คุณพี่จ้าวมังกร!"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Shogi", "rank": 93 }, - { "name": "Board Game", "rank": 79 }, - { "name": "Tsundere", "rank": 72 }, - { "name": "Male Protagonist", "rank": 67 }, - { "name": "Coming of Age", "rank": 65 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Yandere", "rank": 40 }, - { "name": "Work", "rank": 40 }, - { "name": "Age Gap", "rank": 20 } - ], - "title": { - "romaji": "Ryuuou no Oshigoto!", - "english": "The Ryuo's Work is Never Done!", - "native": "りゅうおうのおしごと!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701660628, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99507-ETGckHFiP5yd.jpg" - } - }, - { - "id": 97683, - "idMal": 34177, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Tenshi no Three Piece!", - "Tenshi no 3 Piece!", - "Tenshi no 3-piece", - "Here comes the three angels" - ], - "genres": ["Music", "Slice of Life"], - "tags": [ - { "name": "Primarily Child Cast", "rank": 100 }, - { "name": "Band", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 76 }, - { "name": "Age Gap", "rank": 65 }, - { "name": "Feet", "rank": 60 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 }, - { "name": "School", "rank": 40 }, - { "name": "Kuudere", "rank": 33 }, - { "name": "Fishing", "rank": 30 }, - { "name": "Idol", "rank": 20 } - ], - "title": { - "romaji": "Tenshi no 3P!", - "english": "Angel's 3Piece!", - "native": "天使の3P!〈スリーピース〉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701723744, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx97683-UOTfBliOP0mK.jpg" - } - }, - { - "id": 17777, - "idMal": 17777, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["imocho", "imocyo"], - "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Dissociative Identities", "rank": 100 }, - { "name": "Inseki", "rank": 79 }, - { "name": "Ghost", "rank": 73 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Kuudere", "rank": 30 }, - { "name": "Bisexual", "rank": 26 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { - "romaji": "Saikin, Imouto no Yousu ga Chotto Okashiinda ga.", - "english": "Recently, My Sister Is Unusual", - "native": "最近、妹のようすがちょっとおかしいんだが。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701941388, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17777-JyiQrGXjw0s0.jpg" - } - }, - { - "id": 99441, - "idMal": 35827, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 27, - "synonyms": ["Maiden Domain"], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Nakadashi", "rank": 79 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Gender Bending", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Crossdressing", "rank": 79 }, - { "name": "Defloration", "rank": 60 }, - { "name": "Large Breasts", "rank": 53 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Fellatio", "rank": 40 }, - { "name": "Masturbation", "rank": 40 } - ], - "title": { - "romaji": "Otome*Domain THE ANIMATION", - "english": null, - "native": "オトメ*ドメイン THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701952530, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99441-lF52MmaqMWIC.jpg" - } - }, - { - "id": 12149, - "idMal": 12149, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["AKB0048 First Stage"], - "genres": ["Drama", "Music", "Sci-Fi"], - "tags": [ - { "name": "Idol", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Otaku Culture", "rank": 79 }, - { "name": "Musical", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Real Robot", "rank": 76 }, - { "name": "Space", "rank": 71 }, - { "name": "Coming of Age", "rank": 65 }, - { "name": "Terrorism", "rank": 60 }, - { "name": "Space Opera", "rank": 60 }, - { "name": "Dancing", "rank": 55 }, - { "name": "CGI", "rank": 40 }, - { "name": "Swordplay", "rank": 40 }, - { "name": "Guns", "rank": 20 }, - { "name": "Kuudere", "rank": 20 } - ], - "title": { "romaji": "AKB0048", "english": "AKB0048", "native": "AKB0048" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702097922, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx12149-OsW0XJq6wtCM.jpg" - } - }, - { - "id": 21575, - "idMal": 31810, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 15, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Large Breasts", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Episodic", "rank": 70 } - ], - "title": { "romaji": "Amakano", "english": null, "native": "アマカノ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702796037, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21575-0ip8PayPgTH5.jpg" - } - }, - { - "id": 21696, - "idMal": 32924, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Adivina como puedas", "우라라 미로첩", "uramei"], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 98 }, - { "name": "Cute Girls Doing Cute Things", "rank": 92 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Gods", "rank": 85 }, - { "name": "Witch", "rank": 83 }, - { "name": "Magic", "rank": 80 }, - { "name": "Mythology", "rank": 79 }, - { "name": "Youkai", "rank": 71 }, - { "name": "Historical", "rank": 62 }, - { "name": "Seinen", "rank": 61 }, - { "name": "Kemonomimi", "rank": 50 } - ], - "title": { "romaji": "Urara Meirochou", "english": "Urara Meirocho", "native": "うらら迷路帖" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702796049, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21696-t6vK6om0LJtT.jpg" - } - }, - { - "id": 104679, - "idMal": 38529, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life", "Sports"], - "tags": [ - { "name": "School Club", "rank": 96 }, - { "name": "Guns", "rank": 93 }, - { "name": "Cute Girls Doing Cute Things", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Airsoft", "rank": 79 }, - { "name": "School", "rank": 68 }, - { "name": "Educational", "rank": 60 }, - { "name": "CGI", "rank": 54 }, - { "name": "Meta", "rank": 40 } - ], - "title": { - "romaji": "Rifle Is Beautiful", - "english": "Chidori RSC", - "native": "ライフル・イズ・ビューティフル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702810588, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104679-wGUXfMYSRXSW.png" - } - }, - { - "id": 171642, - "idMal": 57559, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Sci-Fi", "Sports"], - "tags": [ - { "name": "Superhero", "rank": 79 }, - { "name": "Cars", "rank": 73 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Heterosexual", "rank": 33 } - ], - "title": { - "romaji": "MF Ghost 2nd Season", - "english": null, - "native": "MFゴースト 2nd Season" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702851261, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b171642-9FOolC722Y1d.jpg" - } - }, - { - "id": 6347, - "idMal": 6347, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "The Idiot", - "the Tests", - "and the Summoned Creatures", - "Baka to Test to Shokanju" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "School", "rank": 99 }, - { "name": "Surreal Comedy", "rank": 90 }, - { "name": "Super Power", "rank": 88 }, - { "name": "Meta", "rank": 88 }, - { "name": "Parody", "rank": 86 }, - { "name": "Chibi", "rank": 83 }, - { "name": "Gender Bending", "rank": 80 }, - { "name": "Love Triangle", "rank": 80 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Tsundere", "rank": 77 }, - { "name": "Ensemble Cast", "rank": 66 }, - { "name": "Crossdressing", "rank": 64 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Femboy", "rank": 60 }, - { "name": "Twins", "rank": 54 } - ], - "title": { - "romaji": "Baka to Test to Shoukanjuu", - "english": "Baka and Test - Summon the Beasts", - "native": "バカとテストと召喚獣" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702936136, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6347-wmkZ4HD6EG8O.jpg" - } - }, - { - "id": 125682, - "idMal": 43735, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Music"], - "tags": [ - { "name": "Acting", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Work", "rank": 90 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 77 }, - { "name": "Idol", "rank": 76 }, - { "name": "Cute Girls Doing Cute Things", "rank": 76 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Chuunibyou", "rank": 35 }, - { "name": "Battle Royale", "rank": 33 }, - { "name": "Video Games", "rank": 10 } - ], - "title": { "romaji": "CUE!", "english": "CUE!", "native": "CUE!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702971006, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx125682-aJ1KNMq8wPvz.jpg" - } - }, - { - "id": 129814, - "idMal": 47639, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [], - "genres": ["Drama", "Fantasy", "Mahou Shoujo", "Psychological"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Female Protagonist", "rank": 81 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "Memory Manipulation", "rank": 79 }, - { "name": "Magic", "rank": 68 }, - { "name": "Henshin", "rank": 65 }, - { "name": "School", "rank": 50 }, - { "name": "Suicide", "rank": 40 }, - { "name": "Cult", "rank": 20 } - ], - "title": { - "romaji": "BLUE REFLECTION RAY", - "english": "Blue Reflection Ray", - "native": "BLUE REFLECTION RAY/澪" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702971027, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129814-eXwKMTyCNge7.jpg" - } - }, - { - "id": 9938, - "idMal": 9938, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "Ikoku Meiro no Croisée The Animation", - "Ikoku Meiro No Croisee The Animation", - "La croisée dans un labyrinthe étranger Special" - ], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Historical", "rank": 96 }, - { "name": "Foreign", "rank": 91 }, - { "name": "Iyashikei", "rank": 90 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Age Gap", "rank": 79 }, - { "name": "Urban", "rank": 75 } - ], - "title": { - "romaji": "Ikoku Meiro no Croisée", - "english": "Croisée in a Foreign Labyrinth ~ The Animation", - "native": "異国迷路のクロワーゼ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702971236, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9938-1Fqauvn8d1ON.jpg" - } - }, - { - "id": 103048, - "idMal": 38009, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Music"], - "tags": [ - { "name": "Idol", "rank": 90 }, - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "School Club", "rank": 72 }, - { "name": "Dancing", "rank": 70 }, - { "name": "Primarily Female Cast", "rank": 66 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 20 }, - { "name": "Airsoft", "rank": 20 }, - { "name": "Yuri", "rank": 10 } - ], - "title": { - "romaji": "Re:Stage! Dream Days♪", - "english": "Re:Stage! Dream Days", - "native": "Re:ステージ! ドリームデイズ♪" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703106269, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx103048-f3hrT5ZmVPKr.jpg" - } - }, - { - "id": 2942, - "idMal": 2942, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Iyashikei", "rank": 95 }, - { "name": "Drawing", "rank": 92 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 82 }, - { "name": "School Club", "rank": 80 }, - { "name": "School", "rank": 73 }, - { "name": "Photography", "rank": 60 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Surreal Comedy", "rank": 40 }, - { "name": "Meta", "rank": 20 } - ], - "title": { - "romaji": "Sketchbook: full color's", - "english": "Sketchbook ~full color's~", - "native": "スケッチブック 〜full color's〜" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703106332, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2942-vxdVXaBnXIza.jpg" - } - }, - { - "id": 171627, - "idMal": 57555, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": ["CSM: Reze-hen", "CSM – The Movie: Reze Arc"], - "genres": ["Action", "Drama", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 98 }, - { "name": "Monster Boy", "rank": 97 }, - { "name": "Urban Fantasy", "rank": 95 }, - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Body Horror", "rank": 91 }, - { "name": "Gore", "rank": 85 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Tragedy", "rank": 82 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Chainsaw Man: Reze-hen", - "english": "Chainsaw Man – The Movie: Reze Arc", - "native": "チェンソーマン レゼ篇" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703122437, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171627-EzihNzljlKKs.jpg" - } - }, - { - "id": 20634, - "idMal": 22835, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": ["Hime Goto"], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Crossdressing", "rank": 97 }, - { "name": "Episodic", "rank": 83 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Gender Bending", "rank": 76 }, - { "name": "School", "rank": 66 }, - { "name": "Parody", "rank": 63 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Femboy", "rank": 60 }, - { "name": "Heterosexual", "rank": 55 } - ], - "title": { "romaji": "Himegoto", "english": null, "native": "ひめゴト" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703200240, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20634-2MlcIyiB3Eja.jpg" - } - }, - { - "id": 98607, - "idMal": 35427, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Animegataris"], - "genres": ["Comedy"], - "tags": [ - { "name": "School Club", "rank": 97 }, - { "name": "Otaku Culture", "rank": 97 }, - { "name": "Meta", "rank": 95 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Surreal Comedy", "rank": 77 }, - { "name": "School", "rank": 74 }, - { "name": "Cosplay", "rank": 63 }, - { "name": "Chuunibyou", "rank": 62 }, - { "name": "Butler", "rank": 40 } - ], - "title": { "romaji": "Anime-Gataris", "english": null, "native": "アニメガタリズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703468242, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98607-00IsY9yY7Aed.jpg" - } - }, - { - "id": 21597, - "idMal": 32555, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 96 }, - { "name": "School Club", "rank": 93 }, - { "name": "Video Games", "rank": 92 }, - { "name": "Otaku Culture", "rank": 80 }, - { "name": "Meta", "rank": 79 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Seinen", "rank": 72 }, - { "name": "Software Development", "rank": 70 }, - { "name": "Primarily Female Cast", "rank": 68 }, - { "name": "School", "rank": 66 }, - { "name": "Drawing", "rank": 60 }, - { "name": "Writing", "rank": 60 }, - { "name": "Musical", "rank": 10 } - ], - "title": { - "romaji": "Stella no Mahou", - "english": "Magic of Stella", - "native": "ステラのまほう" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703573160, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21597-iq3QienfwebA.png" - } - }, - { - "id": 20611, - "idMal": 22189, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Futsuu no Joshikousei ga [Local Idol] Yatte Mita.", - "Futsuu no Joshikousei ga [Rokodoru] Yatte Mita." - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 95 }, - { "name": "Cute Girls Doing Cute Things", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Idol", "rank": 74 }, - { "name": "Primarily Female Cast", "rank": 70 }, - { "name": "Rural", "rank": 70 }, - { "name": "Dancing", "rank": 53 } - ], - "title": { - "romaji": "Futsuu no Joshikousei ga [Locodol] Yatte Mita.", - "english": "Locodol", - "native": "普通の女子校生が【ろこどる】やってみた。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703573169, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20611-rfSDOfDVTCuP.jpg" - } - }, - { - "id": 127549, - "idMal": 45425, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Slice of Life", "Sports"], - "tags": [ - { "name": "Fishing", "rank": 94 }, - { "name": "Cute Girls Doing Cute Things", "rank": 93 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Iyashikei", "rank": 90 }, - { "name": "Family Life", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Outdoor", "rank": 81 }, - { "name": "Food", "rank": 71 }, - { "name": "Educational", "rank": 67 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Seinen", "rank": 56 }, - { "name": "Episodic", "rank": 42 }, - { "name": "Chibi", "rank": 38 }, - { "name": "Tragedy", "rank": 35 }, - { "name": "Tanned Skin", "rank": 35 }, - { "name": "Twins", "rank": 31 }, - { "name": "School", "rank": 25 } - ], - "title": { "romaji": "Slow Loop", "english": "Slow Loop", "native": "スローループ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703598571, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127549-fr324YPdXb3D.jpg" - } - }, - { - "id": 113418, - "idMal": 40685, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ซุปเปอร์คับ"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Motorcycles", "rank": 98 }, - { "name": "Iyashikei", "rank": 93 }, - { "name": "Mopeds", "rank": 92 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Outdoor", "rank": 78 }, - { "name": "Cute Girls Doing Cute Things", "rank": 76 }, - { "name": "School", "rank": 73 }, - { "name": "Rural", "rank": 60 }, - { "name": "CGI", "rank": 50 } - ], - "title": { "romaji": "Super Cub", "english": "Super Cub", "native": "スーパーカブ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703678529, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113418-OhgQiQrGI0GH.jpg" - } - }, - { - "id": 21659, - "idMal": 32828, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 98 }, - { "name": "Food", "rank": 96 }, - { "name": "Iyashikei", "rank": 84 }, - { "name": "Found Family", "rank": 79 }, - { "name": "Educational", "rank": 71 }, - { "name": "Teacher", "rank": 66 }, - { "name": "Seinen", "rank": 61 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Orphan", "rank": 53 }, - { "name": "Cute Girls Doing Cute Things", "rank": 46 }, - { "name": "Coming of Age", "rank": 43 }, - { "name": "School", "rank": 40 }, - { "name": "Chibi", "rank": 20 } - ], - "title": { - "romaji": "Amaama to Inazuma", - "english": "Sweetness & Lightning", - "native": "甘々と稲妻" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703682410, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21659-r1nnqXPIcl9D.png" - } - }, - { - "id": 21738, - "idMal": 34834, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 87 }, - { "name": "Yuri", "rank": 82 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "Henshin", "rank": 66 }, - { "name": "Magic", "rank": 66 }, - { "name": "Card Battle", "rank": 64 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "College", "rank": 40 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Ojou-sama", "rank": 40 }, - { "name": "Animals", "rank": 20 } - ], - "title": { - "romaji": "Hina Logi: from Luck & Logic", - "english": "Hina Logic - from Luck & Logic", - "native": "ひなろじ~from Luck & Logic~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704090792, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21738-SMMRGISxAUKx.jpg" - } - }, - { - "id": 629, - "idMal": 629, - "status": "FINISHED", - "type": "ANIME", - "episodes": 6, - "chapters": null, - "format": "OVA", - "duration": 28, - "synonyms": ["Magic User's Club OVA", "Il Club della Magia!"], - "genres": ["Comedy", "Fantasy", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Magic", "rank": 95 }, - { "name": "Witch", "rank": 84 }, - { "name": "School Club", "rank": 80 }, - { "name": "LGBTQ+ Themes", "rank": 75 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Love Triangle", "rank": 70 }, - { "name": "Aliens", "rank": 66 }, - { "name": "Ojou-sama", "rank": 53 }, - { "name": "Bullying", "rank": 40 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Mahou Tsukai Tai!", - "english": "Magic User's Club!", - "native": "魔法使いTai!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704090817, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1996 }, - "endDate": { "year": 1997 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx629-fLzM1xlbng9T.png" - } - }, - { - "id": 21455, - "idMal": 31953, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 98 }, - { "name": "Work", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 93 }, - { "name": "Software Development", "rank": 93 }, - { "name": "Video Games", "rank": 88 }, - { "name": "Office Lady", "rank": 88 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 72 }, - { "name": "Urban", "rank": 71 }, - { "name": "Drawing", "rank": 67 }, - { "name": "Episodic", "rank": 52 }, - { "name": "Tomboy", "rank": 45 }, - { "name": "LGBTQ+ Themes", "rank": 40 }, - { "name": "Tanned Skin", "rank": 37 }, - { "name": "Politics", "rank": 36 }, - { "name": "Tsundere", "rank": 32 }, - { "name": "College", "rank": 22 }, - { "name": "Cosplay", "rank": 21 } - ], - "title": { "romaji": "NEW GAME!", "english": "NEW GAME!", "native": "NEW GAME!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704176355, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21455-XZTQ8Fmii75j.jpg" - } - }, - { - "id": 21059, - "idMal": 30127, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 82 }, - { "name": "Tsundere", "rank": 80 }, - { "name": "Twins", "rank": 75 }, - { "name": "Kuudere", "rank": 70 }, - { "name": "School", "rank": 44 } - ], - "title": { "romaji": "Danchigai", "english": "Danchigai", "native": "だんちがい" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704250711, - "updatedAt": 1704250711, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21059-hiwZMOWm2khS.jpg" - } - }, - { - "id": 1865, - "idMal": 1865, - "status": "FINISHED", - "type": "ANIME", - "episodes": 11, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Getsumen Usagi Heiki Miina", "Lunar Bunny Weapon Mina"], - "genres": ["Comedy", "Sci-Fi"], - "tags": [{ "name": "Parody", "rank": 79 }, { "name": "Henshin", "rank": 79 }], - "title": { - "romaji": "Getsumen To Heiki Mina", - "english": "Mina", - "native": "月面兎兵器ミーナ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704536164, - "updatedAt": 1704536164, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1865.jpg" - } - }, - { - "id": 162904, - "idMal": null, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 114, - "synonyms": ["Totto-Chan: The Little Girl at the Window"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Autobiographical", "rank": 60 }, - { "name": "Kids", "rank": 20 }, - { "name": "Rural", "rank": 20 }, - { "name": "War", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Disability", "rank": 20 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { - "romaji": "Madogiwa no Totto-chan", - "english": null, - "native": "窓ぎわのトットちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704536364, - "updatedAt": 1704536364, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162904-hYOOd3RntRZH.jpg" - } - }, - { - "id": 172398, - "idMal": 57662, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "OVA", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Hentai"], - "tags": [], - "title": { "romaji": "Ruins Seeker", "english": null, "native": "ルインズシーカー" }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1711638000 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704593093, - "updatedAt": 1704593093, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172398-3VzXrbPkIkRt.png" - } - }, - { - "id": 1079, - "idMal": 1079, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "OVA", - "duration": 34, - "synonyms": [], - "genres": ["Action", "Adventure", "Mecha", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Robots", "rank": 92 }, - { "name": "Police", "rank": 84 }, - { "name": "Cyberpunk", "rank": 79 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Guns", "rank": 79 }, - { "name": "Artificial Intelligence", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Crime", "rank": 79 }, - { "name": "Detective", "rank": 79 }, - { "name": "Space", "rank": 79 }, - { "name": "Cyborg", "rank": 79 }, - { "name": "Fugitive", "rank": 79 }, - { "name": "Politics", "rank": 79 }, - { "name": "Real Robot", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Terrorism", "rank": 73 }, - { "name": "Philosophy", "rank": 73 }, - { "name": "Tanned Skin", "rank": 70 }, - { "name": "Survival", "rank": 70 }, - { "name": "Urban", "rank": 66 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Heterosexual", "rank": 30 } - ], - "title": { - "romaji": "Armitage III", - "english": "Armitage III", - "native": "アミテージ・ザ・サード" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704966692, - "updatedAt": 1704966692, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1995 }, - "endDate": { "year": 1995 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1079-s7mU6pjEfdhZ.jpg" - } - }, - { - "id": 9331, - "idMal": 9331, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Amnesia", "rank": 79 }, - { "name": "Demons", "rank": 75 }, - { "name": "Urban Fantasy", "rank": 75 }, - { "name": "Monster Girl", "rank": 60 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Superhero", "rank": 40 }, - { "name": "Shounen", "rank": 30 }, - { "name": "CGI", "rank": 20 } - ], - "title": { - "romaji": "Yumekui Merry", - "english": "Dream Eater Merry", - "native": "夢喰いメリー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705123068, - "updatedAt": 1705123068, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9331-f2bAShenxOeX.jpg" - } - }, - { - "id": 120646, - "idMal": 42351, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ลุ้นรักรุ่นน้องตัวจิ๋วกับรุ่นพี่ตัวป่วน", "Seniorku yang Menyebalkan"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Office Lady", "rank": 96 }, - { "name": "Primarily Adult Cast", "rank": 95 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Work", "rank": 89 }, - { "name": "Tsundere", "rank": 77 }, - { "name": "Heterosexual", "rank": 72 }, - { "name": "Josei", "rank": 70 }, - { "name": "Tomboy", "rank": 56 }, - { "name": "Male Protagonist", "rank": 54 }, - { "name": "Age Gap", "rank": 53 }, - { "name": "Tanned Skin", "rank": 43 }, - { "name": "Coming of Age", "rank": 40 }, - { "name": "Basketball", "rank": 24 }, - { "name": "Video Games", "rank": 20 }, - { "name": "Cosplay", "rank": 20 }, - { "name": "Urban", "rank": 20 } - ], - "title": { - "romaji": "Senpai ga Uzai Kouhai no Hanashi", - "english": "My Senpai is Annoying", - "native": "先輩がうざい後輩の話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705295135, - "updatedAt": 1705295135, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx120646-3GUSMpqx0mVw.jpg" - } - }, - { - "id": 18153, - "idMal": 18153, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Beyond the Horizon", "境界的彼方"], - "genres": ["Action", "Drama", "Fantasy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Super Power", "rank": 90 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Demons", "rank": 88 }, - { "name": "School", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Female Protagonist", "rank": 74 }, - { "name": "Male Protagonist", "rank": 74 }, - { "name": "Ensemble Cast", "rank": 70 }, - { "name": "Magic", "rank": 68 }, - { "name": "Swordplay", "rank": 65 }, - { "name": "Body Horror", "rank": 65 }, - { "name": "Tragedy", "rank": 62 }, - { "name": "Amnesia", "rank": 60 }, - { "name": "Conspiracy", "rank": 55 }, - { "name": "School Club", "rank": 51 }, - { "name": "Revenge", "rank": 48 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Kuudere", "rank": 33 }, - { "name": "Idol", "rank": 28 } - ], - "title": { - "romaji": "Kyoukai no Kanata", - "english": "Beyond the Boundary", - "native": "境界の彼方" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705550562, - "updatedAt": 1705550562, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx18153-oDqA9zQzQPOq.png" - } - }, - { - "id": 101386, - "idMal": 37614, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Hitoribocchi", - "Bocchi Seikatsu", - "一个人的○○小日子", - "Hitoribocchi no Marumaru Seikatsu" - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 94 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Slapstick", "rank": 93 }, - { "name": "School", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Primarily Child Cast", "rank": 82 }, - { "name": "Primarily Teen Cast", "rank": 72 }, - { "name": "Ensemble Cast", "rank": 57 }, - { "name": "Tsundere", "rank": 43 }, - { "name": "Ninja", "rank": 40 }, - { "name": "Tomboy", "rank": 10 }, - { "name": "Shounen", "rank": 10 } - ], - "title": { - "romaji": "Hitoribocchi no ○○ Seikatsu", - "english": "Hitoribocchi no Marumaruseikatsu", - "native": "ひとりぼっちの○○生活" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705550780, - "updatedAt": 1705550780, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101386-ZtlTugIEuorU.png" - } - }, - { - "id": 173388, - "idMal": 57845, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "Plus-Sized Elf", - "50 nuances de gras", - "Elfa a Dieta", - "Эльф не может похудеть", - "Elf can't be on a diet." - ], - "genres": ["Comedy", "Ecchi", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Elf", "rank": 79 }, - { "name": "Fitness", "rank": 79 }, - { "name": "Monster Girl", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Food", "rank": 60 }, - { "name": "Work", "rank": 60 }, - { "name": "Isekai", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { - "romaji": "Elf-san wa Yaserarenai.", - "english": null, - "native": "エルフさんは痩せられない。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705650861, - "updatedAt": 1705650861, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173388-2mioTDDpGiuL.jpg" - } - }, - { - "id": 102875, - "idMal": 36945, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 12, - "synonyms": [], - "genres": ["Comedy"], - "tags": [ - { "name": "Full CGI", "rank": 90 }, - { "name": "Surreal Comedy", "rank": 80 }, - { "name": "Parody", "rank": 79 }, - { "name": "Meta", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Super Power", "rank": 57 } - ], - "title": { - "romaji": "Himote House", - "english": "HIMOTE HOUSE: A share house of super psychic girls", - "native": "ひもてはうす" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705920992, - "updatedAt": 1705920992, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx102875-CFIFDSvHCitF.png" - } - }, - { - "id": 21237, - "idMal": 31044, - "status": "FINISHED", - "type": "ANIME", - "episodes": 139, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Fantasy", "Slice of Life"], - "tags": [ - { "name": "Kids", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Primarily Child Cast", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Gods", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Episodic", "rank": 20 }, - { "name": "Mythology", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { - "romaji": "Kamisama Minarai: Himitsu no Cocotama", - "english": null, - "native": "かみさまみならい ヒミツのここたま" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1706159648, - "updatedAt": 1706159648, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21237-KM5XjpCA9w8W.jpg" - } - }, - { - "id": 157883, - "idMal": 53716, - "status": "RELEASING", - "type": "ANIME", - "episodes": 50, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Hirogaru Sky! Pretty Cure", "Soaring Sky! Pretty Cure"], - "genres": ["Action", "Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Henshin", "rank": 97 }, - { "name": "Superhero", "rank": 97 }, - { "name": "Magic", "rank": 94 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Found Family", "rank": 88 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Isekai", "rank": 85 }, - { "name": "Kids", "rank": 76 }, - { "name": "Urban", "rank": 76 }, - { "name": "Urban Fantasy", "rank": 73 }, - { "name": "Dragons", "rank": 66 }, - { "name": "Drawing", "rank": 60 }, - { "name": "Martial Arts", "rank": 56 }, - { "name": "Parkour", "rank": 55 }, - { "name": "Anthropomorphism", "rank": 55 }, - { "name": "Cute Girls Doing Cute Things", "rank": 53 }, - { "name": "Episodic", "rank": 40 }, - { "name": "Baseball", "rank": 20 }, - { "name": "Aviation", "rank": 20 } - ], - "title": { - "romaji": "Hirogaru Sky! Precure", - "english": "Soaring Sky! Precure", - "native": "ひろがるスカイ!プリキュア" - }, - "nextAiringEpisode": { "episode": 50, "airingAt": 1706398200 }, - "mediaListEntry": { - "progress": 38, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1681716151, - "updatedAt": 1705589842, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx157883-2CY0BMgezlca.png" - } - }, - { - "id": 158871, - "idMal": 53876, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Pokémon (2023)", "Pokémon Horizontes: A Série", "Pokémon Horyzonty: Seria"], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Animals", "rank": 97 }, - { "name": "Travel", "rank": 96 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Ensemble Cast", "rank": 75 }, - { "name": "Kids", "rank": 74 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "Found Family", "rank": 70 }, - { "name": "Aviation", "rank": 60 }, - { "name": "Adoption", "rank": 53 }, - { "name": "School", "rank": 40 }, - { "name": "Musical", "rank": 33 }, - { "name": "Fishing", "rank": 30 }, - { "name": "Idol", "rank": 20 }, - { "name": "VTuber", "rank": 20 } - ], - "title": { - "romaji": "Pocket Monsters (2023)", - "english": "Pokémon Horizons: The Series", - "native": "ポケットモンスター (2023)" - }, - "nextAiringEpisode": { "episode": 37, "airingAt": 1706262900 }, - "mediaListEntry": { - "progress": 6, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1688811707, - "updatedAt": 1705218828, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158871-FmWU8dacXDiA.jpg" - } - }, - { - "id": 165426, - "idMal": 55463, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "ONA", - "duration": 2, - "synonyms": ["A Little Shark Going Out.", "Little Shark's Outings"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Iyashikei", "rank": 100 }, - { "name": "Animals", "rank": 88 }, - { "name": "Anthropomorphism", "rank": 88 }, - { "name": "Episodic", "rank": 64 }, - { "name": "Kids", "rank": 40 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { - "romaji": "Odekake Kozame", - "english": "Little Shark's Day Out", - "native": "おでかけ子ザメ" - }, - "nextAiringEpisode": { "episode": 30, "airingAt": 1706266800 }, - "mediaListEntry": { - "progress": 29, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689970482, - "updatedAt": 1706078807, - "score": 83, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165426-Q93dCaAlRx6b.jpg" - } - }, - { - "id": 165159, - "idMal": 56566, - "status": "RELEASING", - "type": "ANIME", - "episodes": 51, - "chapters": null, - "format": "TV", - "duration": 22, - "synonyms": ["ベイブレードエックス", "ベイブレイド X"], - "genres": ["Action", "Adventure", "Sports"], - "tags": [{ "name": "Kids", "rank": 79 }], - "title": { "romaji": "BEYBLADE X", "english": null, "native": "BEYBLADE X" }, - "nextAiringEpisode": { "episode": 16, "airingAt": 1706261100 }, - "mediaListEntry": { - "progress": 12, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696881151, - "updatedAt": 1705583711, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165159-aCFC9Sng7t4M.png" - } - }, - { - "id": 170497, - "idMal": null, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "ONA", - "duration": 1, - "synonyms": [], - "genres": ["Comedy"], - "tags": [ - { "name": "VTuber", "rank": 60 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Slapstick", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Nandemo Bakukai! Koyori-chan", - "english": "Solved with a Bang! Koyori-chan", - "native": "なんでも爆解!こよりチャン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698131890, - "updatedAt": 1704957174, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b170497-aIwCSQZJDAMC.png" - } - }, - { - "id": 168194, - "idMal": 56242, - "status": "RELEASING", - "type": "ANIME", - "episodes": 37, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["戰國妖狐 救世姊弟篇", "Ёко из Сэнгоку"], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Shounen", "rank": 73 }, - { "name": "Samurai", "rank": 73 }, - { "name": "Dragons", "rank": 60 }, - { "name": "Demons", "rank": 60 }, - { "name": "Ensemble Cast", "rank": 46 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Henshin", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Magic", "rank": 20 } - ], - "title": { "romaji": "Sengoku Youko", "english": "Sengoku Youko", "native": "戦国妖狐" }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706713200 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704906679, - "updatedAt": 1706168353, - "score": 83, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx168194-I7O79icUs0ou.jpg" - } - }, - { - "id": 99699, - "idMal": 36028, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Golden Kamui", "黄金神威"], - "genres": ["Action", "Adventure", "Comedy"], - "tags": [ - { "name": "Historical", "rank": 93 }, - { "name": "Outdoor", "rank": 89 }, - { "name": "Seinen", "rank": 85 }, - { "name": "Survival", "rank": 84 }, - { "name": "Ensemble Cast", "rank": 84 }, - { "name": "Military", "rank": 82 }, - { "name": "Primarily Adult Cast", "rank": 74 }, - { "name": "Guns", "rank": 71 }, - { "name": "Food", "rank": 70 }, - { "name": "War", "rank": 70 }, - { "name": "Gore", "rank": 66 }, - { "name": "Primarily Male Cast", "rank": 65 }, - { "name": "Educational", "rank": 65 }, - { "name": "Anti-Hero", "rank": 60 }, - { "name": "Assassins", "rank": 57 }, - { "name": "Male Protagonist", "rank": 51 }, - { "name": "Body Horror", "rank": 46 }, - { "name": "Crime", "rank": 45 }, - { "name": "Gender Bending", "rank": 45 }, - { "name": "Episodic", "rank": 36 }, - { "name": "LGBTQ+ Themes", "rank": 35 }, - { "name": "CGI", "rank": 34 }, - { "name": "Archery", "rank": 30 }, - { "name": "Torture", "rank": 20 }, - { "name": "Twins", "rank": 20 }, - { "name": "Transgender", "rank": 20 }, - { "name": "Medicine", "rank": 20 }, - { "name": "Oiran", "rank": 20 } - ], - "title": { "romaji": "Golden Kamuy", "english": "Golden Kamuy", "native": "ゴールデンカムイ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681968427, - "updatedAt": 1696206357, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99699-mBCjpoWpAVGX.jpg" - } - }, - { - "id": 10495, - "idMal": 10495, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 98 }, - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "School Club", "rank": 85 }, - { "name": "Meta", "rank": 85 }, - { "name": "Love Triangle", "rank": 84 }, - { "name": "Surreal Comedy", "rank": 84 }, - { "name": "School", "rank": 81 }, - { "name": "Yuri", "rank": 81 }, - { "name": "Slapstick", "rank": 80 }, - { "name": "Episodic", "rank": 78 }, - { "name": "Female Protagonist", "rank": 77 }, - { "name": "Tsundere", "rank": 77 }, - { "name": "Primarily Teen Cast", "rank": 77 }, - { "name": "Primarily Child Cast", "rank": 67 }, - { "name": "LGBTQ+ Themes", "rank": 60 }, - { "name": "Kuudere", "rank": 54 }, - { "name": "Twins", "rank": 52 } - ], - "title": { "romaji": "Yuru Yuri", "english": "YuruYuri", "native": "ゆるゆり" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1683165232, - "updatedAt": 1706176232, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10495-LC0vlFLHk2Ue.jpg" - } - }, - { - "id": 15583, - "idMal": 15583, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["พิชิตรัก พิทักษ์โลก", " Рандеву с жизнью"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Mecha", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Female Harem", "rank": 92 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Super Power", "rank": 86 }, - { "name": "Henshin", "rank": 85 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Ensemble Cast", "rank": 70 }, - { "name": "Slapstick", "rank": 70 }, - { "name": "Urban Fantasy", "rank": 66 }, - { "name": "School", "rank": 64 }, - { "name": "Yandere", "rank": 62 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Kuudere", "rank": 58 }, - { "name": "Parody", "rank": 56 }, - { "name": "Tsundere", "rank": 54 }, - { "name": "Clone", "rank": 50 }, - { "name": "Swordplay", "rank": 50 }, - { "name": "Time Manipulation", "rank": 50 }, - { "name": "CGI", "rank": 40 } - ], - "title": { "romaji": "Date A Live", "english": "Date A Live", "native": "デート・ア・ライブ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683374416, - "updatedAt": 1696206362, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15583-Sxd2J4RJdRhj.jpg" - } - }, - { - "id": 2403, - "idMal": 2403, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Nymphet", "A Child's Time", "Kojika"], - "genres": ["Comedy", "Drama", "Ecchi"], - "tags": [ - { "name": "School", "rank": 96 }, - { "name": "Age Gap", "rank": 96 }, - { "name": "Primarily Child Cast", "rank": 95 }, - { "name": "Tsundere", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Yandere", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Incest", "rank": 65 }, - { "name": "Nekomimi", "rank": 60 }, - { "name": "Kemonomimi", "rank": 56 } - ], - "title": { "romaji": "Kodomo no Jikan", "english": null, "native": "こどものじかん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686293031, - "updatedAt": 1701689921, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2403-vZ99B6GVLMCr.jpg" - } - }, - { - "id": 19383, - "idMal": 19383, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV_SHORT", - "duration": 5, - "synonyms": ["Yamishibai: Japanese Ghost Stories", "เรื่องเล่าผีญี่ปุ่น"], - "genres": ["Horror", "Supernatural"], - "tags": [ - { "name": "Episodic", "rank": 86 }, - { "name": "Demons", "rank": 80 }, - { "name": "Anthology", "rank": 76 }, - { "name": "Ghost", "rank": 76 }, - { "name": "Body Horror", "rank": 40 } - ], - "title": { - "romaji": "Yami Shibai", - "english": "Theatre of Darkness: Yamishibai", - "native": "闇芝居" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688953175, - "updatedAt": 1705474581, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/19383.jpg" - } - }, - { - "id": 17729, - "idMal": 17729, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Le Fruit De La Grisaia"], - "genres": ["Drama", "Ecchi", "Psychological", "Romance"], - "tags": [ - { "name": "Tragedy", "rank": 88 }, - { "name": "Male Protagonist", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 85 }, - { "name": "School", "rank": 83 }, - { "name": "Female Harem", "rank": 78 }, - { "name": "Survival", "rank": 74 }, - { "name": "Rape", "rank": 68 }, - { "name": "Nudity", "rank": 56 }, - { "name": "Dissociative Identities", "rank": 56 }, - { "name": "Kuudere", "rank": 55 }, - { "name": "Guns", "rank": 53 }, - { "name": "Revenge", "rank": 40 }, - { "name": "Cannibalism", "rank": 30 }, - { "name": "Suicide", "rank": 24 }, - { "name": "Adoption", "rank": 20 } - ], - "title": { - "romaji": "Grisaia no Kajitsu", - "english": "The Fruit of Grisaia", - "native": "グリザイアの果実" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689364867, - "updatedAt": 1696206350, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx17729-Xhgile3kCpqB.jpg" - } - }, - { - "id": 21355, - "idMal": 31240, - "status": "FINISHED", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "Re: Life in a different world from zero", - "ReZero", - "Re Zero", - "Re:从零开始的异世界生活", - "Re:Zero รีเซทชีวิต ฝ่าวิกฤตต่างโลก", - "Re:Zero — жизнь с нуля в другом мире" - ], - "genres": ["Action", "Adventure", "Drama", "Fantasy", "Psychological", "Romance", "Thriller"], - "tags": [ - { "name": "Isekai", "rank": 95 }, - { "name": "Tragedy", "rank": 87 }, - { "name": "Alternate Universe", "rank": 85 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "Witch", "rank": 77 }, - { "name": "Magic", "rank": 75 }, - { "name": "Gore", "rank": 72 }, - { "name": "Cult", "rank": 70 }, - { "name": "Coming of Age", "rank": 66 }, - { "name": "Ensemble Cast", "rank": 65 }, - { "name": "Body Horror", "rank": 64 }, - { "name": "Suicide", "rank": 63 }, - { "name": "Love Triangle", "rank": 62 }, - { "name": "Maids", "rank": 61 }, - { "name": "Heterosexual", "rank": 61 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Elf", "rank": 57 }, - { "name": "Demons", "rank": 56 }, - { "name": "Hikikomori", "rank": 53 }, - { "name": "Politics", "rank": 53 }, - { "name": "Butler", "rank": 51 }, - { "name": "Femboy", "rank": 51 }, - { "name": "Assassins", "rank": 48 }, - { "name": "Twins", "rank": 44 }, - { "name": "Meta", "rank": 42 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "CGI", "rank": 40 }, - { "name": "Tomboy", "rank": 40 }, - { "name": "Nekomimi", "rank": 39 }, - { "name": "Body Swapping", "rank": 36 }, - { "name": "Crossdressing", "rank": 32 }, - { "name": "Kemonomimi", "rank": 30 }, - { "name": "Tsundere", "rank": 28 }, - { "name": "Foreign", "rank": 27 } - ], - "title": { - "romaji": "Re:Zero kara Hajimeru Isekai Seikatsu", - "english": "Re:ZERO -Starting Life in Another World-", - "native": "Re:ゼロから始める異世界生活" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689365348, - "updatedAt": 1696206353, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21355-IHaS50pvLYd0.jpg" - } - }, - { - "id": 118123, - "idMal": 44042, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "ONA", - "duration": 2, - "synonyms": ["Hologra 3D Short Animation", "Hologra", "ホロぐら", "Hololive", "הולולייב"], - "genres": ["Action", "Adventure", "Comedy"], - "tags": [ - { "name": "VTuber", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 96 }, - { "name": "Ensemble Cast", "rank": 96 }, - { "name": "Parody", "rank": 95 }, - { "name": "Cute Girls Doing Cute Things", "rank": 95 }, - { "name": "Idol", "rank": 94 }, - { "name": "Full CGI", "rank": 94 }, - { "name": "Slapstick", "rank": 94 }, - { "name": "Episodic", "rank": 94 }, - { "name": "Meta", "rank": 93 }, - { "name": "Surreal Comedy", "rank": 93 }, - { "name": "Video Games", "rank": 68 }, - { "name": "Succubus", "rank": 66 }, - { "name": "Nekomimi", "rank": 65 }, - { "name": "Conspiracy", "rank": 65 }, - { "name": "Yuri", "rank": 63 }, - { "name": "Kemonomimi", "rank": 61 }, - { "name": "Dancing", "rank": 60 }, - { "name": "Shrine Maiden", "rank": 60 }, - { "name": "Maids", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Band", "rank": 60 }, - { "name": "Pirates", "rank": 58 }, - { "name": "Witch", "rank": 56 }, - { "name": "Office Lady", "rank": 51 }, - { "name": "Demons", "rank": 50 }, - { "name": "Detective", "rank": 50 }, - { "name": "Judo", "rank": 50 }, - { "name": "Dragons", "rank": 48 }, - { "name": "Elf", "rank": 42 }, - { "name": "Vampire", "rank": 42 }, - { "name": "Battle Royale", "rank": 40 }, - { "name": "Ghost", "rank": 40 }, - { "name": "Fishing", "rank": 40 }, - { "name": "Angels", "rank": 40 }, - { "name": "Real Robot", "rank": 37 }, - { "name": "Space", "rank": 34 }, - { "name": "Kaiju", "rank": 33 }, - { "name": "Body Swapping", "rank": 32 }, - { "name": "Necromancy", "rank": 30 }, - { "name": "Aliens", "rank": 28 }, - { "name": "Cars", "rank": 26 } - ], - "title": { "romaji": "Holo no Graffiti", "english": null, "native": "ホロのぐらふぃてぃ" }, - "nextAiringEpisode": { "episode": 245, "airingAt": 1706432400 }, - "mediaListEntry": { - "progress": 97, - "progressVolumes": null, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1690103478, - "updatedAt": 1705218803, - "score": 82, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx118123-xqn5fYsjKXJU.png" - } - }, - { - "id": 14131, - "idMal": 14131, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Garupan", "少女与战车", "GuP"], - "genres": ["Action", "Sports"], - "tags": [ - { "name": "Tanks", "rank": 99 }, - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Military", "rank": 90 }, - { "name": "School Club", "rank": 88 }, - { "name": "Cute Girls Doing Cute Things", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 84 }, - { "name": "School", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Historical", "rank": 76 }, - { "name": "Parody", "rank": 70 }, - { "name": "Ships", "rank": 55 }, - { "name": "CGI", "rank": 52 }, - { "name": "Volleyball", "rank": 29 } - ], - "title": { - "romaji": "Girls und Panzer", - "english": "Girls und Panzer", - "native": "ガールズ&パンツァー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696458419, - "updatedAt": 1697854789, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx14131-vw0RvpxofyBw.jpg" - } - }, - { - "id": 108463, - "idMal": 39534, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "지박소년 하나코 군", - "地缚少年花子君", - "Туалетный мальчик Ханако", - "Hanako-kun e os Mistérios do Colégio Kamone", - "ฮานาโกะคุง วิญญาณติดที่" - ], - "genres": ["Action", "Comedy", "Drama", "Mystery", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 97 }, - { "name": "Youkai", "rank": 96 }, - { "name": "School", "rank": 86 }, - { "name": "Mythology", "rank": 85 }, - { "name": "Afterlife", "rank": 83 }, - { "name": "Female Protagonist", "rank": 83 }, - { "name": "Primarily Teen Cast", "rank": 83 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Twins", "rank": 73 }, - { "name": "Tragedy", "rank": 72 }, - { "name": "Ensemble Cast", "rank": 62 }, - { "name": "Shounen", "rank": 62 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Heterosexual", "rank": 58 }, - { "name": "Slapstick", "rank": 56 }, - { "name": "Achronological Order", "rank": 56 }, - { "name": "Conspiracy", "rank": 52 }, - { "name": "School Club", "rank": 50 }, - { "name": "Femboy", "rank": 44 }, - { "name": "Love Triangle", "rank": 43 }, - { "name": "Mermaid", "rank": 38 }, - { "name": "LGBTQ+ Themes", "rank": 35 } - ], - "title": { - "romaji": "Jibaku Shounen Hanako-kun", - "english": "Toilet-bound Hanako-kun", - "native": "地縛少年 花子くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697877023, - "updatedAt": 1698189590, - "score": 78, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx108463-knWkFUR311ho.jpg" - } - }, - { - "id": 98505, - "idMal": 35240, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Adventure", "Sci-Fi"], - "tags": [ - { "name": "Espionage", "rank": 99 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Steampunk", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Foreign", "rank": 88 }, - { "name": "Achronological Order", "rank": 81 }, - { "name": "Urban Fantasy", "rank": 78 }, - { "name": "Episodic", "rank": 75 }, - { "name": "Historical", "rank": 71 }, - { "name": "Yuri", "rank": 70 }, - { "name": "Guns", "rank": 60 }, - { "name": "Assassins", "rank": 57 }, - { "name": "Anti-Hero", "rank": 48 }, - { "name": "Trains", "rank": 46 }, - { "name": "Primarily Teen Cast", "rank": 45 }, - { "name": "Kuudere", "rank": 44 }, - { "name": "School", "rank": 33 } - ], - "title": { - "romaji": "Princess Principal", - "english": "Princess Principal", - "native": "プリンセス・プリンシパル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700028818, - "updatedAt": 1700473134, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98505-uxUXC7fQ9lMk.jpg" - } - }, - { - "id": 100714, - "idMal": 36906, - "status": "FINISHED", - "type": "ANIME", - "episodes": 11, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Drop Kick on My Devil!", - "Un calcio volante al mio demonio!", - "Um chute no meu diabo!" - ], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Monster Girl", "rank": 96 }, - { "name": "Slapstick", "rank": 94 }, - { "name": "Demons", "rank": 89 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Urban Fantasy", "rank": 86 }, - { "name": "Meta", "rank": 76 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Gore", "rank": 71 }, - { "name": "Seinen", "rank": 70 }, - { "name": "Mythology", "rank": 68 }, - { "name": "Surreal Comedy", "rank": 68 }, - { "name": "Satire", "rank": 67 }, - { "name": "Bullying", "rank": 67 }, - { "name": "Gods", "rank": 60 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 }, - { "name": "Angels", "rank": 60 }, - { "name": "Chuunibyou", "rank": 50 }, - { "name": "Tomboy", "rank": 46 }, - { "name": "Food", "rank": 45 }, - { "name": "Kuudere", "rank": 45 }, - { "name": "Homeless", "rank": 30 }, - { "name": "Idol", "rank": 20 }, - { "name": "Isekai", "rank": 13 } - ], - "title": { - "romaji": "Jashin-chan Dropkick", - "english": "Dropkick on My Devil!", - "native": "邪神ちゃんドロップキック" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1703144760, - "updatedAt": 1703215640, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100714-1glYB8znGJ5W.png" - } - }, - { - "id": 125869, - "idMal": 43760, - "status": "FINISHED", - "type": "ANIME", - "episodes": 10, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Adventure", "Drama", "Fantasy", "Mystery"], - "tags": [ - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Post-Apocalyptic", "rank": 80 }, - { "name": "Animals", "rank": 80 }, - { "name": "Steampunk", "rank": 73 }, - { "name": "Rural", "rank": 66 }, - { "name": "Conspiracy", "rank": 60 }, - { "name": "Tragedy", "rank": 55 }, - { "name": "Denpa", "rank": 30 } - ], - "title": { "romaji": "Hikari no Ou", "english": "The Fire Hunter", "native": "火狩りの王" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704002928, - "updatedAt": 1705498230, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx125869-pR0WHBob195S.jpg" - } - }, - { - "id": 169362, - "idMal": 56671, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "ONA", - "duration": 29, - "synonyms": [ - "BURN THE WITCH ZERO POINT EIGHT", - "ปฐมบทแม่มดกับมังกร 0.8 ", - "BURN THE WITCH: Don't Judge A Book By Its Cover" - ], - "genres": ["Action", "Fantasy"], - "tags": [ - { "name": "Witch", "rank": 95 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Foreign", "rank": 85 }, - { "name": "Magic", "rank": 80 }, - { "name": "Dragons", "rank": 80 }, - { "name": "Work", "rank": 79 }, - { "name": "Idol", "rank": 79 } - ], - "title": { - "romaji": "BURN THE WITCH #0.8", - "english": "BURN THE WITCH #0.8", - "native": "BURN THE WITCH #0.8" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705405288, - "updatedAt": 1705405292, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169362-UahPkLgDnPai.jpg" - } - }, - { - "id": 147369, - "idMal": 51614, - "status": "FINISHED", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["The Blue Orchestra", "ออเคสตราบรรเลงฝัน"], - "genres": ["Drama", "Music"], - "tags": [ - { "name": "Band", "rank": 79 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "School", "rank": 70 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "School Club", "rank": 65 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Bullying", "rank": 60 }, - { "name": "CGI", "rank": 57 }, - { "name": "Musical", "rank": 54 } - ], - "title": { "romaji": "Ao no Orchestra", "english": null, "native": "青のオーケストラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 21, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1683879896, - "updatedAt": 1696090959, - "score": 69, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147369-Aodog1O7Nhuq.png" - } - }, - { - "id": 159808, - "idMal": 54103, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["สารพันปัญหาวุ่นวาย ของยัยแวมไพร์ขี้จุ๊", " I tormenti della vampira reclusa"], - "genres": ["Action", "Comedy", "Fantasy"], - "tags": [ - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Vampire", "rank": 85 }, - { "name": "Terrorism", "rank": 84 }, - { "name": "Military", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 76 }, - { "name": "Magic", "rank": 75 }, - { "name": "Yuri", "rank": 73 }, - { "name": "War", "rank": 72 }, - { "name": "Hikikomori", "rank": 65 }, - { "name": "Bullying", "rank": 65 }, - { "name": "Female Harem", "rank": 65 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Gore", "rank": 57 }, - { "name": "Nudity", "rank": 52 }, - { "name": "Maids", "rank": 50 } - ], - "title": { - "romaji": "Hikikomari Kyuuketsuki no Monmon", - "english": "The Vexations of a Shut-In Vampire Princess", - "native": "ひきこまり吸血姫の悶々" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688626546, - "updatedAt": 1703936806, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159808-svpzcGb6ig4X.jpg" - } - }, - { - "id": 159074, - "idMal": 56425, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "TV_SHORT", - "duration": 10, - "synonyms": [ - "ฮานาโกะคุง วิญญาณติดที่", - "Toilet-bound Hanako-kun Anime Project Restart", - "Hanako-kun Depois da Escola" - ], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Mythology", "rank": 79 }, - { "name": "Afterlife", "rank": 70 }, - { "name": "Episodic", "rank": 66 }, - { "name": "Youkai", "rank": 60 }, - { "name": "Ensemble Cast", "rank": 20 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Gender Bending", "rank": 20 }, - { "name": "Twins", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Houkago Shounen Hanako-kun", - "english": "After-school Hanako-kun", - "native": "放課後少年花子くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694891601, - "updatedAt": 1700029429, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159074-6sc64nKBa1wE.jpg" - } - }, - { - "id": 156184, - "idMal": 53494, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "My Daughter Grew Up to \"Rank S\" Adventurer.", - "Minha Filha Saiu de Casa e Voltou como uma Aventureira Rank-S" - ], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Swordplay", "rank": 90 }, - { "name": "Adoption", "rank": 86 }, - { "name": "Rural", "rank": 85 }, - { "name": "Magic", "rank": 85 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Disability", "rank": 70 }, - { "name": "Foreign", "rank": 66 }, - { "name": "Cult", "rank": 20 }, - { "name": "Dungeon", "rank": 20 }, - { "name": "Elf", "rank": 20 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Zombie", "rank": 20 }, - { "name": "Religion", "rank": 20 } - ], - "title": { - "romaji": "Boukensha ni Naritai to Miyako ni Deteitta Musume ga S Rank ni Natteta", - "english": "My Daughter Left the Nest and Returned an S-Rank Adventurer", - "native": "冒険者になりたいと都に出て行った娘がSランクになってた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695957426, - "updatedAt": 1703875572, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156184-mrU1zLqpnMSK.jpg" - } - }, - { - "id": 154587, - "idMal": 52991, - "status": "RELEASING", - "type": "ANIME", - "episodes": 28, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Frieren at the Funeral", - "장송의 프리렌", - "Frieren - Oltre la Fine del Viaggio", - "คำอธิษฐานในวันที่จากลา Frieren", - "Frieren e a Jornada para o Além", - "Frieren – Nach dem Ende der Reise", - "葬送的芙莉蓮", - "Frieren: Más allá del final del viaje", - "Frieren en el funeral", - "Sōsō no Furīren", - "Frieren. U kresu drogi", - "Frieren - Pháp sư tiễn táng", - "Фрирен, провожающая в последний путь" - ], - "genres": ["Adventure", "Drama", "Fantasy"], - "tags": [ - { "name": "Travel", "rank": 96 }, - { "name": "Magic", "rank": 93 }, - { "name": "Elf", "rank": 91 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Philosophy", "rank": 87 }, - { "name": "Time Skip", "rank": 83 }, - { "name": "Iyashikei", "rank": 80 }, - { "name": "Coming of Age", "rank": 80 }, - { "name": "Kuudere", "rank": 78 }, - { "name": "Environmental", "rank": 72 }, - { "name": "Demons", "rank": 66 }, - { "name": "Witch", "rank": 62 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Adoption", "rank": 60 }, - { "name": "Afterlife", "rank": 56 }, - { "name": "Asexual", "rank": 55 }, - { "name": "Episodic", "rank": 54 }, - { "name": "Shounen", "rank": 52 }, - { "name": "Dungeon", "rank": 46 }, - { "name": "Dragons", "rank": 43 }, - { "name": "Rotoscoping", "rank": 40 }, - { "name": "Fishing", "rank": 36 }, - { "name": "Heterosexual", "rank": 31 }, - { "name": "Suicide", "rank": 29 } - ], - "title": { - "romaji": "Sousou no Frieren", - "english": "Frieren: Beyond Journey’s End", - "native": "葬送のフリーレン" - }, - "nextAiringEpisode": { "episode": 20, "airingAt": 1706277600 }, - "mediaListEntry": { - "progress": 18, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696156243, - "updatedAt": 1705756584, - "score": 94, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx154587-n1fmjRv4JQUd.jpg" - } - }, - { - "id": 156039, - "idMal": 53439, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["จอมตะกละดาบคลั่ง", "Bousyoku", "O Berserker da Gula", "Berserk nan Rakus"], - "genres": ["Action", "Adventure", "Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Magic", "rank": 96 }, - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Swordplay", "rank": 72 }, - { "name": "Bullying", "rank": 55 }, - { "name": "Anachronism", "rank": 50 }, - { "name": "Revenge", "rank": 40 }, - { "name": "Goblin", "rank": 36 }, - { "name": "Angels", "rank": 20 }, - { "name": "Cannibalism", "rank": 20 }, - { "name": "Chimera", "rank": 20 }, - { "name": "Lost Civilization", "rank": 20 }, - { "name": "Travel", "rank": 20 }, - { "name": "Fugitive", "rank": 20 } - ], - "title": { - "romaji": "Boushoku no Berserk", - "english": "Berserk of Gluttony", - "native": "暴食のベルセルク" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696186639, - "updatedAt": 1702332603, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156039-JnepQcVxXLLW.jpg" - } - }, - { - "id": 151970, - "idMal": 52347, - "status": "RELEASING", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 26, - "synonyms": [ - "ShanFro", - "シャンフロ", - "シャングリラ・フロンティア〜クソゲーハンター, 神ゲーに挑まんとす〜", - "Shangri-La Frontier: Kusoge Hunter, Kami ge ni Idoman to su", - "SHANGRI-LA FRONTIER ~เมื่อนักล่าเกมขยะท้าสู้ในเกมเทพ~" - ], - "genres": ["Action", "Adventure", "Comedy", "Fantasy", "Sci-Fi"], - "tags": [ - { "name": "Virtual World", "rank": 96 }, - { "name": "Male Protagonist", "rank": 96 }, - { "name": "Video Games", "rank": 95 }, - { "name": "Otaku Culture", "rank": 85 }, - { "name": "Isekai", "rank": 79 }, - { "name": "Animals", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "Shounen", "rank": 65 }, - { "name": "Anthropomorphism", "rank": 56 }, - { "name": "Heterosexual", "rank": 55 }, - { "name": "Hikikomori", "rank": 55 }, - { "name": "Swordplay", "rank": 53 }, - { "name": "Kemonomimi", "rank": 50 }, - { "name": "POV", "rank": 50 }, - { "name": "Travel", "rank": 50 }, - { "name": "Shapeshifting", "rank": 40 }, - { "name": "Super Power", "rank": 33 }, - { "name": "Goblin", "rank": 30 }, - { "name": "Assassins", "rank": 20 } - ], - "title": { - "romaji": "Shangri-La Frontier", - "english": "Shangri-La Frontier", - "native": "シャングリラ・フロンティア" - }, - "nextAiringEpisode": { "episode": 16, "airingAt": 1706428800 }, - "mediaListEntry": { - "progress": 13, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696226651, - "updatedAt": 1704626655, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151970-qFKtRhOaSqa0.jpg" - } - }, - { - "id": 146493, - "idMal": 51297, - "status": "RELEASING", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ตำนานนักล่ามังกร"], - "genres": ["Action", "Adventure", "Fantasy", "Mystery"], - "tags": [ - { "name": "Dragons", "rank": 92 }, - { "name": "Shounen", "rank": 92 }, - { "name": "Time Manipulation", "rank": 87 }, - { "name": "Revenge", "rank": 85 }, - { "name": "Magic", "rank": 82 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "War", "rank": 79 }, - { "name": "Swordplay", "rank": 73 }, - { "name": "Anti-Hero", "rank": 66 }, - { "name": "Super Power", "rank": 66 }, - { "name": "Gender Bending", "rank": 48 }, - { "name": "Gore", "rank": 46 }, - { "name": "Orphan", "rank": 46 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Nekomimi", "rank": 35 } - ], - "title": { - "romaji": "Ragna Crimson", - "english": "Ragna Crimson", - "native": "ラグナクリムゾン" - }, - "nextAiringEpisode": { "episode": 15, "airingAt": 1706371200 }, - "mediaListEntry": { - "progress": 13, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696236090, - "updatedAt": 1705766867, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146493-bThyDJ4ZmbfV.jpg" - } - }, - { - "id": 161364, - "idMal": 54431, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Catatan Kegiatan Seorang Om-Om di VRMMO"], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Video Games", "rank": 87 }, - { "name": "Virtual World", "rank": 83 }, - { "name": "Archery", "rank": 73 }, - { "name": "Artificial Intelligence", "rank": 72 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Isekai", "rank": 52 }, - { "name": "Food", "rank": 20 }, - { "name": "Fairy", "rank": 20 } - ], - "title": { - "romaji": "Toaru Ossan no VRMMO Katsudouki", - "english": "A Playthrough of a Certain Dude's VRMMO Life", - "native": "とあるおっさんのVRMMO活動記" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696271376, - "updatedAt": 1702366111, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161364-X0Nk5FvL6GHj.jpg" - } - }, - { - "id": 150077, - "idMal": 51956, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [" パラドックスライブ"], - "genres": ["Drama", "Music", "Sci-Fi"], - "tags": [ - { "name": "Primarily Male Cast", "rank": 84 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 76 }, - { "name": "Idol", "rank": 74 }, - { "name": "Urban", "rank": 64 }, - { "name": "CGI", "rank": 60 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Suicide", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 56 }, - { "name": "Super Power", "rank": 45 }, - { "name": "Transgender", "rank": 37 }, - { "name": "LGBTQ+ Themes", "rank": 36 }, - { "name": "Memory Manipulation", "rank": 30 }, - { "name": "Bullying", "rank": 26 } - ], - "title": { - "romaji": "Paradox Live THE ANIMATION", - "english": "Paradox Live THE ANIMATION", - "native": "Paradox Live THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696354585, - "updatedAt": 1703589842, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx150077-cmZDfyroGfl6.jpg" - } - }, - { - "id": 154116, - "idMal": 52741, - "status": "RELEASING", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["אל-מת ובלי מזל"], - "genres": ["Action", "Comedy", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Super Power", "rank": 88 }, - { "name": "Gore", "rank": 84 }, - { "name": "Cosmic Horror", "rank": 82 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Shounen", "rank": 77 }, - { "name": "Dissociative Identities", "rank": 74 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Zombie", "rank": 71 }, - { "name": "Nudity", "rank": 70 }, - { "name": "Meta", "rank": 70 }, - { "name": "Heterosexual", "rank": 68 }, - { "name": "Martial Arts", "rank": 65 }, - { "name": "Memory Manipulation", "rank": 60 }, - { "name": "Post-Apocalyptic", "rank": 60 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Body Horror", "rank": 56 }, - { "name": "Suicide", "rank": 54 }, - { "name": "Real Robot", "rank": 25 }, - { "name": "Aliens", "rank": 20 }, - { "name": "Tsundere", "rank": 13 } - ], - "title": { - "romaji": "Undead Unluck", - "english": "Undead Unluck", - "native": "アンデッドアンラック" - }, - "nextAiringEpisode": { "episode": 16, "airingAt": 1706286180 }, - "mediaListEntry": { - "progress": 14, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696668780, - "updatedAt": 1705680830, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx154116-UetMXpm9W8nC.jpg" - } - }, - { - "id": 154384, - "idMal": 52962, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Tearmoon Empire Story", - "บันทึกเรื่องราวจักรวรรดิเทียร์มูน: จุดพลิกผันชะตากรรมของเจ้าหญิงเริ่มจากบนกิโยติน", - "Hikayat Kekaisaran Tearmoon ~Cerita Putri yang Reinkarnasi ke Masa Lalu Dimulai dari Hukuman Penggal~" - ], - "genres": ["Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Time Manipulation", "rank": 90 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "Conspiracy", "rank": 87 }, - { "name": "Age Regression", "rank": 85 }, - { "name": "Ojou-sama", "rank": 78 }, - { "name": "Reincarnation", "rank": 70 }, - { "name": "Shoujo", "rank": 68 }, - { "name": "School", "rank": 64 }, - { "name": "Villainess", "rank": 63 }, - { "name": "Politics", "rank": 60 }, - { "name": "Economics", "rank": 56 }, - { "name": "Swordplay", "rank": 44 } - ], - "title": { - "romaji": "Tearmoon Teikoku Monogatari: Dantoudai kara Hajimaru, Hime no Tensei Gyakuten Story", - "english": "Tearmoon Empire", - "native": "ティアムーン帝国物語~断頭台から始まる、姫の転生逆転ストーリー~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696697332, - "updatedAt": 1700974528, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx154384-3tpmugzrVpE9.jpg" - } - }, - { - "id": 142599, - "idMal": 50583, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Heat the pig liver: the story of a man turned into a pig.", - "ถ้ามีเธออยู่ เป็นหมูก็ไม่เลวนะครับ", - "Didihkan Saja Lever si Babi" - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Male Protagonist", "rank": 92 }, - { "name": "Tragedy", "rank": 90 }, - { "name": "Isekai", "rank": 88 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Amnesia", "rank": 79 }, - { "name": "Religion", "rank": 75 }, - { "name": "Travel", "rank": 75 }, - { "name": "Survival", "rank": 73 }, - { "name": "Magic", "rank": 72 }, - { "name": "Slavery", "rank": 72 }, - { "name": "Animals", "rank": 65 }, - { "name": "Female Protagonist", "rank": 51 }, - { "name": "Maids", "rank": 46 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Super Power", "rank": 40 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Buta no Liver wa Kanetsu Shiro", - "english": "Butareba -The Story of a Man Turned into a Pig-", - "native": "豚のレバーは加熱しろ" - }, - "nextAiringEpisode": { "episode": 12, "airingAt": 1707150600 }, - "mediaListEntry": { - "progress": 11, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696703570, - "updatedAt": 1703358333, - "score": 74, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx142599-0IwWtxGRmZT8.jpg" - } - }, - { - "id": 120755, - "idMal": 42385, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Тот, кто зажигает звёзды: Миллионный концерт!"], - "genres": ["Music"], - "tags": [ - { "name": "Female Protagonist", "rank": 100 }, - { "name": "Idol", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 83 }, - { "name": "Full CGI", "rank": 82 }, - { "name": "Work", "rank": 79 }, - { "name": "Dancing", "rank": 75 }, - { "name": "Musical", "rank": 75 }, - { "name": "CGI", "rank": 73 }, - { "name": "Cute Girls Doing Cute Things", "rank": 65 }, - { "name": "Band", "rank": 40 }, - { "name": "Episodic", "rank": 10 } - ], - "title": { - "romaji": "The IDOLM@STER Million Live!", - "english": "THE IDOLM@STER Million Live!", - "native": "アイドルマスター ミリオンライブ!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696753193, - "updatedAt": 1702535030, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx120755-GNWdZXkBtNlw.jpg" - } - }, - { - "id": 170068, - "idMal": 56885, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "ONA", - "duration": 1, - "synonyms": [ - "Sousou no Frieren Mini Anime", - "Frieren: Beyond Journey’s End Mini Anime", - "葬送のフリーレン ミニアニメ" - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Chibi", "rank": 85 }, - { "name": "Magic", "rank": 75 }, - { "name": "Elf", "rank": 72 } - ], - "title": { - "romaji": "Sousou no Frieren: ●● no Mahou", - "english": null, - "native": "葬送のフリーレン ~●●の魔法~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697407610, - "updatedAt": 1704746947, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170068-ijY3tCP8KoWP.jpg" - } - }, - { - "id": 162720, - "idMal": 54716, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "Power of Hope ~Grown-Up Precure '23~", - "Yes! Precure 5 GoGo! (Zoku-hen)", - "Yes!プリキュア5GoGo! (続編)" - ], - "genres": ["Action", "Drama", "Fantasy", "Mahou Shoujo", "Slice of Life"], - "tags": [ - { "name": "Time Skip", "rank": 84 }, - { "name": "Primarily Adult Cast", "rank": 83 }, - { "name": "Primarily Female Cast", "rank": 80 }, - { "name": "Work", "rank": 79 }, - { "name": "Environmental", "rank": 79 }, - { "name": "Acting", "rank": 79 }, - { "name": "Angels", "rank": 79 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Age Regression", "rank": 66 }, - { "name": "Bar", "rank": 66 }, - { "name": "Teacher", "rank": 60 }, - { "name": "Office Lady", "rank": 53 } - ], - "title": { - "romaji": "Kibou no Chikara: Otona Precure '23", - "english": "Power of Hope ~Precure Full Bloom~", - "native": "キボウノチカラ~オトナプリキュア'23~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697410456, - "updatedAt": 1703329758, - "score": 63, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162720-bVrHEs2nUlBo.jpg" - } - }, - { - "id": 167820, - "idMal": 56146, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 24, - "synonyms": ["Добраніч, світе"], - "genres": ["Action", "Drama", "Fantasy", "Psychological"], - "tags": [ - { "name": "Augmented Reality", "rank": 94 }, - { "name": "Virtual World", "rank": 92 }, - { "name": "Artificial Intelligence", "rank": 92 }, - { "name": "Hikikomori", "rank": 90 }, - { "name": "Video Games", "rank": 87 }, - { "name": "Family Life", "rank": 82 }, - { "name": "Denpa", "rank": 82 }, - { "name": "Body Horror", "rank": 73 }, - { "name": "Male Protagonist", "rank": 68 }, - { "name": "Software Development", "rank": 65 }, - { "name": "Gore", "rank": 64 }, - { "name": "Cosmic Horror", "rank": 50 }, - { "name": "Pirates", "rank": 48 }, - { "name": "Magic", "rank": 45 }, - { "name": "Tsundere", "rank": 44 }, - { "name": "Super Power", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "War", "rank": 26 }, - { "name": "Cultivation", "rank": 25 }, - { "name": "Coming of Age", "rank": 15 } - ], - "title": { - "romaji": "Good Night World", - "english": "GOOD NIGHT WORLD", - "native": "グッド・ナイト・ワールド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698123563, - "updatedAt": 1705734330, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167820-RO0nRXw7fcpu.jpg" - } - }, - { - "id": 161645, - "idMal": 54492, - "status": "RELEASING", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": [ - "Drugstore Soliloquy", - "Les Carnets de l'Apothicaire", - "Zapiski zielarki", - "Diários de uma Apotecária", - "Il monologo della Speziale", - "Los diarios de la boticaria", - "สืบคดีปริศนา หมอยาตำรับโคมแดง", - "Записки аптекаря", - "Die Tagebücher der Apothekerin" - ], - "genres": ["Drama", "Mystery"], - "tags": [ - { "name": "Medicine", "rank": 97 }, - { "name": "Female Protagonist", "rank": 96 }, - { "name": "Drugs", "rank": 94 }, - { "name": "Historical", "rank": 91 }, - { "name": "Conspiracy", "rank": 91 }, - { "name": "Crime", "rank": 90 }, - { "name": "Politics", "rank": 88 }, - { "name": "Detective", "rank": 84 }, - { "name": "Work", "rank": 82 }, - { "name": "Foreign", "rank": 74 }, - { "name": "Ojou-sama", "rank": 70 }, - { "name": "Primarily Female Cast", "rank": 65 }, - { "name": "Maids", "rank": 63 }, - { "name": "Episodic", "rank": 63 }, - { "name": "Chibi", "rank": 55 }, - { "name": "Tragedy", "rank": 53 }, - { "name": "Asexual", "rank": 52 }, - { "name": "Royal Affairs", "rank": 50 }, - { "name": "Age Gap", "rank": 42 }, - { "name": "Food", "rank": 40 }, - { "name": "Alchemy", "rank": 10 } - ], - "title": { - "romaji": "Kusuriya no Hitorigoto", - "english": "The Apothecary Diaries", - "native": "薬屋のひとりごと" - }, - "nextAiringEpisode": { "episode": 16, "airingAt": 1706371500 }, - "mediaListEntry": { - "progress": 14, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698131122, - "updatedAt": 1705755950, - "score": 87, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161645-7I8Cip7XRDhV.jpg" - } - }, - { - "id": 127976, - "idMal": 50399, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 24, - "synonyms": [], - "genres": ["Adventure", "Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Wuxia", "rank": 98 }, - { "name": "Boys' Love", "rank": 93 }, - { "name": "Ghost", "rank": 88 }, - { "name": "Gods", "rank": 87 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Primarily Male Cast", "rank": 85 }, - { "name": "Cultivation", "rank": 81 }, - { "name": "Afterlife", "rank": 77 }, - { "name": "Tragedy", "rank": 77 }, - { "name": "Historical", "rank": 70 }, - { "name": "Martial Arts", "rank": 70 }, - { "name": "Magic", "rank": 68 }, - { "name": "Demons", "rank": 50 }, - { "name": "Foreign", "rank": 37 }, - { "name": "Gambling", "rank": 37 }, - { "name": "Travel", "rank": 20 } - ], - "title": { - "romaji": "Tian Guan Ci Fu 2", - "english": "Heaven Official's Blessing Season 2", - "native": "天官赐福 第二季" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700029408, - "updatedAt": 1705661235, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127976-8PM1dCfqAWNc.jpg" - } - }, - { - "id": 162983, - "idMal": 54790, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Фарс убитой нежити", "不死少女的谋杀闹剧"], - "genres": ["Fantasy", "Mystery", "Supernatural"], - "tags": [ - { "name": "Detective", "rank": 97 }, - { "name": "Classic Literature", "rank": 93 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Travel", "rank": 89 }, - { "name": "Historical", "rank": 88 }, - { "name": "Youkai", "rank": 86 }, - { "name": "Monster Boy", "rank": 85 }, - { "name": "Monster Girl", "rank": 85 }, - { "name": "Conspiracy", "rank": 84 }, - { "name": "Revenge", "rank": 83 }, - { "name": "Crime", "rank": 82 }, - { "name": "Gore", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Foreign", "rank": 78 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Vampire", "rank": 77 }, - { "name": "Primarily Adult Cast", "rank": 77 }, - { "name": "Demons", "rank": 75 }, - { "name": "Werewolf", "rank": 74 }, - { "name": "Rakugo", "rank": 72 }, - { "name": "Rural", "rank": 72 }, - { "name": "Fairy Tale", "rank": 70 }, - { "name": "Maids", "rank": 48 }, - { "name": "Guns", "rank": 48 }, - { "name": "LGBTQ+ Themes", "rank": 20 } - ], - "title": { - "romaji": "Undead Girl Murder Farce", - "english": "Undead Murder Farce", - "native": "アンデッドガール・マーダーファルス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688628916, - "updatedAt": 1695803753, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162983-T3nZyk6sUlEj.jpg" - } - }, - { - "id": 159831, - "idMal": 54112, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Zombie 100 ~100 Things I Want to do Before I Become a Zombie~", - "Zombie 100 ~Zombie ni Naru Made ni Shitai 100 no Koto~", - "100 สิ่งที่อยากทำก่อนจะกลายเป็นซอมบี้", - "Зомби-апокалипсис и 100 предсмертных дел", - "100 Coisas para Fazer Antes de Virar Zumbi" - ], - "genres": ["Action", "Comedy", "Horror", "Supernatural"], - "tags": [ - { "name": "Zombie", "rank": 96 }, - { "name": "Post-Apocalyptic", "rank": 93 }, - { "name": "Surreal Comedy", "rank": 92 }, - { "name": "Survival", "rank": 85 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Travel", "rank": 79 }, - { "name": "Rehabilitation", "rank": 76 }, - { "name": "Urban", "rank": 75 }, - { "name": "Primarily Adult Cast", "rank": 72 }, - { "name": "Gore", "rank": 65 }, - { "name": "Slapstick", "rank": 64 }, - { "name": "Work", "rank": 64 }, - { "name": "Seinen", "rank": 63 }, - { "name": "Body Horror", "rank": 61 }, - { "name": "Nudity", "rank": 58 }, - { "name": "Heterosexual", "rank": 54 }, - { "name": "Tsundere", "rank": 50 }, - { "name": "Tragedy", "rank": 50 }, - { "name": "Achromatic", "rank": 42 }, - { "name": "Motorcycles", "rank": 41 }, - { "name": "Rural", "rank": 40 }, - { "name": "Suicide", "rank": 28 }, - { "name": "Rugby", "rank": 28 }, - { "name": "Cultivation", "rank": 26 } - ], - "title": { - "romaji": "Zom 100: Zombie ni Naru Made ni Shitai 100 no Koto", - "english": "Zom 100: Bucket List of the Dead", - "native": "ゾン100~ゾンビになるまでにしたい100のこと~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688895693, - "updatedAt": 1695630451, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159831-TxAC0ujoLTK6.png" - } - }, - { - "id": 165439, - "idMal": 55512, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "OVA", - "duration": 17, - "synonyms": [], - "genres": ["Action", "Hentai", "Mahou Shoujo"], - "tags": [ - { "name": "Tentacles", "rank": 50 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Deepthroat", "rank": 20 }, - { "name": "Futanari", "rank": 20 }, - { "name": "Irrumatio", "rank": 20 }, - { "name": "Rape", "rank": 20 }, - { "name": "Torture", "rank": 20 } - ], - "title": { - "romaji": "Mahou Shoujo Noble Rose THE ANIMATION", - "english": null, - "native": "魔法少女ノーブル・ローズ THE ANIMATION" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690365520, - "updatedAt": 1695109143, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165439-QgztrAbYHeTS.png" - } - }, - { - "id": 162985, - "idMal": 54794, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["金屬口红", "Ведьма и зверь"], - "genres": ["Action", "Mecha", "Sci-Fi"], - "tags": [ - { "name": "Robots", "rank": 96 }, - { "name": "Henshin", "rank": 91 }, - { "name": "Artificial Intelligence", "rank": 88 }, - { "name": "Assassins", "rank": 88 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Crime", "rank": 79 }, - { "name": "Super Robot", "rank": 79 }, - { "name": "Super Power", "rank": 77 }, - { "name": "Tanned Skin", "rank": 71 }, - { "name": "Tokusatsu", "rank": 70 }, - { "name": "Espionage", "rank": 66 }, - { "name": "Space", "rank": 66 }, - { "name": "Fugitive", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Drugs", "rank": 55 }, - { "name": "Aliens", "rank": 50 }, - { "name": "CGI", "rank": 30 } - ], - "title": { - "romaji": "Metallic Rouge", - "english": "Metallic Rouge", - "native": "メタリックルージュ" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706716500 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688811671, - "updatedAt": 1705552588, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162985-3J7PrG5oO67v.jpg" - } - }, - { - "id": 169559, - "idMal": 56731, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Mecha", "Sci-Fi"], - "tags": [ - { "name": "Super Robot", "rank": 79 }, - { "name": "Artificial Intelligence", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Lost Civilization", "rank": 60 }, - { "name": "Post-Apocalyptic", "rank": 60 }, - { "name": "CGI", "rank": 60 }, - { "name": "Robots", "rank": 60 } - ], - "title": { - "romaji": "SYNDUALITY Noir Part 2", - "english": "Synduality Noir Part 2", - "native": "SYNDUALITY Noir 第2クール" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706540400 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695532146, - "updatedAt": 1705487309, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169559-iuwDKwgkksKu.jpg" - } - }, - { - "id": 158931, - "idMal": 53889, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Ao no Futsumashi", "Синий экзорцист 3: Иллюминаты Симанэ"], - "genres": ["Action", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 100 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Twins", "rank": 73 }, - { "name": "Religion", "rank": 40 }, - { "name": "Crossdressing", "rank": 30 }, - { "name": "Conspiracy", "rank": 20 } - ], - "title": { - "romaji": "Ao no Exorcist: Shimane Illuminati-hen", - "english": "Blue Exorcist -Shimane Illuminati Saga-", - "native": "青の祓魔師 島根啓明結社篇" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706369400 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700470074, - "updatedAt": 1706010369, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158931-QAQMtWKunvy3.jpg" - } - }, - { - "id": 143866, - "idMal": 50803, - "status": "RELEASING", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Bottom-Tier Character Tomozaki Season 2", - "Jaku-Chara Tomozaki-kun 2nd Season", - "弱キャラ友崎くん2", - "Низкоуровневый Томодзаки 2" - ], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 80 }, - { "name": "Rehabilitation", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Video Games", "rank": 73 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Bullying", "rank": 50 }, - { "name": "Love Triangle", "rank": 50 }, - { "name": "E-Sports", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Jaku-Chara Tomozaki-kun 2nd STAGE", - "english": "Bottom-Tier Character Tomozaki 2nd Stage", - "native": "弱キャラ友崎くん 2nd STAGE" - }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706702400 }, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700470091, - "updatedAt": 1706102871, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx143866-u9sM4nUMJvGP.jpg" - } - }, - { - "id": 146066, - "idMal": 51180, - "status": "RELEASING", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "You-Zitsu 3", - "Youjitsu 3", - "ขอต้อนรับสู่ห้องเรียนนิยม (เฉพาะ) ยอดคน ภาค 3", - "Classroom of the Elite III", - "欢迎来到实力至上主义的教室 第三季", - "Добро пожаловать в класс для особо одарённых 3" - ], - "genres": ["Drama", "Psychological"], - "tags": [ - { "name": "School", "rank": 97 }, - { "name": "Male Protagonist", "rank": 96 }, - { "name": "Fugitive", "rank": 96 }, - { "name": "Anti-Hero", "rank": 92 }, - { "name": "Politics", "rank": 90 }, - { "name": "Ensemble Cast", "rank": 89 }, - { "name": "Conspiracy", "rank": 87 }, - { "name": "Denpa", "rank": 86 }, - { "name": "Philosophy", "rank": 85 }, - { "name": "Battle Royale", "rank": 84 }, - { "name": "Revenge", "rank": 82 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Coming of Age", "rank": 77 }, - { "name": "Disability", "rank": 76 }, - { "name": "Bullying", "rank": 70 }, - { "name": "Rehabilitation", "rank": 70 }, - { "name": "Survival", "rank": 67 }, - { "name": "Tsundere", "rank": 63 }, - { "name": "School Club", "rank": 63 }, - { "name": "Athletics", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Suicide", "rank": 60 }, - { "name": "Female Harem", "rank": 48 }, - { "name": "Delinquents", "rank": 45 }, - { "name": "Kuudere", "rank": 43 }, - { "name": "Yandere", "rank": 33 } - ], - "title": { - "romaji": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 3rd Season", - "english": "Classroom of the Elite Season 3", - "native": "ようこそ実力至上主義の教室へ 第3期" - }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706707800 }, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700470121, - "updatedAt": 1706107335, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146066-zzKl6P6OeEjy.jpg" - } - }, - { - "id": 139518, - "idMal": 49889, - "status": "RELEASING", - "type": "ANIME", - "episodes": 25, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "จันทรานำพาสู่ต่างโลก ภาค 2", - "月光下的異世界之旅 第二季", - "Благословлённое лунным светом приключение в другом мире 2" - ], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 92 }, - { "name": "Magic", "rank": 90 }, - { "name": "Female Harem", "rank": 65 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Language Barrier", "rank": 60 }, - { "name": "Gods", "rank": 46 }, - { "name": "Meta", "rank": 30 }, - { "name": "Samurai", "rank": 26 }, - { "name": "Dragons", "rank": 26 }, - { "name": "Anthropomorphism", "rank": 20 }, - { "name": "Food", "rank": 20 } - ], - "title": { - "romaji": "Tsuki ga Michibiku Isekai Douchuu 2nd Season", - "english": "TSUKIMICHI -Moonlit Fantasy- Season 2", - "native": "月が導く異世界道中 第二幕" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706536800 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700470141, - "updatedAt": 1706184895, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139518-SyBhWS7bi3z6.png" - } - }, - { - "id": 155645, - "idMal": 54829, - "status": "RELEASING", - "type": "ANIME", - "episodes": 23, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["Urusei Yatsura: All Stars Season 2", "Lum, the Invader Girl Season 2"], - "genres": ["Comedy", "Romance", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Surreal Comedy", "rank": 95 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Slapstick", "rank": 75 }, - { "name": "Urban Fantasy", "rank": 70 }, - { "name": "Love Triangle", "rank": 66 }, - { "name": "Aliens", "rank": 66 }, - { "name": "School", "rank": 50 }, - { "name": "Super Power", "rank": 33 }, - { "name": "Parody", "rank": 26 }, - { "name": "Episodic", "rank": 20 } - ], - "title": { - "romaji": "Urusei Yatsura (2022) 2nd Season", - "english": "Urusei Yatsura (2022) Season 3", - "native": "うる星やつら (2022) 第2期" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706802900 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700470154, - "updatedAt": 1705764919, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155645-W4xSxbz1KUS8.jpg" - } - }, - { - "id": 153518, - "idMal": 52701, - "status": "RELEASING", - "type": "ANIME", - "episodes": 24, - "chapters": null, - "format": "TV", - "duration": 25, - "synonyms": [ - "Dungeon Food", - "Dungeon Meal", - "Tragones y Mazmorras", - "Gloutons et Dragons", - "Подземелье вкусностей", - "던전밥", - "สูตรลับตำรับดันเจียน", - "Mỹ vị hầm ngục", - "Підземелля смакоти", - "迷宫饭" - ], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Dungeon", "rank": 100 }, - { "name": "Food", "rank": 98 }, - { "name": "Magic", "rank": 78 }, - { "name": "Elf", "rank": 75 }, - { "name": "Foreign", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 68 }, - { "name": "Ensemble Cast", "rank": 68 }, - { "name": "Seinen", "rank": 63 } - ], - "title": { - "romaji": "Dungeon Meshi", - "english": "Delicious in Dungeon", - "native": "ダンジョン飯" - }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706794200 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701212925, - "updatedAt": 1705747070, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx153518-7FNR7zCxO2X5.jpg" - } - }, - { - "id": 152072, - "idMal": 52359, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 24, - "synonyms": [ - "at the Isekai Fluffy Paradise I'm trying to do my best ", - "もふなで", - "Mofunade", - "Mohunade", - "Пушистый рай" - ], - "genres": ["Adventure", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Isekai", "rank": 90 }, - { "name": "Animals", "rank": 87 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Iyashikei", "rank": 80 }, - { "name": "Shoujo", "rank": 80 }, - { "name": "Reincarnation", "rank": 66 }, - { "name": "Magic", "rank": 50 }, - { "name": "Dragons", "rank": 40 }, - { "name": "Anthropomorphism", "rank": 20 }, - { "name": "Royal Affairs", "rank": 20 }, - { "name": "Goblin", "rank": 20 } - ], - "title": { - "romaji": "Isekai de Mofumofu Nadenade Suru Tame ni Ganbattemasu.", - "english": "Fluffy Paradise", - "native": "異世界でもふもふなでなでするためにがんばってます。" - }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706448600 }, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701369190, - "updatedAt": 1706099603, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx152072-W9oSGZjsKiqm.jpg" - } - }, - { - "id": 141821, - "idMal": 50392, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Slave of the Magic Capital's Elite Troops", - "Demon Slave", - "Slave of the Hell Soldiers", - "ทาสสุดแกร่งแห่งหน่วยป้องกันอสูร", - "Mabotai" - ], - "genres": ["Action", "Adventure", "Drama", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 98 }, - { "name": "Super Power", "rank": 97 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Heterosexual", "rank": 90 }, - { "name": "Slavery", "rank": 87 }, - { "name": "Female Harem", "rank": 86 }, - { "name": "Nudity", "rank": 83 }, - { "name": "Shounen", "rank": 80 }, - { "name": "Swordplay", "rank": 79 }, - { "name": "Demons", "rank": 76 }, - { "name": "CGI", "rank": 66 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Gods", "rank": 46 }, - { "name": "Guns", "rank": 40 } - ], - "title": { - "romaji": "Mato Seihei no Slave", - "english": "Chained Soldier", - "native": "魔都精兵のスレイブ" - }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706796000 }, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701821705, - "updatedAt": 1706196586, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx141821-lkVTjKqL4BU2.jpg" - } - }, - { - "id": 162780, - "idMal": 54722, - "status": "RELEASING", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["I Admire Magical Girls, and...", "Mahoako", "Looking up to Magical Girls"], - "genres": ["Comedy", "Ecchi", "Mahou Shoujo", "Slice of Life"], - "tags": [ - { "name": "Sadism", "rank": 100 }, - { "name": "Female Protagonist", "rank": 96 }, - { "name": "Yuri", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "Magic", "rank": 92 }, - { "name": "Nudity", "rank": 91 }, - { "name": "Anti-Hero", "rank": 88 }, - { "name": "Masochism", "rank": 88 }, - { "name": "Henshin", "rank": 87 }, - { "name": "Parody", "rank": 86 }, - { "name": "Cute Girls Doing Cute Things", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 84 }, - { "name": "Bondage", "rank": 82 }, - { "name": "Yandere", "rank": 71 }, - { "name": "Guns", "rank": 66 }, - { "name": "School", "rank": 54 }, - { "name": "Primarily Child Cast", "rank": 54 } - ], - "title": { - "romaji": "Mahou Shoujo ni Akogarete", - "english": "Gushing Over Magical Girls", - "native": "魔法少女にあこがれて" - }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706711400 }, - "mediaListEntry": { - "progress": 4, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704438146, - "updatedAt": 1706189798, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162780-brAdNEROhZdG.jpg" - } - }, - { - "id": 161476, - "idMal": 54449, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Drama", "Fantasy"], - "tags": [ - { "name": "War", "rank": 80 }, - { "name": "Dystopian", "rank": 73 }, - { "name": "Battle Royale", "rank": 73 }, - { "name": "Swordplay", "rank": 70 }, - { "name": "Gore", "rank": 68 }, - { "name": "CGI", "rank": 68 }, - { "name": "Robots", "rank": 60 }, - { "name": "Ensemble Cast", "rank": 60 }, - { "name": "Skeleton", "rank": 60 }, - { "name": "Dragons", "rank": 50 }, - { "name": "Isekai", "rank": 40 }, - { "name": "Disability", "rank": 20 } - ], - "title": { "romaji": "Ishura", "english": "ISHURA", "native": "異修羅" }, - "nextAiringEpisode": { "episode": 5, "airingAt": 1706709600 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704496384, - "updatedAt": 1705639342, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161476-ukTxAPHib1Fg.jpg" - } - }, - { - "id": 165314, - "idMal": 55397, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 96 }, - { "name": "Mahjong", "rank": 92 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 75 }, - { "name": "CGI", "rank": 30 } - ], - "title": { "romaji": "Pon no Michi", "english": null, "native": "ぽんのみち" }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706287980 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704524588, - "updatedAt": 1705807803, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165314-oHSkxN95nSsx.jpg" - } - }, - { - "id": 171019, - "idMal": 57315, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV_SHORT", - "duration": 5, - "synonyms": ["Isekai no Yu", "Isekai Onsen Paradise", "Fontes Termais de Outro Mundo"], - "genres": ["Ecchi", "Fantasy"], - "tags": [ - { "name": "Nudity", "rank": 83 }, - { "name": "Isekai", "rank": 80 }, - { "name": "Monster Girl", "rank": 80 }, - { "name": "Elf", "rank": 79 }, - { "name": "Magic", "rank": 60 } - ], - "title": { - "romaji": "Meitou \"Isekai no Yu\" Kaitaku-ki: AraFou Onsen Mania Tensei-saki wa, Nonbiri Onsen Tengoku Deshita", - "english": null, - "native": "名湯『異世界の湯』開拓記 ~アラフォー温泉マニアの転生先は、のんびり温泉天国でした~" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706803200 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704536822, - "updatedAt": 1705767399, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171019-eBKXg4TMeS7R.jpg" - } - }, - { - "id": 137908, - "idMal": 49613, - "status": "RELEASING", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Penggunaan Sihir Penyembuh yang Keliru", - "เวทรักษาที่ไหนเขาใช้กันแบบนี้", - "Cách dùng sai của ma thuật chữa trị", - "Как (не) стоит использовать магию исцеления" - ], - "genres": ["Action", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Demons", "rank": 73 }, - { "name": "Kemonomimi", "rank": 50 }, - { "name": "Male Protagonist", "rank": 46 }, - { "name": "Military", "rank": 30 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Chiyu Mahou no Machigatta Tsukaikata", - "english": "The Wrong Way to Use Healing Magic", - "native": "治癒魔法の間違った使い方" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706283000 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704538513, - "updatedAt": 1705915939, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx137908-50af3lKVbst2.jpg" - } - }, - { - "id": 167146, - "idMal": 55998, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Принц аякаси из дома Момоти"], - "genres": ["Romance", "Supernatural"], - "tags": [ - { "name": "Shoujo", "rank": 80 }, - { "name": "Youkai", "rank": 80 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Primarily Male Cast", "rank": 70 }, - { "name": "Male Harem", "rank": 70 }, - { "name": "Orphan", "rank": 60 }, - { "name": "Kemonomimi", "rank": 50 }, - { "name": "Urban Fantasy", "rank": 50 }, - { "name": "Nekomimi", "rank": 40 } - ], - "title": { - "romaji": "Momochi-san Chi no Ayakashi Ouji", - "english": "The Demon Prince of Momochi House", - "native": "百千さん家のあやかし王子" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706281200 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704547670, - "updatedAt": 1705923023, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167146-H6Kpldjzcxic.jpg" - } - }, - { - "id": 166216, - "idMal": 55690, - "status": "RELEASING", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 23, - "synonyms": ["BokuYaba 2", "僕ヤバ 2"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 90 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 83 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Coming of Age", "rank": 75 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Boku no Kokoro no Yabai Yatsu 2nd Season", - "english": "The Dangers in My Heart Season 2", - "native": "僕の心のヤバイやつ 第2期" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706373000 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704596497, - "updatedAt": 1705825806, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166216-mK2CNMDLsBfW.jpg" - } - }, - { - "id": 166794, - "idMal": 55866, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Ein Zeichen der Zuneigung", - "손끝과 연연", - "Signos de Afecto", - "Кохання на кінчиках пальців", - "Znaki naszych uczuć", - "Cinta dan Isyarat", - "Любовь с кончиков пальцев" - ], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Disability", "rank": 96 }, - { "name": "Shoujo", "rank": 93 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Language Barrier", "rank": 91 }, - { "name": "College", "rank": 80 }, - { "name": "Heterosexual", "rank": 71 }, - { "name": "Primarily Adult Cast", "rank": 55 }, - { "name": "Urban", "rank": 40 }, - { "name": "Chibi", "rank": 33 }, - { "name": "Bar", "rank": 33 } - ], - "title": { - "romaji": "Yubisaki to Renren", - "english": "A Sign of Affection", - "native": "ゆびさきと恋々" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706362200 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704599059, - "updatedAt": 1705935227, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166794-veSLL0zrrBhp.jpg" - } - }, - { - "id": 160389, - "idMal": 54265, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ตำนานผู้กล้าแห่งแหวน", "婚戒物語"], - "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 64 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Kemonomimi", "rank": 40 }, - { "name": "Primarily Female Cast", "rank": 40 }, - { "name": "Monster Girl", "rank": 20 }, - { "name": "Elf", "rank": 20 }, - { "name": "Dragons", "rank": 20 }, - { "name": "Magic", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Isekai", "rank": 20 } - ], - "title": { - "romaji": "Kekkon Yubiwa Monogatari", - "english": "Tales of Wedding Rings", - "native": "結婚指輪物語" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706358600 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704611735, - "updatedAt": 1706072470, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx160389-2f6SosbyUpxX.jpg" - } - }, - { - "id": 152682, - "idMal": 52482, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["ซาซากิกับพีจัง", "SasaPi", "Sasaki dan Pipi", "Сасаки и Пипс"], - "genres": ["Comedy", "Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Isekai", "rank": 88 }, - { "name": "Urban Fantasy", "rank": 84 }, - { "name": "Animals", "rank": 80 }, - { "name": "Work", "rank": 80 }, - { "name": "Economics", "rank": 80 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Magic", "rank": 75 }, - { "name": "Super Power", "rank": 75 }, - { "name": "Police", "rank": 73 }, - { "name": "Guns", "rank": 60 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Reincarnation", "rank": 45 } - ], - "title": { - "romaji": "Sasaki to Pii-chan", - "english": "Sasaki and Peeps", - "native": "佐々木とピーちゃん" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706270400 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704634032, - "updatedAt": 1705819903, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx152682-p91VzQq75uZV.jpg" - } - }, - { - "id": 166610, - "idMal": 55813, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "マッシュル-MASHLE- 第2期", - "MASHLE 2nd Season", - "MASHLE: MAGIC AND MUSCLES - The Divine Visionary Candidate Exam Arc", - "肌肉魔法使-MASHLE- 神覺者候補選拔試驗篇", - "MASHLE: Магия и мускулы. Экзамен на звание Вестника Бога" - ], - "genres": ["Action", "Comedy", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 85 }, - { "name": "Parody", "rank": 85 }, - { "name": "School", "rank": 76 }, - { "name": "Fitness", "rank": 76 }, - { "name": "Shounen", "rank": 76 }, - { "name": "Witch", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Bullying", "rank": 40 }, - { "name": "Asexual", "rank": 25 } - ], - "title": { - "romaji": "MASHLE: Kami Shinkakusha Kouho Senbatsu Shiken-hen", - "english": "MASHLE: MAGIC AND MUSCLES Season 2", - "native": "マッシュル-MASHLE- 神覚者候補選抜試験編" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706365800 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704639983, - "updatedAt": 1705931647, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166610-IjJ8YLOKsua4.jpg" - } - }, - { - "id": 156131, - "idMal": 53488, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Banished from the brave man's group, I decided to lead a slow life in the back country. 2nd", - "I Was Kicked out of the Hero’s Party Because I Wasn’t a True Companion so I Decided to Have a Slow Life at the Frontier Season 2", - "ผมโดนกลุ่มผู้กล้าขับไส เลยต้องไปสโลว์ไลฟ์ที่ชายแดน ภาค 2", - "Изгнанный из отряда героя, я решил поселиться в глубинке 2" - ], - "genres": ["Action", "Adventure", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Magic", "rank": 70 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Harem", "rank": 53 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Elf", "rank": 30 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Swordplay", "rank": 20 }, - { "name": "Assassins", "rank": 20 } - ], - "title": { - "romaji": "Shin no Nakama ja Nai to Yuusha no Party wo Oidasareta node, Henkyou de Slow Life suru Koto ni shimashita 2nd", - "english": "Banished from the Hero's Party, I Decided to Live a Quiet Life in the Countryside Season 2", - "native": "真の仲間じゃないと勇者のパーティーを追い出されたので、辺境でスローライフすることにしました 2nd" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706448600 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704643256, - "updatedAt": 1706098058, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156131-aZPpDX61BIeo.jpg" - } - }, - { - "id": 168374, - "idMal": 56352, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "ชีวิตลูปที่ 7 ของนางร้าย ขอเป็นเจ้าสาวนอนกลิ้งสบายในแดนอดีตศัตรู", - "Седьмая беззаботная жизнь злодейки в браке со злейшим врагом" - ], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Time Manipulation", "rank": 90 }, - { "name": "Female Protagonist", "rank": 83 }, - { "name": "Reincarnation", "rank": 82 }, - { "name": "Ojou-sama", "rank": 80 }, - { "name": "Shoujo", "rank": 74 }, - { "name": "Villainess", "rank": 62 }, - { "name": "Politics", "rank": 60 }, - { "name": "Swordplay", "rank": 52 }, - { "name": "Kuudere", "rank": 46 }, - { "name": "Economics", "rank": 40 }, - { "name": "Medicine", "rank": 40 }, - { "name": "Tomboy", "rank": 40 }, - { "name": "Alchemy", "rank": 20 }, - { "name": "Agriculture", "rank": 20 } - ], - "title": { - "romaji": "Loop 7-kaime no Akuyaku Reijou wa, Moto Tekikoku de Jiyuu Kimamana Hanayome Seikatsu wo Mankitsu Suru", - "english": "7th Time Loop: The Villainess Enjoys a Carefree Life Married to Her Worst Enemy!", - "native": "ループ7回目の悪役令嬢は、元敵国で自由気ままな花嫁生活を満喫する" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706450400 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704649271, - "updatedAt": 1706172472, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx168374-WAEBeVAegRnw.jpg" - } - }, - { - "id": 151807, - "idMal": 52299, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "나 혼자만 레벨업", - "Na Honjaman Level Up", - "Solo Leveling: Поднятие уровня в одиночку" - ], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Dungeon", "rank": 96 }, - { "name": "Male Protagonist", "rank": 96 }, - { "name": "Necromancy", "rank": 91 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Cultivation", "rank": 87 }, - { "name": "Magic", "rank": 86 }, - { "name": "Super Power", "rank": 81 }, - { "name": "War", "rank": 80 }, - { "name": "Anti-Hero", "rank": 75 }, - { "name": "Gore", "rank": 68 }, - { "name": "Tragedy", "rank": 66 }, - { "name": "Cosmic Horror", "rank": 66 }, - { "name": "Alternate Universe", "rank": 60 }, - { "name": "Travel", "rank": 58 }, - { "name": "Dystopian", "rank": 57 }, - { "name": "Angels", "rank": 56 }, - { "name": "Time Manipulation", "rank": 56 }, - { "name": "Post-Apocalyptic", "rank": 54 }, - { "name": "Isekai", "rank": 52 }, - { "name": "Age Regression", "rank": 48 }, - { "name": "Bullying", "rank": 45 }, - { "name": "Dragons", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Swordplay", "rank": 20 } - ], - "title": { - "romaji": "Ore dake Level Up na Ken", - "english": "Solo Leveling", - "native": "俺だけレベルアップな件" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706367600 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704690800, - "updatedAt": 1706002141, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151807-m1gX3iwfIsLu.png" - } - }, - { - "id": 162002, - "idMal": 54617, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Villain-san's Day Off", - "休假日的坏人先生", - "คุณวายร้ายกับวันหยุดสบายๆ ของเขา", - "Выходной злодея" - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 95 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Urban", "rank": 79 }, - { "name": "Shoujo", "rank": 75 }, - { "name": "Iyashikei", "rank": 75 }, - { "name": "Tokusatsu", "rank": 60 }, - { "name": "Henshin", "rank": 60 }, - { "name": "Aliens", "rank": 60 }, - { "name": "Monster Boy", "rank": 60 }, - { "name": "Twins", "rank": 60 }, - { "name": "Animals", "rank": 40 } - ], - "title": { - "romaji": "Kyuujitsu no Warumono-san", - "english": "Mr. Villain's Day Off", - "native": "休日のわるものさん" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706459700 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704696546, - "updatedAt": 1706083400, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162002-a3bxGItJSRJ0.jpg" - } - }, - { - "id": 164244, - "idMal": 55129, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Stupid angel dances with the devil", - "Die mit dem Teufel tanzt", - "愚蠢天使與惡魔共舞", - "Глупый ангел пляшет с демоном" - ], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 84 }, - { "name": "Angels", "rank": 84 }, - { "name": "Seinen", "rank": 40 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Oroka na Tenshi wa Akuma to Odoru", - "english": "The Foolish Angel Dances with the Devil", - "native": "愚かな天使は悪魔と踊る" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706545800 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704745152, - "updatedAt": 1705948649, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx164244-cOP5eMVqVIew.jpg" - } - }, - { - "id": 155963, - "idMal": 53421, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Dosanko Gyaru Is Mega Cute", - "Dosanko Gyaru wa Namaramenkoi", - "สาวแกลเมืองเหนือน่าฮักขนาด", - "Dosakoi", - "どさこい", - "Девчонки с Хоккайдо просто чума!" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Love Triangle", "rank": 100 }, - { "name": "Gyaru", "rank": 96 }, - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Heterosexual", "rank": 92 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Teens' Love", "rank": 79 }, - { "name": "Kuudere", "rank": 79 }, - { "name": "Female Harem", "rank": 74 }, - { "name": "Rural", "rank": 73 }, - { "name": "School", "rank": 70 }, - { "name": "Nudity", "rank": 70 }, - { "name": "Shounen", "rank": 68 }, - { "name": "Surreal Comedy", "rank": 20 } - ], - "title": { - "romaji": "Dosanko Gal wa Namaramenkoi", - "english": "Hokkaido Gals Are Super Adorable!", - "native": "道産子ギャルはなまらめんこい" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706542200 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704796008, - "updatedAt": 1706004711, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155963-kOnLUDAEamUe.jpg" - } - }, - { - "id": 166522, - "idMal": 55774, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Princesse, c'est l'heure de la « Torture »", - "公主殿下,「拷問」的時間到了", - "Время пытки, принцесса" - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Food", "rank": 92 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Iyashikei", "rank": 75 }, - { "name": "Surreal Comedy", "rank": 73 }, - { "name": "Cute Girls Doing Cute Things", "rank": 70 }, - { "name": "Demons", "rank": 68 }, - { "name": "Slapstick", "rank": 68 }, - { "name": "Monster Girl", "rank": 65 }, - { "name": "Episodic", "rank": 50 }, - { "name": "Gyaru", "rank": 20 }, - { "name": "Tanned Skin", "rank": 20 } - ], - "title": { - "romaji": "Hime-sama, \"Goumon\" no Jikan desu", - "english": "'Tis Time for \"Torture,\" Princess", - "native": "姫様“拷問”の時間です" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706540400 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704801303, - "updatedAt": 1706090793, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166522-pUnBSDFzs9DD.jpg" - } - }, - { - "id": 163076, - "idMal": 54837, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "ชีวิตไม่ง่ายของนางร้าย LV99", - "Light Magic and the Hero", - "Злодейка 99 уровня: Да, я скрытый босс, но не повелительница демонов" - ], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Villainess", "rank": 90 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Magic", "rank": 79 }, - { "name": "Kuudere", "rank": 77 }, - { "name": "Isekai", "rank": 74 }, - { "name": "Shoujo", "rank": 60 }, - { "name": "Ojou-sama", "rank": 53 }, - { "name": "School", "rank": 40 }, - { "name": "Demons", "rank": 30 }, - { "name": "CGI", "rank": 20 }, - { "name": "Reincarnation", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Akuyaku Reijou Level 99: Watashi wa Ura Boss desu ga Maou de wa Arimasen", - "english": "Villainess Level 99: I May Be the Hidden Boss but I'm Not the Demon Lord", - "native": "悪役令嬢レベル99 ~私は裏ボスですが魔王ではありません~" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706625000 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704877311, - "updatedAt": 1705562189, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163076-zwNndcqDSEGs.jpg" - } - }, - { - "id": 147642, - "idMal": 51648, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 24, - "synonyms": [ - "เส้นทางพลิกผันชองราชันอมตะ", - "TUUA", - "Petualang Mayat Hidup yang Tidak Diinginkan", - "Нежеланно бессмертный авантюрист" - ], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Dungeon", "rank": 66 }, - { "name": "Magic", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Skeleton", "rank": 50 }, - { "name": "Monster Boy", "rank": 20 }, - { "name": "Reincarnation", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Vampire", "rank": 20 }, - { "name": "Zombie", "rank": 20 } - ], - "title": { - "romaji": "Nozomanu Fushi no Boukensha", - "english": "The Unwanted Undead Adventurer", - "native": "望まぬ不死の冒険者" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706274000 }, - "mediaListEntry": { - "progress": 3, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704888598, - "updatedAt": 1705897332, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147642-SztpXNn9ke6P.jpg" - } - }, - { - "id": 162144, - "idMal": 54632, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Surgeon Elise", - " Oegwauisa Elise", - "외과의사 엘리제", - "เอลิเซ่ แพทย์หญิงทะลุมิติ", - "L'Impérieux Destin du Dr. Elise", - "Доктор Элизе: леди со скальпелем" - ], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Medicine", "rank": 93 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Age Regression", "rank": 60 }, - { "name": "Foreign", "rank": 60 }, - { "name": "Work", "rank": 60 }, - { "name": "Ojou-sama", "rank": 60 }, - { "name": "Marriage", "rank": 60 }, - { "name": "Villainess", "rank": 57 }, - { "name": "Shoujo", "rank": 40 }, - { "name": "Male Harem", "rank": 20 }, - { "name": "Royal Affairs", "rank": 20 } - ], - "title": { - "romaji": "Gekai Elise", - "english": "Doctor Elise: The Royal Lady with the Lamp", - "native": "外科医エリーゼ" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706704200 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704979144, - "updatedAt": 1705671528, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162144-T0y7XyTFhSYJ.jpg" - } - }, - { - "id": 167087, - "idMal": 55973, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "Cherry Magic! 30 ยังซิงกับเวทมนตร์ปิ๊งรัก", - "如果30歲還是處男,似乎就能成為魔法師", - "チェリまほ", - "CherryMaho", - "Оказывается, можно стать волшебником, если хранить девственность до 30 лет" - ], - "genres": ["Comedy", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 100 }, - { "name": "Boys' Love", "rank": 96 }, - { "name": "Work", "rank": 94 }, - { "name": "Super Power", "rank": 87 }, - { "name": "LGBTQ+ Themes", "rank": 86 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Josei", "rank": 65 }, - { "name": "Magic", "rank": 60 } - ], - "title": { - "romaji": "30-sai made Doutei da to Mahou Tsukai ni Nareru Rashii", - "english": "Cherry Magic! Thirty Years of Virginity Can Make You a Wizard?!", - "native": "30歳まで童貞だと魔法使いになれるらしい" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706713200 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704982675, - "updatedAt": 1705549338, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167087-3ZM69QhaQ3FE.jpg" - } - }, - { - "id": 153818, - "idMal": 52816, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Ведьма и зверь"], - "genres": ["Action", "Adventure", "Drama", "Fantasy"], - "tags": [ - { "name": "Witch", "rank": 90 }, - { "name": "Seinen", "rank": 90 }, - { "name": "Gender Bending", "rank": 87 }, - { "name": "Body Swapping", "rank": 85 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Gore", "rank": 77 }, - { "name": "Urban Fantasy", "rank": 73 }, - { "name": "Magic", "rank": 72 }, - { "name": "Zombie", "rank": 70 }, - { "name": "Necromancy", "rank": 70 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Urban", "rank": 56 }, - { "name": "Vampire", "rank": 45 }, - { "name": "Revenge", "rank": 20 } - ], - "title": { - "romaji": "Majo to Yajuu", - "english": "The Witch and the Beast", - "native": "魔女と野獣" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706804880 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705107624, - "updatedAt": 1705760411, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx153818-Pse25ALrNqMu.jpg" - } - }, - { - "id": 166093, - "idMal": 55636, - "status": "RELEASING", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["小酒館Basue", "Бар «Снэк Басуэ»"], - "genres": ["Comedy"], - "tags": [ - { "name": "Bar", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Slapstick", "rank": 50 } - ], - "title": { "romaji": "Snack Basue", "english": "Snack Basue", "native": "スナックバス江" }, - "nextAiringEpisode": { "episode": 3, "airingAt": 1706285100 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705119154, - "updatedAt": 1705816525, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166093-dibytcX5V7G3.jpg" - } - }, - { - "id": 165598, - "idMal": 55528, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Bang Brave Bang Bravern", "Взрывной храбрец Брэйверн"], - "genres": ["Action", "Mecha"], - "tags": [ - { "name": "Primarily Adult Cast", "rank": 91 }, - { "name": "Super Robot", "rank": 85 }, - { "name": "Boys' Love", "rank": 85 }, - { "name": "Military", "rank": 82 }, - { "name": "Aliens", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Parody", "rank": 79 }, - { "name": "Foreign", "rank": 73 }, - { "name": "CGI", "rank": 60 }, - { "name": "Guns", "rank": 60 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Real Robot", "rank": 52 }, - { "name": "Meta", "rank": 50 }, - { "name": "Nudity", "rank": 20 }, - { "name": "War", "rank": 20 } - ], - "title": { - "romaji": "Yuuki Bakuhatsu Bang Bravern", - "english": "Brave Bang Bravern!", - "native": "勇気爆発バーンブレイバーン" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706799360 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705219329, - "updatedAt": 1705750049, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165598-1lBYBaLrI8NA.jpg" - } - }, - { - "id": 156891, - "idMal": 53590, - "status": "RELEASING", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [ - "การผจญภัยของเทมเมอร์มือใหม่กับสไลม์สุดด๋อย", - "最弱魔物使開始了撿垃圾之旅。", - "Слабейшая укротительница отправляется в путешествие по сбору мусора" - ], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Homeless", "rank": 93 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Isekai", "rank": 83 }, - { "name": "Reincarnation", "rank": 83 }, - { "name": "Magic", "rank": 75 }, - { "name": "Travel", "rank": 75 }, - { "name": "Iyashikei", "rank": 60 } - ], - "title": { - "romaji": "Saijaku Tamer wa Gomi Hiroi no Tabi wo Hajimemashita.", - "english": "The Weakest Tamer Began a Journey to Pick Up Trash", - "native": "最弱テイマーはゴミ拾いの旅を始めました。" - }, - "nextAiringEpisode": { "episode": 3, "airingAt": 1706277600 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705236714, - "updatedAt": 1705836284, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156891-bw91QNdptQEG.jpg" - } - }, - { - "id": 165254, - "idMal": 55358, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Буттигири?!"], - "genres": ["Action", "Supernatural"], - "tags": [ - { "name": "Primarily Male Cast", "rank": 91 }, - { "name": "Delinquents", "rank": 88 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "School", "rank": 84 }, - { "name": "Magic", "rank": 79 }, - { "name": "Male Harem", "rank": 79 }, - { "name": "Mythology", "rank": 73 }, - { "name": "Gangs", "rank": 70 }, - { "name": "Bisexual", "rank": 62 }, - { "name": "Heterosexual", "rank": 35 } - ], - "title": { "romaji": "BUCCHIGIRI?!", "english": "BUCCHIGIRI?!", "native": "ぶっちぎり?!" }, - "nextAiringEpisode": { "episode": 3, "airingAt": 1706364000 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705307306, - "updatedAt": 1705840900, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165254-VyebZ8cyb0u0.jpg" - } - }, - { - "id": 173216, - "idMal": 57538, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV_SHORT", - "duration": 4, - "synonyms": [], - "genres": ["Action"], - "tags": [ - { "name": "Animals", "rank": 60 }, - { "name": "Dinosaurs", "rank": 60 }, - { "name": "Kids", "rank": 20 }, - { "name": "Full CGI", "rank": 20 } - ], - "title": { - "romaji": "Sai-Kyo-Oh! Zukan: The Ultimate Battles", - "english": null, - "native": "最強王図鑑 ~The Ultimate Battles~" - }, - "nextAiringEpisode": { "episode": 4, "airingAt": 1706306400 }, - "mediaListEntry": { - "progress": 2, - "progressVolumes": null, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705590656, - "updatedAt": 1705898315, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173216-gtERsAl4GB2j.png" - } - }, - { - "id": 167140, - "idMal": null, - "status": "RELEASING", - "type": "ANIME", - "episodes": 3, - "chapters": null, - "format": "OVA", - "duration": 10, - "synonyms": [ - "Classroom for Heroes OVA", - "Hero Classroom OVA", - "英雄教室 真のテルマエ", - "英雄教室 バンドやろうぜ!", - "英雄教室 ソフィさんちのごくあたりまえの食卓" - ], - "genres": ["Fantasy", "Slice of Life"], - "tags": [], - "title": { "romaji": "Eiyuu Kyoushitsu OVA", "english": null, "native": "英雄教室 OVA" }, - "nextAiringEpisode": { "episode": 2, "airingAt": 1709046000 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690884241, - "updatedAt": 1696271993, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167140-SKhnhhhAy9v9.jpg" - } - }, - { - "id": 169295, - "idMal": 56653, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["バンドリ!アヴェムジカ"], - "genres": ["Music"], - "tags": [ - { "name": "Band", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 66 }, - { "name": "Female Protagonist", "rank": 60 } - ], - "title": { - "romaji": "BanG Dream! Ave Mujica", - "english": null, - "native": "BanG Dream! Ave Mujica" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694719020, - "updatedAt": 1696271993, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2025 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169295-uZFfxemmCWvI.jpg" - } - }, - { - "id": 169440, - "idMal": 56700, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["Reborn as a Vending Machine, I Now Wander the Dungeon Season 2"], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Language Barrier", "rank": 79 }, - { "name": "Food", "rank": 79 }, - { "name": "Isekai", "rank": 79 }, - { "name": "Dungeon", "rank": 79 }, - { "name": "Reincarnation", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Parody", "rank": 60 }, - { "name": "Economics", "rank": 60 } - ], - "title": { - "romaji": "Jidou Hanbaiki ni Umarekawatta Ore wa Meikyuu wo Samayou 2nd Season", - "english": null, - "native": "自動販売機に生まれ変わった俺は迷宮を彷徨う 2期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695254980, - "updatedAt": 1696271993, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169440-rw5tTc6OmbJH.jpg" - } - }, - { - "id": 162147, - "idMal": 54633, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "ONA", - "duration": 18, - "synonyms": [ - "Pocket Monsters Concierge", - "Pokémon Portvakt", - "Konsjerżka Pokémonów", - "La concierge Pokémon" - ], - "genres": ["Fantasy", "Slice of Life"], - "tags": [ - { "name": "Animals", "rank": 92 }, - { "name": "Stop Motion", "rank": 90 }, - { "name": "Iyashikei", "rank": 80 }, - { "name": "Work", "rank": 80 }, - { "name": "Female Protagonist", "rank": 55 } - ], - "title": { - "romaji": "Pokémon Concierge", - "english": "Pokémon Concierge", - "native": "ポケモンコンシェルジュ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696198978, - "updatedAt": 1700029474, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162147-90IXqW7pehgw.jpg" - } - }, - { - "id": 159429, - "idMal": 54650, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 73, - "synonyms": ["Precure 20th Anniversary Commemoration Movie"], - "genres": ["Mahou Shoujo"], - "tags": [ - { "name": "Crossover", "rank": 100 }, - { "name": "Philosophy", "rank": 100 }, - { "name": "Henshin", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 79 } - ], - "title": { - "romaji": "Precure All Stars F", - "english": null, - "native": "プリキュアオールスターズF(エフ)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696307651, - "updatedAt": 1697854789, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159429-qxuWHkvSyTHz.jpg" - } - }, - { - "id": 169227, - "idMal": 56487, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "TV_SHORT", - "duration": 3, - "synonyms": ["松犬"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Animals", "rank": 20 }, - { "name": "Twins", "rank": 20 }, - { "name": "No Dialogue", "rank": 20 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Iyashikei", "rank": 20 } - ], - "title": { "romaji": "Matsuinu", "english": null, "native": "まついぬ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696751667, - "updatedAt": 1697854789, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169227-ez97csCzeejg.jpg" - } - }, - { - "id": 170018, - "idMal": 56877, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["The Blue Orchestra Season 2"], - "genres": ["Drama", "Music"], - "tags": [], - "title": { - "romaji": "Ao no Orchestra 2nd Season", - "english": null, - "native": "青のオーケストラ 第2期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696755550, - "updatedAt": 1697854789, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170018-j5L1IV7srCPn.jpg" - } - }, - { - "id": 170661, - "idMal": 56741, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "SPECIAL", - "duration": 12, - "synonyms": ["TenPuru: No One Can Live on Loneliness Specials", "TenPuru Episode 13"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 84 }, - { "name": "Body Swapping", "rank": 66 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Bondage", "rank": 46 } - ], - "title": { - "romaji": "Temple Specials", - "english": "TenPuru: No Way, Why Is It So Big… / You Mustn’t Touch That", - "native": "てんぷる Specials" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1698877757, - "updatedAt": 1700028918, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b170661-RFax9ltd49HO.jpg" - } - }, - { - "id": 139359, - "idMal": 49842, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Mixed Gender Harem", "rank": 90 }, - { "name": "Male Harem", "rank": 75 }, - { "name": "Female Harem", "rank": 70 }, - { "name": "Isekai", "rank": 66 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Villainess", "rank": 60 }, - { "name": "Shoujo", "rank": 60 }, - { "name": "Reincarnation", "rank": 20 }, - { "name": "Incest", "rank": 20 } - ], - "title": { - "romaji": "Otome Game no Hametsu Flag shika Nai Akuyaku Reijou ni Tensei shiteshimatta… Movie", - "english": "My Next Life as a Villainess: All Routes Lead to Doom! Movie", - "native": "映画 乙女ゲームの破滅フラグしかない悪役令嬢に転生してしまった…" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699238144, - "updatedAt": 1700102254, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139359-JiHbeMddI3mx.jpg" - } - }, - { - "id": 130706, - "idMal": 48425, - "status": "FINISHED", - "type": "ANIME", - "episodes": 12, - "chapters": null, - "format": "ONA", - "duration": 24, - "synonyms": ["Akuma-kun (Shin Anime)", "Акума-кун"], - "genres": ["Adventure", "Fantasy", "Horror", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 80 }, - { "name": "Monster Boy", "rank": 79 }, - { "name": "Youkai", "rank": 79 }, - { "name": "Detective", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Adoption", "rank": 60 }, - { "name": "Anti-Hero", "rank": 60 }, - { "name": "Crime", "rank": 60 }, - { "name": "Angels", "rank": 60 }, - { "name": "Philosophy", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Urban Fantasy", "rank": 60 }, - { "name": "Body Horror", "rank": 40 }, - { "name": "Family Life", "rank": 40 }, - { "name": "Gore", "rank": 40 }, - { "name": "Guns", "rank": 20 } - ], - "title": { "romaji": "Akuma-kun (ONA)", "english": "Akuma Kun", "native": "悪魔くん (ONA)" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699472314, - "updatedAt": 1699472323, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130706-nu8D23EjKltW.jpg" - } - }, - { - "id": 166532, - "idMal": 55802, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": 26, - "synonyms": [], - "genres": ["Comedy", "Drama", "Music", "Slice of Life"], - "tags": [ - { "name": "Primarily Child Cast", "rank": 73 }, - { "name": "Idol", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Ensemble Cast", "rank": 20 }, - { "name": "Work", "rank": 20 }, - { "name": "Cute Girls Doing Cute Things", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "THE iDOLM@STER Cinderella Girls: U149 OVA", - "english": null, - "native": "アイドルマスター シンデレラガールズ U149 新作アニメ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699934758, - "updatedAt": 1699934763, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166532-MmwtZQJ7Q2hf.jpg" - } - }, - { - "id": 99088, - "idMal": 35737, - "status": "FINISHED", - "type": "ANIME", - "episodes": 8, - "chapters": null, - "format": "ONA", - "duration": 60, - "synonyms": ["プルートウ", "ПЛУТОН"], - "genres": ["Action", "Mystery", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Robots", "rank": 98 }, - { "name": "Artificial Intelligence", "rank": 97 }, - { "name": "Revenge", "rank": 97 }, - { "name": "Detective", "rank": 96 }, - { "name": "Seinen", "rank": 93 }, - { "name": "Ensemble Cast", "rank": 91 }, - { "name": "Police", "rank": 90 }, - { "name": "Memory Manipulation", "rank": 86 }, - { "name": "Crime", "rank": 85 }, - { "name": "Conspiracy", "rank": 84 }, - { "name": "Tragedy", "rank": 81 }, - { "name": "Politics", "rank": 81 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Philosophy", "rank": 78 }, - { "name": "Foreign", "rank": 77 }, - { "name": "War", "rank": 77 }, - { "name": "Amnesia", "rank": 71 }, - { "name": "Dystopian", "rank": 68 }, - { "name": "Travel", "rank": 63 }, - { "name": "Noir", "rank": 60 }, - { "name": "Anachronism", "rank": 56 }, - { "name": "Guns", "rank": 55 }, - { "name": "Cult", "rank": 53 }, - { "name": "Adoption", "rank": 52 }, - { "name": "Terrorism", "rank": 50 }, - { "name": "Cyberpunk", "rank": 40 } - ], - "title": { "romaji": "PLUTO", "english": "PLUTO", "native": "PLUTO" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699934767, - "updatedAt": 1699934771, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99088-4Icp2tI40TZL.png" - } - }, - { - "id": 170206, - "idMal": null, - "status": "FINISHED", - "type": "ANIME", - "episodes": 8, - "chapters": null, - "format": "ONA", - "duration": 26, - "synonyms": [ - "Scott Pilgrim zaskakuje", - "Scott Pilgrim da el salto", - "Σκοτ Πίλγκριμ: Η Σειρά", - "Скотт Пилигрим жмет на газ", - "Scott Pilgrim: A Série", - "Scott Pilgrim prend son envol", - "Скотт Пілігрим стає до бою" - ], - "genres": ["Action", "Comedy", "Drama", "Mystery", "Romance", "Supernatural"], - "tags": [ - { "name": "Female Protagonist", "rank": 95 }, - { "name": "Primarily Adult Cast", "rank": 95 }, - { "name": "Detective", "rank": 93 }, - { "name": "Meta", "rank": 93 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Urban", "rank": 90 }, - { "name": "Foreign", "rank": 89 }, - { "name": "Time Manipulation", "rank": 81 }, - { "name": "Parody", "rank": 81 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Band", "rank": 78 }, - { "name": "Super Power", "rank": 78 }, - { "name": "LGBTQ+ Themes", "rank": 77 }, - { "name": "Bisexual", "rank": 73 }, - { "name": "Acting", "rank": 68 }, - { "name": "Hikikomori", "rank": 64 }, - { "name": "Robots", "rank": 60 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Boys' Love", "rank": 49 }, - { "name": "Anti-Hero", "rank": 48 }, - { "name": "Male Protagonist", "rank": 45 }, - { "name": "Age Gap", "rank": 35 }, - { "name": "Swordplay", "rank": 26 }, - { "name": "Ninja", "rank": 25 }, - { "name": "Skateboarding", "rank": 25 }, - { "name": "Twins", "rank": 20 } - ], - "title": { - "romaji": "Scott Pilgrim Takes Off", - "english": "Scott Pilgrim Takes Off", - "native": "スコット・ピルグリム テイクス・オフ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700028849, - "updatedAt": 1700028859, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170206-OQYWJWKKvO3g.jpg" - } - }, - { - "id": 163363, - "idMal": 54923, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": ["PolPri Movie"], - "genres": ["Slice of Life", "Sports"], - "tags": [ - { "name": "Dancing", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "CGI", "rank": 20 } - ], - "title": { - "romaji": "Pole Princess!! Movie", - "english": null, - "native": "劇場版 ポールプリンセス!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700028921, - "updatedAt": 1700102308, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163363-KTP19xPR3i3k.jpg" - } - }, - { - "id": 161474, - "idMal": 54870, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 75, - "synonyms": ["Rascal Does Not Dream of a Knapsack Kid", "Ao Buta", "青ブタ"], - "genres": ["Drama", "Psychological", "Romance", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Family Life", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 75 } - ], - "title": { - "romaji": "Seishun Buta Yarou wa Randoseru Girl no Yume wo Minai", - "english": null, - "native": "青春ブタ野郎はランドセルガールの夢を見ない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700028930, - "updatedAt": 1700102328, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161474-yLgY2vGrkVHY.jpg" - } - }, - { - "id": 158928, - "idMal": 53888, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": 110, - "synonyms": ["SxF Movie", "劇場版 スパイファミリー"], - "genres": ["Action", "Adventure", "Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Family Life", "rank": 80 }, - { "name": "Espionage", "rank": 73 }, - { "name": "Assassins", "rank": 66 }, - { "name": "Found Family", "rank": 20 } - ], - "title": { - "romaji": "SPY×FAMILY CODE: White", - "english": "SPY x FAMILY CODE: White ", - "native": "SPY×FAMILY CODE: White" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700028967, - "updatedAt": 1700028973, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158928-CJ8fFwUQOPbu.jpg" - } - }, - { - "id": 164551, - "idMal": 55237, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "SPECIAL", - "duration": 24, - "synonyms": ["Dropkick on My Devil!! -End of Century Edition-"], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Monster Girl", "rank": 73 }, - { "name": "Travel", "rank": 50 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Jashin-chan Dropkick [Seikimatsu-hen]", - "english": "Dropkick on My Devil!!: Apocalypse Day", - "native": "邪神ちゃんドロップキック【世紀末編】" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700028984, - "updatedAt": 1700102290, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx164551-QysYBZwUrpYv.png" - } - }, - { - "id": 163329, - "idMal": 54918, - "status": "FINISHED", - "type": "ANIME", - "episodes": 13, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": ["Tokyo Revengers: Tenjiku Arc", "Tokyo Revengers Season 3"], - "genres": ["Action", "Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Gangs", "rank": 97 }, - { "name": "Male Protagonist", "rank": 95 }, - { "name": "Time Manipulation", "rank": 92 }, - { "name": "Primarily Male Cast", "rank": 90 }, - { "name": "Mafia", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Revenge", "rank": 79 }, - { "name": "Delinquents", "rank": 76 }, - { "name": "Ensemble Cast", "rank": 73 }, - { "name": "Tragedy", "rank": 71 }, - { "name": "Urban", "rank": 70 }, - { "name": "Crime", "rank": 68 }, - { "name": "Age Regression", "rank": 56 }, - { "name": "Boys' Love", "rank": 55 }, - { "name": "Motorcycles", "rank": 53 }, - { "name": "Body Horror", "rank": 50 }, - { "name": "Guns", "rank": 46 }, - { "name": "Heterosexual", "rank": 46 }, - { "name": "Twins", "rank": 30 } - ], - "title": { - "romaji": "Tokyo Revengers: Tenjiku-hen", - "english": "Tokyo Revengers Season 2 Part 2", - "native": "東京リベンジャーズ 天竺編" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700029416, - "updatedAt": 1700029420, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163329-lGJRnYV9dcjc.jpg" - } - }, - { - "id": 166977, - "idMal": null, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": null, - "synonyms": ["Princess Principal OVA"], - "genres": ["Slice of Life"], - "tags": [{ "name": "Female Protagonist", "rank": 79 }], - "title": { - "romaji": "Princess Principal: Crown Handler - Chapter 3: Cost for Custom Cars", - "english": null, - "native": "プリンセス・プリンシパル Crown Handler 第3章「Cost for Custom Cars」" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700029448, - "updatedAt": 1700102273, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166977-7fZ1DgkiQ98C.png" - } - }, - { - "id": 169511, - "idMal": null, - "status": "FINISHED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "OVA", - "duration": null, - "synonyms": ["Noble Farmer OVA"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 60 }, - { "name": "Agriculture", "rank": 20 }, - { "name": "Rural", "rank": 20 }, - { "name": "Educational", "rank": 20 }, - { "name": "Autobiographical", "rank": 20 }, - { "name": "Economics", "rank": 20 } - ], - "title": { "romaji": "Hyakushou Kizoku OVA", "english": null, "native": "百姓貴族 OVA" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700029463, - "updatedAt": 1700029466, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169511-a5mS4Zxxho11.jpg" - } - }, - { - "id": 152681, - "idMal": 52481, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["Days with my Step Sister", "แง้มหัวใจยัยน้องสาวจำเป็น"], - "genres": ["Comedy", "Psychological", "Romance", "Slice of Life"], - "tags": [ - { "name": "Inseki", "rank": 92 }, - { "name": "Heterosexual", "rank": 92 }, - { "name": "Philosophy", "rank": 84 }, - { "name": "Family Life", "rank": 76 }, - { "name": "School", "rank": 73 }, - { "name": "Gyaru", "rank": 44 } - ], - "title": { "romaji": "Gimai Seikatsu", "english": null, "native": "義妹生活" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700278103, - "updatedAt": 1700278108, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx152681-4eFZSIo0XutU.jpg" - } - }, - { - "id": 158559, - "idMal": 53802, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "2.5 Dimensional Seduction", - "2.5 Jigen no Yuuwaku", - "2.5 มิติ ริริสะ", - "Ririsa of 2.5 Dimension" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Cosplay", "rank": 95 }, - { "name": "Otaku Culture", "rank": 84 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Photography", "rank": 66 }, - { "name": "School Club", "rank": 66 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Female Harem", "rank": 46 }, - { "name": "Gyaru", "rank": 40 } - ], - "title": { "romaji": "2.5 Jigen no Ririsa", "english": null, "native": "2.5次元の誘惑" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700278165, - "updatedAt": 1700278169, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158559-W3bKi3Nxmfp3.jpg" - } - }, - { - "id": 133007, - "idMal": 48820, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": ["Magical Girl Madoka Magica Movie 4", "Puella Magi Madoka Magica Movie 4"], - "genres": ["Mahou Shoujo"], - "tags": [ - { "name": "Female Protagonist", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "Magic", "rank": 94 }, - { "name": "Tragedy", "rank": 88 }, - { "name": "Yuri", "rank": 80 }, - { "name": "Witch", "rank": 79 }, - { "name": "Philosophy", "rank": 75 }, - { "name": "Super Power", "rank": 70 }, - { "name": "Urban Fantasy", "rank": 52 }, - { "name": "Guns", "rank": 50 }, - { "name": "Kuudere", "rank": 46 }, - { "name": "Time Manipulation", "rank": 20 } - ], - "title": { - "romaji": "Mahou Shoujo Madoka☆Magica: Walpurgis no Kaiten", - "english": "Puella Magi Madoka Magica the Movie -Walpurgisnacht: Rising-", - "native": "劇場版 魔法少女まどか☆マギカ〈ワルプルギスの廻天〉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700470232, - "updatedAt": 1700470235, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx133007-uhswI9xjfURV.jpg" - } - }, - { - "id": 162987, - "idMal": 54791, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": ["Given Movie (Sequel)"], - "genres": ["Drama", "Music", "Romance"], - "tags": [ - { "name": "Boys' Love", "rank": 75 }, - { "name": "LGBTQ+ Themes", "rank": 66 }, - { "name": "Primarily Male Cast", "rank": 50 } - ], - "title": { "romaji": "Given: Hiiragi mix", "english": null, "native": "ギヴン 柊mix" }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1706281200 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700470262, - "updatedAt": 1700470265, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162987-gRFCJagC9bm2.jpg" - } - }, - { - "id": 134761, - "idMal": 49073, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": ["Mobile Suit Gundam SEED FREEDOM"], - "genres": ["Drama", "Mecha"], - "tags": [{ "name": "Real Robot", "rank": 79 }, { "name": "Military", "rank": 60 }], - "title": { - "romaji": "Kidou Senshi Gundam SEED FREEDOM", - "english": null, - "native": "機動戦士ガンダムSEED FREEDOM" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700470525, - "updatedAt": 1700470528, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx134761-UCVG3V6t6gJq.jpg" - } - }, - { - "id": 162842, - "idMal": 54754, - "status": "RELEASING", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": 24, - "synonyms": [], - "genres": ["Action", "Adventure", "Drama", "Fantasy", "Mystery"], - "tags": [{ "name": "Post-Apocalyptic", "rank": 20 }, { "name": "Conspiracy", "rank": 20 }], - "title": { - "romaji": "Hikari no Ou 2nd Season", - "english": "The Fire Hunter Season 2", - "native": "火狩りの王 第2シーズン" - }, - "nextAiringEpisode": { "episode": 3, "airingAt": 1706450400 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700470758, - "updatedAt": 1700470762, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162842-zs6SfZgw6SYL.jpg" - } - }, - { - "id": 171030, - "idMal": 57390, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Magic", "rank": 90 }, - { "name": "Henshin", "rank": 80 }, - { "name": "Animals", "rank": 80 }, - { "name": "Kids", "rank": 75 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 46 }, - { "name": "Shapeshifting", "rank": 20 } - ], - "title": { - "romaji": "Wonderful Precure!", - "english": null, - "native": "わんだふるぷりきゅあ!" - }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1707003000 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701306235, - "updatedAt": 1701306238, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171030-OHbrMfbA2q4f.jpg" - } - }, - { - "id": 129195, - "idMal": 47158, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "ImoUza", - "My Friend's Little Sister Has It In for Me!", - "น้องสาวเพื่อนตัวร้ายกับนายจืดจาง" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Love Triangle", "rank": 73 }, - { "name": "Female Harem", "rank": 20 } - ], - "title": { - "romaji": "Tomodachi no Imouto ga Ore ni dake Uzai", - "english": null, - "native": "友達の妹が俺にだけウザい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701669954, - "updatedAt": 1701669959, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129195-Q6xfjlDiXCKK.png" - } - }, - { - "id": 171346, - "idMal": 57488, - "status": "FINISHED", - "type": "ANIME", - "episodes": 4, - "chapters": null, - "format": "ONA", - "duration": 1, - "synonyms": [], - "genres": ["Fantasy"], - "tags": [ - { "name": "Animals", "rank": 20 }, - { "name": "Rural", "rank": 20 }, - { "name": "No Dialogue", "rank": 20 }, - { "name": "Full CGI", "rank": 20 }, - { "name": "Kids", "rank": 20 } - ], - "title": { "romaji": "Kabigon to Karakara", "english": null, "native": "カビゴンとカラカラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702360501, - "updatedAt": 1702360504, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171346-dA3AJ4iGfAo9.jpg" - } - }, - { - "id": 171748, - "idMal": 57567, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["シャイ"], - "genres": ["Action", "Drama"], - "tags": [ - { "name": "Superhero", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Ninja", "rank": 50 }, - { "name": "LGBTQ+ Themes", "rank": 46 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { "romaji": "SHY 2nd Season", "english": null, "native": "SHY 第2期" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702927005, - "updatedAt": 1702927014, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171748-0oM2ZETiCAMz.jpg" - } - }, - { - "id": 171689, - "idMal": 57562, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV_SHORT", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [{ "name": "Agriculture", "rank": 20 }, { "name": "Animals", "rank": 20 }], - "title": { - "romaji": "Hyakushou Kizoku 2nd Season", - "english": null, - "native": "百姓貴族 第2期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703099267, - "updatedAt": 1703099272, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171689-5BcfnJmT51bY.jpg" - } - }, - { - "id": 172019, - "idMal": 57592, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["Dr.STONE Season 4", "Dr.STONE 第4期", "ドクターストーン"], - "genres": ["Action", "Adventure", "Comedy", "Sci-Fi"], - "tags": [ - { "name": "Educational", "rank": 79 }, - { "name": "Travel", "rank": 60 }, - { "name": "Shounen", "rank": 40 }, - { "name": "Ensemble Cast", "rank": 20 }, - { "name": "Espionage", "rank": 20 } - ], - "title": { - "romaji": "Dr. STONE: SCIENCE FUTURE", - "english": null, - "native": "Dr.STONE SCIENCE FUTURE" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703195754, - "updatedAt": 1703195758, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172019-RkWXI38Ll8NB.jpg" - } - }, - { - "id": 172258, - "idMal": 57616, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "The 100 Girlfriends Who Really, Really, Really, Really, REALLY Love You 2", - "100 Kanojo 2", - "100Kano 2", - "Hyakkano 2" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 100 }, - { "name": "Female Harem", "rank": 96 }, - { "name": "Heterosexual", "rank": 84 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Meta", "rank": 79 }, - { "name": "Parody", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Age Regression", "rank": 40 }, - { "name": "MILF", "rank": 30 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Kimi no Koto ga Dai Dai Dai Dai Daisuki na 100-nin no Kanojo 2nd Season", - "english": null, - "native": "君のことが大大大大大好きな100人の彼女 第2期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703427930, - "updatedAt": 1703427934, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172258-4aEdJyCDHYEJ.jpg" - } - }, - { - "id": 171630, - "idMal": 57557, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": null, - "duration": null, - "synonyms": ["ザワンピース"], - "genres": ["Adventure"], - "tags": [ - { "name": "Pirates", "rank": 96 }, - { "name": "Ships", "rank": 87 }, - { "name": "Shounen", "rank": 86 }, - { "name": "Super Power", "rank": 86 }, - { "name": "Male Protagonist", "rank": 81 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Travel", "rank": 79 } - ], - "title": { "romaji": "THE ONE PIECE", "english": "THE ONE PIECE", "native": "THE ONE PIECE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703461735, - "updatedAt": 1703461735, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171630-CULIbflZbhK1.jpg" - } - }, - { - "id": 171637, - "idMal": 57554, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Drama", "Romance"], - "tags": [ - { "name": "Samurai", "rank": 60 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Historical", "rank": 40 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Rurouni Kenshin: Meiji Kenkaku Romantan - Kyoto Douran", - "english": null, - "native": "るろうに剣心 -明治剣客浪漫譚-京都動乱" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703468445, - "updatedAt": 1703468456, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171637-autSUMT9SGEB.jpg" - } - }, - { - "id": 172192, - "idMal": 57612, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "A Returner's Magic Should Be Special Season 2", - "Gwihwanjaui Mabeobeun", - "Teukbyeolhaeya Hamnida", - "귀환자의 마법은 특별해야 합니다" - ], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [], - "title": { - "romaji": "Kikansha no Mahou wa Tokubetsu desu 2nd Season", - "english": null, - "native": "帰還者の魔法は特別です 第2期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703468478, - "updatedAt": 1703468482, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172192-psefogU2KEoD.jpg" - } - }, - { - "id": 171952, - "idMal": 57584, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": ["The Eminence in Shadow: Lost Echoes"], - "genres": ["Action", "Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 96 }, - { "name": "Chuunibyou", "rank": 96 }, - { "name": "Magic", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Dystopian", "rank": 50 } - ], - "title": { - "romaji": "Kage no Jitsuryokusha ni Naritakute!: Zankyou-hen", - "english": null, - "native": "劇場版 陰の実力者になりたくて! 残響編" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703468489, - "updatedAt": 1703468492, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171952-ExbQyH6DnA33.jpg" - } - }, - { - "id": 172463, - "idMal": 57658, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["Jujutsu Kaisen: Culling Games", "JJK3", "Jujutsu Kaisen 3rd Season"], - "genres": ["Action", "Drama", "Supernatural"], - "tags": [ - { "name": "Shounen", "rank": 80 }, - { "name": "Super Power", "rank": 80 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Death Game", "rank": 78 }, - { "name": "Primarily Teen Cast", "rank": 76 }, - { "name": "Survival", "rank": 66 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Gambling", "rank": 60 }, - { "name": "Martial Arts", "rank": 55 }, - { "name": "Swordplay", "rank": 52 }, - { "name": "Demons", "rank": 50 }, - { "name": "Ensemble Cast", "rank": 40 } - ], - "title": { - "romaji": "Jujutsu Kaisen: Shimetsu Kaiyuu", - "english": null, - "native": "呪術廻戦 死滅回游" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703794298, - "updatedAt": 1703794303, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172463-MbyLGjnXcpZu.png" - } - }, - { - "id": 151799, - "idMal": 52293, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": null, - "duration": null, - "synonyms": ["PSG2", " P&SWG2", "NEW PSG", "Panty & Stocking with Garterbelt Season 2"], - "genres": ["Action", "Comedy", "Ecchi", "Supernatural"], - "tags": [{ "name": "Angels", "rank": 80 }, { "name": "Female Protagonist", "rank": 79 }], - "title": { - "romaji": "NEW PANTY AND STOCKING", - "english": null, - "native": "NEW PANTY AND STOCKING" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704524873, - "updatedAt": 1704524878, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151799-kYJeWq3umQ9W.jpg" - } - }, - { - "id": 170221, - "idMal": 56948, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "ONA", - "duration": 21, - "synonyms": [ - "The Dangers in My Heart Spin-off", - "The Dangers in My Heart: Bonus Dangers", - "Boku no Kokoro no Yabai Yatsu: Tsuiyaba", - "僕ヤバ ツイヤバ" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "School", "rank": 66 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Female Protagonist", "rank": 66 } - ], - "title": { - "romaji": "Boku no Kokoro no Yabai Yatsu: Twi-Yaba", - "english": "The Dangers in My Heart Special", - "native": "僕の心のヤバイやつ ツイヤバ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704536424, - "updatedAt": 1704536427, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170221-5QNbaEZrxkfv.png" - } - }, - { - "id": 169584, - "idMal": 56738, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [ - "The Duke of Death and His Maid Season 3", - "เมดสาวแสบร้ายกับคุณชายยมทูต ซีซั่น 3", - "คุณชายวิปริตกับเมดสาวรอบจัด ภาค 3" - ], - "genres": ["Comedy", "Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Heterosexual", "rank": 60 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Full CGI", "rank": 20 }, - { "name": "Maids", "rank": 20 }, - { "name": "Witch", "rank": 20 }, - { "name": "Magic", "rank": 20 } - ], - "title": { - "romaji": "Shinigami Bocchan to Kuro Maid 3rd Season", - "english": null, - "native": "死神坊ちゃんと黒メイド 第3期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704536534, - "updatedAt": 1704536538, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169584-XGjdb9pqijZM.png" - } - }, - { - "id": 167486, - "idMal": 55889, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "OVA", - "duration": null, - "synonyms": [ - "Watashi no Shiawase na Kekkon OVA", - "My Happy Marriage OVA", - "わたしの幸せな結婚 OAD", - "WataKon OVA" - ], - "genres": ["Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Shoujo", "rank": 50 }, - { "name": "Marriage", "rank": 20 } - ], - "title": { - "romaji": "Watashi no Shiawase na Katachi", - "english": null, - "native": "わたしの幸せなかたち" - }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1710428400 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704536807, - "updatedAt": 1704536810, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167486-EVz4sqKjf7W4.jpg" - } - }, - { - "id": 173174, - "idMal": 57754, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": [ - "バンドリ!It's MyGO!!!!! Movie", - "BanG Dream! It's MyGO!!!!! 前編 : 春の陽だまり、迷い猫", - "BanG Dream! It's MyGO!!!!! 後編 : うたう、僕らになれるうた & FILM LIVE" - ], - "genres": ["Drama", "Music"], - "tags": [{ "name": "Band", "rank": 60 }, { "name": "Primarily Female Cast", "rank": 60 }], - "title": { - "romaji": "BanG Dream! It's MyGO!!!!! Movie", - "english": null, - "native": "劇場版 BanG Dream! It's MyGO!!!!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704794168, - "updatedAt": 1704794175, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173174-daPL36z54FEC.png" - } - }, - { - "id": 166531, - "idMal": 55791, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Mystery", "Psychological", "Supernatural"], - "tags": [ - { "name": "Acting", "rank": 94 }, - { "name": "Idol", "rank": 89 }, - { "name": "Revenge", "rank": 88 }, - { "name": "Seinen", "rank": 85 }, - { "name": "Anti-Hero", "rank": 85 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Twins", "rank": 83 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Reincarnation", "rank": 78 }, - { "name": "Love Triangle", "rank": 69 }, - { "name": "Urban", "rank": 66 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Swordplay", "rank": 55 } - ], - "title": { - "romaji": "[Oshi no Ko] 2nd Season", - "english": "Oshi no Ko Season 2", - "native": "【推しの子】第2期" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704875002, - "updatedAt": 1704875006, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166531-bpS9jjA82WSS.jpg" - } - }, - { - "id": 167984, - "idMal": 56175, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 2, - "chapters": null, - "format": "MOVIE", - "duration": 40, - "synonyms": ["大室家 dear friends", "大室家 dear sisters"], - "genres": [], - "tags": [ - { "name": "Female Protagonist", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "Family Life", "rank": 86 }, - { "name": "School", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 75 }, - { "name": "Yuri", "rank": 63 } - ], - "title": { "romaji": "Oomuro-ke", "english": null, "native": "大室家" }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1706799600 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704897880, - "updatedAt": 1704897884, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167984-vZELUFDNk0Ax.jpg" - } - }, - { - "id": 170935, - "idMal": 57184, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "ONA", - "duration": 88, - "synonyms": ["グレートプリテンダー ラズブリウト", "グレプリrazbliuto", "GrePre razbliuto"], - "genres": ["Action", "Drama", "Thriller"], - "tags": [ - { "name": "Travel", "rank": 79 }, - { "name": "Triads", "rank": 79 }, - { "name": "Revenge", "rank": 60 }, - { "name": "Foreign", "rank": 60 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Amnesia", "rank": 50 } - ], - "title": { - "romaji": "GREAT PRETENDER: razbliuto", - "english": "GREAT PRETENDER razbliuto", - "native": "GREAT PRETENDER razbliuto" - }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1708614000 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704897895, - "updatedAt": 1704897899, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170935-XkUrGgv0gsL4.jpg" - } - }, - { - "id": 168872, - "idMal": 56538, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "ONA", - "duration": null, - "synonyms": ["ฝากใจไปถึงเธอ ซีซั่น 3"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 100 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "School", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Kimi ni Todoke 3RD SEASON", - "english": "Kimi ni Todoke: From Me to You Season 3", - "native": "君に届け 3RD SEASON" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704992870, - "updatedAt": 1704992873, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx168872-u7NQPxaG6J1a.jpg" - } - }, - { - "id": 172420, - "idMal": 57647, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "MOVIE", - "duration": null, - "synonyms": [ - "Uma Musume: Pretty Derby Movie", - "劇場版 ウマ娘 プリティーダービー", - "ウマ娘 プリティーダービー BEGINNING OF A NEW ERA", - "Uma Musume: Pretty Derby - Shin Jidai no Tobira" - ], - "genres": ["Drama", "Slice of Life", "Sports"], - "tags": [ - { "name": "Kemonomimi", "rank": 80 }, - { "name": "Athletics", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 73 } - ], - "title": { - "romaji": "Uma Musume: Pretty Derby - BEGINNING OF A NEW ERA", - "english": null, - "native": "ウマ娘 プリティーダービー 新時代の扉" - }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1716476400 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705119676, - "updatedAt": 1705119680, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172420-HESdYonTsoee.jpg" - } - }, - { - "id": 151639, - "idMal": 52563, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure"], - "tags": [{ "name": "Ninja", "rank": 79 }], - "title": { "romaji": "Ninja Kamui", "english": "Ninja Kamui", "native": null }, - "nextAiringEpisode": { "episode": 1, "airingAt": 1707627600 }, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705759064, - "updatedAt": 1705759067, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151639-7KqJ7BgaM9Mx.png" - } - }, - { - "id": 167404, - "idMal": 56055, - "status": "FINISHED", - "type": "ANIME", - "episodes": 1, - "chapters": null, - "format": "ONA", - "duration": 25, - "synonyms": ["الوحوش: لعنة التنين"], - "genres": ["Action", "Comedy"], - "tags": [ - { "name": "Samurai", "rank": 100 }, - { "name": "Swordplay", "rank": 100 }, - { "name": "Dragons", "rank": 84 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Historical", "rank": 46 }, - { "name": "Time Skip", "rank": 40 } - ], - "title": { - "romaji": "MONSTERS: Ippaku Sanjou Hiryuu Jigoku", - "english": "MONSTERS: 103 Mercies Dragon Damnation", - "native": "MONSTERS 一百三情飛龍侍極" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705767004, - "updatedAt": 1705767009, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167404-QMZJVARntkbv.jpg" - } - }, - { - "id": 173523, - "idMal": 57859, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": ["A Workplace Where You Can't Help But Smile"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Drawing", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Work", "rank": 50 }, - { "name": "LGBTQ+ Themes", "rank": 40 }, - { "name": "Yuri", "rank": 20 }, - { "name": "Cute Girls Doing Cute Things", "rank": 20 } - ], - "title": { - "romaji": "Egao no Taenai Shokuba Desu.", - "english": null, - "native": "笑顔のたえない職場です。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705893351, - "updatedAt": 1705893356, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2025 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173523-4sk65H0m0Lhc.jpg" - } - }, - { - "id": 173780, - "idMal": 57907, - "status": "NOT_YET_RELEASED", - "type": "ANIME", - "episodes": null, - "chapters": null, - "format": "TV", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 50 }, - { "name": "Isekai", "rank": 20 }, - { "name": "Dragons", "rank": 20 } - ], - "title": { - "romaji": "Tate no Yuusha no Nariagari Season 4", - "english": "The Rising of the Shield Hero Season 4", - "native": "盾の勇者の成り上がり Season 4" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": null, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705929251, - "updatedAt": 1705929260, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173780-VGbQ7vqEHPaj.jpg" - } - } + { + "id": 145665, + "idMal": 51105, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ニーア オートマタ", "NieR Automata Ver1.1a"], + "genres": ["Action", "Drama", "Fantasy", "Psychological", "Sci-Fi"], + "tags": [ + { "name": "Artificial Intelligence", "rank": 97 }, + { "name": "Robots", "rank": 95 }, + { "name": "Tragedy", "rank": 93 }, + { "name": "Lost Civilization", "rank": 92 }, + { "name": "Post-Apocalyptic", "rank": 91 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Philosophy", "rank": 84 }, + { "name": "Aliens", "rank": 81 }, + { "name": "CGI", "rank": 75 }, + { "name": "Swordplay", "rank": 73 }, + { "name": "Dystopian", "rank": 68 }, + { "name": "War", "rank": 64 }, + { "name": "Real Robot", "rank": 62 }, + { "name": "Memory Manipulation", "rank": 60 }, + { "name": "Heterosexual", "rank": 52 }, + { "name": "Male Protagonist", "rank": 48 }, + { "name": "Amnesia", "rank": 47 }, + { "name": "Puppetry", "rank": 46 }, + { "name": "Gods", "rank": 42 }, + { "name": "Body Swapping", "rank": 40 }, + { "name": "Desert", "rank": 40 }, + { "name": "Virtual World", "rank": 35 } + ], + "title": { + "romaji": "NieR:Automata Ver1.1a", + "english": "NieR:Automata Ver1.1a", + "native": "NieR:Automata Ver1.1a" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1681384463, + "updatedAt": 1695329775, + "score": 64, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx145665-kiAZX3DsbBnl.jpg" + } + }, + { + "id": 146210, + "idMal": 51213, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Vermeil in Gold: A Desperate Magician Barges Into the Magical World Alongside the Strongest Calamity", + "เวอร์มีลแห่งเวทสีทอง: นักอาคมหวิดซิ่วกับอสูรรับใช้สุดแกร่งบุกตะลุยโลกเวทมนตร์", + "Vermeil in Gold - Il mago a rischio bocciatura e la calamità più forte si fanno strada nel mondo della magia" + ], + "genres": ["Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Magic", "rank": 93 }, + { "name": "School", "rank": 87 }, + { "name": "Monster Girl", "rank": 85 }, + { "name": "Succubus", "rank": 84 }, + { "name": "Demons", "rank": 82 }, + { "name": "Male Protagonist", "rank": 81 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Age Gap", "rank": 76 }, + { "name": "Nudity", "rank": 68 }, + { "name": "Female Harem", "rank": 63 }, + { "name": "Love Triangle", "rank": 61 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Terrorism", "rank": 56 }, + { "name": "Primarily Teen Cast", "rank": 56 }, + { "name": "Acting", "rank": 20 }, + { "name": "Angels", "rank": 10 }, + { "name": "Tragedy", "rank": 10 } + ], + "title": { + "romaji": "Kinsou no Vermeil: Gakeppuchi Majutsushi wa Saikyou no Yakusai to Mahou Sekai wo Tsuki Susumu", + "english": "Vermeil in Gold", + "native": "金装のヴェルメイユ~崖っぷち魔術師は最強の厄災と魔法世界を突き進む~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1681384509, + "updatedAt": 1695329839, + "score": 76, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146210-ZnIithxFLLHn.jpg" + } + }, + { + "id": 130003, + "idMal": 47917, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "РОК-ТИХОНЯ!", + "บจจิเดอะร็อก!", + "孤獨搖滾!", + "孤独摇滚!", + "외톨이 THE ROCK!", + "봇치 더 록!" + ], + "genres": ["Comedy", "Music", "Slice of Life"], + "tags": [ + { "name": "Band", "rank": 98 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Primarily Teen Cast", "rank": 91 }, + { "name": "Coming of Age", "rank": 87 }, + { "name": "Cute Girls Doing Cute Things", "rank": 85 }, + { "name": "Hikikomori", "rank": 85 }, + { "name": "Rehabilitation", "rank": 85 }, + { "name": "Surreal Comedy", "rank": 80 }, + { "name": "Meta", "rank": 68 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Iyashikei", "rank": 60 }, + { "name": "Work", "rank": 58 }, + { "name": "School", "rank": 55 }, + { "name": "LGBTQ+ Themes", "rank": 53 }, + { "name": "Yuri", "rank": 50 }, + { "name": "Rotoscoping", "rank": 47 }, + { "name": "CGI", "rank": 40 }, + { "name": "Chibi", "rank": 39 } + ], + "title": { + "romaji": "Bocchi the Rock!", + "english": "BOCCHI THE ROCK!", + "native": "ぼっち・ざ・ろっく!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1681384694, + "updatedAt": 1695329655, + "score": 78, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130003-5Y8rYzg982sq.png" + } + }, + { + "id": 113717, + "idMal": 40834, + "status": "FINISHED", + "type": "ANIME", + "episodes": 23, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["King Ranking", "อันดับพระราชา", "تصنيف الملوك"], + "genres": ["Action", "Adventure", "Drama", "Fantasy"], + "tags": [ + { "name": "Disability", "rank": 95 }, + { "name": "Coming of Age", "rank": 92 }, + { "name": "Fairy Tale", "rank": 92 }, + { "name": "Conspiracy", "rank": 88 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Language Barrier", "rank": 82 }, + { "name": "Ensemble Cast", "rank": 82 }, + { "name": "Swordplay", "rank": 71 }, + { "name": "Bullying", "rank": 70 }, + { "name": "War", "rank": 67 }, + { "name": "Magic", "rank": 66 }, + { "name": "Demons", "rank": 62 }, + { "name": "Seinen", "rank": 61 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Gods", "rank": 58 }, + { "name": "Assassins", "rank": 53 }, + { "name": "Travel", "rank": 53 }, + { "name": "Gore", "rank": 48 }, + { "name": "Achronological Order", "rank": 47 }, + { "name": "Tsundere", "rank": 42 }, + { "name": "Age Gap", "rank": 41 }, + { "name": "Amputation", "rank": 34 }, + { "name": "Heterosexual", "rank": 30 }, + { "name": "Kaiju", "rank": 28 } + ], + "title": { + "romaji": "Ousama Ranking", + "english": "Ranking of Kings", + "native": "王様ランキング" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1683260650, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113717-fkqTxEqqga61.jpg" + } + }, + { + "id": 117196, + "idMal": 41589, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": [ + "Adventure", + "Comedy", + "Fantasy", + "Mahou Shoujo", + "Romance", + "Sci-Fi" + ], + "tags": [ + { "name": "Shoujo", "rank": 97 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Urban Fantasy", "rank": 88 }, + { "name": "Aliens", "rank": 83 }, + { "name": "Kemonomimi", "rank": 82 }, + { "name": "Magic", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Henshin", "rank": 78 }, + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Environmental", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 55 }, + { "name": "Kuudere", "rank": 44 }, + { "name": "Maids", "rank": 40 }, + { "name": "Shapeshifting", "rank": 40 }, + { "name": "Animals", "rank": 40 }, + { "name": "Archery", "rank": 20 }, + { "name": "Super Power", "rank": 20 } + ], + "title": { + "romaji": "Tokyo Mew Mew New~♡", + "english": "TOKYO MEW MEW NEW", + "native": "東京ミュウミュウ にゅ~♡" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1684757599, + "updatedAt": 1704231371, + "score": 66, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx117196-PtUScsEWrBED.png" + } + }, + { + "id": 5114, + "idMal": 5114, + "status": "FINISHED", + "type": "ANIME", + "episodes": 64, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "FMA", + "FMAB", + "Hagaren", + "الخيميائي الفولاذي", + "אלכימאי המתכת: אחוות אחים", + "Full Metal Alchemist: Brotherhood", + "钢之炼金术师 FULLMETAL ALCHEMIST", + "แขนกล คนแปรธาตุ: บราเธอร์ฮูด", + "Stalowy alchemik: Misja braci" + ], + "genres": ["Action", "Adventure", "Drama", "Fantasy"], + "tags": [ + { "name": "Alchemy", "rank": 95 }, + { "name": "Conspiracy", "rank": 94 }, + { "name": "Military", "rank": 91 }, + { "name": "Tragedy", "rank": 90 }, + { "name": "War", "rank": 89 }, + { "name": "Shounen", "rank": 87 }, + { "name": "Politics", "rank": 84 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Philosophy", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 78 }, + { "name": "Coming of Age", "rank": 76 }, + { "name": "Necromancy", "rank": 76 }, + { "name": "Fugitive", "rank": 73 }, + { "name": "Super Power", "rank": 73 }, + { "name": "Foreign", "rank": 72 }, + { "name": "Gods", "rank": 72 }, + { "name": "Cyborg", "rank": 71 }, + { "name": "Steampunk", "rank": 71 }, + { "name": "Dissociative Identities", "rank": 68 }, + { "name": "Lost Civilization", "rank": 67 }, + { "name": "Anachronism", "rank": 67 }, + { "name": "Revenge", "rank": 66 }, + { "name": "Disability", "rank": 65 }, + { "name": "Chimera", "rank": 64 }, + { "name": "Primarily Male Cast", "rank": 61 }, + { "name": "Religion", "rank": 61 }, + { "name": "Travel", "rank": 60 }, + { "name": "Gore", "rank": 58 }, + { "name": "Body Horror", "rank": 57 }, + { "name": "Kuudere", "rank": 56 }, + { "name": "Slapstick", "rank": 56 }, + { "name": "Demons", "rank": 56 }, + { "name": "Anti-Hero", "rank": 54 }, + { "name": "Trains", "rank": 53 }, + { "name": "Adoption", "rank": 51 }, + { "name": "Guns", "rank": 50 }, + { "name": "Chibi", "rank": 50 }, + { "name": "Cannibalism", "rank": 49 }, + { "name": "Swordplay", "rank": 48 }, + { "name": "Tomboy", "rank": 48 }, + { "name": "Tanned Skin", "rank": 40 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Heterosexual", "rank": 37 }, + { "name": "Vore", "rank": 36 }, + { "name": "Tsundere", "rank": 26 }, + { "name": "Desert", "rank": 26 }, + { "name": "Shapeshifting", "rank": 20 } + ], + "title": { + "romaji": "Hagane no Renkinjutsushi: FULLMETAL ALCHEMIST", + "english": "Fullmetal Alchemist: Brotherhood", + "native": "鋼の錬金術師 FULLMETAL ALCHEMIST" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": null, + "status": "REPEATING", + "repeat": 0, + "createdAt": 1681384645, + "updatedAt": 1696266150, + "score": 87, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5114-KJTQz9AIm6Wk.jpg" + } + }, + { + "id": 66, + "idMal": 66, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Surreal Comedy", "rank": 89 }, + { "name": "Slapstick", "rank": 86 }, + { "name": "Cute Girls Doing Cute Things", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 80 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Coming of Age", "rank": 78 }, + { "name": "Primarily Teen Cast", "rank": 76 }, + { "name": "Female Protagonist", "rank": 72 }, + { "name": "Teacher", "rank": 60 }, + { "name": "Tomboy", "rank": 58 }, + { "name": "Kuudere", "rank": 48 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Basketball", "rank": 20 } + ], + "title": { + "romaji": "Azumanga Daiou THE ANIMATION", + "english": "Azumanga Daioh", + "native": "あずまんが大王 THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1682881789, + "updatedAt": 1695279027, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx66-1LTNhVTnttZv.png" + } + }, + { + "id": 132203, + "idMal": 48755, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 17, + "synonyms": [ + "Imaizumi Brings All The Gyarus To His House", + "Imaizumi's house is a place for gals to gather" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Nudity", "rank": 96 }, + { "name": "Group Sex", "rank": 90 }, + { "name": "Female Harem", "rank": 88 }, + { "name": "Gyaru", "rank": 88 }, + { "name": "Large Breasts", "rank": 83 }, + { "name": "Hypersexuality", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Nakadashi", "rank": 75 }, + { "name": "Threesome", "rank": 70 }, + { "name": "Femdom", "rank": 68 }, + { "name": "Fellatio", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 65 }, + { "name": "Boobjob", "rank": 51 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Rimjob", "rank": 28 }, + { "name": "Cunnilingus", "rank": 26 }, + { "name": "Facial", "rank": 20 }, + { "name": "Public Sex", "rank": 20 } + ], + "title": { + "romaji": "Imaizumin-chi wa Douyara Gal no Tamariba ni Natteru Rashii", + "english": null, + "native": "今泉ん家はどうやらギャルの溜まり場になってるらしい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685238112, + "updatedAt": 1695109143, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx132203-s7yzfJv6d48L.jpg" + } + }, + { + "id": 136459, + "idMal": 52104, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "OVA", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Succubus", "rank": 100 }, + { "name": "Flat Chest", "rank": 96 }, + { "name": "Femdom", "rank": 90 }, + { "name": "Threesome", "rank": 79 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Demons", "rank": 75 }, + { "name": "Feet", "rank": 70 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "Magic", "rank": 60 }, + { "name": "Bondage", "rank": 40 }, + { "name": "Kuudere", "rank": 30 } + ], + "title": { + "romaji": "Boku wa Chiisana Succubus no Shimobe", + "english": null, + "native": "僕は小さな淫魔のしもべ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689313211, + "updatedAt": 1695329504, + "score": 71, + "startedAt": { "year": 2023 }, + "completedAt": { "year": 2023 } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx136459-vDiB4uKElocO.jpg" + } + }, + { + "id": 12729, + "idMal": 12729, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 23, + "synonyms": [ + "High School DxD Episodes 13, 14 and 15", + "Highschool DxD OVA" + ], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 86 }, + { "name": "Demons", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Harem", "rank": 63 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "School", "rank": 55 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Monster Girl", "rank": 20 } + ], + "title": { + "romaji": "High School DxD OVA", + "english": null, + "native": "ハイスクールD×D OVA" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690587818, + "updatedAt": 1695109143, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/12729.jpg" + } + }, + { + "id": 109261, + "idMal": 39783, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "5-toubun no Hanayome ∬", + "Go-toubun no Hanayome 2nd Season", + "The Five Wedded Brides 2nd Season", + "五等分的新娘∬", + "เจ้าสาวผมเป็นแฝดห้า ภาค 2" + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Twins", "rank": 97 }, + { "name": "Female Harem", "rank": 94 }, + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Ensemble Cast", "rank": 90 }, + { "name": "School", "rank": 83 }, + { "name": "Teacher", "rank": 81 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Shounen", "rank": 76 }, + { "name": "Tsundere", "rank": 76 }, + { "name": "Kuudere", "rank": 72 }, + { "name": "Primarily Teen Cast", "rank": 53 }, + { "name": "Work", "rank": 47 }, + { "name": "Ojou-sama", "rank": 40 }, + { "name": "Yandere", "rank": 32 }, + { "name": "School Club", "rank": 25 }, + { "name": "Nudity", "rank": 24 } + ], + "title": { + "romaji": "Go-toubun no Hanayome ∬", + "english": "The Quintessential Quintuplets 2", + "native": "五等分の花嫁∬" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693180309, + "updatedAt": 1695109143, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx109261-65rKxMDlcU9r.png" + } + }, + { + "id": 21748, + "idMal": 35842, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["FLCL 3", "Furi Kuri Alternative", "Fooly Cooly Alternative"], + "genres": ["Action", "Comedy", "Mecha", "Sci-Fi"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 78 }, + { "name": "Female Protagonist", "rank": 77 }, + { "name": "Aliens", "rank": 76 }, + { "name": "Coming of Age", "rank": 76 }, + { "name": "Surreal Comedy", "rank": 65 }, + { "name": "School", "rank": 57 }, + { "name": "Robots", "rank": 52 }, + { "name": "CGI", "rank": 33 }, + { "name": "Primarily Teen Cast", "rank": 30 }, + { "name": "Super Power", "rank": 30 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Food", "rank": 20 }, + { "name": "Parody", "rank": 10 } + ], + "title": { + "romaji": "FLCL Alternative", + "english": "FLCL Alternative", + "native": "フリクリ オルタナ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694309468, + "updatedAt": 1695109143, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21748-ZOusM9wb6Pln.png" + } + }, + { + "id": 139310, + "idMal": 49834, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 102, + "synonyms": ["Nhắn gửi tất cả các em, những người tôi đã yêu", "BokuAi"], + "genres": ["Romance", "Sci-Fi"], + "tags": [ + { "name": "Alternate Universe", "rank": 84 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Family Life", "rank": 79 }, + { "name": "Philosophy", "rank": 60 }, + { "name": "Time Skip", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Time Manipulation", "rank": 20 } + ], + "title": { + "romaji": "Boku ga Aishita Subete no Kimi e", + "english": "To Every You I’ve Loved Before", + "native": "僕が愛したすべての君へ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385706, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139310-OM1RKpk5YH7g.jpg" + } + }, + { + "id": 10408, + "idMal": 10408, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 45, + "synonyms": [ + "To the Forest of Firefly Lights", + "สู่ป่าแห่งแสงหิ่งห้อย", + "Lạc Vào Khu Rừng Đom Đóm" + ], + "genres": ["Drama", "Fantasy", "Romance", "Supernatural"], + "tags": [ + { "name": "Coming of Age", "rank": 88 }, + { "name": "Youkai", "rank": 85 }, + { "name": "Tragedy", "rank": 82 }, + { "name": "Rural", "rank": 80 }, + { "name": "Ghost", "rank": 80 }, + { "name": "Female Protagonist", "rank": 74 }, + { "name": "Shoujo", "rank": 73 }, + { "name": "Iyashikei", "rank": 65 }, + { "name": "Time Skip", "rank": 61 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Heterosexual", "rank": 54 } + ], + "title": { + "romaji": "Hotarubi no Mori e", + "english": "Into the Forest of Fireflies' Light", + "native": "蛍火の杜へ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385783, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10408-PlKJ6DAyvMk2.png" + } + }, + { + "id": 127911, + "idMal": 45613, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "คุณชิกิโมริไม่ได้น่ารักแค่อย่างเดียวนะ", + "Shikimori n'est pas juste mignonne", + "Shikimori Không Chỉ Dễ Thương Thôi Đâu", + "SHIKIMORI Tidak Hanya Manis", + "Моя девушка не просто милашка" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Primarily Teen Cast", "rank": 96 }, + { "name": "Heterosexual", "rank": 93 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Iyashikei", "rank": 83 }, + { "name": "School", "rank": 76 }, + { "name": "Episodic", "rank": 71 }, + { "name": "Athletics", "rank": 70 }, + { "name": "Tomboy", "rank": 68 }, + { "name": "Coming of Age", "rank": 67 }, + { "name": "Kuudere", "rank": 63 }, + { "name": "Tsundere", "rank": 52 }, + { "name": "Shounen", "rank": 47 }, + { "name": "Basketball", "rank": 44 }, + { "name": "Meta", "rank": 40 }, + { "name": "Gender Bending", "rank": 40 }, + { "name": "Love Triangle", "rank": 38 }, + { "name": "Martial Arts", "rank": 32 } + ], + "title": { + "romaji": "Kawaii dake ja Nai Shikimori-san", + "english": "Shikimori's Not Just a Cutie", + "native": "可愛いだけじゃない式守さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385798, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127911-cQVL0dhldFwn.jpg" + } + }, + { + "id": 21519, + "idMal": 32281, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 107, + "synonyms": [ + "Your Name. - Gestern, heute und für immer ", + "Mi a Neved? ", + "你的名字。", + "너의 이름은.", + "Tu nombre", + "Твоё имя", + "หลับตาฝันถึงชื่อเธอ", + "Il tuo nome", + "השם שלך." + ], + "genres": ["Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Body Swapping", "rank": 95 }, + { "name": "Time Manipulation", "rank": 92 }, + { "name": "Urban Fantasy", "rank": 84 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Coming of Age", "rank": 80 }, + { "name": "Memory Manipulation", "rank": 79 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Urban", "rank": 70 }, + { "name": "Tragedy", "rank": 69 }, + { "name": "Rural", "rank": 68 }, + { "name": "Gender Bending", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 67 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Time Skip", "rank": 66 }, + { "name": "Alternate Universe", "rank": 54 }, + { "name": "Trains", "rank": 52 }, + { "name": "School", "rank": 44 }, + { "name": "Shrine Maiden", "rank": 44 } + ], + "title": { + "romaji": "Kimi no Na wa.", + "english": "Your Name.", + "native": "君の名は。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385809, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21519-XIr3PeczUjjF.png" + } + }, + { + "id": 99750, + "idMal": 36098, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 108, + "synonyms": [ + "Quiero Comerme tu Páncreas", + "Voglio mangiare il tuo pancreas", + "Je veux manger ton pancréas", + "Vull menjar-me el teu pàncrees", + "Kimisui", + "Eu Quero Comer Seu Pâncreas", + "Хочу съесть твою поджелудочную железу", + "ตับอ่อนเธอนั้นขอฉันเถอะนะ" + ], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Tragedy", "rank": 97 }, + { "name": "Coming of Age", "rank": 89 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Achronological Order", "rank": 79 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Rehabilitation", "rank": 70 }, + { "name": "Classic Literature", "rank": 68 }, + { "name": "School", "rank": 55 } + ], + "title": { + "romaji": "Kimi no Suizou wo Tabetai", + "english": "I Want to Eat Your Pancreas", + "native": "君の膵臓をたべたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385823, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99750-NHafozHS8zRp.jpg" + } + }, + { + "id": 20954, + "idMal": 28851, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 130, + "synonyms": [ + "The Shape of Voice", + "A Voz do Silêncio", + "A Forma da Voz", + "La Forma della Voce", + "צורתו של קול", + "声之形", + "الحزن الصامت", + "Una voz silenciosa", + "La Forme de la voix", + "Форма голоса", + "Форма голосу", + "Tylus balsas", + "Balss forma", + "Дауыс пішіні", + "Sakit səs", + "รักไร้เสียง" + ], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Disability", "rank": 95 }, + { "name": "Bullying", "rank": 94 }, + { "name": "Rehabilitation", "rank": 93 }, + { "name": "Language Barrier", "rank": 91 }, + { "name": "Coming of Age", "rank": 86 }, + { "name": "Suicide", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 77 }, + { "name": "Tragedy", "rank": 76 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "School", "rank": 72 }, + { "name": "Time Skip", "rank": 72 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Urban", "rank": 45 }, + { "name": "Shounen", "rank": 45 } + ], + "title": { + "romaji": "Koe no Katachi", + "english": "A Silent Voice", + "native": "聲の形" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385833, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20954-UMb6Kl7ZL8Ke.jpg" + } + }, + { + "id": 132010, + "idMal": 48643, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["รักเรานั้นไว้หลังครองโลก", "รักหลังครองโลก", "Koiseka"], + "genres": ["Action", "Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Tokusatsu", "rank": 94 }, + { "name": "Parody", "rank": 92 }, + { "name": "Heterosexual", "rank": 90 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Superhero", "rank": 86 }, + { "name": "Villainess", "rank": 85 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Henshin", "rank": 75 }, + { "name": "Urban Fantasy", "rank": 63 }, + { "name": "Primarily Teen Cast", "rank": 62 }, + { "name": "Gyaru", "rank": 60 }, + { "name": "Shounen", "rank": 46 }, + { "name": "Love Triangle", "rank": 44 }, + { "name": "School", "rank": 43 } + ], + "title": { + "romaji": "Koi wa Sekai Seifuku no Ato de", + "english": "Love After World Domination", + "native": "恋は世界征服のあとで" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385843, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx132010-s0o3Rg0XvDXl.jpg" + } + }, + { + "id": 21701, + "idMal": 32949, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Desejos Proibidos", "El deseo de la escoria"], + "genres": ["Drama", "Ecchi", "Psychological", "Romance"], + "tags": [ + { "name": "Love Triangle", "rank": 96 }, + { "name": "Netorare", "rank": 90 }, + { "name": "Coming of Age", "rank": 83 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Female Protagonist", "rank": 77 }, + { "name": "Bisexual", "rank": 77 }, + { "name": "School", "rank": 75 }, + { "name": "Age Gap", "rank": 75 }, + { "name": "LGBTQ+ Themes", "rank": 73 }, + { "name": "Tragedy", "rank": 69 }, + { "name": "Philosophy", "rank": 67 }, + { "name": "Nudity", "rank": 64 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 52 }, + { "name": "Male Protagonist", "rank": 45 }, + { "name": "Satire", "rank": 30 } + ], + "title": { + "romaji": "Kuzu no Honkai", + "english": "Scum's Wish", + "native": "クズの本懐" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385854, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21701-MHK32AXcplLw.jpg" + } + }, + { + "id": 143270, + "idMal": 50709, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ไลโคริส รีคอยล์", "LycoReco", "Ликорис Рекойл"], + "genres": ["Action", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 94 }, + { "name": "Primarily Female Cast", "rank": 94 }, + { "name": "Crime", "rank": 92 }, + { "name": "Guns", "rank": 89 }, + { "name": "Assassins", "rank": 89 }, + { "name": "Terrorism", "rank": 88 }, + { "name": "Conspiracy", "rank": 85 }, + { "name": "Urban", "rank": 81 }, + { "name": "Work", "rank": 77 }, + { "name": "Kuudere", "rank": 77 }, + { "name": "Cute Girls Doing Cute Things", "rank": 75 }, + { "name": "Espionage", "rank": 72 }, + { "name": "Adoption", "rank": 65 }, + { "name": "Police", "rank": 60 }, + { "name": "LGBTQ+ Themes", "rank": 58 }, + { "name": "Dystopian", "rank": 57 }, + { "name": "Boys' Love", "rank": 54 }, + { "name": "Yuri", "rank": 52 }, + { "name": "Bar", "rank": 40 }, + { "name": "Chibi", "rank": 20 }, + { "name": "CGI", "rank": 20 } + ], + "title": { + "romaji": "Lycoris Recoil", + "english": "Lycoris Recoil", + "native": "リコリス・リコイル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385873, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx143270-iZOJX2DMUFMC.jpg" + } + }, + { + "id": 877, + "idMal": 877, + "status": "FINISHED", + "type": "ANIME", + "episodes": 47, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Drama", "Music", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 97 }, + { "name": "Primarily Adult Cast", "rank": 90 }, + { "name": "Band", "rank": 88 }, + { "name": "Coming of Age", "rank": 88 }, + { "name": "Tragedy", "rank": 83 }, + { "name": "Love Triangle", "rank": 81 }, + { "name": "Shoujo", "rank": 76 }, + { "name": "Netorare", "rank": 73 }, + { "name": "LGBTQ+ Themes", "rank": 65 }, + { "name": "Heterosexual", "rank": 63 }, + { "name": "College", "rank": 60 }, + { "name": "Kuudere", "rank": 58 }, + { "name": "Fashion", "rank": 53 }, + { "name": "Ensemble Cast", "rank": 50 }, + { "name": "Age Gap", "rank": 48 }, + { "name": "Mahjong", "rank": 26 }, + { "name": "Gyaru", "rank": 22 }, + { "name": "Noir", "rank": 10 } + ], + "title": { "romaji": "NANA", "english": "NANA", "native": "NANA-ナナ-" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385907, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx877-rgaDbTMM9R59.png" + } + }, + { + "id": 143338, + "idMal": 50739, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "ขาดคุณนางฟ้าข้างห้องไป ผมคงมีชีวิตต่อไปไม่ได้อีกแล้ว", + "Meu Anjo de Vizinha Me Mima Demais", + "Chouchouté par l’ange d’à côté", + "Ангел по соседству меня балует", + "關於我在無意間被隔壁的天使變成廢柴這件事" + ], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 93 }, + { "name": "Iyashikei", "rank": 92 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Primarily Teen Cast", "rank": 84 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Food", "rank": 67 }, + { "name": "Kuudere", "rank": 67 }, + { "name": "School", "rank": 63 } + ], + "title": { + "romaji": "Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken", + "english": "The Angel Next Door Spoils Me Rotten", + "native": "お隣の天使様にいつの間にか駄目人間にされていた件" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385931, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx143338-zhyDVYgEzsm5.png" + } + }, + { + "id": 127271, + "idMal": 44807, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 122, + "synonyms": [ + "The Dragon and Freckled Princess", + "BELLE เจ้าหญิงแห่งเสียงเพลง", + "Красавица и дракон", + "Μπελ: Ο Δράκος και Η Πριγκίπισσα", + "龙与雀斑公主", + "Дракон та веснянкувата принцеса", + "Belle: The Dragon and the Freckled Princess", + "Skaistule un briesmonis", + "Сұлу қыз бен айдаһар", + "Gözəl və əjdaha" + ], + "genres": ["Drama", "Music", "Mystery", "Sci-Fi"], + "tags": [ + { "name": "Virtual World", "rank": 95 }, + { "name": "Primarily Teen Cast", "rank": 93 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Artificial Intelligence", "rank": 87 }, + { "name": "Coming of Age", "rank": 80 }, + { "name": "Augmented Reality", "rank": 80 }, + { "name": "CGI", "rank": 77 }, + { "name": "Tragedy", "rank": 76 }, + { "name": "Fairy Tale", "rank": 76 }, + { "name": "Idol", "rank": 74 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "School", "rank": 58 }, + { "name": "Fugitive", "rank": 46 }, + { "name": "Anthropomorphism", "rank": 46 }, + { "name": "Dragons", "rank": 40 }, + { "name": "Isekai", "rank": 40 }, + { "name": "Cyberpunk", "rank": 36 } + ], + "title": { + "romaji": "Ryuu to Sobakasu no Hime", + "english": "BELLE", + "native": "竜とそばかすの姫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385942, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127271-juJIu4WFTM8q.png" + } + }, + { + "id": 142770, + "idMal": 50594, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 121, + "synonyms": [ + "铃芽之旅", + "Khóa Chặt Cửa Nào Suzume", + "การผนึกประตูของซุซุเมะ", + "Судзуме зачиняє двері", + "Судзумэ" + ], + "genres": ["Adventure", "Fantasy", "Mystery", "Supernatural"], + "tags": [ + { "name": "Urban Fantasy", "rank": 99 }, + { "name": "Female Protagonist", "rank": 94 }, + { "name": "Travel", "rank": 93 }, + { "name": "Coming of Age", "rank": 83 }, + { "name": "Shapeshifting", "rank": 80 }, + { "name": "Magic", "rank": 80 }, + { "name": "Orphan", "rank": 80 }, + { "name": "Family Life", "rank": 72 }, + { "name": "Environmental", "rank": 71 }, + { "name": "Found Family", "rank": 67 }, + { "name": "Gods", "rank": 66 }, + { "name": "Age Gap", "rank": 64 }, + { "name": "Kaiju", "rank": 64 }, + { "name": "Time Manipulation", "rank": 61 }, + { "name": "Animals", "rank": 61 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Tragedy", "rank": 58 } + ], + "title": { + "romaji": "Suzume no Tojimari", + "english": "Suzume", + "native": "すずめの戸締まり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385959, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx142770-sG9FZa5JxlmE.jpg" + } + }, + { + "id": 106286, + "idMal": 38826, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 115, + "synonyms": [ + "El Tiempo Contigo", + "Weathering With You - Das Mädchen, das die Sonne berührte", + "Les enfants du temps", + "O Tempo Com Você", + "天气之子", + "La ragazza del tempo", + "Дитя погоды" + ], + "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Urban Fantasy", "rank": 94 }, + { "name": "Environmental", "rank": 87 }, + { "name": "Fugitive", "rank": 80 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Urban", "rank": 79 }, + { "name": "Family Life", "rank": 72 }, + { "name": "Heterosexual", "rank": 71 }, + { "name": "Orphan", "rank": 70 }, + { "name": "Work", "rank": 64 }, + { "name": "Gods", "rank": 60 }, + { "name": "Magic", "rank": 57 }, + { "name": "Guns", "rank": 53 }, + { "name": "Time Skip", "rank": 39 }, + { "name": "Crossdressing", "rank": 20 } + ], + "title": { + "romaji": "Tenki no Ko", + "english": "Weathering With You", + "native": "天気の子" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385968, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx106286-5COcpd0J9VbL.png" + } + }, + { + "id": 162804, + "idMal": 54744, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Alya Sometimes Hides Her Feelings in Russian", + "Roshidere", + "ロシデレ", + "คุณอาเรียโต๊ะข้างๆพูดรัสเซียหวานใส่ซะหัวใจจะวาย " + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 86 }, + { "name": "School", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Language Barrier", "rank": 75 }, + { "name": "Tsundere", "rank": 75 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Female Protagonist", "rank": 53 }, + { "name": "Primarily Female Cast", "rank": 40 }, + { "name": "Love Triangle", "rank": 30 }, + { "name": "Shoujo", "rank": 10 } + ], + "title": { + "romaji": "Tokidoki Bosotto Russiago de Dereru Tonari no Alya-san", + "english": null, + "native": "時々ボソッとロシア語でデレる隣のアーリャさん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385981, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162804-nlRE2f9miC7a.jpg" + } + }, + { + "id": 14813, + "idMal": 14813, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Oregairu", + "My youth romantic comedy is wrong as I expected.", + "俺ガイル", + "我的青春恋爱物语果然有问题", + "กะแล้วชีวิตรักวัยรุ่นของผมมันต้องไม่สดใสเลยสักนิด" + ], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 95 }, + { "name": "School Club", "rank": 95 }, + { "name": "Primarily Teen Cast", "rank": 93 }, + { "name": "Male Protagonist", "rank": 92 }, + { "name": "Anti-Hero", "rank": 87 }, + { "name": "Philosophy", "rank": 87 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Love Triangle", "rank": 76 }, + { "name": "Kuudere", "rank": 71 }, + { "name": "Hikikomori", "rank": 69 }, + { "name": "Satire", "rank": 68 }, + { "name": "Femboy", "rank": 68 }, + { "name": "Meta", "rank": 67 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Bullying", "rank": 59 }, + { "name": "Female Harem", "rank": 55 }, + { "name": "Episodic", "rank": 51 }, + { "name": "Chuunibyou", "rank": 47 }, + { "name": "Bisexual", "rank": 47 }, + { "name": "Tennis", "rank": 40 } + ], + "title": { + "romaji": "Yahari Ore no Seishun Love Come wa Machigatteiru.", + "english": "My Teen Romantic Comedy SNAFU", + "native": "やはり俺の青春ラブコメはまちがっている。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681385997, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx14813-BC8aanHK9fju.jpg" + } + }, + { + "id": 146346, + "idMal": 51265, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 12, + "synonyms": [ + "La mia padroncina Inukai", + "Hidupku Sebagai Anjing Inukai-san.", + "เกิดใหม่เป็นหมาของสาวที่แอบชอบ", + "Inuhiro", + "La mia padroncina Inukai - Una volta diventato un cane, sono stato adottato dalla persona di cui sono innamorato" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Feet", "rank": 94 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "POV", "rank": 90 }, + { "name": "Nudity", "rank": 90 }, + { "name": "Human Pet", "rank": 90 }, + { "name": "Animals", "rank": 87 }, + { "name": "Masturbation", "rank": 79 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Primarily Teen Cast", "rank": 76 }, + { "name": "Reincarnation", "rank": 75 }, + { "name": "Female Harem", "rank": 71 }, + { "name": "School Club", "rank": 66 }, + { "name": "Yandere", "rank": 65 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Achronological Order", "rank": 53 }, + { "name": "Urban", "rank": 40 }, + { "name": "School", "rank": 33 } + ], + "title": { + "romaji": "Inu ni Nattara Suki na Hito ni Hirowareta.", + "english": "My Life as Inukai-san’s Dog", + "native": "犬になったら好きな人に拾われた。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681716397, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146346-SxMOcEIxWix7.png" + } + }, + { + "id": 400, + "idMal": 400, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Future Hero Next Generation Outlaw Star"], + "genres": ["Action", "Adventure", "Comedy", "Sci-Fi"], + "tags": [ + { "name": "Space", "rank": 100 }, + { "name": "Artificial Intelligence", "rank": 70 }, + { "name": "Primarily Adult Cast", "rank": 70 }, + { "name": "Male Protagonist", "rank": 67 }, + { "name": "Seinen", "rank": 65 }, + { "name": "Pirates", "rank": 63 }, + { "name": "Aliens", "rank": 60 }, + { "name": "Assassins", "rank": 60 }, + { "name": "Guns", "rank": 60 }, + { "name": "Lost Civilization", "rank": 60 }, + { "name": "Nekomimi", "rank": 60 }, + { "name": "Magic", "rank": 45 }, + { "name": "Space Opera", "rank": 44 }, + { "name": "Tomboy", "rank": 44 }, + { "name": "Nudity", "rank": 40 } + ], + "title": { + "romaji": "Seihou Bukyou Outlaw Star", + "english": "Outlaw Star", + "native": "星方武侠アウトロースター" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682055424, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 1998 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx400-CJ2duQT3dCX1.png" + } + }, + { + "id": 210, + "idMal": 210, + "status": "FINISHED", + "type": "ANIME", + "episodes": 18, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ينبوع الأحلام", "รันม่า1/2 ไอ้หนุ่มกังฟู "], + "genres": ["Action", "Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Gender Bending", "rank": 98 }, + { "name": "Family Life", "rank": 90 }, + { "name": "Martial Arts", "rank": 88 }, + { "name": "Slapstick", "rank": 82 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Tsundere", "rank": 78 }, + { "name": "Nudity", "rank": 74 }, + { "name": "Episodic", "rank": 73 }, + { "name": "Shounen", "rank": 72 }, + { "name": "Female Harem", "rank": 71 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Male Harem", "rank": 55 }, + { "name": "Animals", "rank": 48 }, + { "name": "Cultivation", "rank": 40 }, + { "name": "Mixed Gender Harem", "rank": 40 }, + { "name": "Ojou-sama", "rank": 30 } + ], + "title": { + "romaji": "Ranma 1/2", + "english": "Ranma ½", + "native": "らんま1/2" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682055433, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1989 }, + "endDate": { "year": 1989 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx210-qgahLDYT0t9b.png" + } + }, + { + "id": 9041, + "idMal": 9041, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["IS ปฏิบัติการรักจักรกลทะยานฟ้า"], + "genres": ["Action", "Comedy", "Ecchi", "Mecha", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Female Harem", "rank": 96 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Nudity", "rank": 77 }, + { "name": "Robots", "rank": 76 }, + { "name": "Real Robot", "rank": 76 }, + { "name": "Tsundere", "rank": 72 }, + { "name": "Primarily Female Cast", "rank": 71 }, + { "name": "Heterosexual", "rank": 64 }, + { "name": "Henshin", "rank": 50 }, + { "name": "Kuudere", "rank": 45 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Aviation", "rank": 33 }, + { "name": "School Club", "rank": 20 }, + { "name": "CGI", "rank": 13 }, + { "name": "Artificial Intelligence", "rank": 10 } + ], + "title": { + "romaji": "IS: Infinite Stratos", + "english": "Infinite Stratos", + "native": "IS〈インフィニット・ストラトス〉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682061235, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9041-nyIdVMM8q27K.jpg" + } + }, + { + "id": 18671, + "idMal": 18671, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Chuunibyou demo Koi ga Shitai! 2", + " Miłość, gimbaza i kosmiczna faza: Porywy serca" + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Chuunibyou", "rank": 99 }, + { "name": "School", "rank": 90 }, + { "name": "Coming of Age", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Slapstick", "rank": 75 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "School Club", "rank": 68 }, + { "name": "Tragedy", "rank": 66 }, + { "name": "Cute Girls Doing Cute Things", "rank": 52 }, + { "name": "Crossdressing", "rank": 13 } + ], + "title": { + "romaji": "Chuunibyou demo Koi ga Shitai! Ren", + "english": "Love, Chunibyo & Other Delusions - Heart Throb -", + "native": "中二病でも恋がしたい!戀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682061270, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx18671-RVIY9TGd737H.jpg" + } + }, + { + "id": 10087, + "idMal": 10087, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["フェイト/ゼロ", "F/Z", "القدر/زيرو", "פייט/זירו"], + "genres": ["Action", "Drama", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Battle Royale", "rank": 94 }, + { "name": "Magic", "rank": 93 }, + { "name": "Mythology", "rank": 89 }, + { "name": "Ensemble Cast", "rank": 87 }, + { "name": "Tragedy", "rank": 87 }, + { "name": "Anti-Hero", "rank": 85 }, + { "name": "Primarily Adult Cast", "rank": 83 }, + { "name": "Urban Fantasy", "rank": 82 }, + { "name": "Death Game", "rank": 80 }, + { "name": "Philosophy", "rank": 77 }, + { "name": "Gore", "rank": 70 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Spearplay", "rank": 60 }, + { "name": "War", "rank": 53 }, + { "name": "Espionage", "rank": 50 }, + { "name": "CGI", "rank": 49 } + ], + "title": { + "romaji": "Fate/Zero", + "english": "Fate/Zero", + "native": "Fate/Zero" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682237694, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10087-el5Bo1VMZwsU.png" + } + }, + { + "id": 756, + "idMal": 756, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "ONA", + "duration": 21, + "synonyms": ["スクールデイズ", "School Days ONA"], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 100 }, + { "name": "Love Triangle", "rank": 66 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "School Days", + "english": null, + "native": "School Days" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682404153, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx756-XAbKbFaUTDiA.jpg" + } + }, + { + "id": 6045, + "idMal": 6045, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Reaching You", "Arrivare a te", "Llegando a ti"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 97 }, + { "name": "Coming of Age", "rank": 93 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "School", "rank": 88 }, + { "name": "Primarily Teen Cast", "rank": 84 }, + { "name": "Kuudere", "rank": 82 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Love Triangle", "rank": 64 }, + { "name": "Bullying", "rank": 64 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Chibi", "rank": 58 }, + { "name": "Gyaru", "rank": 51 }, + { "name": "Football", "rank": 20 }, + { "name": "Baseball", "rank": 20 } + ], + "title": { + "romaji": "Kimi ni Todoke", + "english": "Kimi ni Todoke: From Me to You", + "native": "君に届け" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682423135, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6045-txJOukR5Qve4.jpg" + } + }, + { + "id": 10491, + "idMal": 10491, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": ["When They Cry Kira"], + "genres": [ + "Comedy", + "Ecchi", + "Mahou Shoujo", + "Mystery", + "Romance", + "Supernatural" + ], + "tags": [ + { "name": "Parody", "rank": 92 }, + { "name": "Cute Girls Doing Cute Things", "rank": 91 }, + { "name": "Time Manipulation", "rank": 84 }, + { "name": "Henshin", "rank": 77 }, + { "name": "Female Harem", "rank": 75 }, + { "name": "Love Triangle", "rank": 73 }, + { "name": "Rural", "rank": 70 }, + { "name": "Twins", "rank": 70 }, + { "name": "Primarily Female Cast", "rank": 70 }, + { "name": "Gods", "rank": 65 }, + { "name": "Denpa", "rank": 62 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Urban Fantasy", "rank": 57 } + ], + "title": { + "romaji": "Higurashi no Naku Koro ni Kira", + "english": null, + "native": "ひぐらしのなく頃に煌" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682424923, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10491-v4eyoGFyXQR8.jpg" + } + }, + { + "id": 113417, + "idMal": 40746, + "status": "FINISHED", + "type": "ANIME", + "episodes": 8, + "chapters": null, + "format": "ONA", + "duration": 7, + "synonyms": [ + "오버플로우", + "Overflow: Desbordándose", + "Overflow: Transbordando" + ], + "genres": ["Comedy", "Hentai", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 100 }, + { "name": "Nudity", "rank": 95 }, + { "name": "Inseki", "rank": 92 }, + { "name": "Large Breasts", "rank": 91 }, + { "name": "Female Harem", "rank": 81 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Defloration", "rank": 79 }, + { "name": "Incest", "rank": 70 }, + { "name": "Nakadashi", "rank": 68 }, + { "name": "Tsundere", "rank": 66 }, + { "name": "Fellatio", "rank": 65 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "School", "rank": 45 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Handjob", "rank": 20 } + ], + "title": { + "romaji": "Overflow", + "english": null, + "native": "おーばーふろぉ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682490592, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113417-RWCggJU8uvec.png" + } + }, + { + "id": 2105, + "idMal": 2105, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Toka Gettan", "The Moonlight Lady returns"], + "genres": ["Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Achronological Order", "rank": 75 }, + { "name": "Gender Bending", "rank": 66 }, + { "name": "LGBTQ+ Themes", "rank": 20 } + ], + "title": { + "romaji": "Touka Gettan", + "english": "Toka Gettan, The Moonlight Lady Returns", + "native": "桃華月憚" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682512558, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2105.jpg" + } + }, + { + "id": 108941, + "idMal": 38835, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 3, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Chibi", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 96 }, + { "name": "Kemonomimi", "rank": 95 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "Athletics", "rank": 79 }, + { "name": "Idol", "rank": 56 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Detective", "rank": 20 } + ], + "title": { "romaji": "Umayon", "english": "UMAYON", "native": "うまよん" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682512595, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx108941-QDNpgawkxytg.png" + } + }, + { + "id": 20646, + "idMal": 25159, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "InoBato", + "Inou-Battle in the Usually Daze.", + "Inou Battle Within Everyday Life", + "พลังป่วนก๊วนเหนือธรรมชาติ" + ], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Chuunibyou", "rank": 91 }, + { "name": "School Club", "rank": 90 }, + { "name": "Super Power", "rank": 86 }, + { "name": "School", "rank": 84 }, + { "name": "Female Harem", "rank": 84 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Meta", "rank": 53 }, + { "name": "Kuudere", "rank": 33 }, + { "name": "Writing", "rank": 30 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Inou-Battle wa Nichijou-kei no Naka de", + "english": "When Supernatural Battles Became Commonplace", + "native": "異能バトルは日常系のなかで" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682566028, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20646-LgR1T1MSR493.jpg" + } + }, + { + "id": 9260, + "idMal": 9260, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 64, + "synonyms": ["Wound Tale 1: Iron Blood"], + "genres": [ + "Action", + "Drama", + "Ecchi", + "Mystery", + "Psychological", + "Supernatural" + ], + "tags": [ + { "name": "Vampire", "rank": 96 }, + { "name": "Urban Fantasy", "rank": 88 }, + { "name": "Rotoscoping", "rank": 86 }, + { "name": "Suicide", "rank": 79 }, + { "name": "Urban", "rank": 74 }, + { "name": "Body Horror", "rank": 73 }, + { "name": "Male Protagonist", "rank": 71 }, + { "name": "Gore", "rank": 71 }, + { "name": "Coming of Age", "rank": 65 }, + { "name": "Age Regression", "rank": 62 }, + { "name": "CGI", "rank": 56 }, + { "name": "Nudity", "rank": 30 }, + { "name": "Yandere", "rank": 30 } + ], + "title": { + "romaji": "Kizumonogatari I: Tekketsu-hen", + "english": "Kizumonogatari Part 1: Tekketsu", + "native": "傷物語〈Ⅰ鉄血篇〉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682580403, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9260-tbZARfVq8JoX.png" + } + }, + { + "id": 11887, + "idMal": 11887, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Kokoroco"], + "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "School", "rank": 90 }, + { "name": "Body Swapping", "rank": 85 }, + { "name": "Coming of Age", "rank": 85 }, + { "name": "School Club", "rank": 81 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 76 }, + { "name": "Age Regression", "rank": 75 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Primarily Female Cast", "rank": 72 }, + { "name": "Heterosexual", "rank": 65 }, + { "name": "Gender Bending", "rank": 61 }, + { "name": "Philosophy", "rank": 52 }, + { "name": "Tsundere", "rank": 49 }, + { "name": "Ensemble Cast", "rank": 46 }, + { "name": "LGBTQ+ Themes", "rank": 20 } + ], + "title": { + "romaji": "Kokoro Connect", + "english": "Kokoro Connect", + "native": "ココロコネクト" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682760685, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11887-h8SRoEslkQYX.jpg" + } + }, + { + "id": 6500, + "idMal": 6500, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Seikon no Quasar"], + "genres": ["Action", "Ecchi", "Supernatural"], + "tags": [ + { "name": "Nudity", "rank": 96 }, + { "name": "Large Breasts", "rank": 95 }, + { "name": "Lactation", "rank": 85 }, + { "name": "Super Power", "rank": 80 }, + { "name": "Gender Bending", "rank": 79 }, + { "name": "Religion", "rank": 79 }, + { "name": "Age Regression", "rank": 79 }, + { "name": "Amnesia", "rank": 79 }, + { "name": "Cult", "rank": 79 }, + { "name": "Dissociative Identities", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Revenge", "rank": 79 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Femdom", "rank": 73 }, + { "name": "Anti-Hero", "rank": 64 }, + { "name": "Primarily Female Cast", "rank": 62 }, + { "name": "School", "rank": 60 }, + { "name": "Twins", "rank": 60 }, + { "name": "Masochism", "rank": 60 }, + { "name": "Sadism", "rank": 60 }, + { "name": "Kuudere", "rank": 53 }, + { "name": "Shounen", "rank": 50 }, + { "name": "Age Gap", "rank": 48 }, + { "name": "Nun", "rank": 40 }, + { "name": "Ojou-sama", "rank": 40 }, + { "name": "Tomboy", "rank": 40 } + ], + "title": { + "romaji": "Seikon no Qwaser", + "english": "The Qwaser of Stigmata", + "native": "聖痕のクェイサー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682797217, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6500-RQxUgnApAqqn.png" + } + }, + { + "id": 127412, + "idMal": 45055, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["เรื่องเล่าของสาวน้อยยุคไทโช ", "Kisah Gadis Zaman Taisho"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Disability", "rank": 93 }, + { "name": "Rehabilitation", "rank": 89 }, + { "name": "Historical", "rank": 87 }, + { "name": "Coming of Age", "rank": 86 }, + { "name": "Heterosexual", "rank": 85 }, + { "name": "Male Protagonist", "rank": 81 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Rural", "rank": 79 }, + { "name": "Marriage", "rank": 79 }, + { "name": "Family Life", "rank": 76 }, + { "name": "Fairy Tale", "rank": 73 }, + { "name": "Hikikomori", "rank": 60 }, + { "name": "Iyashikei", "rank": 60 }, + { "name": "Shounen", "rank": 57 }, + { "name": "Tsundere", "rank": 57 }, + { "name": "Achronological Order", "rank": 40 }, + { "name": "Bullying", "rank": 28 }, + { "name": "Twins", "rank": 20 }, + { "name": "Cute Girls Doing Cute Things", "rank": 10 } + ], + "title": { + "romaji": "Taishou Otome Otogibanashi", + "english": "Taisho Otome Fairy Tale", + "native": "大正オトメ御伽話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682797892, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127412-dpHXV2X9tskV.jpg" + } + }, + { + "id": 5081, + "idMal": 5081, + "status": "FINISHED", + "type": "ANIME", + "episodes": 15, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Monster Tale", "化物语", "ปกรณัมของเหล่าภูต", "Monogatari"], + "genres": [ + "Comedy", + "Drama", + "Mystery", + "Psychological", + "Romance", + "Supernatural" + ], + "tags": [ + { "name": "Ensemble Cast", "rank": 92 }, + { "name": "Youkai", "rank": 91 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Male Protagonist", "rank": 87 }, + { "name": "Surreal Comedy", "rank": 84 }, + { "name": "Philosophy", "rank": 83 }, + { "name": "Primarily Female Cast", "rank": 83 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Coming of Age", "rank": 78 }, + { "name": "Vampire", "rank": 78 }, + { "name": "Satire", "rank": 76 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Meta", "rank": 73 }, + { "name": "Primarily Teen Cast", "rank": 72 }, + { "name": "Dissociative Identities", "rank": 70 }, + { "name": "Yandere", "rank": 63 }, + { "name": "Monster Girl", "rank": 62 }, + { "name": "Love Triangle", "rank": 61 }, + { "name": "Denpa", "rank": 60 }, + { "name": "Tomboy", "rank": 59 }, + { "name": "Nekomimi", "rank": 54 }, + { "name": "LGBTQ+ Themes", "rank": 52 }, + { "name": "CGI", "rank": 42 }, + { "name": "Parody", "rank": 40 }, + { "name": "Amnesia", "rank": 27 }, + { "name": "Aliens", "rank": 20 } + ], + "title": { + "romaji": "Bakemonogatari", + "english": "Bakemonogatari", + "native": "化物語" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682845148, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5081-mzWo8ZayqhES.jpg" + } + }, + { + "id": 21557, + "idMal": 32360, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Action", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Aliens", "rank": 95 }, + { "name": "Super Power", "rank": 77 }, + { "name": "Ensemble Cast", "rank": 70 }, + { "name": "School", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Memory Manipulation", "rank": 57 }, + { "name": "Incest", "rank": 51 }, + { "name": "Guns", "rank": 50 }, + { "name": "Post-Apocalyptic", "rank": 30 }, + { "name": "Magic", "rank": 26 }, + { "name": "Swordplay", "rank": 20 }, + { "name": "Found Family", "rank": 20 } + ], + "title": { + "romaji": "Qualidea Code", + "english": null, + "native": "クオリディア・コード" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682847033, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21557-Z5r4cvbl9R6R.jpg" + } + }, + { + "id": 10165, + "idMal": 10165, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Everyday", "Мелочи Жизни", "Повсякденнощі"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Surreal Comedy", "rank": 97 }, + { "name": "Episodic", "rank": 94 }, + { "name": "Slapstick", "rank": 94 }, + { "name": "School", "rank": 87 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Ensemble Cast", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Achronological Order", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Parody", "rank": 78 }, + { "name": "Cute Girls Doing Cute Things", "rank": 64 }, + { "name": "Robots", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Philosophy", "rank": 55 }, + { "name": "Shounen", "rank": 54 }, + { "name": "Drawing", "rank": 45 }, + { "name": "Tsundere", "rank": 43 }, + { "name": "Guns", "rank": 40 } + ], + "title": { + "romaji": "Nichijou", + "english": "Nichijou - My Ordinary Life", + "native": "日常" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682881623, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10165-1j2Qn8wIIn5S.png" + } + }, + { + "id": 104139, + "idMal": 38513, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 16, + "synonyms": [ + "What happens if rape is legalized?", + "Rape Gouhouka!!!", + "Rape Legalization", + "Rape Gohouka" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Rape", "rank": 100 }, + { "name": "Nakadashi", "rank": 75 }, + { "name": "Large Breasts", "rank": 73 }, + { "name": "Public Sex", "rank": 68 }, + { "name": "Pregnant", "rank": 65 }, + { "name": "Irrumatio", "rank": 20 }, + { "name": "Trains", "rank": 20 } + ], + "title": { + "romaji": "Rape Gouhou ka!!!", + "english": "R*pe Has Been Legalized!!!", + "native": "レイプ合法化っ!!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682883489, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104139-n1BAsnavhZH6.jpg" + } + }, + { + "id": 2864, + "idMal": 2864, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 26, + "synonyms": ["Ni Kakeru Ichi"], + "genres": ["Hentai"], + "tags": [], + "title": { "romaji": "2x1", "english": "Four Play", "native": "2x1" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682896534, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 1998 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2864.jpg" + } + }, + { + "id": 155, + "idMal": 155, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 93, + "synonyms": ["X/1999", "X - the Movie", "X (1996)"], + "genres": ["Action", "Drama", "Fantasy", "Horror", "Sci-Fi"], + "tags": [ + { "name": "Shoujo", "rank": 70 }, + { "name": "Super Power", "rank": 70 }, + { "name": "Cosmic Horror", "rank": 70 }, + { "name": "Urban Fantasy", "rank": 66 }, + { "name": "Alternate Universe", "rank": 60 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Augmented Reality", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Tragedy", "rank": 50 }, + { "name": "Gore", "rank": 46 }, + { "name": "Urban", "rank": 40 }, + { "name": "Magic", "rank": 40 }, + { "name": "Anti-Hero", "rank": 40 }, + { "name": "Angels", "rank": 40 }, + { "name": "Gods", "rank": 40 }, + { "name": "Ensemble Cast", "rank": 40 }, + { "name": "Time Manipulation", "rank": 40 }, + { "name": "Nudity", "rank": 33 }, + { "name": "Swordplay", "rank": 30 }, + { "name": "Demons", "rank": 30 }, + { "name": "Environmental", "rank": 30 }, + { "name": "Cyberpunk", "rank": 30 }, + { "name": "Amnesia", "rank": 20 }, + { "name": "Post-Apocalyptic", "rank": 20 }, + { "name": "Conspiracy", "rank": 20 }, + { "name": "Mythology", "rank": 20 }, + { "name": "Memory Manipulation", "rank": 20 }, + { "name": "Philosophy", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Dragons", "rank": 20 }, + { "name": "Shrine Maiden", "rank": 20 } + ], + "title": { "romaji": "X", "english": null, "native": "X -エックス-" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682896583, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1996 }, + "endDate": { "year": 1996 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155-tDzea3RpxSZ8.jpg" + } + }, + { + "id": 10020, + "idMal": 10020, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "ONA", + "duration": 28, + "synonyms": [ + "My Little Sister Can't Be This Cute Specials", + "น้องสาวของผมไม่น่ารักขนาดนั้นหรอก ตอนพิเศษ" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 50 }, + { "name": "Otaku Culture", "rank": 50 }, + { "name": "Coming of Age", "rank": 40 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Ore no Imouto ga Konna ni Kawaii Wake ga Nai (ONA)", + "english": "Oreimo (ONA)", + "native": "俺の妹がこんなに可愛いわけがない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682918049, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10020-5BFz41M11Muv.jpg" + } + }, + { + "id": 13055, + "idMal": 13055, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 24, + "synonyms": ["Sankarea Episode 0", "Sankarea Episode 14"], + "genres": ["Comedy", "Ecchi", "Horror", "Romance", "Supernatural"], + "tags": [ + { "name": "Zombie", "rank": 95 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Nudity", "rank": 50 }, + { "name": "Kuudere", "rank": 20 }, + { "name": "Monster Girl", "rank": 20 } + ], + "title": { + "romaji": "Sankarea (OVA)", + "english": null, + "native": "さんかれあ (OVA)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682918122, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx13055-IckRpUES0oDD.png" + } + }, + { + "id": 147622, + "idMal": 54629, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "OVA", + "duration": 20, + "synonyms": ["Maid Education"], + "genres": ["Hentai"], + "tags": [ + { "name": "Maids", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Rape", "rank": 50 }, + { "name": "Fellatio", "rank": 50 }, + { "name": "Deepthroat", "rank": 40 }, + { "name": "Bondage", "rank": 30 }, + { "name": "Defloration", "rank": 10 } + ], + "title": { + "romaji": "Maid Kyouiku.: Botsuraku Kizoku Rurikawa Tsubaki - THE ANIMATION", + "english": null, + "native": "メイド教育。-没落貴族 瑠璃川椿- THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682928980, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147622-FEpXO87f72WT.png" + } + }, + { + "id": 9936, + "idMal": 9936, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [], + "genres": ["Action", "Ecchi"], + "tags": [ + { "name": "Nudity", "rank": 92 }, + { "name": "Female Harem", "rank": 82 }, + { "name": "School", "rank": 79 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "School Club", "rank": 79 }, + { "name": "Gender Bending", "rank": 20 } + ], + "title": { + "romaji": "Maken-Ki!", + "english": "Maken-Ki! Battling Venus", + "native": "マケン姫っ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682934985, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/9936.jpg" + } + }, + { + "id": 112802, + "idMal": 40620, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["อูรามิจิ โอนีซัง"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Work", "rank": 98 }, + { "name": "Satire", "rank": 96 }, + { "name": "Male Protagonist", "rank": 91 }, + { "name": "Primarily Adult Cast", "rank": 88 }, + { "name": "Acting", "rank": 85 }, + { "name": "Episodic", "rank": 75 }, + { "name": "Ensemble Cast", "rank": 69 }, + { "name": "Musical", "rank": 65 }, + { "name": "Josei", "rank": 63 }, + { "name": "Primarily Male Cast", "rank": 62 }, + { "name": "Meta", "rank": 60 }, + { "name": "Fishing", "rank": 12 } + ], + "title": { + "romaji": "Uramichi Oniisan", + "english": "Life Lessons with Uramichi Oniisan", + "native": "うらみちお兄さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683020043, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx112802-FUNqgb2R1LS8.jpg" + } + }, + { + "id": 488, + "idMal": 488, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["草莓棉花糖"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Primarily Child Cast", "rank": 85 }, + { "name": "School", "rank": 63 }, + { "name": "Language Barrier", "rank": 45 }, + { "name": "Surreal Comedy", "rank": 30 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Ichigo Mashimaro", + "english": "Strawberry Marshmallow", + "native": "苺ましまろ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683146715, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx488-FwxcBNNqG6TC.png" + } + }, + { + "id": 849, + "idMal": 849, + "status": "FINISHED", + "type": "ANIME", + "episodes": 14, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "La Malinconia Di Haruhi Suzumiya", + "凉宫春日的忧郁", + "La mélancolie de Haruhi Suzumiya", + "Меланхолия Харухи Судзумии", + "Melancholia Haruhi Suzumiyi" + ], + "genres": ["Comedy", "Mystery", "Sci-Fi", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Achronological Order", "rank": 93 }, + { "name": "School Club", "rank": 93 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Gods", "rank": 90 }, + { "name": "School", "rank": 88 }, + { "name": "Time Manipulation", "rank": 81 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Aliens", "rank": 79 }, + { "name": "Alternate Universe", "rank": 76 }, + { "name": "Philosophy", "rank": 73 }, + { "name": "Meta", "rank": 72 }, + { "name": "Parody", "rank": 67 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Magic", "rank": 64 }, + { "name": "Otaku Culture", "rank": 55 }, + { "name": "Tsundere", "rank": 49 }, + { "name": "Kuudere", "rank": 49 }, + { "name": "Female Protagonist", "rank": 48 }, + { "name": "Ensemble Cast", "rank": 42 }, + { "name": "Baseball", "rank": 26 }, + { "name": "Maids", "rank": 25 }, + { "name": "Episodic", "rank": 20 }, + { "name": "Kaiju", "rank": 20 } + ], + "title": { + "romaji": "Suzumiya Haruhi no Yuuutsu", + "english": "The Melancholy of Haruhi Suzumiya", + "native": "涼宮ハルヒの憂鬱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683163964, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx849-uXOftsjBDz2T.png" + } + }, + { + "id": 15911, + "idMal": 15911, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Yuyu-shiki"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 100 }, + { "name": "Surreal Comedy", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Episodic", "rank": 88 }, + { "name": "School", "rank": 87 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 79 }, + { "name": "School Club", "rank": 78 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Educational", "rank": 46 } + ], + "title": { + "romaji": "Yuyushiki", + "english": "Yuyushiki", + "native": "ゆゆ式" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683165249, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15911-eS0Q6p7vBd0i.jpg" + } + }, + { + "id": 17549, + "idMal": 17549, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["悠哉日常大王"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 96 }, + { "name": "Iyashikei", "rank": 96 }, + { "name": "Rural", "rank": 95 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Primarily Child Cast", "rank": 84 }, + { "name": "Episodic", "rank": 82 }, + { "name": "Ensemble Cast", "rank": 75 }, + { "name": "Coming of Age", "rank": 74 }, + { "name": "School", "rank": 70 }, + { "name": "Agriculture", "rank": 62 }, + { "name": "Seinen", "rank": 58 }, + { "name": "Achronological Order", "rank": 55 }, + { "name": "Tomboy", "rank": 50 }, + { "name": "Kuudere", "rank": 35 } + ], + "title": { + "romaji": "Non Non Biyori", + "english": "Non Non Biyori", + "native": "のんのんびより" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683165265, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17549-n5m9PEt8SKIW.png" + } + }, + { + "id": 21878, + "idMal": 33731, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["GabDro", "珈百璃的堕落"], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Urban Fantasy", "rank": 98 }, + { "name": "Urban", "rank": 94 }, + { "name": "Angels", "rank": 94 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Cute Girls Doing Cute Things", "rank": 89 }, + { "name": "Demons", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Surreal Comedy", "rank": 82 }, + { "name": "Slapstick", "rank": 82 }, + { "name": "School", "rank": 80 }, + { "name": "Gods", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Hikikomori", "rank": 72 }, + { "name": "Parody", "rank": 70 }, + { "name": "Magic", "rank": 69 }, + { "name": "Tsundere", "rank": 67 }, + { "name": "Chuunibyou", "rank": 62 }, + { "name": "Video Games", "rank": 60 }, + { "name": "Shounen", "rank": 38 } + ], + "title": { + "romaji": "Gabriel Dropout", + "english": "Gabriel DropOut", + "native": "ガヴリールドロップアウト" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683165369, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21878-bOwTOgyhTp7h.jpg" + } + }, + { + "id": 101001, + "idMal": 37171, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Asobi Asobase: Workshop of Fun", + "游戏3人娘", + "来玩游戏吧", + "ชมรมสาวรักสนุก" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Surreal Comedy", "rank": 96 }, + { "name": "Slapstick", "rank": 96 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Primarily Teen Cast", "rank": 88 }, + { "name": "School Club", "rank": 87 }, + { "name": "Episodic", "rank": 83 }, + { "name": "School", "rank": 82 }, + { "name": "Parody", "rank": 76 }, + { "name": "Cute Girls Doing Cute Things", "rank": 72 }, + { "name": "Seinen", "rank": 68 }, + { "name": "LGBTQ+ Themes", "rank": 54 }, + { "name": "Meta", "rank": 52 }, + { "name": "Ojou-sama", "rank": 38 }, + { "name": "Gyaru", "rank": 28 }, + { "name": "Makeup", "rank": 20 } + ], + "title": { + "romaji": "Asobi Asobase", + "english": "Asobi Asobase - workshop of fun -", + "native": "あそびあそばせ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683165396, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101001-UERCW0UGi0P7.jpg" + } + }, + { + "id": 104723, + "idMal": 38573, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Do You Like Your Mom? Her Normal Attack is Two Attacks at Full Power", + "Tsuujou Kougeki ga Zentai Kougeki de 2-kai Kougeki no Okaasan wa Suki desu ka?", + "Okaa-san online", + "Okaasuki", + "คุณแม่ที่มีสกิลพื้นฐานเป็นการโจมตีหมู่แถมยังเบิ้ลได้แบบนี้ชอบไหมจ๊ะ" + ], + "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Video Games", "rank": 95 }, + { "name": "MILF", "rank": 94 }, + { "name": "Virtual World", "rank": 88 }, + { "name": "Isekai", "rank": 81 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Parody", "rank": 78 }, + { "name": "Primarily Female Cast", "rank": 68 }, + { "name": "Family Life", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Female Harem", "rank": 45 }, + { "name": "Dragons", "rank": 37 }, + { "name": "Yandere", "rank": 24 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki no Okaasan wa Suki desu ka?", + "english": "Do You Love Your Mom and Her Two-Hit Multi-Target Attacks?", + "native": "通常攻撃が全体攻撃で二回攻撃のお母さんは好きですか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683166968, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104723-pmcUwRbKTFWB.jpg" + } + }, + { + "id": 20972, + "idMal": 28735, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Descending Stories: Showa Genroku Rakugo Shinju", + "Le Rakugo ou la vie" + ], + "genres": ["Drama"], + "tags": [ + { "name": "Rakugo", "rank": 100 }, + { "name": "Tragedy", "rank": 93 }, + { "name": "Acting", "rank": 93 }, + { "name": "Historical", "rank": 91 }, + { "name": "Primarily Adult Cast", "rank": 87 }, + { "name": "Josei", "rank": 80 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Love Triangle", "rank": 78 }, + { "name": "Time Skip", "rank": 70 }, + { "name": "Disability", "rank": 56 }, + { "name": "Meta", "rank": 50 }, + { "name": "War", "rank": 40 }, + { "name": "Primarily Male Cast", "rank": 40 }, + { "name": "Suicide", "rank": 25 } + ], + "title": { + "romaji": "Shouwa Genroku Rakugo Shinjuu", + "english": "Showa Genroku Rakugo Shinju", + "native": "昭和元禄落語心中" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683167107, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20972-95dyLz6lkCZ8.jpg" + } + }, + { + "id": 2890, + "idMal": 2890, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 101, + "synonyms": [ + "Ponyo on the Cliff by the Sea", + "Ponyo en el Acantilado", + "بونيو على جرف البحر", + "Ponyo sur la falaise", + "Ponyo på klippen ved havet", + "Ponyo sulla scogliera", + "Рыбка Поньо на утесе", + "Ponyo på klippan vid havet", + "Ponyo rantakalliolla", + "Πόνιο: Το Κορίτσι του Ωκεανού", + "โปเนียว ธิดาสมุทรผจญภัย", + "Ponyo: Uma Amizade que Veio do Mar", + "Ponyo - Das große Abenteuer am Meer" + ], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Primarily Child Cast", "rank": 88 }, + { "name": "Environmental", "rank": 82 }, + { "name": "Magic", "rank": 80 }, + { "name": "Rural", "rank": 80 }, + { "name": "Family Life", "rank": 79 }, + { "name": "Coastal", "rank": 79 }, + { "name": "Anthropomorphism", "rank": 79 }, + { "name": "Kids", "rank": 79 }, + { "name": "Natural Disaster", "rank": 79 }, + { "name": "Ships", "rank": 60 }, + { "name": "Female Protagonist", "rank": 57 }, + { "name": "Mermaid", "rank": 56 }, + { "name": "Swimming", "rank": 50 }, + { "name": "Gods", "rank": 49 }, + { "name": "Chibi", "rank": 41 } + ], + "title": { + "romaji": "Gake no Ue no Ponyo", + "english": "Ponyo", + "native": "崖の上のポニョ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683232802, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2890-wcNtFr6aUYOR.jpg" + } + }, + { + "id": 101347, + "idMal": 37520, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Adventure", "Drama", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 94 }, + { "name": "Revenge", "rank": 90 }, + { "name": "Disability", "rank": 88 }, + { "name": "Swordplay", "rank": 87 }, + { "name": "Tragedy", "rank": 87 }, + { "name": "Samurai", "rank": 86 }, + { "name": "Youkai", "rank": 84 }, + { "name": "Anti-Hero", "rank": 80 }, + { "name": "War", "rank": 79 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Historical", "rank": 75 }, + { "name": "Rural", "rank": 74 }, + { "name": "Gore", "rank": 71 }, + { "name": "Philosophy", "rank": 70 }, + { "name": "Episodic", "rank": 70 }, + { "name": "Travel", "rank": 70 }, + { "name": "Female Protagonist", "rank": 69 }, + { "name": "Body Horror", "rank": 67 }, + { "name": "Crossdressing", "rank": 64 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Martial Arts", "rank": 57 }, + { "name": "Ghost", "rank": 53 }, + { "name": "Kuudere", "rank": 52 }, + { "name": "Cannibalism", "rank": 35 } + ], + "title": { "romaji": "Dororo", "english": "Dororo", "native": "どろろ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683244836, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101347-2J2p8qJpxpfZ.jpg" + } + }, + { + "id": 44, + "idMal": 44, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [ + "Rurouni Kenshin: Tsuiokuhen", + "Rurouni Kenshin: Reminiscence", + "רורואוני קנשין: זיכרונות", + "ซามูไรพเนจร ภาคกำเนิดเคนชิน", + "Kenshin samurai vagabondo: Memorie del passato", + "Lãng khách Kenshin: Truy tìm ký ức", + "Rurouni Kenshin Trust and Betrayal" + ], + "genres": ["Action", "Drama", "Romance"], + "tags": [ + { "name": "Samurai", "rank": 97 }, + { "name": "Revenge", "rank": 96 }, + { "name": "Tragedy", "rank": 93 }, + { "name": "Historical", "rank": 90 }, + { "name": "Philosophy", "rank": 90 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Swordplay", "rank": 81 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Gore", "rank": 66 }, + { "name": "Primarily Adult Cast", "rank": 48 }, + { "name": "Shounen", "rank": 42 } + ], + "title": { + "romaji": "Rurouni Kenshin: Meiji Kenkaku Romantan - Tsuioku-hen", + "english": "Samurai X: Trust and Betrayal", + "native": "るろうに剣心―明治剣客浪漫譚―追憶編" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683244839, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1999 }, + "endDate": { "year": 1999 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx44-MG5I672UbWAy.png" + } + }, + { + "id": 1818, + "idMal": 1818, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["クレイモア"], + "genres": ["Action", "Adventure", "Fantasy", "Horror"], + "tags": [ + { "name": "Swordplay", "rank": 97 }, + { "name": "Revenge", "rank": 95 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Tragedy", "rank": 89 }, + { "name": "Gore", "rank": 82 }, + { "name": "Demons", "rank": 80 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Super Power", "rank": 72 }, + { "name": "Body Horror", "rank": 65 }, + { "name": "Shounen", "rank": 47 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Orphan", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "CLAYMORE", + "english": "Claymore", + "native": "CLAYMORE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683244846, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1818-XX52j6ECeO7O.jpg" + } + }, + { + "id": 11597, + "idMal": 11597, + "status": "FINISHED", + "type": "ANIME", + "episodes": 11, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Fake Tale", "Истории подделок", "ปกรณัมของเทียม"], + "genres": [ + "Comedy", + "Drama", + "Ecchi", + "Mystery", + "Psychological", + "Supernatural" + ], + "tags": [ + { "name": "Urban Fantasy", "rank": 95 }, + { "name": "Ensemble Cast", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Incest", "rank": 83 }, + { "name": "Philosophy", "rank": 81 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Badminton", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 77 }, + { "name": "Youkai", "rank": 73 }, + { "name": "Satire", "rank": 73 }, + { "name": "Urban", "rank": 73 }, + { "name": "Feet", "rank": 73 }, + { "name": "Achronological Order", "rank": 71 }, + { "name": "Nudity", "rank": 71 }, + { "name": "Family Life", "rank": 70 }, + { "name": "Vampire", "rank": 69 }, + { "name": "Meta", "rank": 66 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Tomboy", "rank": 52 }, + { "name": "Kuudere", "rank": 52 }, + { "name": "Super Power", "rank": 46 }, + { "name": "Gore", "rank": 40 }, + { "name": "School", "rank": 33 } + ], + "title": { + "romaji": "Nisemonogatari", + "english": "Nisemonogatari", + "native": "偽物語" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683280564, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx11597-ApDcMuPvRhgr.jpg" + } + }, + { + "id": 105310, + "idMal": 38671, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "หน่วยผจญคนไฟลุก", + "כוח האש", + "Полум'яні вогнеборці", + "Пламенный отряд" + ], + "genres": ["Action", "Drama", "Sci-Fi", "Supernatural"], + "tags": [ + { "name": "Firefighters", "rank": 96 }, + { "name": "Super Power", "rank": 93 }, + { "name": "Urban Fantasy", "rank": 93 }, + { "name": "Shounen", "rank": 91 }, + { "name": "Conspiracy", "rank": 89 }, + { "name": "Demons", "rank": 80 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Cult", "rank": 78 }, + { "name": "Post-Apocalyptic", "rank": 78 }, + { "name": "Religion", "rank": 76 }, + { "name": "Dystopian", "rank": 72 }, + { "name": "Ensemble Cast", "rank": 71 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Nudity", "rank": 67 }, + { "name": "Slapstick", "rank": 65 }, + { "name": "Nun", "rank": 59 }, + { "name": "Swordplay", "rank": 50 }, + { "name": "Lost Civilization", "rank": 48 }, + { "name": "Nekomimi", "rank": 46 }, + { "name": "Bullying", "rank": 46 }, + { "name": "Tanned Skin", "rank": 45 }, + { "name": "Chuunibyou", "rank": 44 }, + { "name": "Time Manipulation", "rank": 40 }, + { "name": "Kemonomimi", "rank": 40 }, + { "name": "Guns", "rank": 35 }, + { "name": "Masochism", "rank": 34 }, + { "name": "Female Harem", "rank": 26 } + ], + "title": { + "romaji": "Enen no Shouboutai", + "english": "Fire Force", + "native": "炎炎ノ消防隊" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683286027, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105310-x4o2xMlfxIwb.jpg" + } + }, + { + "id": 104147, + "idMal": 38295, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "No Dialogue", "rank": 93 }, + { "name": "Cute Girls Doing Cute Things", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 74 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "School", "rank": 70 }, + { "name": "Philosophy", "rank": 55 }, + { "name": "Rural", "rank": 46 }, + { "name": "Iyashikei", "rank": 20 } + ], + "title": { + "romaji": "Joshikausei", + "english": "Joshi Kausei", + "native": "女子かう生" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683365036, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104147-fKwPPJLOYxaJ.jpg" + } + }, + { + "id": 8074, + "idMal": 8074, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "HOTD", + "HSOTD", + "High School of the Dead: Apocalipsis en el Instituto" + ], + "genres": ["Action", "Drama", "Ecchi", "Horror", "Romance", "Supernatural"], + "tags": [ + { "name": "Zombie", "rank": 99 }, + { "name": "Survival", "rank": 98 }, + { "name": "Pandemic", "rank": 92 }, + { "name": "Gore", "rank": 89 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 77 }, + { "name": "Nudity", "rank": 76 }, + { "name": "Body Horror", "rank": 76 }, + { "name": "Female Harem", "rank": 74 }, + { "name": "Guns", "rank": 73 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Love Triangle", "rank": 61 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Politics", "rank": 60 }, + { "name": "Tsundere", "rank": 58 }, + { "name": "School", "rank": 47 }, + { "name": "Shounen", "rank": 44 }, + { "name": "Heterosexual", "rank": 43 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Ojou-sama", "rank": 20 } + ], + "title": { + "romaji": "Gakuen Mokushiroku: HIGHSCHOOL OF THE DEAD", + "english": "High School of the Dead", + "native": "学園黙示録HIGHSCHOOL OF THE DEAD" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683369090, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx8074-YB63Ik96fjPj.png" + } + }, + { + "id": 1860, + "idMal": 1860, + "status": "FINISHED", + "type": "ANIME", + "episodes": 14, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Tokyo Majin Gakuen Kenpuchou"], + "genres": ["Action", "Drama", "Fantasy", "Horror"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Demons", "rank": 79 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Super Power", "rank": 20 } + ], + "title": { + "romaji": "Tokyo Majin Gakuen Kenpucho: Tou", + "english": "Tokyo Majin", + "native": "東京魔人學園剣風帖 龖(トウ)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683374098, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1860-1TRWh93iE2Kf.jpg" + } + }, + { + "id": 106967, + "idMal": 38935, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 5, + "synonyms": ["絲襪視界", "丝袜视界"], + "genres": ["Ecchi", "Slice of Life"], + "tags": [ + { "name": "Feet", "rank": 96 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "School", "rank": 84 }, + { "name": "Episodic", "rank": 83 }, + { "name": "Cute Girls Doing Cute Things", "rank": 83 }, + { "name": "Teacher", "rank": 69 }, + { "name": "Yuri", "rank": 63 }, + { "name": "Nudity", "rank": 61 }, + { "name": "Age Gap", "rank": 35 } + ], + "title": { + "romaji": "Miru Tights", + "english": null, + "native": "みるタイツ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683374638, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx106967-hG1SSeB44Ve5.jpg" + } + }, + { + "id": 98251, + "idMal": 34881, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 13, + "synonyms": ["Ahogaru: Clueless Girl"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Slapstick", "rank": 99 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Shounen", "rank": 63 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Animals", "rank": 58 }, + { "name": "Delinquents", "rank": 40 }, + { "name": "Female Harem", "rank": 36 }, + { "name": "Gyaru", "rank": 30 } + ], + "title": { + "romaji": "Aho-Girl", + "english": "AHO-GIRL", + "native": "アホガール" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683376017, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98251-RAgDWqnspedR.jpg" + } + }, + { + "id": 13303, + "idMal": 13303, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 40, + "synonyms": ["The Lie Eater"], + "genres": ["Psychological"], + "tags": [ + { "name": "Gyaru", "rank": 84 }, + { "name": "Agriculture", "rank": 79 }, + { "name": "Aviation", "rank": 79 }, + { "name": "Autobiographical", "rank": 79 }, + { "name": "Witch", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "VTuber", "rank": 79 }, + { "name": "Scuba Diving", "rank": 79 }, + { "name": "Femboy", "rank": 79 }, + { "name": "American Football", "rank": 79 }, + { "name": "Crossdressing", "rank": 79 }, + { "name": "Boys' Love", "rank": 70 }, + { "name": "Bisexual", "rank": 64 }, + { "name": "Seinen", "rank": 63 } + ], + "title": { "romaji": "Usogui", "english": null, "native": "嘘喰い" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683452463, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx13303-RsJ5jAwDF64x.png" + } + }, + { + "id": 228, + "idMal": 228, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Jigoku Shojo", "สัญญามรณะ ธิดาอเวจี ภาคที่ 1", "Sứ giả địa phủ"], + "genres": ["Drama", "Horror", "Mystery", "Psychological", "Supernatural"], + "tags": [ + { "name": "Revenge", "rank": 95 }, + { "name": "Bullying", "rank": 82 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Episodic", "rank": 78 }, + { "name": "Afterlife", "rank": 78 }, + { "name": "Oiran", "rank": 73 }, + { "name": "Detective", "rank": 70 }, + { "name": "Crime", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Cosmic Horror", "rank": 50 }, + { "name": "Kuudere", "rank": 25 }, + { "name": "Rape", "rank": 20 }, + { "name": "Aliens", "rank": 20 }, + { "name": "Circus", "rank": 20 }, + { "name": "Conspiracy", "rank": 20 } + ], + "title": { + "romaji": "Jigoku Shoujo", + "english": "Hell Girl", + "native": "地獄少女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683499932, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx228-J2J1CI4jfyeC.jpg" + } + }, + { + "id": 916, + "idMal": 916, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Comedy", "Horror", "Mystery", "Supernatural"], + "tags": [ + { "name": "Police", "rank": 79 }, + { "name": "Demons", "rank": 79 }, + { "name": "Gore", "rank": 50 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "TOKKOU", + "english": "Tokko", + "native": "TOKKÔ[特公]" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683622194, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/916.jpg" + } + }, + { + "id": 131548, + "idMal": 48553, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Akebi-chan no Serafuku", + "Akebi's School Uniform", + "ชุดกะลาสีของอาเคบิจัง" + ], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 94 }, + { "name": "Iyashikei", "rank": 93 }, + { "name": "Cute Girls Doing Cute Things", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "School", "rank": 87 }, + { "name": "Rural", "rank": 82 }, + { "name": "Coming of Age", "rank": 77 }, + { "name": "Primarily Teen Cast", "rank": 76 }, + { "name": "Episodic", "rank": 69 }, + { "name": "Ensemble Cast", "rank": 67 }, + { "name": "Family Life", "rank": 66 }, + { "name": "Seinen", "rank": 56 }, + { "name": "School Club", "rank": 54 }, + { "name": "Slapstick", "rank": 52 }, + { "name": "Tennis", "rank": 41 }, + { "name": "Tomboy", "rank": 37 }, + { "name": "Cheerleading", "rank": 35 }, + { "name": "Swimming", "rank": 35 }, + { "name": "Volleyball", "rank": 34 }, + { "name": "Fishing", "rank": 27 }, + { "name": "Primarily Child Cast", "rank": 20 } + ], + "title": { + "romaji": "Akebi-chan no Sailor Fuku", + "english": "Akebi’s Sailor Uniform", + "native": "明日ちゃんのセーラー服" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683626932, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx131548-4OXik3SWOaee.jpg" + } + }, + { + "id": 1559, + "idMal": 1559, + "status": "FINISHED", + "type": "ANIME", + "episodes": 50, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "History's Strongest Disciple Kenichi", + "Ken'ichi, el discípulo más fuerte de la historia" + ], + "genres": ["Action", "Comedy"], + "tags": [ + { "name": "Martial Arts", "rank": 100 }, + { "name": "School", "rank": 95 }, + { "name": "Shounen", "rank": 90 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Delinquents", "rank": 75 }, + { "name": "Fitness", "rank": 40 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "Shijou Saikyou no Deshi Kenichi", + "english": "Kenichi: The Mightiest Disciple", + "native": "史上最強の弟子 ケンイチ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683627298, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1559-7ZlyZxtBNo8g.jpg" + } + }, + { + "id": 97716, + "idMal": 34213, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 5, + "synonyms": ["วันจันทร์คือวันดึ๋งดึ๋ง"], + "genres": ["Ecchi", "Slice of Life"], + "tags": [ + { "name": "Episodic", "rank": 81 }, + { "name": "Age Gap", "rank": 80 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "Office Lady", "rank": 77 }, + { "name": "Trains", "rank": 76 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Work", "rank": 60 }, + { "name": "Male Protagonist", "rank": 57 }, + { "name": "Primarily Adult Cast", "rank": 45 } + ], + "title": { + "romaji": "Getsuyoubi no Tawawa", + "english": "Tawawa on Monday", + "native": "月曜日のたわわ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683630027, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97716-KEnqtszrv2vw.jpg" + } + }, + { + "id": 21031, + "idMal": 29758, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Comedy", "Ecchi"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Martial Arts", "rank": 76 }, + { "name": "Super Power", "rank": 73 }, + { "name": "Tragedy", "rank": 53 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Yuri", "rank": 10 } + ], + "title": { + "romaji": "Taboo Tattoo", + "english": null, + "native": "タブー・タトゥー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683636561, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21031-9UQTsZfReeP6.jpg" + } + }, + { + "id": 8861, + "idMal": 8861, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Sky of Connection", "缘之空"], + "genres": ["Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Incest", "rank": 95 }, + { "name": "Heterosexual", "rank": 90 }, + { "name": "Alternate Universe", "rank": 89 }, + { "name": "Twins", "rank": 89 }, + { "name": "Nudity", "rank": 81 }, + { "name": "Ensemble Cast", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 78 }, + { "name": "Yandere", "rank": 76 }, + { "name": "Rural", "rank": 75 }, + { "name": "Female Harem", "rank": 74 }, + { "name": "Shrine Maiden", "rank": 70 }, + { "name": "Rape", "rank": 62 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Meta", "rank": 57 }, + { "name": "Mahjong", "rank": 56 }, + { "name": "Trains", "rank": 52 }, + { "name": "Tragedy", "rank": 48 }, + { "name": "Female Protagonist", "rank": 46 }, + { "name": "Male Protagonist", "rank": 46 }, + { "name": "Chibi", "rank": 26 }, + { "name": "Masturbation", "rank": 25 } + ], + "title": { + "romaji": "Yosuga no Sora", + "english": "Yosuga no Sora: In Solitude Where We are Least Alone", + "native": "ヨスガノソラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683636896, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx8861-DZKseZpdtBwp.jpg" + } + }, + { + "id": 111001, + "idMal": 40254, + "status": "FINISHED", + "type": "ANIME", + "episodes": 8, + "chapters": null, + "format": "ONA", + "duration": 7, + "synonyms": [], + "genres": ["Comedy", "Hentai", "Romance"], + "tags": [ + { "name": "Work", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Teens' Love", "rank": 79 }, + { "name": "Josei", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Large Breasts", "rank": 50 }, + { "name": "Sumata", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { "romaji": "XL Joushi.", "english": null, "native": "XL上司。" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683637651, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx111001-foAPxKFA3Tiu.jpg" + } + }, + { + "id": 20534, + "idMal": 21431, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Drama", "Fantasy", "Mystery", "Sci-Fi"], + "tags": [ + { "name": "Magic", "rank": 97 }, + { "name": "Amnesia", "rank": 88 }, + { "name": "Seinen", "rank": 85 }, + { "name": "Gore", "rank": 80 }, + { "name": "Female Harem", "rank": 77 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Nudity", "rank": 55 }, + { "name": "Astronomy", "rank": 54 }, + { "name": "School", "rank": 45 }, + { "name": "School Club", "rank": 20 } + ], + "title": { + "romaji": "Gokukoku no Brynhildr", + "english": "Brynhildr in the Darkness", + "native": "極黒のブリュンヒルデ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683800598, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20534-86ssOm8XsDd1.jpg" + } + }, + { + "id": 2409, + "idMal": 2409, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Gokudo-kun Manyuki", "Jester the Adventurer"], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Anti-Hero", "rank": 100 }, + { "name": "Magic", "rank": 79 }, + { "name": "Tanned Skin", "rank": 79 }, + { "name": "Shapeshifting", "rank": 79 }, + { "name": "Gods", "rank": 79 }, + { "name": "Body Swapping", "rank": 70 }, + { "name": "Mythology", "rank": 70 }, + { "name": "Anthropomorphism", "rank": 60 }, + { "name": "Kaiju", "rank": 60 }, + { "name": "Philosophy", "rank": 40 }, + { "name": "Age Regression", "rank": 40 }, + { "name": "Archery", "rank": 40 }, + { "name": "Religion", "rank": 40 }, + { "name": "Super Robot", "rank": 20 }, + { "name": "Henshin", "rank": 20 }, + { "name": "Dragons", "rank": 20 } + ], + "title": { + "romaji": "Gokudou-kun Manyuuki", + "english": "Gokudo", + "native": "ゴクドーくん漫遊記" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683800611, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1999 }, + "endDate": { "year": 1999 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/n2409-KVUhBRUc1gtL.png" + } + }, + { + "id": 124612, + "idMal": 42990, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "SPECIAL", + "duration": 4, + "synonyms": ["Dogeza de Tanondemita Episode 13"], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "POV", "rank": 83 }, + { "name": "Isekai", "rank": 80 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Elf", "rank": 75 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Dogeza de Tanondemita: Isekai-hen", + "english": null, + "native": "土下座で頼んでみた 異世界編" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683842349, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx124612-lhQFycfhZfwU.jpg" + } + }, + { + "id": 5042, + "idMal": 5042, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "OVA", + "duration": 24, + "synonyms": ["キスシス", "kiss x sis"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Inseki", "rank": 100 }, + { "name": "Female Harem", "rank": 90 }, + { "name": "Twins", "rank": 89 }, + { "name": "Nudity", "rank": 87 }, + { "name": "Heterosexual", "rank": 86 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Seinen", "rank": 78 }, + { "name": "Love Triangle", "rank": 77 }, + { "name": "Masturbation", "rank": 69 }, + { "name": "Rape", "rank": 60 }, + { "name": "Threesome", "rank": 20 } + ], + "title": { + "romaji": "kiss×sis", + "english": "Kiss x Sis", + "native": "kiss×sis" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683856150, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5042-FZ8XdXStvn0u.png" + } + }, + { + "id": 6987, + "idMal": 6987, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 21, + "synonyms": ["Akisora", "Autumn Sky"], + "genres": ["Ecchi", "Romance"], + "tags": [ + { "name": "Incest", "rank": 87 }, + { "name": "Nudity", "rank": 86 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Twins", "rank": 55 }, + { "name": "Crossdressing", "rank": 55 }, + { "name": "Seinen", "rank": 53 }, + { "name": "Gender Bending", "rank": 53 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Feet", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Tennis", "rank": 20 }, + { "name": "Virginity", "rank": 20 } + ], + "title": { "romaji": "Aki-Sora", "english": null, "native": "あきそら" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683856170, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/6987.jpg" + } + }, + { + "id": 8769, + "idMal": 8769, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "My Little Sister Can't Be This Cute", + "我的妹妹哪有这么可爱!", + "น้องสาวของผมไม่น่ารักขนาดนั้นหรอก" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Otaku Culture", "rank": 92 }, + { "name": "Incest", "rank": 86 }, + { "name": "Tsundere", "rank": 83 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "Male Protagonist", "rank": 65 }, + { "name": "Coming of Age", "rank": 61 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Female Harem", "rank": 56 }, + { "name": "Kuudere", "rank": 46 }, + { "name": "Cosplay", "rank": 46 }, + { "name": "School", "rank": 40 }, + { "name": "Chuunibyou", "rank": 40 }, + { "name": "Writing", "rank": 40 }, + { "name": "Badminton", "rank": 25 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Parody", "rank": 20 } + ], + "title": { + "romaji": "Ore no Imouto ga Konna ni Kawaii Wake ga Nai", + "english": "Oreimo", + "native": "俺の妹がこんなに可愛いわけがない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683856189, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx8769-ScwwByWVEnfx.jpg" + } + }, + { + "id": 819, + "idMal": 819, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 49, + "synonyms": [ + "I'm My Little Sister's Secret", + "I'm in Love With My Little Sister" + ], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Incest", "rank": 95 }, + { "name": "Twins", "rank": 82 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Shoujo", "rank": 73 }, + { "name": "Love Triangle", "rank": 60 } + ], + "title": { + "romaji": "Boku wa Imouto ni Koi wo Suru", + "english": "I'm In Love With My Sister", + "native": "僕は妹に恋をする" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683856196, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/819.jpg" + } + }, + { + "id": 21776, + "idMal": 33206, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Kobayashi-san Chi no Maid Dragon", + "小林家的龙女仆", + "น้องเมดมังกรของคุณโคบายาชิ", + "Дракониха-горничная госпожи Кобаяси" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Found Family", "rank": 96 }, + { "name": "Dragons", "rank": 95 }, + { "name": "Monster Girl", "rank": 92 }, + { "name": "Family Life", "rank": 91 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "Cute Girls Doing Cute Things", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Magic", "rank": 88 }, + { "name": "Maids", "rank": 85 }, + { "name": "Episodic", "rank": 83 }, + { "name": "Urban", "rank": 77 }, + { "name": "Yuri", "rank": 76 }, + { "name": "Urban Fantasy", "rank": 75 }, + { "name": "LGBTQ+ Themes", "rank": 74 }, + { "name": "Seinen", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 67 }, + { "name": "Large Breasts", "rank": 67 }, + { "name": "Office Lady", "rank": 66 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Kuudere", "rank": 51 }, + { "name": "Software Development", "rank": 47 }, + { "name": "Isekai", "rank": 46 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Bisexual", "rank": 45 }, + { "name": "Philosophy", "rank": 40 } + ], + "title": { + "romaji": "Kobayashi-san Chi no Maidragon", + "english": "Miss Kobayashi's Dragon Maid", + "native": "小林さんちのメイドラゴン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683861645, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21776-FJiPcLQHeTiV.png" + } + }, + { + "id": 20566, + "idMal": 26351, + "status": "FINISHED", + "type": "ANIME", + "episodes": 16, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["La Disparition de Yuki Nagato"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "School Club", "rank": 79 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Dissociative Identities", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 50 }, + { "name": "Seinen", "rank": 46 }, + { "name": "Ensemble Cast", "rank": 40 }, + { "name": "Cute Girls Doing Cute Things", "rank": 40 }, + { "name": "Kuudere", "rank": 30 } + ], + "title": { + "romaji": "Nagato Yuki-chan no Shoushitsu", + "english": "The Disappearance of Nagato Yuki-chan", + "native": "長門有希ちゃんの消失" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683864832, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20566-BSk4WYE7kJsy.jpg" + } + }, + { + "id": 19369, + "idMal": 19369, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 96 }, + { "name": "Otaku Culture", "rank": 96 }, + { "name": "Politics", "rank": 96 }, + { "name": "Maids", "rank": 75 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "Teacher", "rank": 71 }, + { "name": "Language Barrier", "rank": 66 }, + { "name": "Kemonomimi", "rank": 64 }, + { "name": "Surreal Comedy", "rank": 62 }, + { "name": "Hikikomori", "rank": 60 }, + { "name": "Female Harem", "rank": 58 }, + { "name": "Magic", "rank": 56 }, + { "name": "School", "rank": 55 }, + { "name": "Elf", "rank": 53 }, + { "name": "Parody", "rank": 51 }, + { "name": "Military", "rank": 51 }, + { "name": "Tsundere", "rank": 43 }, + { "name": "Video Games", "rank": 40 }, + { "name": "Rape", "rank": 40 }, + { "name": "Dragons", "rank": 20 }, + { "name": "Disability", "rank": 20 }, + { "name": "Time Skip", "rank": 15 } + ], + "title": { + "romaji": "Outbreak Company", + "english": "Outbreak Company", + "native": "アウトブレイク・カンパニー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683899840, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx19369-tqo5gtkecbSZ.jpg" + } + }, + { + "id": 99726, + "idMal": 36038, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Neto-juu no Susume", + "Netojuu no Susume", + "Recommendation of the Wonderful Virtual Life", + "Recommendation of The Internet Enhancement", + "Netoju" + ], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Video Games", "rank": 97 }, + { "name": "Virtual World", "rank": 92 }, + { "name": "Otaku Culture", "rank": 88 }, + { "name": "Hikikomori", "rank": 87 }, + { "name": "Primarily Adult Cast", "rank": 86 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Heterosexual", "rank": 84 }, + { "name": "Gender Bending", "rank": 69 }, + { "name": "Josei", "rank": 62 }, + { "name": "Parody", "rank": 60 }, + { "name": "Male Protagonist", "rank": 44 }, + { "name": "Love Triangle", "rank": 38 } + ], + "title": { + "romaji": "Net-juu no Susume", + "english": "Recovery of an MMO Junkie", + "native": "ネト充のススメ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683899959, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99726-tta6v7TKGYKa.jpg" + } + }, + { + "id": 118103, + "idMal": 41833, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["เจ้าแวมไพร์ พันธุ์ตายไว"], + "genres": ["Comedy", "Supernatural"], + "tags": [ + { "name": "Episodic", "rank": 97 }, + { "name": "Slapstick", "rank": 95 }, + { "name": "Vampire", "rank": 94 }, + { "name": "Surreal Comedy", "rank": 86 }, + { "name": "Primarily Adult Cast", "rank": 85 }, + { "name": "Urban Fantasy", "rank": 85 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Urban", "rank": 64 }, + { "name": "Animals", "rank": 62 }, + { "name": "Police", "rank": 60 }, + { "name": "Parody", "rank": 60 }, + { "name": "Shounen", "rank": 57 }, + { "name": "Video Games", "rank": 55 }, + { "name": "Nun", "rank": 20 } + ], + "title": { + "romaji": "Kyuuketsuki Sugu Shinu", + "english": "The Vampire Dies in No Time", + "native": "吸血鬼すぐ死ぬ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684022297, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx118103-pue9xw0RB1mc.jpg" + } + }, + { + "id": 4382, + "idMal": 4382, + "status": "FINISHED", + "type": "ANIME", + "episodes": 28, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "凉宫春日的忧郁 (2009)", + "La Mélancolie de Haruhi Suzumiya", + "La Malinconia di Haruhi Suzumiya", + "Меланхолия Харухи Судзумии. Второй сезон" + ], + "genres": ["Comedy", "Mystery", "Sci-Fi", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Urban Fantasy", "rank": 86 }, + { "name": "School", "rank": 81 }, + { "name": "Time Manipulation", "rank": 81 }, + { "name": "School Club", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Gods", "rank": 78 }, + { "name": "Aliens", "rank": 78 }, + { "name": "Parody", "rank": 73 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Philosophy", "rank": 68 }, + { "name": "Memory Manipulation", "rank": 62 }, + { "name": "Tsundere", "rank": 56 }, + { "name": "Kuudere", "rank": 54 }, + { "name": "Meta", "rank": 51 }, + { "name": "Magic", "rank": 40 }, + { "name": "Maids", "rank": 31 }, + { "name": "CGI", "rank": 20 }, + { "name": "Cosmic Horror", "rank": 20 } + ], + "title": { + "romaji": "Suzumiya Haruhi no Yuuutsu (2009)", + "english": "The Melancholy of Haruhi Suzumiya (2009)", + "native": "涼宮ハルヒの憂鬱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684096527, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4382-kBhZ7fV6IFSI.png" + } + }, + { + "id": 16444, + "idMal": 16444, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 23, + "synonyms": ["Mondaiji-tachi ga Isekai kara Kuru sou desu yo? OVA"], + "genres": ["Fantasy", "Supernatural"], + "tags": [ + { "name": "Isekai", "rank": 75 }, + { "name": "Super Power", "rank": 65 }, + { "name": "Kemonomimi", "rank": 60 }, + { "name": "Gods", "rank": 40 }, + { "name": "Nudity", "rank": 30 } + ], + "title": { + "romaji": "Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?: Onsen Manyuuki", + "english": "Problem Children Are Coming From Another World, Aren't They? OVA", + "native": "問題児たちが異世界から来るそうですよ? ~温泉漫遊記~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684096971, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16444-lreIjv4Urghh.png" + } + }, + { + "id": 21548, + "idMal": 24317, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Anthology", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Public Sex", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Nun", "rank": 60 }, + { "name": "Large Breasts", "rank": 40 }, + { "name": "Nakadashi", "rank": 40 }, + { "name": "School Club", "rank": 40 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Deepthroat", "rank": 40 }, + { "name": "Cosplay", "rank": 40 }, + { "name": "Maids", "rank": 40 }, + { "name": "Tennis", "rank": 40 }, + { "name": "Fellatio", "rank": 30 }, + { "name": "Defloration", "rank": 30 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Boobjob", "rank": 20 } + ], + "title": { + "romaji": "Love Colon", + "english": null, + "native": "らぶコロン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684104326, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21548-D3M8h2hgJGR9.png" + } + }, + { + "id": 1281, + "idMal": 1281, + "status": "FINISHED", + "type": "ANIME", + "episodes": 19, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Ghosts at School", "Fantasmi a scuola"], + "genres": ["Horror", "Mystery", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 98 }, + { "name": "Primarily Child Cast", "rank": 95 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "School", "rank": 80 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Youkai", "rank": 79 }, + { "name": "Afterlife", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 73 }, + { "name": "Parody", "rank": 71 }, + { "name": "Demons", "rank": 66 }, + { "name": "Animals", "rank": 60 }, + { "name": "Skeleton", "rank": 53 }, + { "name": "Tanned Skin", "rank": 36 } + ], + "title": { + "romaji": "Gakkou no Kaidan", + "english": "Ghost Stories", + "native": "学校の怪談" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684116000, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1281-1D6fuMnHwor0.png" + } + }, + { + "id": 103222, + "idMal": 37979, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Drama", "Ecchi", "Horror", "Mahou Shoujo"], + "tags": [ + { "name": "Magic", "rank": 92 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Super Power", "rank": 85 }, + { "name": "Military", "rank": 81 }, + { "name": "War", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Gore", "rank": 72 }, + { "name": "Henshin", "rank": 65 }, + { "name": "Guns", "rank": 62 }, + { "name": "Terrorism", "rank": 62 }, + { "name": "Torture", "rank": 60 }, + { "name": "Fairy", "rank": 60 }, + { "name": "Seinen", "rank": 56 }, + { "name": "Body Horror", "rank": 46 }, + { "name": "Assassins", "rank": 45 }, + { "name": "Foreign", "rank": 40 }, + { "name": "Sadism", "rank": 40 }, + { "name": "Nudity", "rank": 30 }, + { "name": "CGI", "rank": 28 }, + { "name": "Human Pet", "rank": 20 }, + { "name": "Bondage", "rank": 20 }, + { "name": "Scissoring", "rank": 20 } + ], + "title": { + "romaji": "Mahou Shoujo Tokushusen Asuka", + "english": "Magical Girl Spec-Ops Asuka", + "native": "魔法少女特殊戦あすか" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684126039, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx103222-wqNFOfxscteC.jpg" + } + }, + { + "id": 13093, + "idMal": 13093, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 26, + "synonyms": [], + "genres": ["Ecchi", "Mystery", "Romance"], + "tags": [ + { "name": "Crossover", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Seinen", "rank": 50 } + ], + "title": { + "romaji": "Nazo no Kanojo X: Nazo no Natsu Matsuri", + "english": "Mysterious Girlfriend X: Nazo no Natsu Matsuri", + "native": "謎の彼女X 謎の夏祭り" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684140323, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx13093-zPk93tzXlDA8.jpg" + } + }, + { + "id": 11111, + "idMal": 11111, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": [ + "Horror", + "Mystery", + "Psychological", + "Supernatural", + "Thriller" + ], + "tags": [ + { "name": "Tragedy", "rank": 91 }, + { "name": "Gore", "rank": 88 }, + { "name": "School", "rank": 87 }, + { "name": "Primarily Teen Cast", "rank": 83 }, + { "name": "Memory Manipulation", "rank": 82 }, + { "name": "Survival", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Kuudere", "rank": 73 }, + { "name": "Ghost", "rank": 72 }, + { "name": "Suicide", "rank": 66 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Urban Fantasy", "rank": 64 }, + { "name": "Twins", "rank": 60 }, + { "name": "Denpa", "rank": 53 }, + { "name": "American Football", "rank": 46 }, + { "name": "Asexual", "rank": 40 } + ], + "title": { + "romaji": "Another", + "english": "Another", + "native": "アナザー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684140345, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11111-Y4QgkX8gJQCa.png" + } + }, + { + "id": 15037, + "idMal": 15037, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 29, + "synonyms": ["Corpse Party: Tortured Souls – The Curse of Tortured Souls"], + "genres": ["Horror", "Mystery", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 99 }, + { "name": "Gore", "rank": 96 }, + { "name": "Tragedy", "rank": 95 }, + { "name": "Alternate Universe", "rank": 80 }, + { "name": "School", "rank": 76 }, + { "name": "Body Horror", "rank": 71 }, + { "name": "Female Protagonist", "rank": 68 }, + { "name": "Isekai", "rank": 66 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "Ensemble Cast", "rank": 60 }, + { "name": "Memory Manipulation", "rank": 60 }, + { "name": "Skeleton", "rank": 53 }, + { "name": "Suicide", "rank": 50 }, + { "name": "Time Manipulation", "rank": 46 }, + { "name": "Male Protagonist", "rank": 33 } + ], + "title": { + "romaji": "Corpse Party: Tortured Souls - Bougyakusareta Tamashii no Jukyou", + "english": "Corpse Party", + "native": "コープスパーティー Tortured Souls -暴虐された魂の呪叫-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684140357, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15037-32PupkILJcuv.jpg" + } + }, + { + "id": 101016, + "idMal": 36992, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 10, + "synonyms": ["Tomie"], + "genres": ["Drama", "Horror", "Supernatural"], + "tags": [ + { "name": "Gore", "rank": 79 }, + { "name": "Monster Girl", "rank": 79 }, + { "name": "Josei", "rank": 40 } + ], + "title": { + "romaji": "Itou Junji: Collection - Tomie", + "english": "Junji Ito Collection: Tomie", + "native": "伊藤潤二「コレクション」富江" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684140366, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b101016-VM4HXz6S5myf.jpg" + } + }, + { + "id": 226, + "idMal": 226, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Elfen Song", "Elfic Song", "妖精的旋律", "Эльфийская песнь"], + "genres": [ + "Action", + "Drama", + "Ecchi", + "Horror", + "Psychological", + "Romance", + "Supernatural" + ], + "tags": [ + { "name": "Gore", "rank": 92 }, + { "name": "Amnesia", "rank": 89 }, + { "name": "Fugitive", "rank": 89 }, + { "name": "Super Power", "rank": 87 }, + { "name": "Tragedy", "rank": 86 }, + { "name": "Dissociative Identities", "rank": 85 }, + { "name": "Monster Girl", "rank": 82 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Philosophy", "rank": 75 }, + { "name": "Nudity", "rank": 74 }, + { "name": "Body Horror", "rank": 74 }, + { "name": "Revenge", "rank": 73 }, + { "name": "Yandere", "rank": 70 }, + { "name": "Primarily Female Cast", "rank": 70 }, + { "name": "Love Triangle", "rank": 68 }, + { "name": "Conspiracy", "rank": 66 }, + { "name": "Rape", "rank": 64 }, + { "name": "Bullying", "rank": 63 }, + { "name": "Kemonomimi", "rank": 60 }, + { "name": "Incest", "rank": 60 }, + { "name": "Male Protagonist", "rank": 59 }, + { "name": "Military", "rank": 56 }, + { "name": "Heterosexual", "rank": 56 }, + { "name": "Family Life", "rank": 53 }, + { "name": "Rural", "rank": 50 }, + { "name": "Primarily Teen Cast", "rank": 35 }, + { "name": "Slapstick", "rank": 30 } + ], + "title": { + "romaji": "Elfen Lied", + "english": "Elfen Lied", + "native": "エルフェンリート" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684140375, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx226-vqteB2impeYH.png" + } + }, + { + "id": 6880, + "idMal": 6880, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Horror", "Sci-Fi"], + "tags": [ + { "name": "Tragedy", "rank": 96 }, + { "name": "Super Power", "rank": 95 }, + { "name": "Gore", "rank": 84 }, + { "name": "Death Game", "rank": 81 }, + { "name": "Survival", "rank": 79 }, + { "name": "Prison", "rank": 79 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Body Horror", "rank": 66 }, + { "name": "Male Protagonist", "rank": 64 }, + { "name": "Dissociative Identities", "rank": 55 }, + { "name": "Memory Manipulation", "rank": 53 }, + { "name": "Rape", "rank": 52 }, + { "name": "Rehabilitation", "rank": 34 }, + { "name": "Guns", "rank": 20 } + ], + "title": { + "romaji": "Deadman Wonderland", + "english": "Deadman Wonderland", + "native": "デッドマン・ワンダーランド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684140381, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6880-4aWqFNTwzqp0.png" + } + }, + { + "id": 2104, + "idMal": 2104, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["The Inland Sea Bride"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Parody", "rank": 93 }, + { "name": "Mermaid", "rank": 82 }, + { "name": "School", "rank": 77 }, + { "name": "Gangs", "rank": 76 }, + { "name": "Yakuza", "rank": 68 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Idol", "rank": 55 }, + { "name": "Female Harem", "rank": 50 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Shounen", "rank": 33 }, + { "name": "Chibi", "rank": 20 }, + { "name": "Ensemble Cast", "rank": 20 } + ], + "title": { + "romaji": "Seto no Hanayome", + "english": "My Bride is a Mermaid", + "native": "瀬戸の花嫁" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684169050, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2104-8nyExxxIKd3P.jpg" + } + }, + { + "id": 20678, + "idMal": 23233, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Shinmai Maou no Keiyakusha"], + "genres": ["Action", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 92 }, + { "name": "Female Harem", "rank": 89 }, + { "name": "Demons", "rank": 89 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Succubus", "rank": 78 }, + { "name": "Magic", "rank": 71 }, + { "name": "Tsundere", "rank": 65 }, + { "name": "Monster Girl", "rank": 60 }, + { "name": "Kuudere", "rank": 55 }, + { "name": "School", "rank": 54 }, + { "name": "Primarily Teen Cast", "rank": 53 }, + { "name": "Philosophy", "rank": 52 }, + { "name": "Classic Literature", "rank": 37 }, + { "name": "Teacher", "rank": 26 } + ], + "title": { + "romaji": "Shinmai Maou no Testament", + "english": "The Testament of Sister New Devil", + "native": "新妹魔王の契約者" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684280803, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20678-58D9Yhi4GcH2.png" + } + }, + { + "id": 20754, + "idMal": 24765, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": [ + "Horror", + "Mystery", + "Psychological", + "Slice of Life", + "Supernatural" + ], + "tags": [ + { "name": "Survival", "rank": 93 }, + { "name": "School", "rank": 92 }, + { "name": "Post-Apocalyptic", "rank": 91 }, + { "name": "School Club", "rank": 90 }, + { "name": "Tragedy", "rank": 88 }, + { "name": "Zombie", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Female Protagonist", "rank": 81 }, + { "name": "Cute Girls Doing Cute Things", "rank": 77 }, + { "name": "Coming of Age", "rank": 77 }, + { "name": "Memory Manipulation", "rank": 74 }, + { "name": "Ensemble Cast", "rank": 69 }, + { "name": "Gore", "rank": 66 }, + { "name": "Achronological Order", "rank": 65 }, + { "name": "Seinen", "rank": 47 }, + { "name": "Episodic", "rank": 30 }, + { "name": "CGI", "rank": 29 } + ], + "title": { + "romaji": "Gakkou Gurashi!", + "english": "SCHOOL-LIVE!", + "native": "がっこうぐらし!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684280813, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20754-akxAqF4QwYzJ.jpg" + } + }, + { + "id": 128623, + "idMal": 48651, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "OVA", + "duration": 20, + "synonyms": ["Nope Nope Nurses THE ANIMATION", "Semen Extraction Ward"], + "genres": ["Hentai"], + "tags": [ + { "name": "Large Breasts", "rank": 100 }, + { "name": "Handjob", "rank": 90 }, + { "name": "Femdom", "rank": 84 }, + { "name": "Facial", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Sadism", "rank": 72 }, + { "name": "Fellatio", "rank": 70 }, + { "name": "Sex Toys", "rank": 66 }, + { "name": "Virginity", "rank": 60 }, + { "name": "Sumata", "rank": 60 }, + { "name": "Ashikoki", "rank": 60 }, + { "name": "Boobjob", "rank": 60 }, + { "name": "Defloration", "rank": 60 }, + { "name": "Watersports", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Ahegao", "rank": 40 } + ], + "title": { + "romaji": "Sakusei Byoutou THE ANIMATION", + "english": null, + "native": "搾精病棟 THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684299161, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx128623-lZNUOmCDf4Uc.jpg" + } + }, + { + "id": 17543, + "idMal": 17543, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 26, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Large Breasts", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Public Sex", "rank": 60 }, + { "name": "Netori", "rank": 60 }, + { "name": "Office Lady", "rank": 60 }, + { "name": "Fellatio", "rank": 50 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Defloration", "rank": 20 } + ], + "title": { "romaji": "D-spray", "english": null, "native": "D-spray" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684499581, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/17543.jpg" + } + }, + { + "id": 20031, + "idMal": 20031, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["D Frag", "D-Fragments!"], + "genres": ["Comedy"], + "tags": [ + { "name": "School", "rank": 96 }, + { "name": "Parody", "rank": 88 }, + { "name": "Slapstick", "rank": 88 }, + { "name": "Satire", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Chuunibyou", "rank": 79 }, + { "name": "Yandere", "rank": 79 }, + { "name": "School Club", "rank": 76 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Meta", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Chibi", "rank": 53 }, + { "name": "Delinquents", "rank": 52 }, + { "name": "Primarily Teen Cast", "rank": 46 }, + { "name": "Female Harem", "rank": 44 }, + { "name": "Seinen", "rank": 38 } + ], + "title": { + "romaji": "D-Frag!", + "english": null, + "native": "ディーふらぐ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684499590, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20031-WOR6bly9HOr1.jpg" + } + }, + { + "id": 20553, + "idMal": 21511, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["KanKore"], + "genres": ["Action", "Sci-Fi", "Slice of Life"], + "tags": [ + { "name": "Ships", "rank": 92 }, + { "name": "Military", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 83 }, + { "name": "Cute Girls Doing Cute Things", "rank": 82 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "School", "rank": 71 }, + { "name": "CGI", "rank": 53 }, + { "name": "Tragedy", "rank": 46 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "Kantai Collection: KanColle", + "english": "KanColle", + "native": "艦隊これくしょん -艦これ-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684558118, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20553-IwO19mSAgBo4.jpg" + } + }, + { + "id": 104198, + "idMal": 38337, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Gochiusa"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 98 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Coming of Age", "rank": 67 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Maids", "rank": 52 }, + { "name": "Work", "rank": 52 }, + { "name": "Magic", "rank": 36 } + ], + "title": { + "romaji": "Gochuumon wa Usagi desu ka? BLOOM", + "english": "Is the Order a Rabbit? BLOOM", + "native": "ご注文はうさぎですか? BLOOM" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684558179, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104198-bT8qBPJWxtiY.jpg" + } + }, + { + "id": 21561, + "idMal": 24849, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 22, + "synonyms": ["Residence of Obscene Art", "Injutsu no Yakata"], + "genres": ["Hentai"], + "tags": [ + { "name": "Demons", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Tentacles", "rank": 79 }, + { "name": "Ahegao", "rank": 79 }, + { "name": "Group Sex", "rank": 79 }, + { "name": "Anal Sex", "rank": 79 }, + { "name": "Facial", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Handjob", "rank": 79 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Elf", "rank": 79 }, + { "name": "Maids", "rank": 79 }, + { "name": "Incest", "rank": 60 }, + { "name": "Futanari", "rank": 60 }, + { "name": "Rape", "rank": 60 }, + { "name": "Slavery", "rank": 50 }, + { "name": "Succubus", "rank": 40 }, + { "name": "Lactation", "rank": 20 } + ], + "title": { + "romaji": "Inyutsu no Yakata THE ANIMATION", + "english": null, + "native": "淫術の館 THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684558447, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21561-RzmwLDfqEsKW.png" + } + }, + { + "id": 125428, + "idMal": 43690, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 25, + "synonyms": [ + "Sky-High Survival ", + "Tenku Shinpan - Sem Saída", + "غزاة ناطحات السحاب", + "หน้ากากเดนนรก", + "Invasión en las Alturas" + ], + "genres": ["Action", "Horror", "Mystery"], + "tags": [ + { "name": "Survival", "rank": 99 }, + { "name": "Death Game", "rank": 92 }, + { "name": "Battle Royale", "rank": 88 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Memory Manipulation", "rank": 81 }, + { "name": "Gods", "rank": 79 }, + { "name": "Urban", "rank": 78 }, + { "name": "Suicide", "rank": 78 }, + { "name": "Guns", "rank": 74 }, + { "name": "Gore", "rank": 66 }, + { "name": "LGBTQ+ Themes", "rank": 66 }, + { "name": "Ensemble Cast", "rank": 61 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Nudity", "rank": 54 }, + { "name": "Shounen", "rank": 53 }, + { "name": "Dissociative Identities", "rank": 48 }, + { "name": "Swordplay", "rank": 43 }, + { "name": "Amnesia", "rank": 40 }, + { "name": "Maids", "rank": 20 } + ], + "title": { + "romaji": "Tenkuu Shinpan", + "english": "High-Rise Invasion", + "native": "天空侵犯" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684576868, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx125428-eXVYIlRnCOtB.jpg" + } + }, + { + "id": 13601, + "idMal": 13601, + "status": "FINISHED", + "type": "ANIME", + "episodes": 22, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Психопаспорт"], + "genres": ["Action", "Psychological", "Sci-Fi", "Thriller"], + "tags": [ + { "name": "Detective", "rank": 96 }, + { "name": "Police", "rank": 95 }, + { "name": "Dystopian", "rank": 93 }, + { "name": "Cyberpunk", "rank": 92 }, + { "name": "Crime", "rank": 92 }, + { "name": "Primarily Adult Cast", "rank": 84 }, + { "name": "Philosophy", "rank": 83 }, + { "name": "Urban", "rank": 82 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Artificial Intelligence", "rank": 80 }, + { "name": "Conspiracy", "rank": 76 }, + { "name": "Revenge", "rank": 75 }, + { "name": "Guns", "rank": 71 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Anti-Hero", "rank": 67 }, + { "name": "Terrorism", "rank": 67 }, + { "name": "Gore", "rank": 64 }, + { "name": "Fugitive", "rank": 60 }, + { "name": "Augmented Reality", "rank": 60 }, + { "name": "Tragedy", "rank": 46 }, + { "name": "Body Horror", "rank": 46 }, + { "name": "Robots", "rank": 45 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Rape", "rank": 32 } + ], + "title": { + "romaji": "PSYCHO-PASS", + "english": "PSYCHO-PASS", + "native": "PSYCHO-PASS サイコパス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684730914, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx13601-tgjUlf4eQOyx.jpg" + } + }, + { + "id": 15689, + "idMal": 15689, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "TV", + "duration": 27, + "synonyms": [], + "genres": ["Drama", "Mystery", "Psychological", "Romance", "Supernatural"], + "tags": [ + { "name": "Nekomimi", "rank": 91 }, + { "name": "Urban Fantasy", "rank": 91 }, + { "name": "Youkai", "rank": 82 }, + { "name": "Philosophy", "rank": 77 }, + { "name": "Dissociative Identities", "rank": 77 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Vampire", "rank": 72 }, + { "name": "Achronological Order", "rank": 72 }, + { "name": "Gore", "rank": 70 }, + { "name": "Primarily Teen Cast", "rank": 68 }, + { "name": "Nudity", "rank": 67 }, + { "name": "Heterosexual", "rank": 55 }, + { "name": "Kemonomimi", "rank": 52 } + ], + "title": { + "romaji": "Nekomonogatari (Kuro)", + "english": "Nekomonogatari Black", + "native": "猫物語(黒)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684737448, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx15689-dUVKJCvuDffq.jpg" + } + }, + { + "id": 8129, + "idMal": 8129, + "status": "FINISHED", + "type": "ANIME", + "episodes": 11, + "chapters": null, + "format": "TV", + "duration": 22, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Josei", "rank": 96 }, + { "name": "Crossdressing", "rank": 87 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Primarily Adult Cast", "rank": 84 }, + { "name": "Otaku Culture", "rank": 81 }, + { "name": "Slapstick", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Found Family", "rank": 76 }, + { "name": "Makeup", "rank": 73 }, + { "name": "Gender Bending", "rank": 70 }, + { "name": "Love Triangle", "rank": 70 }, + { "name": "Politics", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 68 }, + { "name": "Fashion", "rank": 66 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Femboy", "rank": 65 }, + { "name": "Urban", "rank": 57 }, + { "name": "LGBTQ+ Themes", "rank": 53 }, + { "name": "Drawing", "rank": 45 } + ], + "title": { + "romaji": "Kuragehime", + "english": "Princess Jellyfish", + "native": "海月姫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684742246, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx8129-VasAsXbiixR1.jpg" + } + }, + { + "id": 107226, + "idMal": 39026, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "How Many Kilograms are the Dumbbells You Lift?", + "Danberu Nan Kiro Moteru?", + "Dumbbell : Combien tu peux soulever ?", + "แก๊งสาวป่วน ก๊วนฟิตเนส" + ], + "genres": ["Comedy", "Ecchi", "Slice of Life", "Sports"], + "tags": [ + { "name": "Fitness", "rank": 99 }, + { "name": "Educational", "rank": 89 }, + { "name": "Athletics", "rank": 89 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Urban", "rank": 86 }, + { "name": "Tomboy", "rank": 86 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Episodic", "rank": 83 }, + { "name": "Shounen", "rank": 75 }, + { "name": "Tanned Skin", "rank": 68 }, + { "name": "Gyaru", "rank": 67 }, + { "name": "Cute Girls Doing Cute Things", "rank": 67 }, + { "name": "Parody", "rank": 66 }, + { "name": "Boxing", "rank": 66 }, + { "name": "Meta", "rank": 65 }, + { "name": "Teacher", "rank": 61 }, + { "name": "Food", "rank": 56 }, + { "name": "School", "rank": 48 }, + { "name": "Cosplay", "rank": 40 }, + { "name": "Nudity", "rank": 40 } + ], + "title": { + "romaji": "Dumbbell Nan Kilo Moteru?", + "english": "How Heavy Are the Dumbbells You Lift?", + "native": "ダンベル何キロ持てる?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684746831, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107226-T8HvVeAN0FWg.png" + } + }, + { + "id": 135806, + "idMal": 49220, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Ojisan in Another World", + "ยอดคุณน้าจากต่างโลก", + "Mi tío es de otro mundo", + "Coma héroïque dans un autre monde", + "O Tio de Outro Mundo", + "דוד מעולם אחר", + "Θείος Από Άλλο Κόσμο", + "Дядько з іншого світу" + ], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 93 }, + { "name": "Parody", "rank": 92 }, + { "name": "Magic", "rank": 85 }, + { "name": "Meta", "rank": 83 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Otaku Culture", "rank": 78 }, + { "name": "Video Games", "rank": 77 }, + { "name": "Tsundere", "rank": 77 }, + { "name": "Primarily Adult Cast", "rank": 77 }, + { "name": "Elf", "rank": 76 }, + { "name": "Surreal Comedy", "rank": 72 }, + { "name": "Memory Manipulation", "rank": 66 }, + { "name": "POV", "rank": 65 }, + { "name": "Female Harem", "rank": 64 }, + { "name": "Heterosexual", "rank": 63 }, + { "name": "Satire", "rank": 62 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Tragedy", "rank": 58 }, + { "name": "Urban Fantasy", "rank": 54 }, + { "name": "Achronological Order", "rank": 48 }, + { "name": "Crossdressing", "rank": 47 }, + { "name": "Dragons", "rank": 46 }, + { "name": "Gender Bending", "rank": 43 }, + { "name": "Episodic", "rank": 40 }, + { "name": "Shapeshifting", "rank": 40 }, + { "name": "Feet", "rank": 40 }, + { "name": "Prison", "rank": 31 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Isekai Oji-san", + "english": "Uncle from Another World", + "native": "異世界おじさん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684817830, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx135806-NwyVfDvm0O3G.jpg" + } + }, + { + "id": 112609, + "idMal": 40571, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "MajoTabi", + "마녀의 여행", + "魔女之旅", + "Elainas Reise", + "การเดินทางของคุณแม่มด", + "Странствующая ведьма" + ], + "genres": ["Adventure", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Witch", "rank": 96 }, + { "name": "Episodic", "rank": 96 }, + { "name": "Magic", "rank": 95 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Travel", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 78 }, + { "name": "Achronological Order", "rank": 78 }, + { "name": "Time Skip", "rank": 78 }, + { "name": "Tragedy", "rank": 72 }, + { "name": "LGBTQ+ Themes", "rank": 56 }, + { "name": "Anti-Hero", "rank": 55 }, + { "name": "Gore", "rank": 53 }, + { "name": "Time Manipulation", "rank": 52 }, + { "name": "Yuri", "rank": 52 }, + { "name": "Philosophy", "rank": 52 }, + { "name": "Foreign", "rank": 49 }, + { "name": "Alternate Universe", "rank": 43 }, + { "name": "Incest", "rank": 37 }, + { "name": "Body Swapping", "rank": 35 }, + { "name": "Slavery", "rank": 32 }, + { "name": "Iyashikei", "rank": 32 }, + { "name": "Gangs", "rank": 28 }, + { "name": "Suicide", "rank": 28 }, + { "name": "Amnesia", "rank": 23 }, + { "name": "Feet", "rank": 10 } + ], + "title": { + "romaji": "Majo no Tabitabi", + "english": "Wandering Witch: The Journey of Elaina", + "native": "魔女の旅々" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684831147, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx112609-dbpOh4fdXAlC.jpg" + } + }, + { + "id": 2139, + "idMal": 2139, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": ["Kakyuusei 2 (2006)"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [{ "name": "Female Harem", "rank": 50 }], + "title": { + "romaji": "Kakyuusei 2: Ki Hanashi Atsumari (Anthology)", + "english": null, + "native": "下級生2~季花詞集〔Anthology〕~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684835191, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2139-BcR2BIyaGZyy.png" + } + }, + { + "id": 141949, + "idMal": 50425, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "More than a Couple, Less than Lovers.", + "แผนสมรสไม่สมเลิฟ", + "Presque mariés, loin d'être amoureux.", + "Больше чем пара, меньше чем любовники", + "Fuukoi", + "ふうこい" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 92 }, + { "name": "Love Triangle", "rank": 91 }, + { "name": "Tsundere", "rank": 87 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Gyaru", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 82 }, + { "name": "Family Life", "rank": 82 }, + { "name": "Female Harem", "rank": 82 }, + { "name": "School", "rank": 80 }, + { "name": "Shounen", "rank": 80 }, + { "name": "Kuudere", "rank": 76 }, + { "name": "Otaku Culture", "rank": 73 }, + { "name": "Tomboy", "rank": 68 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Feet", "rank": 40 }, + { "name": "Athletics", "rank": 32 }, + { "name": "LGBTQ+ Themes", "rank": 22 }, + { "name": "Achronological Order", "rank": 20 } + ], + "title": { + "romaji": "Fuufu Ijou, Koibito Miman.", + "english": "More than a Married Couple, but Not Lovers.", + "native": "夫婦以上、恋人未満。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684835234, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx141949-tViCIRHPZAyG.jpg" + } + }, + { + "id": 10719, + "idMal": 10719, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "I Don't Have Many Friends", + "Boku ha Tomodachi ga Sukunai", + "我的朋友很少" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 90 }, + { "name": "School Club", "rank": 90 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Female Harem", "rank": 82 }, + { "name": "Primarily Female Cast", "rank": 76 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Video Games", "rank": 58 }, + { "name": "Nudity", "rank": 56 }, + { "name": "Crossdressing", "rank": 48 }, + { "name": "Nun", "rank": 43 }, + { "name": "Bullying", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Chuunibyou", "rank": 30 }, + { "name": "Cute Girls Doing Cute Things", "rank": 26 } + ], + "title": { + "romaji": "Boku wa Tomodachi ga Sukunai", + "english": "Haganai", + "native": "僕は友達が少ない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684983423, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10719-aNf9gOOw62Fs.png" + } + }, + { + "id": 20455, + "idMal": 20555, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Music", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Band", "rank": 79 }, + { "name": "Zombie", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Idol", "rank": 73 }, + { "name": "CGI", "rank": 46 } + ], + "title": { + "romaji": "SoniAni: SUPER SONICO THE ANIMATION", + "english": "Soni-Ani: SUPER SONICO THE ANIMATION", + "native": "そにアニ -SUPER SONICO THE ANIMATION-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684985821, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20455-idVtmB4eERac.png" + } + }, + { + "id": 934, + "idMal": 934, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "When the Cicadas Cry", + "Higurashi: When They Cry", + "Cuando las Cigarras Lloran", + "Quando as Cigarras Choram", + "쓰르라미 울 적에", + "כשהציקדות בוכות", + "Hinamizawa, le village maudit", + "Higurashi When They Cry (2006 anime version) ", + "ยามเมื่อเหล่าจักจั่นกรีดร้อง", + "Khi ve sầu ngân", + "Higurashi: Όταν Κλαίνε τα Τζιτζίκια" + ], + "genres": [ + "Horror", + "Mystery", + "Psychological", + "Supernatural", + "Thriller" + ], + "tags": [ + { "name": "Denpa", "rank": 98 }, + { "name": "Alternate Universe", "rank": 96 }, + { "name": "Ensemble Cast", "rank": 94 }, + { "name": "Time Manipulation", "rank": 93 }, + { "name": "Tragedy", "rank": 89 }, + { "name": "Rural", "rank": 85 }, + { "name": "Conspiracy", "rank": 85 }, + { "name": "Achronological Order", "rank": 84 }, + { "name": "Gore", "rank": 82 }, + { "name": "Body Horror", "rank": 73 }, + { "name": "Bullying", "rank": 73 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "Torture", "rank": 72 }, + { "name": "Yandere", "rank": 68 }, + { "name": "Twins", "rank": 68 }, + { "name": "Urban Fantasy", "rank": 68 }, + { "name": "Pandemic", "rank": 63 }, + { "name": "Mythology", "rank": 62 }, + { "name": "Primarily Female Cast", "rank": 61 }, + { "name": "Female Protagonist", "rank": 61 }, + { "name": "School Club", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Cosmic Horror", "rank": 60 }, + { "name": "Shrine Maiden", "rank": 58 }, + { "name": "Police", "rank": 58 }, + { "name": "Historical", "rank": 50 }, + { "name": "Crossdressing", "rank": 44 } + ], + "title": { + "romaji": "Higurashi no Naku Koro ni", + "english": "When They Cry", + "native": "ひぐらしのなく頃に" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685193248, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx934-EOn2UlXaLUtj.jpg" + } + }, + { + "id": 20657, + "idMal": 23277, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Saekano", + "路人女主的养成方法", + "วิธีปั้นสาวบ้านให้มาเป็นนางเอกของผม" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Otaku Culture", "rank": 93 }, + { "name": "Female Harem", "rank": 90 }, + { "name": "Heterosexual", "rank": 90 }, + { "name": "Software Development", "rank": 84 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Meta", "rank": 81 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Writing", "rank": 76 }, + { "name": "Video Games", "rank": 72 }, + { "name": "Kuudere", "rank": 64 }, + { "name": "Tsundere", "rank": 63 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Ensemble Cast", "rank": 60 }, + { "name": "School", "rank": 44 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Drawing", "rank": 40 } + ], + "title": { + "romaji": "Saenai Heroine no Sodatekata", + "english": "Saekano: How to Raise a Boring Girlfriend", + "native": "冴えない彼女の育てかた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685239661, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx20657-pMZBj6K6mLhi.jpg" + } + }, + { + "id": 99586, + "idMal": 35983, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Ecchi", "Slice of Life", "Sports"], + "tags": [ + { "name": "Volleyball", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "School Club", "rank": 66 }, + { "name": "Cute Girls Doing Cute Things", "rank": 64 }, + { "name": "Outdoor", "rank": 61 }, + { "name": "Twins", "rank": 56 }, + { "name": "Seinen", "rank": 48 } + ], + "title": { + "romaji": "Harukana Receive", + "english": "Harukana Receive", + "native": "はるかなレシーブ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685269896, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99586-mnJTcYlTpC5T.jpg" + } + }, + { + "id": 21639, + "idMal": 32686, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Hip Whip Girl"], + "genres": ["Comedy", "Ecchi", "Sports"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "Parody", "rank": 85 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Shounen", "rank": 80 }, + { "name": "Fitness", "rank": 80 }, + { "name": "Super Power", "rank": 69 }, + { "name": "Nudity", "rank": 63 }, + { "name": "School", "rank": 60 }, + { "name": "Yuri", "rank": 60 }, + { "name": "Dissociative Identities", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Delinquents", "rank": 50 } + ], + "title": { + "romaji": "Keijo!!!!!!!!", + "english": "Keijo!!!!!!!!", + "native": "競女!!!!!!!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685269905, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21639-tdDGBK68CQk0.jpg" + } + }, + { + "id": 1453, + "idMal": 1453, + "status": "FINISHED", + "type": "ANIME", + "episodes": 96, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Ikkoku House", "Juliette je t'aime", "Cara dolce Kyoko"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 90 }, + { "name": "Seinen", "rank": 84 }, + { "name": "Primarily Adult Cast", "rank": 83 }, + { "name": "Coming of Age", "rank": 82 }, + { "name": "Love Triangle", "rank": 81 }, + { "name": "Male Protagonist", "rank": 74 }, + { "name": "Episodic", "rank": 74 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "College", "rank": 56 }, + { "name": "Female Harem", "rank": 52 }, + { "name": "Male Harem", "rank": 52 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Ensemble Cast", "rank": 40 }, + { "name": "Tennis", "rank": 37 }, + { "name": "School Club", "rank": 20 }, + { "name": "Baseball", "rank": 10 }, + { "name": "Rugby", "rank": 10 } + ], + "title": { + "romaji": "Maison Ikkoku", + "english": null, + "native": "めぞん一刻" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685434466, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1986 }, + "endDate": { "year": 1988 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx1453-mghhMKzxEVcQ.jpg" + } + }, + { + "id": 106863, + "idMal": 38924, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Nekomimi", "rank": 97 }, + { "name": "Cute Girls Doing Cute Things", "rank": 89 }, + { "name": "Maids", "rank": 82 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Kemonomimi", "rank": 80 }, + { "name": "Work", "rank": 73 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Nudity", "rank": 65 }, + { "name": "Food", "rank": 54 }, + { "name": "Female Protagonist", "rank": 53 }, + { "name": "Tanned Skin", "rank": 53 }, + { "name": "LGBTQ+ Themes", "rank": 46 }, + { "name": "Fairy Tale", "rank": 44 }, + { "name": "Tsundere", "rank": 42 }, + { "name": "Kuudere", "rank": 40 } + ], + "title": { + "romaji": "Nekopara", + "english": "Nekopara", + "native": "ネコぱら" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685583623, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx106863-CxiCK7HejySK.png" + } + }, + { + "id": 2076, + "idMal": 2076, + "status": "FINISHED", + "type": "ANIME", + "episodes": 148, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Les Enquêtes de Kindaichi", + "Young Kindaichi's Casebook", + "Kindaichi Case Files" + ], + "genres": ["Mystery"], + "tags": [ + { "name": "Male Protagonist", "rank": 95 }, + { "name": "Police", "rank": 88 }, + { "name": "Detective", "rank": 85 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Episodic", "rank": 70 }, + { "name": "Love Triangle", "rank": 20 } + ], + "title": { + "romaji": "Kindaichi Shounen no Jikenbo (TV)", + "english": null, + "native": "金田一少年の事件簿 (TV)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685614202, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1997 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2076-vT2rhZTMroej.jpg" + } + }, + { + "id": 128545, + "idMal": 46093, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Aquatope of White Sand", + "The two girls met in the ruins of damaged dream", + "อควาโทปแห่งทรายขาว", + "Aquatope di Atas Pasir Putih" + ], + "genres": ["Drama", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Coming of Age", "rank": 96 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Work", "rank": 91 }, + { "name": "Animals", "rank": 88 }, + { "name": "Environmental", "rank": 80 }, + { "name": "Iyashikei", "rank": 74 }, + { "name": "Educational", "rank": 71 }, + { "name": "Primarily Female Cast", "rank": 71 }, + { "name": "Office Lady", "rank": 65 }, + { "name": "Primarily Adult Cast", "rank": 62 }, + { "name": "Time Skip", "rank": 61 }, + { "name": "Urban Fantasy", "rank": 56 }, + { "name": "Family Life", "rank": 48 }, + { "name": "Mopeds", "rank": 33 }, + { "name": "Scuba Diving", "rank": 31 } + ], + "title": { + "romaji": "Shiroi Suna no Aquatope", + "english": "The aquatope on white sand", + "native": "白い砂のアクアトープ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685661903, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx128545-8ooIQffo7elA.png" + } + }, + { + "id": 1577, + "idMal": 1577, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": ["Sei in arresto!", "Équipières de choc"], + "genres": ["Action", "Comedy"], + "tags": [ + { "name": "Police", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Motorcycles", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Cars", "rank": 46 }, + { "name": "Seinen", "rank": 30 }, + { "name": "Mopeds", "rank": 20 } + ], + "title": { + "romaji": "Taiho Shichauzo", + "english": "You're Under Arrest!", + "native": "逮捕しちゃうぞ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685687384, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1994 }, + "endDate": { "year": 1995 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1577.jpg" + } + }, + { + "id": 100556, + "idMal": 36817, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Age Gap", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 74 }, + { "name": "Gyaru", "rank": 70 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Female Harem", "rank": 61 }, + { "name": "Male Protagonist", "rank": 58 }, + { "name": "Cute Girls Doing Cute Things", "rank": 56 }, + { "name": "Crossdressing", "rank": 55 }, + { "name": "Seinen", "rank": 55 }, + { "name": "Nudity", "rank": 52 } + ], + "title": { + "romaji": "Sunoharasou no Kanrinin-san", + "english": "Miss Caretaker of Sunohara-sou", + "native": "すのはら荘の管理人さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685766783, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx100556-wmH1DPNTjklR.jpg" + } + }, + { + "id": 10357, + "idMal": 10357, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Jintai", "ตัวฉันกับวันสิ้นโลก"], + "genres": ["Comedy", "Fantasy", "Sci-Fi"], + "tags": [ + { "name": "Satire", "rank": 95 }, + { "name": "Post-Apocalyptic", "rank": 90 }, + { "name": "Surreal Comedy", "rank": 87 }, + { "name": "Achronological Order", "rank": 85 }, + { "name": "Female Protagonist", "rank": 83 }, + { "name": "Fairy", "rank": 79 }, + { "name": "Episodic", "rank": 77 }, + { "name": "Lost Civilization", "rank": 75 }, + { "name": "Magic", "rank": 50 }, + { "name": "Food", "rank": 50 }, + { "name": "Cute Girls Doing Cute Things", "rank": 47 }, + { "name": "Yandere", "rank": 34 }, + { "name": "Robots", "rank": 32 }, + { "name": "Time Manipulation", "rank": 28 } + ], + "title": { + "romaji": "Jinrui wa Suitai Shimashita", + "english": "Humanity Has Declined", + "native": "人類は衰退しました" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685868531, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx10357-mCskMbKFVHmu.png" + } + }, + { + "id": 4581, + "idMal": 4581, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Corpse Princess: Shikabane Hime"], + "genres": ["Action", "Drama", "Horror", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Revenge", "rank": 65 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Guns", "rank": 40 }, + { "name": "Zombie", "rank": 20 }, + { "name": "Episodic", "rank": 20 } + ], + "title": { + "romaji": "Shikabane Hime: Aka", + "english": "Corpse Princess: Aka", + "native": "屍姫 赫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685868550, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4581-RT3vGrNYCVqY.jpg" + } + }, + { + "id": 105074, + "idMal": 38610, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 13, + "synonyms": ["Magical Senpai"], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 95 }, + { "name": "Slapstick", "rank": 87 }, + { "name": "Magic", "rank": 84 }, + { "name": "School", "rank": 76 }, + { "name": "Episodic", "rank": 76 }, + { "name": "Nudity", "rank": 71 }, + { "name": "Satire", "rank": 40 }, + { "name": "Bondage", "rank": 35 }, + { "name": "Gyaru", "rank": 30 }, + { "name": "Seinen", "rank": 25 }, + { "name": "Meta", "rank": 20 }, + { "name": "Sweat", "rank": 20 }, + { "name": "Yandere", "rank": 12 } + ], + "title": { + "romaji": "Tejina Senpai", + "english": "Magical Sempai", + "native": "手品先輩" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685948029, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105074-flcJxKWZ5IZz.jpg" + } + }, + { + "id": 2167, + "idMal": 2167, + "status": "FINISHED", + "type": "ANIME", + "episodes": 23, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "School", "rank": 93 }, + { "name": "Coming of Age", "rank": 93 }, + { "name": "Primarily Teen Cast", "rank": 86 }, + { "name": "Family Life", "rank": 84 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Ghost", "rank": 82 }, + { "name": "School Club", "rank": 80 }, + { "name": "Tragedy", "rank": 78 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "Ensemble Cast", "rank": 68 }, + { "name": "Amnesia", "rank": 65 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Kuudere", "rank": 53 }, + { "name": "Female Harem", "rank": 51 }, + { "name": "Urban Fantasy", "rank": 50 }, + { "name": "Tsundere", "rank": 48 }, + { "name": "Twins", "rank": 44 }, + { "name": "Basketball", "rank": 42 }, + { "name": "Baseball", "rank": 40 }, + { "name": "Gangs", "rank": 40 } + ], + "title": { + "romaji": "CLANNAD", + "english": "Clannad", + "native": "CLANNAD -クラナド-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686184616, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2167-ubU2875AFRTH.jpg" + } + }, + { + "id": 4720, + "idMal": 4720, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["W.A.", "ホワイトアルバム"], + "genres": ["Drama", "Music", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 85 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Idol", "rank": 73 }, + { "name": "Musical", "rank": 60 }, + { "name": "Love Triangle", "rank": 53 }, + { "name": "College", "rank": 20 }, + { "name": "Kuudere", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "WHITE ALBUM", + "english": "White Album", + "native": "WHITE ALBUM" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686184823, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4720-5wuPkrYXAyMV.jpg" + } + }, + { + "id": 6392, + "idMal": 6392, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 24, + "synonyms": [ + "Isshoni Training: Training with Hinako", + "Training Together: Training with Hinako" + ], + "genres": ["Ecchi", "Sports"], + "tags": [ + { "name": "Educational", "rank": 96 }, + { "name": "Isekai", "rank": 90 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Meta", "rank": 75 }, + { "name": "Fitness", "rank": 66 }, + { "name": "POV", "rank": 60 } + ], + "title": { + "romaji": "Issho ni Training: Training with Hinako", + "english": null, + "native": "いっしょにとれーにんぐ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686202225, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/6392.jpg" + } + }, + { + "id": 14227, + "idMal": 14227, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Tonari no Kaibutsukun", + "The Monster Next Door", + "My Neighbor Monster-kun", + "Le Garçon d'à coté", + "Bestia z ławki obok" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 91 }, + { "name": "Shoujo", "rank": 90 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Kuudere", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Tsundere", "rank": 74 }, + { "name": "Heterosexual", "rank": 70 }, + { "name": "Love Triangle", "rank": 62 }, + { "name": "Coming of Age", "rank": 61 }, + { "name": "Male Protagonist", "rank": 60 } + ], + "title": { + "romaji": "Tonari no Kaibutsu-kun", + "english": "My Little Monster", + "native": "となりの怪物くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686353141, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14227-VGxPG1xDZG7v.jpg" + } + }, + { + "id": 6586, + "idMal": 6586, + "status": "FINISHED", + "type": "ANIME", + "episodes": 50, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "YumePati", + "Yume-Iro Pâtissière", + "Dream-Colored Pastry Chef" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Food", "rank": 87 }, + { "name": "School", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 85 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Primarily Child Cast", "rank": 79 }, + { "name": "Fairy", "rank": 79 }, + { "name": "Shoujo", "rank": 76 }, + { "name": "Kids", "rank": 60 }, + { "name": "Fairy Tale", "rank": 60 } + ], + "title": { + "romaji": "Yumeiro Pâtissière", + "english": "Yumeiro Patissiere", + "native": "夢色パティシエール" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686360863, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/6586.jpg" + } + }, + { + "id": 7411, + "idMal": 7411, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 29, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Female Harem", "rank": 96 }, + { "name": "Defloration", "rank": 79 }, + { "name": "Boobjob", "rank": 66 }, + { "name": "Threesome", "rank": 60 }, + { "name": "Large Breasts", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Ashikoki", "rank": 53 }, + { "name": "Incest", "rank": 50 }, + { "name": "Masturbation", "rank": 40 }, + { "name": "Sumata", "rank": 40 }, + { "name": "Public Sex", "rank": 30 }, + { "name": "Handjob", "rank": 26 }, + { "name": "Trains", "rank": 20 }, + { "name": "Flat Chest", "rank": 20 }, + { "name": "Maids", "rank": 20 } + ], + "title": { + "romaji": "Kanojo x Kanojo x Kanojo: Sanshimai to no Dokidoki Kyoudou Seikatsu", + "english": "Kanojo x Kanojo x Kanojo", + "native": "彼女×彼女×彼女~三姉妹とのドキドキ共同生活~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686439558, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx7411-wnaz1hKfzjYf.png" + } + }, + { + "id": 2533, + "idMal": 2533, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": ["Dvine [Luv]", "Dvine Luv"], + "genres": ["Hentai"], + "tags": [], + "title": { + "romaji": "D+VINE[LUV]", + "english": null, + "native": "D+VINE[LUV][ディヴァイン ラヴ]" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686444251, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2533.jpg" + } + }, + { + "id": 1347, + "idMal": 1347, + "status": "FINISHED", + "type": "ANIME", + "episodes": 8, + "chapters": null, + "format": "OVA", + "duration": 41, + "synonyms": ["Bubblegum Crisis 2032", "Bubblegum Crisis 2033"], + "genres": ["Action", "Mecha", "Sci-Fi"], + "tags": [ + { "name": "Cyberpunk", "rank": 97 }, + { "name": "Robots", "rank": 96 }, + { "name": "Police", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Tokusatsu", "rank": 79 }, + { "name": "Motorcycles", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 72 }, + { "name": "Primarily Adult Cast", "rank": 72 }, + { "name": "Episodic", "rank": 53 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Idol", "rank": 40 }, + { "name": "Band", "rank": 20 }, + { "name": "Super Power", "rank": 20 } + ], + "title": { + "romaji": "Bubblegum Crisis", + "english": "Bubblegum Crisis", + "native": "バブルガムクライシス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686544636, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1987 }, + "endDate": { "year": 1991 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx1347-4NzCZYQQwIjb.jpg" + } + }, + { + "id": 24, + "idMal": 24, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Ensemble Cast", "rank": 100 }, + { "name": "Love Triangle", "rank": 91 }, + { "name": "School", "rank": 90 }, + { "name": "Delinquents", "rank": 88 }, + { "name": "Tsundere", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 76 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Parody", "rank": 74 }, + { "name": "Episodic", "rank": 72 }, + { "name": "Kuudere", "rank": 66 }, + { "name": "Shounen", "rank": 57 }, + { "name": "Butler", "rank": 40 }, + { "name": "Super Power", "rank": 30 } + ], + "title": { + "romaji": "School Rumble", + "english": "School Rumble", + "native": "スクールランブル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686795512, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx24-InbFkgWGvqIK.png" + } + }, + { + "id": 10800, + "idMal": 10800, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 22, + "synonyms": ["Chihayafull"], + "genres": ["Drama", "Romance", "Slice of Life", "Sports"], + "tags": [ + { "name": "Karuta", "rank": 97 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "School Club", "rank": 79 }, + { "name": "Love Triangle", "rank": 76 }, + { "name": "Coming of Age", "rank": 71 }, + { "name": "Josei", "rank": 67 }, + { "name": "School", "rank": 67 }, + { "name": "Athletics", "rank": 56 }, + { "name": "Ensemble Cast", "rank": 55 }, + { "name": "Primarily Teen Cast", "rank": 55 }, + { "name": "Heterosexual", "rank": 53 }, + { "name": "Tomboy", "rank": 36 }, + { "name": "Bullying", "rank": 30 }, + { "name": "Slapstick", "rank": 26 }, + { "name": "CGI", "rank": 20 } + ], + "title": { + "romaji": "Chihayafuru", + "english": "Chihayafuru", + "native": "ちはやふる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686914239, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10800-k7mg1BIvnKhZ.png" + } + }, + { + "id": 1852, + "idMal": 1852, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 95 }, + { "name": "Iyashikei", "rank": 94 }, + { "name": "Achronological Order", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "School", "rank": 85 }, + { "name": "Drawing", "rank": 84 }, + { "name": "Female Protagonist", "rank": 81 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Chibi", "rank": 79 }, + { "name": "Episodic", "rank": 71 } + ], + "title": { + "romaji": "Hidamari Sketch", + "english": "Hidamari Sketch", + "native": "ひだまりスケッチ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686993205, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1852-ru4zOAvNn1Aq.png" + } + }, + { + "id": 116566, + "idMal": 41433, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["아쿠다마 드라이브", "Акудама Драйв"], + "genres": ["Action", "Drama", "Sci-Fi", "Thriller"], + "tags": [ + { "name": "Anti-Hero", "rank": 97 }, + { "name": "Urban", "rank": 96 }, + { "name": "Crime", "rank": 95 }, + { "name": "Cyberpunk", "rank": 93 }, + { "name": "Dystopian", "rank": 91 }, + { "name": "Fugitive", "rank": 91 }, + { "name": "Tragedy", "rank": 90 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Ensemble Cast", "rank": 81 }, + { "name": "Prison", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 74 }, + { "name": "Gore", "rank": 69 }, + { "name": "Conspiracy", "rank": 67 }, + { "name": "Politics", "rank": 66 }, + { "name": "Yandere", "rank": 62 }, + { "name": "Artificial Intelligence", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "CGI", "rank": 57 }, + { "name": "Motorcycles", "rank": 55 }, + { "name": "Virtual World", "rank": 54 }, + { "name": "Trains", "rank": 53 }, + { "name": "Tanned Skin", "rank": 48 }, + { "name": "Kuudere", "rank": 41 }, + { "name": "Space", "rank": 33 } + ], + "title": { + "romaji": "Akudama Drive", + "english": "Akudama Drive", + "native": "アクダマドライブ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686993481, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx116566-6qREQAAfbEDi.jpg" + } + }, + { + "id": 1530, + "idMal": 1530, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Kanon Remake", "Kanon 2006"], + "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Amnesia", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Family Life", "rank": 79 }, + { "name": "School", "rank": 76 }, + { "name": "Tragedy", "rank": 74 }, + { "name": "Ghost", "rank": 70 }, + { "name": "Female Harem", "rank": 68 }, + { "name": "Heterosexual", "rank": 68 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Age Regression", "rank": 31 }, + { "name": "Suicide", "rank": 30 } + ], + "title": { + "romaji": "Kanon (2006)", + "english": "Kanon (2006)", + "native": "カノン (2006)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687154799, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1530-nkzstlVZhZNG.jpg" + } + }, + { + "id": 20446, + "idMal": 21677, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Cpt. Earth"], + "genres": ["Mecha", "Sci-Fi"], + "tags": [ + { "name": "Space", "rank": 60 }, + { "name": "Super Robot", "rank": 60 }, + { "name": "Aliens", "rank": 50 }, + { "name": "War", "rank": 40 }, + { "name": "Super Power", "rank": 30 } + ], + "title": { + "romaji": "Captain Earth", + "english": "Captain Earth", + "native": "キャプテン・アース" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687318474, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20446-raX25lZndRm7.jpg" + } + }, + { + "id": 101981, + "idMal": 37281, + "status": "FINISHED", + "type": "ANIME", + "episodes": 9, + "chapters": null, + "format": "TV_SHORT", + "duration": 5, + "synonyms": [ + "Falling Girls! : A Girl Comes... Falling from the Second Floor?!" + ], + "genres": ["Comedy", "Ecchi", "Hentai"], + "tags": [ + { "name": "Female Harem", "rank": 80 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Nudity", "rank": 75 }, + { "name": "Nakadashi", "rank": 70 }, + { "name": "Handjob", "rank": 60 }, + { "name": "Virginity", "rank": 60 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Fellatio", "rank": 30 }, + { "name": "Voyeur", "rank": 20 }, + { "name": "Acting", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Hikikomori", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Meta", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Squirting", "rank": 20 }, + { "name": "Tsundere", "rank": 20 } + ], + "title": { + "romaji": "Joshi Ochi!: 2-kai kara Onna no Ko ga... Futte kita!?", + "english": "What She Fell on Was the Tip of My Dick", + "native": "じょしおちっ!~2階から女の子が…降ってきた!?~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687356369, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101981-f4nDbUB9GWv3.png" + } + }, + { + "id": 21234, + "idMal": 31043, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Bokumachi", + "Desaparecido", + "Miasto beze mnie", + "รีไววัล ย้อนอดีตไขปริศนา", + "ย้อนอดีตไขปริศนา" + ], + "genres": ["Drama", "Mystery", "Psychological", "Supernatural", "Thriller"], + "tags": [ + { "name": "Age Regression", "rank": 94 }, + { "name": "Time Manipulation", "rank": 93 }, + { "name": "Crime", "rank": 92 }, + { "name": "Tragedy", "rank": 89 }, + { "name": "Time Skip", "rank": 88 }, + { "name": "Primarily Child Cast", "rank": 82 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Detective", "rank": 80 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Alternate Universe", "rank": 78 }, + { "name": "Seinen", "rank": 72 }, + { "name": "School", "rank": 72 }, + { "name": "Fugitive", "rank": 66 }, + { "name": "Revenge", "rank": 64 }, + { "name": "Teacher", "rank": 61 }, + { "name": "Heterosexual", "rank": 58 }, + { "name": "Amnesia", "rank": 55 }, + { "name": "Rehabilitation", "rank": 54 }, + { "name": "Bullying", "rank": 52 }, + { "name": "Ensemble Cast", "rank": 50 }, + { "name": "Kuudere", "rank": 45 } + ], + "title": { + "romaji": "Boku dake ga Inai Machi", + "english": "ERASED", + "native": "僕だけがいない街" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687571951, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21234-v2NMgPyoVRoM.jpg" + } + }, + { + "id": 129201, + "idMal": 47194, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Summertime Render", + "ปริศนาบ้านเก่า เงามรณะ", + "A Ilha das Sombras", + "夏日重现", + "La Isla de las Sombras", + "Tajemnica wyspy ", + "לעבור את הקיץ" + ], + "genres": ["Action", "Drama", "Mystery", "Supernatural", "Thriller"], + "tags": [ + { "name": "Time Manipulation", "rank": 98 }, + { "name": "Shapeshifting", "rank": 94 }, + { "name": "Reincarnation", "rank": 89 }, + { "name": "Tragedy", "rank": 87 }, + { "name": "Super Power", "rank": 87 }, + { "name": "Rural", "rank": 86 }, + { "name": "Mythology", "rank": 86 }, + { "name": "Alternate Universe", "rank": 85 }, + { "name": "Body Swapping", "rank": 83 }, + { "name": "Religion", "rank": 83 }, + { "name": "Ensemble Cast", "rank": 81 }, + { "name": "Dissociative Identities", "rank": 81 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Cosmic Horror", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Gore", "rank": 74 }, + { "name": "Shounen", "rank": 73 }, + { "name": "Amnesia", "rank": 71 }, + { "name": "Body Horror", "rank": 70 }, + { "name": "Aliens", "rank": 65 }, + { "name": "Ghost", "rank": 63 }, + { "name": "Guns", "rank": 61 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Denpa", "rank": 57 }, + { "name": "Tanned Skin", "rank": 57 }, + { "name": "Love Triangle", "rank": 51 }, + { "name": "Feet", "rank": 40 } + ], + "title": { + "romaji": "Summer Time Render", + "english": "Summer Time Rendering", + "native": "サマータイムレンダ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687571962, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129201-HJBauga2be8I.png" + } + }, + { + "id": 98631, + "idMal": 35434, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Coming of Age", "rank": 79 }, + { "name": "School", "rank": 68 }, + { "name": "Twins", "rank": 50 } + ], + "title": { + "romaji": "Konbini Kareshi", + "english": "Convenience Store Boy Friends", + "native": "コンビニカレシ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687603351, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98631-0kMzIHmPycbF.png" + } + }, + { + "id": 21050, + "idMal": 30014, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "ONA", + "duration": 13, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Yandere", "rank": 40 }, + { "name": "Love Triangle", "rank": 33 }, + { "name": "Kuudere", "rank": 20 }, + { "name": "Tomboy", "rank": 20 } + ], + "title": { + "romaji": "Momokuri", + "english": "Momokuri", + "native": "ももくり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687675838, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21050-jGDgfWrFdCIJ.jpg" + } + }, + { + "id": 20910, + "idMal": 29786, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Shimoseka"], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Satire", "rank": 96 }, + { "name": "Politics", "rank": 96 }, + { "name": "School", "rank": 90 }, + { "name": "Dystopian", "rank": 89 }, + { "name": "Terrorism", "rank": 88 }, + { "name": "Hypersexuality", "rank": 83 }, + { "name": "Parody", "rank": 82 }, + { "name": "Yandere", "rank": 82 }, + { "name": "Crime", "rank": 81 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Nudity", "rank": 77 }, + { "name": "Educational", "rank": 72 }, + { "name": "Femdom", "rank": 63 }, + { "name": "Crossdressing", "rank": 56 }, + { "name": "Rape", "rank": 55 }, + { "name": "Kuudere", "rank": 31 }, + { "name": "Slapstick", "rank": 20 } + ], + "title": { + "romaji": "Shimoneta to Iu Gainen ga Sonzai Shinai Taikutsu na Sekai", + "english": "SHIMONETA: A Boring World Where the Concept of Dirty Jokes Doesn’t Exist", + "native": "下ネタという概念が存在しない退屈な世界" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687686360, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20910-U7txwG3o9gma.jpg" + } + }, + { + "id": 99639, + "idMal": 36000, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["The Space Between the Sky and the Sea"], + "genres": ["Adventure", "Sci-Fi"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Mythology", "rank": 79 }, + { "name": "Fishing", "rank": 77 }, + { "name": "Female Protagonist", "rank": 71 }, + { "name": "Space", "rank": 60 }, + { "name": "Robots", "rank": 60 }, + { "name": "Gods", "rank": 20 } + ], + "title": { + "romaji": "Sora to Umi no Aida", + "english": "Between the Sky and Sea", + "native": "ソラとウミのアイダ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687741359, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99639-spdT8FCSOlBN.jpg" + } + }, + { + "id": 97832, + "idMal": 34382, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Цитрус"], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 97 }, + { "name": "Inseki", "rank": 96 }, + { "name": "LGBTQ+ Themes", "rank": 93 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Primarily Teen Cast", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "School", "rank": 76 }, + { "name": "Love Triangle", "rank": 74 }, + { "name": "Gyaru", "rank": 71 }, + { "name": "Rape", "rank": 60 }, + { "name": "Family Life", "rank": 58 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Bisexual", "rank": 37 } + ], + "title": { "romaji": "citrus", "english": "Citrus", "native": "citrus" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687765209, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx97832-XPMLlgFULgJW.jpg" + } + }, + { + "id": 107961, + "idMal": 39326, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Would you even fall in love with a pervert as long as it's a cutie?", + "Kawaiikereba Hentai demo Suki ni Natte Kuremasu ka?" + ], + "genres": ["Comedy", "Ecchi", "Mystery", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 95 }, + { "name": "Heterosexual", "rank": 88 }, + { "name": "Sadism", "rank": 85 }, + { "name": "Human Pet", "rank": 83 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Incest", "rank": 74 }, + { "name": "School", "rank": 72 }, + { "name": "Parody", "rank": 65 }, + { "name": "Exhibitionism", "rank": 64 }, + { "name": "School Club", "rank": 61 }, + { "name": "Tsundere", "rank": 59 }, + { "name": "Primarily Female Cast", "rank": 56 }, + { "name": "Detective", "rank": 56 }, + { "name": "Bondage", "rank": 55 }, + { "name": "Meta", "rank": 53 }, + { "name": "Feet", "rank": 50 }, + { "name": "Calligraphy", "rank": 39 }, + { "name": "Photography", "rank": 38 } + ], + "title": { + "romaji": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", + "english": "Hensuki: Are you willing to fall in love with a pervert, as long as she’s a cutie?", + "native": "可愛ければ変態でも好きになってくれますか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687911940, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107961-8aQlUDwwRpQS.jpg" + } + }, + { + "id": 20997, + "idMal": 28999, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance", "Sci-Fi", "Supernatural"], + "tags": [ + { "name": "Super Power", "rank": 97 }, + { "name": "Time Manipulation", "rank": 91 }, + { "name": "Tragedy", "rank": 91 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Primarily Teen Cast", "rank": 85 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "School Club", "rank": 83 }, + { "name": "School", "rank": 81 }, + { "name": "Body Swapping", "rank": 80 }, + { "name": "Amnesia", "rank": 75 }, + { "name": "Dissociative Identities", "rank": 72 }, + { "name": "Female Protagonist", "rank": 71 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "Survival", "rank": 63 }, + { "name": "Memory Manipulation", "rank": 61 }, + { "name": "Anti-Hero", "rank": 57 }, + { "name": "Primarily Female Cast", "rank": 53 }, + { "name": "Slapstick", "rank": 47 }, + { "name": "Delinquents", "rank": 46 }, + { "name": "Tomboy", "rank": 44 }, + { "name": "Gore", "rank": 42 }, + { "name": "Yandere", "rank": 41 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Band", "rank": 38 }, + { "name": "Bullying", "rank": 33 }, + { "name": "Baseball", "rank": 30 }, + { "name": "CGI", "rank": 20 } + ], + "title": { + "romaji": "Charlotte", + "english": null, + "native": "Charlotte(シャーロット)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687921989, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx20997-FGhaAtfnXCsH.jpg" + } + }, + { + "id": 21319, + "idMal": 28391, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["AoKana"], + "genres": ["Drama", "Sci-Fi", "Sports"], + "tags": [ + { "name": "Athletics", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "School Club", "rank": 65 }, + { "name": "School", "rank": 60 }, + { "name": "Aviation", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "CGI", "rank": 46 }, + { "name": "Ojou-sama", "rank": 20 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "Ao no Kanata no Four Rhythm", + "english": "AOKANA: Four Rhythm Across the Blue", + "native": "蒼の彼方のフォーリズム" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687937727, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21319-U2RmvTzscBT3.jpg" + } + }, + { + "id": 4975, + "idMal": 4975, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 27, + "synonyms": ["ChaoS;HEAd"], + "genres": ["Mystery", "Psychological", "Sci-Fi", "Supernatural"], + "tags": [ + { "name": "Memory Manipulation", "rank": 97 }, + { "name": "Conspiracy", "rank": 92 }, + { "name": "Urban Fantasy", "rank": 91 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Hikikomori", "rank": 83 }, + { "name": "Primarily Female Cast", "rank": 74 }, + { "name": "Super Power", "rank": 73 }, + { "name": "Denpa", "rank": 65 }, + { "name": "Female Harem", "rank": 64 }, + { "name": "Software Development", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Heterosexual", "rank": 55 }, + { "name": "Otaku Culture", "rank": 50 }, + { "name": "Urban", "rank": 40 }, + { "name": "School", "rank": 37 }, + { "name": "Anti-Hero", "rank": 32 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "ChäoS;HEAd", + "english": "ChäoS;HEAd", + "native": "カオスヘッド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688202439, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx4975-89ESCZZNG4yZ.jpg" + } + }, + { + "id": 114302, + "idMal": 40960, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Cheat Pharmicist's Slow Life: Making a Drug Store in Another World", + "ชีวิตสโลว์ไลฟ์ของหมอยาสุดโกงเปิดร้านขายยาที่ต่างโลก" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Episodic", "rank": 97 }, + { "name": "Iyashikei", "rank": 94 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Drugs", "rank": 91 }, + { "name": "Medicine", "rank": 86 }, + { "name": "Isekai", "rank": 81 }, + { "name": "Female Harem", "rank": 73 }, + { "name": "Kemonomimi", "rank": 70 }, + { "name": "Ghost", "rank": 70 }, + { "name": "Gods", "rank": 70 }, + { "name": "Conspiracy", "rank": 66 }, + { "name": "Werewolf", "rank": 58 }, + { "name": "Magic", "rank": 53 }, + { "name": "Found Family", "rank": 53 }, + { "name": "Elf", "rank": 51 } + ], + "title": { + "romaji": "Cheat Kusushi no Slow Life: Isekai ni Tsukurou Drugstore", + "english": "Drug Store in Another World - The Slow Life of a Cheat Pharmacist", + "native": "チート薬師のスローライフ~異世界に作ろうドラッグストア~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688268660, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx114302-xfqGNUaK59lQ.jpg" + } + }, + { + "id": 2775, + "idMal": 2775, + "status": "FINISHED", + "type": "ANIME", + "episodes": 5, + "chapters": null, + "format": "OVA", + "duration": 29, + "synonyms": [], + "genres": ["Action", "Horror", "Mecha", "Psychological", "Sci-Fi"], + "tags": [ + { "name": "Cyberpunk", "rank": 95 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Gore", "rank": 85 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Military", "rank": 60 }, + { "name": "Nudity", "rank": 50 } + ], + "title": { + "romaji": "Genocyber", + "english": "Genocyber", + "native": "ジェノサイバー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688276665, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1994 }, + "endDate": { "year": 1994 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2775-GrmImvJgETGn.png" + } + }, + { + "id": 21243, + "idMal": 31091, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 2, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 } + ], + "title": { + "romaji": "Komori-san wa Kotowarenai!", + "english": "Komori-san Can't Decline!", + "native": "小森さんは断れない!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688287944, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21243-2MVJbNklJsKC.jpg" + } + }, + { + "id": 2993, + "idMal": 2993, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Rosario and Vampire"], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "School", "rank": 98 }, + { "name": "Monster Girl", "rank": 86 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Female Harem", "rank": 83 }, + { "name": "Vampire", "rank": 81 }, + { "name": "Witch", "rank": 80 }, + { "name": "Love Triangle", "rank": 80 }, + { "name": "Henshin", "rank": 80 }, + { "name": "School Club", "rank": 79 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Youkai", "rank": 68 }, + { "name": "Nudity", "rank": 67 }, + { "name": "Succubus", "rank": 66 }, + { "name": "Dissociative Identities", "rank": 65 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Kuudere", "rank": 50 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Meta", "rank": 35 }, + { "name": "Mermaid", "rank": 26 } + ], + "title": { + "romaji": "Rosario to Vampire", + "english": "Rosario + Vampire", + "native": "ロザリオとバンパイア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688382995, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2993.jpg" + } + }, + { + "id": 107490, + "idMal": 39071, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Street Corner Demon", "街角魔族"], + "genres": ["Comedy", "Fantasy", "Mahou Shoujo", "Slice of Life"], + "tags": [ + { "name": "Slapstick", "rank": 97 }, + { "name": "Cute Girls Doing Cute Things", "rank": 93 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Demons", "rank": 87 }, + { "name": "Magic", "rank": 85 }, + { "name": "Parody", "rank": 84 }, + { "name": "Urban Fantasy", "rank": 80 }, + { "name": "Meta", "rank": 76 }, + { "name": "Kuudere", "rank": 76 }, + { "name": "Henshin", "rank": 72 }, + { "name": "Primarily Teen Cast", "rank": 72 }, + { "name": "Surreal Comedy", "rank": 70 }, + { "name": "Super Power", "rank": 69 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Urban", "rank": 65 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Iyashikei", "rank": 60 }, + { "name": "Monster Girl", "rank": 55 }, + { "name": "School", "rank": 52 }, + { "name": "Family Life", "rank": 45 }, + { "name": "Food", "rank": 42 }, + { "name": "Coming of Age", "rank": 41 } + ], + "title": { + "romaji": "Machikado Mazoku", + "english": "The Demon Girl Next Door", + "native": "まちカドまぞく" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688388326, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107490-wolT0UvNSetx.png" + } + }, + { + "id": 5680, + "idMal": 5680, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Keion", "K on", "K-on", "케이온!", "轻音少女"], + "genres": ["Comedy", "Music", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 96 }, + { "name": "Cute Girls Doing Cute Things", "rank": 95 }, + { "name": "Band", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Iyashikei", "rank": 87 }, + { "name": "School", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Seinen", "rank": 78 }, + { "name": "Coming of Age", "rank": 74 }, + { "name": "Ensemble Cast", "rank": 68 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Food", "rank": 49 } + ], + "title": { "romaji": "K-ON!", "english": "K-ON!", "native": "けいおん!" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688478869, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5680-Xh6B67KuZ2PU.png" + } + }, + { + "id": 7785, + "idMal": 7785, + "status": "FINISHED", + "type": "ANIME", + "episodes": 11, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Yojo-Han Shinwa Taikei", + "Yojou-Han Shinwa Taikei", + "Yojohan Shinwa Taikei", + "四叠半神话大系", + "4½ Tatami Mythological Chronicles" + ], + "genres": ["Comedy", "Mystery", "Psychological", "Romance"], + "tags": [ + { "name": "Coming of Age", "rank": 92 }, + { "name": "College", "rank": 92 }, + { "name": "Surreal Comedy", "rank": 91 }, + { "name": "Philosophy", "rank": 88 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Alternate Universe", "rank": 83 }, + { "name": "Primarily Adult Cast", "rank": 83 }, + { "name": "Episodic", "rank": 83 }, + { "name": "School Club", "rank": 80 }, + { "name": "Proxy Battle", "rank": 79 }, + { "name": "Time Manipulation", "rank": 77 }, + { "name": "Achronological Order", "rank": 77 }, + { "name": "Cult", "rank": 71 }, + { "name": "Meta", "rank": 70 }, + { "name": "Heterosexual", "rank": 68 }, + { "name": "Ensemble Cast", "rank": 65 }, + { "name": "Satire", "rank": 64 }, + { "name": "Mythology", "rank": 43 }, + { "name": "Tennis", "rank": 35 }, + { "name": "Cycling", "rank": 32 }, + { "name": "Gods", "rank": 26 } + ], + "title": { + "romaji": "Yojouhan Shinwa Taikei", + "english": "The Tatami Galaxy", + "native": "四畳半神話大系" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688549946, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx7785-TMqYIFkWDCgy.jpg" + } + }, + { + "id": 166710, + "idMal": 55848, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": null, + "duration": null, + "synonyms": ["Suicide Squad ISEKAI"], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 91 }, + { "name": "Anti-Hero", "rank": 80 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Crossover", "rank": 73 }, + { "name": "Crime", "rank": 68 }, + { "name": "CGI", "rank": 20 } + ], + "title": { + "romaji": "Isekai Suicide Squad", + "english": "Suicide Squad ISEKAI", + "native": "異世界スーサイド・スクワッド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688553866, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166710-RbPr7n3rm0LN.jpg" + } + }, + { + "id": 20987, + "idMal": 28825, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["干物妹!小埋"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Otaku Culture", "rank": 92 }, + { "name": "Chibi", "rank": 77 }, + { "name": "Cute Girls Doing Cute Things", "rank": 76 }, + { "name": "Family Life", "rank": 75 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 71 }, + { "name": "Urban", "rank": 68 }, + { "name": "Ensemble Cast", "rank": 66 }, + { "name": "Parody", "rank": 65 }, + { "name": "School", "rank": 62 }, + { "name": "Food", "rank": 46 }, + { "name": "Seinen", "rank": 45 } + ], + "title": { + "romaji": "Himouto! Umaru-chan", + "english": null, + "native": "干物妹!うまるちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688567720, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20987-9Tq7kZTeJPMo.jpg" + } + }, + { + "id": 21378, + "idMal": 31845, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Nudity", "rank": 93 }, + { "name": "Female Harem", "rank": 89 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 76 }, + { "name": "School", "rank": 73 }, + { "name": "Isekai", "rank": 42 }, + { "name": "Watersports", "rank": 30 }, + { "name": "Achronological Order", "rank": 26 } + ], + "title": { + "romaji": "Masou Gakuen HxH", + "english": "Hybrid x Heart Magias Academy Ataraxia", + "native": "魔装学園H×H" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688600393, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21378-83u2Jo9aACxx.jpg" + } + }, + { + "id": 101773, + "idMal": 37920, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 12, + "synonyms": ["笨拙之极的上野 "], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 91 }, + { "name": "Tsundere", "rank": 88 }, + { "name": "Surreal Comedy", "rank": 85 }, + { "name": "School", "rank": 83 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Seinen", "rank": 65 }, + { "name": "Satire", "rank": 64 }, + { "name": "Primarily Female Cast", "rank": 56 }, + { "name": "Watersports", "rank": 56 }, + { "name": "Cosmic Horror", "rank": 46 } + ], + "title": { + "romaji": "Ueno-san wa Bukiyou", + "english": "How clumsy you are, Miss Ueno.", + "native": "上野さんは不器用" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688601253, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b101773-hb7ccdHdtEfT.jpg" + } + }, + { + "id": 126790, + "idMal": 44275, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["selepro", "Отборочный проект"], + "genres": ["Music", "Slice of Life"], + "tags": [ + { "name": "Idol", "rank": 99 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Ensemble Cast", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Musical", "rank": 80 }, + { "name": "Dancing", "rank": 76 }, + { "name": "Cute Girls Doing Cute Things", "rank": 71 }, + { "name": "CGI", "rank": 65 }, + { "name": "Tragedy", "rank": 55 }, + { "name": "Ojou-sama", "rank": 46 }, + { "name": "Tomboy", "rank": 35 } + ], + "title": { + "romaji": "SELECTION PROJECT", + "english": "Selection Project", + "native": "SELECTION PROJECT" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688624058, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx126790-n7ko65bBCMVI.jpg" + } + }, + { + "id": 4451, + "idMal": 4451, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 45, + "synonyms": ["Human Relations"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Age Gap", "rank": 79 }, + { "name": "School", "rank": 60 }, + { "name": "Slapstick", "rank": 60 } + ], + "title": { + "romaji": "Tanin no Kankei", + "english": "Homeroom Affairs", + "native": "他人の関係" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688626563, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1994 }, + "endDate": { "year": 1994 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b4451-zOXhQUlNGOUJ.png" + } + }, + { + "id": 21238, + "idMal": 31080, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Unhappy♪"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 96 }, + { "name": "Surreal Comedy", "rank": 95 }, + { "name": "School", "rank": 92 }, + { "name": "Slapstick", "rank": 84 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Robots", "rank": 33 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "Anne Happy♪", + "english": "Anne-Happy", + "native": "あんハピ♪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688636605, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21238-nCMUieIslAYI.jpg" + } + }, + { + "id": 1193, + "idMal": 1193, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Happy 7"], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Female Harem", "rank": 20 }, + { "name": "Henshin", "rank": 20 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "Happy Seven: The TV Manga", + "english": null, + "native": "はっぴぃセブン ~ざ・テレビまんが~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688636629, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1193.jpg" + } + }, + { + "id": 8425, + "idMal": 8425, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ゴシック"], + "genres": ["Drama", "Mystery", "Romance"], + "tags": [ + { "name": "Detective", "rank": 95 }, + { "name": "Crime", "rank": 91 }, + { "name": "Foreign", "rank": 86 }, + { "name": "Historical", "rank": 84 }, + { "name": "Conspiracy", "rank": 80 }, + { "name": "Tragedy", "rank": 77 }, + { "name": "Tsundere", "rank": 74 }, + { "name": "Heterosexual", "rank": 72 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "War", "rank": 55 }, + { "name": "School", "rank": 50 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Trains", "rank": 35 }, + { "name": "Bullying", "rank": 35 }, + { "name": "Military", "rank": 32 }, + { "name": "Time Skip", "rank": 32 }, + { "name": "Twins", "rank": 20 }, + { "name": "Tomboy", "rank": 20 }, + { "name": "Rape", "rank": 20 } + ], + "title": { "romaji": "GOSICK", "english": "Gosick", "native": "GOSICK" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688637338, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx8425-Bn14ayPjnq9o.jpg" + } + }, + { + "id": 20584, + "idMal": 21773, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "TV_SHORT", + "duration": 1, + "synonyms": ["Sugar*Soldier", "Sugar * Soldier"], + "genres": ["Romance"], + "tags": [ + { "name": "Shoujo", "rank": 79 }, + { "name": "School", "rank": 70 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 } + ], + "title": { + "romaji": "Sugar*Soldier", + "english": null, + "native": "シュガー*ソルジャー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688652844, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b20584-ZWjzDGOMWQvh.jpg" + } + }, + { + "id": 6213, + "idMal": 6213, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Toaru Kagaku no Choudenjihou", + "ריילגאן", + "المستوى الخامس", + "เรลกัน แฟ้มลับคดีวิทยาศาสตร์", + "Некий научный Рейлган", + "เรลกัน แฟ้มลับคดีวิทยาศาสตร์ ภาคที่ 1", + "Cấm thư ma thuật Index ngoại truyện: Siêu Railgun khoa học ", + "Ένα Κάποιο Επιστημονικό Υπερόπλο" + ], + "genres": ["Action", "Fantasy", "Sci-Fi"], + "tags": [ + { "name": "Super Power", "rank": 96 }, + { "name": "Urban", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 89 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Urban Fantasy", "rank": 83 }, + { "name": "Tomboy", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 69 }, + { "name": "Superhero", "rank": 66 }, + { "name": "School", "rank": 64 }, + { "name": "Bisexual", "rank": 63 }, + { "name": "Artificial Intelligence", "rank": 62 }, + { "name": "Boarding School", "rank": 60 }, + { "name": "Tsundere", "rank": 56 }, + { "name": "Shounen", "rank": 56 }, + { "name": "Kaiju", "rank": 55 }, + { "name": "Heterosexual", "rank": 48 }, + { "name": "Gangs", "rank": 46 }, + { "name": "Robots", "rank": 40 }, + { "name": "Ojou-sama", "rank": 40 }, + { "name": "Orphan", "rank": 40 }, + { "name": "Slapstick", "rank": 40 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Super Robot", "rank": 30 }, + { "name": "Cute Girls Doing Cute Things", "rank": 26 }, + { "name": "Maids", "rank": 20 }, + { "name": "Police", "rank": 20 }, + { "name": "Gyaru", "rank": 20 } + ], + "title": { + "romaji": "Toaru Kagaku no Railgun", + "english": "A Certain Scientific Railgun", + "native": "とある科学の超電磁砲" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688716068, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6213-fhxlHtKji46D.jpg" + } + }, + { + "id": 100922, + "idMal": 37105, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ก๊วนป่วนชวนบุ๋งบุ๋ง"], + "genres": ["Comedy", "Slice of Life", "Sports"], + "tags": [ + { "name": "School Club", "rank": 91 }, + { "name": "Slapstick", "rank": 90 }, + { "name": "Primarily Adult Cast", "rank": 84 }, + { "name": "College", "rank": 83 }, + { "name": "Seinen", "rank": 82 }, + { "name": "Nudity", "rank": 78 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Scuba Diving", "rank": 73 }, + { "name": "Surreal Comedy", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 68 }, + { "name": "Episodic", "rank": 62 }, + { "name": "Outdoor", "rank": 57 }, + { "name": "Tsundere", "rank": 56 }, + { "name": "Incest", "rank": 51 }, + { "name": "Otaku Culture", "rank": 46 }, + { "name": "Bisexual", "rank": 45 }, + { "name": "Crossdressing", "rank": 37 }, + { "name": "Educational", "rank": 26 }, + { "name": "Yandere", "rank": 25 }, + { "name": "Cosplay", "rank": 20 }, + { "name": "Bar", "rank": 20 }, + { "name": "Tennis", "rank": 20 }, + { "name": "Idol", "rank": 16 } + ], + "title": { + "romaji": "Grand Blue", + "english": "Grand Blue Dreaming", + "native": "ぐらんぶる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688871791, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100922-ltoQa6rosUyP.png" + } + }, + { + "id": 98951, + "idMal": 35712, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "My Girlfriend Is a Virgin Who Takes Being Slutty Too Seriously", + "My girlfriend is faithful virgin bitch", + "This girlfriend is too much to handle!" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Slapstick", "rank": 93 }, + { "name": "Satire", "rank": 83 }, + { "name": "School", "rank": 76 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Kuudere", "rank": 45 }, + { "name": "Ensemble Cast", "rank": 20 }, + { "name": "Tsundere", "rank": 10 } + ], + "title": { + "romaji": "Boku no Kanojo ga Majime Sugiru Shoujo Bitch na Ken", + "english": "My Girlfriend is Shobitch", + "native": "僕の彼女がマジメ過ぎる処女ビッチな件" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688879476, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98951-EeoDeSyF97ZS.jpg" + } + }, + { + "id": 14741, + "idMal": 14741, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Chu-2 Byo demo Koi ga Shitai!", + "Regardless of My Adolescent Delusions of Grandeur, I Want a Date!", + "Miłość, gimbaza i kosmiczna faza", + "中二病也要谈恋爱!" + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Chuunibyou", "rank": 99 }, + { "name": "Coming of Age", "rank": 85 }, + { "name": "School", "rank": 78 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Primarily Teen Cast", "rank": 78 }, + { "name": "School Club", "rank": 74 }, + { "name": "Slapstick", "rank": 70 }, + { "name": "Disability", "rank": 70 }, + { "name": "Female Protagonist", "rank": 62 }, + { "name": "Male Protagonist", "rank": 61 }, + { "name": "Primarily Female Cast", "rank": 55 }, + { "name": "Parody", "rank": 45 } + ], + "title": { + "romaji": "Chuunibyou demo Koi ga Shitai!", + "english": "Love, Chunibyo & Other Delusions", + "native": "中二病でも恋がしたい!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688898929, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14741-alxqoP4yx6WF.jpg" + } + }, + { + "id": 21093, + "idMal": 30307, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["MonMusu", "Die Monster Mädchen", "บันทึกอุ่นรักสาวมอนสเตอร์"], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Monster Girl", "rank": 97 }, + { "name": "Female Harem", "rank": 91 }, + { "name": "Nudity", "rank": 88 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Slapstick", "rank": 86 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 78 }, + { "name": "Seinen", "rank": 72 }, + { "name": "Centaur", "rank": 71 }, + { "name": "Mermaid", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Cute Girls Doing Cute Things", "rank": 55 }, + { "name": "Zombie", "rank": 55 }, + { "name": "Dullahan", "rank": 52 }, + { "name": "Chuunibyou", "rank": 51 }, + { "name": "Demons", "rank": 50 }, + { "name": "Parody", "rank": 50 }, + { "name": "Tanned Skin", "rank": 46 }, + { "name": "Tomboy", "rank": 44 } + ], + "title": { + "romaji": "Monster Musume no Iru Nichijou", + "english": "Monster Musume: Everyday Life With Monster Girls", + "native": "モンスター娘のいる日常" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688898995, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21093-1pctOzINlJ50.png" + } + }, + { + "id": 9379, + "idMal": 9379, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Electromagnetic Wave Woman and Adolescent Man", + "หนุ่มสามัญกับสาวหลุดโลก", + "电波女与青春男", + "電波女與青春男", + "전파녀와 청춘남", + "Дівчинка-Електромагнітна хвиля і хлопець-підліток", + "Радиодевушка и юноша", + "Радиосигнал от чудачки. Юноша на связи", + "امرأة الموجة الكهرومغناطيسية والشاب المراهق, دختر الکترو مغناطیسی و پسر نوجوان" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Denpa", "rank": 95 }, + { "name": "Chuunibyou", "rank": 84 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Rehabilitation", "rank": 73 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Aliens", "rank": 63 }, + { "name": "Primarily Female Cast", "rank": 63 }, + { "name": "Baseball", "rank": 60 }, + { "name": "Coming of Age", "rank": 55 }, + { "name": "Memory Manipulation", "rank": 55 }, + { "name": "Amnesia", "rank": 53 }, + { "name": "Female Harem", "rank": 51 }, + { "name": "Family Life", "rank": 50 }, + { "name": "Philosophy", "rank": 46 }, + { "name": "Hikikomori", "rank": 40 }, + { "name": "Meta", "rank": 40 }, + { "name": "Basketball", "rank": 40 }, + { "name": "School", "rank": 35 } + ], + "title": { + "romaji": "Denpa Onna to Seishun Otoko", + "english": "Ground Control to Psychoelectric Girl", + "native": "電波女と青春男" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688906470, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9379-cFPkYGMtdUVT.jpg" + } + }, + { + "id": 132456, + "idMal": 48753, + "status": "FINISHED", + "type": "ANIME", + "episodes": 20, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ท่านปีศาจจาฮี ชีวิตนี้ไม่มีถอย!", "Niepokonana Jahy"], + "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Slapstick", "rank": 91 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "Demons", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 83 }, + { "name": "Henshin", "rank": 82 }, + { "name": "Isekai", "rank": 78 }, + { "name": "Magic", "rank": 78 }, + { "name": "Tanned Skin", "rank": 72 }, + { "name": "Episodic", "rank": 72 }, + { "name": "Work", "rank": 71 }, + { "name": "Surreal Comedy", "rank": 63 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Masochism", "rank": 48 }, + { "name": "Monster Girl", "rank": 36 }, + { "name": "Nudity", "rank": 30 }, + { "name": "Wrestling", "rank": 25 } + ], + "title": { + "romaji": "Jahy-sama wa Kujikenai!", + "english": "The Great Jahy Will Not Be Defeated!", + "native": "ジャヒー様はくじけない!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688955202, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx132456-wxTCgdXnZMMQ.jpg" + } + }, + { + "id": 12189, + "idMal": 12189, + "status": "FINISHED", + "type": "ANIME", + "episodes": 22, + "chapters": null, + "format": "TV", + "duration": 26, + "synonyms": ["Hyouka: Forbidden Secrets", "เฮียวกะปริศนาความทรงจำ", "Хёка"], + "genres": ["Mystery", "Romance", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 95 }, + { "name": "Detective", "rank": 92 }, + { "name": "School", "rank": 88 }, + { "name": "Male Protagonist", "rank": 81 }, + { "name": "Primarily Teen Cast", "rank": 81 }, + { "name": "Coming of Age", "rank": 72 }, + { "name": "Philosophy", "rank": 72 }, + { "name": "Heterosexual", "rank": 70 }, + { "name": "Episodic", "rank": 68 }, + { "name": "Classic Literature", "rank": 67 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Surreal Comedy", "rank": 58 }, + { "name": "Rural", "rank": 54 }, + { "name": "Otaku Culture", "rank": 44 }, + { "name": "Tragedy", "rank": 40 }, + { "name": "Shrine Maiden", "rank": 33 }, + { "name": "Cosplay", "rank": 31 }, + { "name": "Politics", "rank": 30 }, + { "name": "Bullying", "rank": 27 }, + { "name": "Food", "rank": 20 } + ], + "title": { "romaji": "Hyouka", "english": "Hyouka", "native": "氷菓" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688985335, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx12189-eBb6fcM21Zh7.jpg" + } + }, + { + "id": 11751, + "idMal": 11751, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Action", "Drama", "Mahou Shoujo", "Music", "Sci-Fi"], + "tags": [ + { "name": "Henshin", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Primarily Teen Cast", "rank": 90 }, + { "name": "Super Power", "rank": 88 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Guns", "rank": 79 }, + { "name": "Tragedy", "rank": 78 }, + { "name": "Superhero", "rank": 76 }, + { "name": "Mythology", "rank": 74 }, + { "name": "Idol", "rank": 72 }, + { "name": "Dancing", "rank": 72 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "School", "rank": 68 }, + { "name": "Swordplay", "rank": 66 }, + { "name": "Spearplay", "rank": 66 }, + { "name": "Achronological Order", "rank": 60 }, + { "name": "LGBTQ+ Themes", "rank": 60 }, + { "name": "Motorcycles", "rank": 52 }, + { "name": "Drugs", "rank": 50 }, + { "name": "Military", "rank": 30 }, + { "name": "Nudity", "rank": 28 }, + { "name": "Orphan", "rank": 20 } + ], + "title": { + "romaji": "Senki Zesshou Symphogear", + "english": "Symphogear", + "native": "戦姫絶唱シンフォギア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689063442, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11751-RTjNt29hG4pu.png" + } + }, + { + "id": 20829, + "idMal": 26243, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "OwaSera", + "Seraph of the End: El Reino de los Vampiros", + "เทวทูตแห่งโลกมืด" + ], + "genres": ["Action", "Drama", "Fantasy", "Mystery", "Supernatural"], + "tags": [ + { "name": "Vampire", "rank": 99 }, + { "name": "Post-Apocalyptic", "rank": 92 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Shounen", "rank": 85 }, + { "name": "Military", "rank": 82 }, + { "name": "War", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Demons", "rank": 77 }, + { "name": "Revenge", "rank": 75 }, + { "name": "Time Skip", "rank": 75 }, + { "name": "Swordplay", "rank": 72 }, + { "name": "Lost Civilization", "rank": 70 }, + { "name": "Primarily Teen Cast", "rank": 68 }, + { "name": "Pandemic", "rank": 60 }, + { "name": "Tragedy", "rank": 57 }, + { "name": "Coming of Age", "rank": 56 }, + { "name": "School", "rank": 50 }, + { "name": "Tsundere", "rank": 50 }, + { "name": "Rotoscoping", "rank": 50 }, + { "name": "Heterosexual", "rank": 45 }, + { "name": "Gore", "rank": 40 }, + { "name": "Primarily Adult Cast", "rank": 10 } + ], + "title": { + "romaji": "Owari no Seraph", + "english": "Seraph of the End: Vampire Reign", + "native": "終わりのセラフ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689112083, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20829-PYKVvgUqJVUK.png" + } + }, + { + "id": 21306, + "idMal": 31442, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Ecchi", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Super Power", "rank": 94 }, + { "name": "Urban Fantasy", "rank": 80 }, + { "name": "Episodic", "rank": 76 }, + { "name": "Female Harem", "rank": 75 }, + { "name": "School", "rank": 69 }, + { "name": "Primarily Female Cast", "rank": 66 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "School Club", "rank": 60 }, + { "name": "Kuudere", "rank": 15 }, + { "name": "Educational", "rank": 10 } + ], + "title": { + "romaji": "Musaigen no Phantom World", + "english": "Myriad Colors Phantom World", + "native": "無彩限のファントム・ワールド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689112978, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21306-nXw2pY43S2ox.png" + } + }, + { + "id": 140173, + "idMal": 51404, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 60, + "synonyms": ["The Klutzy Witch"], + "genres": ["Adventure", "Fantasy"], + "tags": [{ "name": "Witch", "rank": 79 }, { "name": "Kids", "rank": 60 }], + "title": { + "romaji": "Rakudai Majo: Fuuka to Yami no Majo", + "english": null, + "native": "らくだい魔女 フウカと闇の魔女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689123670, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx140173-lQdG4Ci8aC9G.jpg" + } + }, + { + "id": 101970, + "idMal": 37021, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "OVA", + "duration": 6, + "synonyms": [ + "I Want You to Make a Disgusted Face and Show Me Your Underwear", + "嫌パン", + "IyaPan" + ], + "genres": ["Ecchi"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "POV", "rank": 88 }, + { "name": "Episodic", "rank": 80 }, + { "name": "Masochism", "rank": 79 }, + { "name": "Maids", "rank": 65 }, + { "name": "Nun", "rank": 65 }, + { "name": "Shrine Maiden", "rank": 60 }, + { "name": "Idol", "rank": 52 }, + { "name": "School", "rank": 40 } + ], + "title": { + "romaji": "Iya na Kao sare nagara Opantsu Misete Moraitai", + "english": null, + "native": "嫌な顔されながらおパンツ見せてもらいたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689123692, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101970-fvdeZLRnXEuX.jpg" + } + }, + { + "id": 105989, + "idMal": 38778, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 13, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 85 }, + { "name": "School", "rank": 84 }, + { "name": "Tsundere", "rank": 76 }, + { "name": "Shounen", "rank": 73 }, + { "name": "Nudity", "rank": 66 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Drawing", "rank": 36 }, + { "name": "Writing", "rank": 33 } + ], + "title": { + "romaji": "Midara na Ao-chan wa Benkyou ga Dekinai", + "english": "Ao-chan Can't Study!", + "native": "淫らな青ちゃんは勉強ができない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689149202, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105989-Jooq6bqkeeiP.jpg" + } + }, + { + "id": 102680, + "idMal": 37993, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Wataten", + "An Angel Swooped Down on Me!", + "นางฟ้าตัวน้อยได้ลงมาโปรดฉันค่ะ" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 94 }, + { "name": "Cute Girls Doing Cute Things", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Primarily Child Cast", "rank": 86 }, + { "name": "Family Life", "rank": 84 }, + { "name": "Cosplay", "rank": 83 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Age Gap", "rank": 77 }, + { "name": "Hikikomori", "rank": 66 }, + { "name": "Food", "rank": 66 }, + { "name": "School", "rank": 64 }, + { "name": "Yuri", "rank": 60 }, + { "name": "College", "rank": 46 }, + { "name": "Angels", "rank": 28 } + ], + "title": { + "romaji": "Watashi ni Tenshi ga Maiorita!", + "english": "WATATEN!: an Angel Flew Down to Me", + "native": "私に天使が舞い降りた!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689231908, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx102680-75Mgrnn65PAg.png" + } + }, + { + "id": 130319, + "idMal": 48363, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Work", "rank": 90 }, + { "name": "Cute Girls Doing Cute Things", "rank": 88 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Dragons", "rank": 83 }, + { "name": "Monster Girl", "rank": 79 }, + { "name": "Iyashikei", "rank": 72 }, + { "name": "Dissociative Identities", "rank": 60 }, + { "name": "Seinen", "rank": 48 }, + { "name": "Magic", "rank": 44 }, + { "name": "Tragedy", "rank": 37 }, + { "name": "Rural", "rank": 30 } + ], + "title": { + "romaji": "RPG Fudousan", + "english": "RPG Real Estate", + "native": "RPG不動産" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689231916, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130319-xyZi0YshQYFk.jpg" + } + }, + { + "id": 108092, + "idMal": 39388, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Koisuru Shouwakusei"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Astronomy", "rank": 97 }, + { "name": "Cute Girls Doing Cute Things", "rank": 94 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "School Club", "rank": 91 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "School", "rank": 76 }, + { "name": "Educational", "rank": 75 }, + { "name": "Seinen", "rank": 75 }, + { "name": "Coming of Age", "rank": 71 }, + { "name": "Outdoor", "rank": 65 }, + { "name": "LGBTQ+ Themes", "rank": 65 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Iyashikei", "rank": 53 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Slapstick", "rank": 30 } + ], + "title": { + "romaji": "Koisuru Asteroid", + "english": "Asteroid in Love", + "native": "恋する小惑星〈アステロイド〉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689231925, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx108092-vbL3rf0b23sp.jpg" + } + }, + { + "id": 101506, + "idMal": 37722, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Maids", "rank": 96 }, + { "name": "Age Gap", "rank": 94 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Cute Girls Doing Cute Things", "rank": 84 }, + { "name": "Tsundere", "rank": 75 }, + { "name": "Yuri", "rank": 71 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Fashion", "rank": 56 }, + { "name": "Military", "rank": 48 }, + { "name": "School", "rank": 30 }, + { "name": "Primarily Child Cast", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 } + ], + "title": { + "romaji": "Uchi no Maid ga Uzasugiru!", + "english": "UzaMaid!", + "native": "うちのメイドがウザすぎる!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689231933, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101506-uY2udopqvdYp.jpg" + } + }, + { + "id": 5112, + "idMal": 5112, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Empty Can!"], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Shapeshifting", "rank": 100 }, + { "name": "Henshin", "rank": 95 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "Card Battle", "rank": 53 }, + { "name": "School", "rank": 20 }, + { "name": "Witch", "rank": 20 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "Akikan!", + "english": "Akikan!", + "native": "アキカン!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689247902, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/5112.jpg" + } + }, + { + "id": 232, + "idMal": 232, + "status": "FINISHED", + "type": "ANIME", + "episodes": 70, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "CCS", + "Cardcaptors", + "Card Captor Sakura", + "Card Captors", + "Sakura, Cazadora de Cartas", + "Sakura, la Caçadora de Cartes", + "카드캡터 체리", + "魔卡少女樱", + "Pesca la tua carta, Sakura", + "סאקורה לוכדת הקלפים", + "Οι Περιπέτειες της Νίκης", + "Sakura, a Caçadora de Cartas" + ], + "genres": ["Comedy", "Drama", "Fantasy", "Mahou Shoujo", "Romance"], + "tags": [ + { "name": "Magic", "rank": 96 }, + { "name": "Shoujo", "rank": 92 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Urban Fantasy", "rank": 87 }, + { "name": "Primarily Child Cast", "rank": 85 }, + { "name": "Coming of Age", "rank": 85 }, + { "name": "Episodic", "rank": 80 }, + { "name": "Family Life", "rank": 80 }, + { "name": "Henshin", "rank": 73 }, + { "name": "School", "rank": 70 }, + { "name": "Dissociative Identities", "rank": 67 }, + { "name": "Reincarnation", "rank": 67 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 }, + { "name": "LGBTQ+ Themes", "rank": 59 }, + { "name": "Love Triangle", "rank": 58 }, + { "name": "Heterosexual", "rank": 55 }, + { "name": "Fashion", "rank": 55 }, + { "name": "Bisexual", "rank": 53 }, + { "name": "Age Gap", "rank": 52 }, + { "name": "Agender", "rank": 51 }, + { "name": "Martial Arts", "rank": 48 }, + { "name": "Time Manipulation", "rank": 40 }, + { "name": "Boys' Love", "rank": 40 }, + { "name": "Crossdressing", "rank": 34 } + ], + "title": { + "romaji": "Cardcaptor Sakura", + "english": "Cardcaptor Sakura", + "native": "カードキャプターさくら" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689296897, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx232-ZqAR0y2xkowj.png" + } + }, + { + "id": 148116, + "idMal": 51711, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 100 }, + { "name": "School", "rank": 96 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Swordplay", "rank": 73 }, + { "name": "Female Harem", "rank": 72 }, + { "name": "Fitness", "rank": 56 }, + { "name": "Bisexual", "rank": 50 }, + { "name": "Crossdressing", "rank": 45 }, + { "name": "War", "rank": 40 }, + { "name": "Elf", "rank": 30 } + ], + "title": { + "romaji": "Hyouken no Majutsushi ga Sekai wo Suberu", + "english": "The Iceblade Sorcerer Shall Rule the World", + "native": "冰剣の魔術師が世界を統べる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689303696, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx148116-t6E73U8SJhYD.jpg" + } + }, + { + "id": 136707, + "idMal": 49438, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["เภสัชกรเทพสองโลก", "奇幻世界药局"], + "genres": ["Fantasy"], + "tags": [ + { "name": "Medicine", "rank": 94 }, + { "name": "Isekai", "rank": 93 }, + { "name": "Reincarnation", "rank": 88 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Pandemic", "rank": 80 }, + { "name": "Educational", "rank": 79 }, + { "name": "Magic", "rank": 75 }, + { "name": "Iyashikei", "rank": 72 }, + { "name": "Alchemy", "rank": 60 }, + { "name": "Gods", "rank": 55 }, + { "name": "Historical", "rank": 53 }, + { "name": "Makeup", "rank": 40 } + ], + "title": { + "romaji": "Isekai Yakkyoku", + "english": "Parallel World Pharmacy", + "native": "異世界薬局" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689311802, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx136707-StRFbEwZT7q5.jpg" + } + }, + { + "id": 163294, + "idMal": 54912, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 16, + "synonyms": [], + "genres": ["Fantasy", "Hentai"], + "tags": [ + { "name": "Elf", "rank": 100 }, + { "name": "Large Breasts", "rank": 90 }, + { "name": "Fellatio", "rank": 80 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Nudity", "rank": 76 }, + { "name": "MILF", "rank": 75 }, + { "name": "Threesome", "rank": 73 }, + { "name": "Handjob", "rank": 60 }, + { "name": "Boobjob", "rank": 48 }, + { "name": "Female Harem", "rank": 40 }, + { "name": "Love Triangle", "rank": 20 } + ], + "title": { + "romaji": "Sukebe Elf Tanbouki", + "english": null, + "native": "スケベエルフ探訪記" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689312491, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163294-7g4k4hLm47JZ.jpg" + } + }, + { + "id": 115138, + "idMal": 41261, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 17, + "synonyms": [ + "Gishi wa Yanmama Junyuu-chuu", + "My Big Sister Is Breastfeeding", + "My Former-Delinquent Sister is Breastfeeding", + "형수는 양마마 수유중" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "MILF", "rank": 98 }, + { "name": "Large Breasts", "rank": 94 }, + { "name": "Netori", "rank": 81 }, + { "name": "Nakadashi", "rank": 80 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Incest", "rank": 78 }, + { "name": "Nudity", "rank": 75 }, + { "name": "Lactation", "rank": 70 }, + { "name": "Fellatio", "rank": 69 }, + { "name": "Public Sex", "rank": 60 }, + { "name": "Pregnant", "rank": 60 }, + { "name": "Inseki", "rank": 60 }, + { "name": "Boobjob", "rank": 53 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Ashikoki", "rank": 13 } + ], + "title": { + "romaji": "Ane wa Yanmama Junyuu-chuu", + "english": null, + "native": "義姉はヤンママ授乳中" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689312740, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx115138-oZHgSvWaOeSp.jpg" + } + }, + { + "id": 99555, + "idMal": 35936, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 18, + "synonyms": ["I wanna be jerked off by my slutty little sister"], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Incest", "rank": 97 }, + { "name": "Large Breasts", "rank": 90 }, + { "name": "Hypersexuality", "rank": 79 }, + { "name": "Masturbation", "rank": 66 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Ahegao", "rank": 60 }, + { "name": "Defloration", "rank": 60 }, + { "name": "Boobjob", "rank": 53 }, + { "name": "Voyeur", "rank": 45 }, + { "name": "Fellatio", "rank": 40 }, + { "name": "Watersports", "rank": 40 }, + { "name": "Sumata", "rank": 40 }, + { "name": "Facial", "rank": 20 }, + { "name": "POV", "rank": 20 }, + { "name": "Episodic", "rank": 20 } + ], + "title": { + "romaji": "Imouto Bitch ni Shiboraretai", + "english": null, + "native": "妹ビッチに搾られたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689313306, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99555-G3kTjOT6Gx1i.jpg" + } + }, + { + "id": 21163, + "idMal": 27881, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 22, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Large Breasts", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "MILF", "rank": 20 }, + { "name": "Incest", "rank": 20 }, + { "name": "Rape", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Ahegao", "rank": 20 }, + { "name": "Netorare", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Ana no Oku no Ii Tokoro", + "english": null, + "native": "穴の奥のいい秘部(ところ)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689313316, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21163-TAvE0kPtz5JQ.jpg" + } + }, + { + "id": 2433, + "idMal": 2433, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 29, + "synonyms": ["Lingerie Office", "Lingeries Office"], + "genres": ["Hentai"], + "tags": [ + { "name": "Office Lady", "rank": 60 }, + { "name": "Threesome", "rank": 30 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Rape", "rank": 20 }, + { "name": "Bondage", "rank": 20 }, + { "name": "Voyeur", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Sex Toys", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 } + ], + "title": { + "romaji": "Lingeries", + "english": null, + "native": "ランジェリーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689313328, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2433-GzmwlnsVXvCM.jpg" + } + }, + { + "id": 20843, + "idMal": 27441, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Music"], + "tags": [ + { "name": "Band", "rank": 100 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Kemonomimi", "rank": 83 }, + { "name": "Nekomimi", "rank": 83 }, + { "name": "Isekai", "rank": 81 }, + { "name": "Ensemble Cast", "rank": 80 }, + { "name": "Shapeshifting", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 77 }, + { "name": "Cute Boys Doing Cute Things", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 65 }, + { "name": "CGI", "rank": 62 }, + { "name": "Magic", "rank": 48 }, + { "name": "Idol", "rank": 47 }, + { "name": "Anthropomorphism", "rank": 40 } + ], + "title": { + "romaji": "SHOW BY ROCK!!", + "english": "Show By Rock!!", + "native": "SHOW BY ROCK!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689366368, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20843-bk5OtUiP8htg.png" + } + }, + { + "id": 14829, + "idMal": 14829, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "ONA", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Magic", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 84 }, + { "name": "Henshin", "rank": 80 }, + { "name": "Urban", "rank": 79 }, + { "name": "Shounen", "rank": 72 }, + { "name": "Kuudere", "rank": 65 }, + { "name": "Anthropomorphism", "rank": 60 }, + { "name": "Mythology", "rank": 60 }, + { "name": "School", "rank": 53 }, + { "name": "Ojou-sama", "rank": 50 }, + { "name": "Meta", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Maids", "rank": 40 }, + { "name": "Adoption", "rank": 40 }, + { "name": "Butler", "rank": 40 }, + { "name": "Urban Fantasy", "rank": 40 }, + { "name": "Isekai", "rank": 35 }, + { "name": "Nekomimi", "rank": 30 } + ], + "title": { + "romaji": "Fate/kaleid liner Prisma☆Illya", + "english": "Fate/kaleid liner Prisma☆Illya", + "native": "Fate/kaleid liner プリズマ☆イリヤ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689366440, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14829-PZVOr1ZxwOJV.png" + } + }, + { + "id": 98320, + "idMal": 34934, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Love & Lies", "จะรักหรือจะหลอก"], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Love Triangle", "rank": 97 }, + { "name": "Heterosexual", "rank": 82 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Shounen", "rank": 75 }, + { "name": "Coming of Age", "rank": 74 }, + { "name": "Tsundere", "rank": 72 }, + { "name": "Dystopian", "rank": 56 }, + { "name": "LGBTQ+ Themes", "rank": 53 }, + { "name": "Mixed Gender Harem", "rank": 26 }, + { "name": "Yandere", "rank": 20 }, + { "name": "Otaku Culture", "rank": 20 }, + { "name": "Crossdressing", "rank": 16 } + ], + "title": { + "romaji": "Koi to Uso", + "english": "LOVE and LIES", + "native": "恋と嘘" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689370882, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98320-VwCcTBeEs08J.jpg" + } + }, + { + "id": 16436, + "idMal": 16436, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "SPECIAL", + "duration": 5, + "synonyms": ["Tenshi no Doroppu", "Angel Drops"], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Surreal Comedy", "rank": 92 }, + { "name": "Angels", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Watersports", "rank": 79 }, + { "name": "School", "rank": 70 }, + { "name": "Yuri", "rank": 60 } + ], + "title": { + "romaji": "Tenshi no Drop", + "english": "Angel's Drop", + "native": "天使のどろっぷ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689371119, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/16436.jpg" + } + }, + { + "id": 100388, + "idMal": 36649, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["バナナフィッシュ", "香蕉鱼", "Банановая рыба"], + "genres": ["Action", "Adventure", "Drama", "Psychological", "Thriller"], + "tags": [ + { "name": "Gangs", "rank": 96 }, + { "name": "Mafia", "rank": 96 }, + { "name": "Tragedy", "rank": 94 }, + { "name": "Crime", "rank": 93 }, + { "name": "Conspiracy", "rank": 90 }, + { "name": "Drugs", "rank": 90 }, + { "name": "Male Protagonist", "rank": 89 }, + { "name": "Urban", "rank": 85 }, + { "name": "Primarily Male Cast", "rank": 84 }, + { "name": "Revenge", "rank": 83 }, + { "name": "Rape", "rank": 82 }, + { "name": "Guns", "rank": 80 }, + { "name": "Foreign", "rank": 77 }, + { "name": "Boys' Love", "rank": 76 }, + { "name": "LGBTQ+ Themes", "rank": 75 }, + { "name": "Noir", "rank": 72 }, + { "name": "Anti-Hero", "rank": 72 }, + { "name": "Fugitive", "rank": 71 }, + { "name": "Shoujo", "rank": 70 }, + { "name": "Primarily Adult Cast", "rank": 67 }, + { "name": "Bisexual", "rank": 67 }, + { "name": "Assassins", "rank": 62 }, + { "name": "Classic Literature", "rank": 60 }, + { "name": "Orphan", "rank": 48 }, + { "name": "Prison", "rank": 46 }, + { "name": "Tanned Skin", "rank": 40 }, + { "name": "Photography", "rank": 26 } + ], + "title": { + "romaji": "BANANA FISH", + "english": "BANANA FISH", + "native": "BANANA FISH" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689486992, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100388-pMwL9vwAdqxr.jpg" + } + }, + { + "id": 97766, + "idMal": 34280, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Gamers! Amano Keita to Seishun Continue", + "Gamers! Keita Amano and youth continue" + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Parody", "rank": 88 }, + { "name": "Love Triangle", "rank": 87 }, + { "name": "Video Games", "rank": 78 }, + { "name": "School", "rank": 77 }, + { "name": "Otaku Culture", "rank": 72 }, + { "name": "Slapstick", "rank": 71 }, + { "name": "Meta", "rank": 64 }, + { "name": "Heterosexual", "rank": 64 }, + { "name": "School Club", "rank": 60 }, + { "name": "Tsundere", "rank": 55 }, + { "name": "Primarily Teen Cast", "rank": 50 }, + { "name": "Nudity", "rank": 44 }, + { "name": "E-Sports", "rank": 40 }, + { "name": "Football", "rank": 35 } + ], + "title": { + "romaji": "Gamers!", + "english": "GAMERS!", + "native": "ゲーマーズ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689487003, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97766-AKr0m3uHkKyW.jpg" + } + }, + { + "id": 97863, + "idMal": 34403, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Hajimete no Gyaru", + "First-Time Gal", + "My First Gal", + "แฟนผมเป็นสาวแกล" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Gyaru", "rank": 94 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Harem", "rank": 76 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "School", "rank": 66 }, + { "name": "Shounen", "rank": 62 }, + { "name": "Love Triangle", "rank": 45 }, + { "name": "Tsundere", "rank": 44 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Tanned Skin", "rank": 33 }, + { "name": "Parody", "rank": 10 } + ], + "title": { + "romaji": "Hajimete no Gal", + "english": "My First Girlfriend is a Gal", + "native": "はじめてのギャル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689487027, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97863-79AXrUZ7VQa5.jpg" + } + }, + { + "id": 3667, + "idMal": 3667, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Strike Witches TV", "强袭魔女"], + "genres": ["Action", "Ecchi", "Sci-Fi"], + "tags": [ + { "name": "Aviation", "rank": 86 }, + { "name": "Nudity", "rank": 86 }, + { "name": "Kemonomimi", "rank": 85 }, + { "name": "Magic", "rank": 84 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Military", "rank": 83 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Yuri", "rank": 75 }, + { "name": "War", "rank": 72 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "CGI", "rank": 33 } + ], + "title": { + "romaji": "Strike Witches", + "english": "Strike Witches", + "native": "ストライクウィッチーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689487186, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx3667-9ftVhhCHTRLs.jpg" + } + }, + { + "id": 97986, + "idMal": 34599, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "صنع في الهاوية", + "Созданный в Бездне", + "ผ่าเหวนรก", + "นักบุกเบิกหลุมยักษ์", + "Đến từ Abyss" + ], + "genres": ["Adventure", "Drama", "Fantasy", "Horror", "Mystery", "Sci-Fi"], + "tags": [ + { "name": "Survival", "rank": 97 }, + { "name": "Primarily Child Cast", "rank": 89 }, + { "name": "Environmental", "rank": 88 }, + { "name": "Philosophy", "rank": 88 }, + { "name": "Chibi", "rank": 87 }, + { "name": "Travel", "rank": 85 }, + { "name": "Body Horror", "rank": 84 }, + { "name": "Tragedy", "rank": 82 }, + { "name": "Dungeon", "rank": 79 }, + { "name": "Lost Civilization", "rank": 78 }, + { "name": "Seinen", "rank": 76 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Amnesia", "rank": 71 }, + { "name": "Gore", "rank": 70 }, + { "name": "Cosmic Horror", "rank": 64 }, + { "name": "Robots", "rank": 62 }, + { "name": "Male Protagonist", "rank": 62 }, + { "name": "Steampunk", "rank": 60 }, + { "name": "Anthropomorphism", "rank": 52 }, + { "name": "Food", "rank": 40 }, + { "name": "Nudity", "rank": 38 }, + { "name": "Tanned Skin", "rank": 35 }, + { "name": "Religion", "rank": 34 }, + { "name": "Dissociative Identities", "rank": 31 }, + { "name": "Rehabilitation", "rank": 30 }, + { "name": "Crossdressing", "rank": 30 }, + { "name": "Maids", "rank": 27 }, + { "name": "Time Manipulation", "rank": 25 }, + { "name": "Agender", "rank": 22 }, + { "name": "Femboy", "rank": 20 }, + { "name": "Conspiracy", "rank": 10 } + ], + "title": { + "romaji": "Made in Abyss", + "english": "Made in Abyss", + "native": "メイドインアビス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689488563, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx97986-8oxwTF84hzue.jpg" + } + }, + { + "id": 6547, + "idMal": 6547, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "エンジェルビーツ", + "פעימות מלאך", + "الملاك الوحش", + "Ангельские ритмы" + ], + "genres": ["Action", "Comedy", "Drama", "Supernatural"], + "tags": [ + { "name": "Afterlife", "rank": 97 }, + { "name": "Tragedy", "rank": 92 }, + { "name": "Philosophy", "rank": 89 }, + { "name": "Memory Manipulation", "rank": 86 }, + { "name": "School", "rank": 84 }, + { "name": "Amnesia", "rank": 84 }, + { "name": "Coming of Age", "rank": 82 }, + { "name": "Kuudere", "rank": 81 }, + { "name": "Primarily Teen Cast", "rank": 81 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Ensemble Cast", "rank": 77 }, + { "name": "Angels", "rank": 76 }, + { "name": "Slapstick", "rank": 76 }, + { "name": "Survival", "rank": 70 }, + { "name": "Found Family", "rank": 68 }, + { "name": "Guns", "rank": 66 }, + { "name": "Band", "rank": 54 }, + { "name": "School Club", "rank": 54 }, + { "name": "Baseball", "rank": 50 }, + { "name": "Suicide", "rank": 45 }, + { "name": "Drugs", "rank": 45 }, + { "name": "Chuunibyou", "rank": 44 }, + { "name": "Heterosexual", "rank": 44 } + ], + "title": { + "romaji": "Angel Beats!", + "english": "Angel Beats!", + "native": "Angel Beats!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689488596, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6547-3jWzWyXg34Et.png" + } + }, + { + "id": 112479, + "idMal": 40550, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Букет Штурмовых Лилий"], + "genres": ["Action", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Yuri", "rank": 83 }, + { "name": "Cute Girls Doing Cute Things", "rank": 83 }, + { "name": "School", "rank": 75 }, + { "name": "Swordplay", "rank": 72 }, + { "name": "Ojou-sama", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 68 }, + { "name": "CGI", "rank": 60 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Memory Manipulation", "rank": 20 } + ], + "title": { + "romaji": "Assault Lily: BOUQUET", + "english": "Assault Lily BOUQUET", + "native": "アサルトリリィ BOUQUET" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689488698, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx112479-5EiZWhEK8l0x.png" + } + }, + { + "id": 100791, + "idMal": 34284, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["WaSuYu"], + "genres": [ + "Action", + "Drama", + "Fantasy", + "Mahou Shoujo", + "Psychological", + "Slice of Life" + ], + "tags": [ + { "name": "Henshin", "rank": 93 }, + { "name": "Tragedy", "rank": 92 }, + { "name": "Magic", "rank": 91 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Cute Girls Doing Cute Things", "rank": 75 }, + { "name": "Gods", "rank": 70 }, + { "name": "Post-Apocalyptic", "rank": 68 }, + { "name": "Primarily Child Cast", "rank": 68 }, + { "name": "Super Power", "rank": 66 }, + { "name": "School", "rank": 60 }, + { "name": "Religion", "rank": 60 }, + { "name": "Gore", "rank": 55 }, + { "name": "Amnesia", "rank": 36 }, + { "name": "CGI", "rank": 23 }, + { "name": "Anti-Hero", "rank": 10 } + ], + "title": { + "romaji": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou", + "english": "Yuki Yuna is a Hero: The Washio Sumi Chapter", + "native": "結城友奈は勇者である -鷲尾須美の章-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689489192, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100791-FBirQqF1Szo3.png" + } + }, + { + "id": 156061, + "idMal": 52814, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "ONA", + "duration": 3, + "synonyms": [], + "genres": ["Horror"], + "tags": [], + "title": { + "romaji": "Nanashi Kaidan", + "english": null, + "native": "ななし怪談" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689494422, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156061-sqfmJZ4htvoS.png" + } + }, + { + "id": 98657, + "idMal": 35484, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV_SHORT", + "duration": 3, + "synonyms": [ + "Osake wa Fuufu ni Nattekara", + "Alcohol is for married couples", + "Osakefufu" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Episodic", "rank": 92 }, + { "name": "Food", "rank": 89 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Family Life", "rank": 79 }, + { "name": "Marriage", "rank": 79 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Primarily Adult Cast", "rank": 68 }, + { "name": "Office Lady", "rank": 63 }, + { "name": "Bar", "rank": 62 }, + { "name": "Seinen", "rank": 55 }, + { "name": "Work", "rank": 46 }, + { "name": "Chibi", "rank": 40 } + ], + "title": { + "romaji": "Osake wa Fuufu ni Natte kara", + "english": "Love is Like a Cocktail", + "native": "お酒は夫婦になってから" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689495370, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98657-P9OayeslJ79r.jpg" + } + }, + { + "id": 100645, + "idMal": 36864, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": ["Akkun and His Girlfriend"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Tsundere", "rank": 88 }, + { "name": "Yandere", "rank": 66 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Josei", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Video Games", "rank": 20 }, + { "name": "Teacher", "rank": 20 } + ], + "title": { + "romaji": "Akkun to Kanojo", + "english": "My Sweet Tyrant", + "native": "あっくんとカノジョ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689495385, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx100645-NJW4S7M0LvDc.jpg" + } + }, + { + "id": 104461, + "idMal": 38476, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 3, + "synonyms": ["Heya Kyan△"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 91 }, + { "name": "Outdoor", "rank": 87 }, + { "name": "Iyashikei", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Food", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Travel", "rank": 20 } + ], + "title": { + "romaji": "Heya Camp△", + "english": "ROOM CAMP", + "native": "へやキャン△" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689495401, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104461-rdwSQwNxFIyu.jpg" + } + }, + { + "id": 21204, + "idMal": 30437, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 2, + "synonyms": ["Wakako Sake"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Food", "rank": 100 }, + { "name": "Episodic", "rank": 90 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 72 }, + { "name": "Bar", "rank": 60 }, + { "name": "Office Lady", "rank": 60 } + ], + "title": { + "romaji": "Wakako-zake", + "english": "Wakakozake", + "native": "ワカコ酒" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689495410, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21204-I5vZUdjgBp03.jpg" + } + }, + { + "id": 20735, + "idMal": 26349, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": ["Danna ga Nani o Itte Iruka Wakaranai Ken"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 94 }, + { "name": "Seinen", "rank": 93 }, + { "name": "Otaku Culture", "rank": 91 }, + { "name": "Primarily Adult Cast", "rank": 88 }, + { "name": "Episodic", "rank": 82 }, + { "name": "Marriage", "rank": 79 }, + { "name": "Crossdressing", "rank": 60 }, + { "name": "Meta", "rank": 50 }, + { "name": "Nudity", "rank": 33 }, + { "name": "Drawing", "rank": 20 }, + { "name": "Office Lady", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Danna ga Nani wo Itteiru ka Wakaranai Ken", + "english": "I Can't Understand What My Husband Is Saying", + "native": "旦那が何を言っているかわからない件" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689495423, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20735-FDKg3nHhyae9.jpg" + } + }, + { + "id": 336, + "idMal": 336, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Meine Liebe", "My Love"], + "genres": ["Drama", "Fantasy"], + "tags": [ + { "name": "Historical", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Primarily Male Cast", "rank": 79 }, + { "name": "Foreign", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Guns", "rank": 60 }, + { "name": "Fencing", "rank": 60 } + ], + "title": { + "romaji": "Ginyuu Mokushiroku Meine Liebe", + "english": null, + "native": "吟遊黙示録 マイネリーベ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689566550, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx336-D2j3Lp7GbL54.png" + } + }, + { + "id": 163133, + "idMal": 54855, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Painoko", + "My Crossdressing Senpai", + "This Is Him", + "รุ่นพี่สุดสวยคนนี้เป็นผู้ชาย" + ], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 95 }, + { "name": "Coming of Age", "rank": 93 }, + { "name": "Femboy", "rank": 90 }, + { "name": "LGBTQ+ Themes", "rank": 88 }, + { "name": "Love Triangle", "rank": 87 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Josei", "rank": 79 }, + { "name": "Boys' Love", "rank": 60 }, + { "name": "Transgender", "rank": 57 }, + { "name": "Mixed Gender Harem", "rank": 51 }, + { "name": "Bisexual", "rank": 46 }, + { "name": "Bullying", "rank": 46 } + ], + "title": { + "romaji": "Senpai wa Otokonoko", + "english": "Senpai is an Otokonoko", + "native": "先輩はおとこのこ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689567910, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163133-R0HFJPUDy9v9.jpg" + } + }, + { + "id": 107871, + "idMal": 39292, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Priconne", "ปรินเซส คอนเนค รี: ไดฟ์"], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 86 }, + { "name": "Food", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 82 }, + { "name": "Memory Manipulation", "rank": 80 }, + { "name": "Magic", "rank": 78 }, + { "name": "Elf", "rank": 78 }, + { "name": "Ensemble Cast", "rank": 76 }, + { "name": "Amnesia", "rank": 75 }, + { "name": "Nekomimi", "rank": 70 }, + { "name": "Kemonomimi", "rank": 69 }, + { "name": "Tsundere", "rank": 69 }, + { "name": "Isekai", "rank": 68 }, + { "name": "Animals", "rank": 60 }, + { "name": "Male Protagonist", "rank": 58 }, + { "name": "Yandere", "rank": 52 }, + { "name": "Henshin", "rank": 50 }, + { "name": "Dragons", "rank": 45 }, + { "name": "Female Harem", "rank": 40 }, + { "name": "Ghost", "rank": 30 }, + { "name": "Kuudere", "rank": 26 }, + { "name": "Vampire", "rank": 25 }, + { "name": "CGI", "rank": 24 }, + { "name": "Parody", "rank": 20 }, + { "name": "Fishing", "rank": 20 } + ], + "title": { + "romaji": "Princess Connect! Re:Dive", + "english": "Princess Connect! Re:Dive", + "native": "プリンセスコネクト!Re:Dive" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581564, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107871-ZOh7oeDd0kq9.png" + } + }, + { + "id": 129190, + "idMal": 47159, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "บูรณะมันวุ่นวาย ขายชาติเลยแล้วกัน", + "天才王子的赤字国家振兴术", + "Kiat Pemulihan Negara Berutang Ala Pangeran Genius" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Politics", "rank": 98 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Military", "rank": 85 }, + { "name": "Economics", "rank": 82 }, + { "name": "War", "rank": 78 }, + { "name": "Conspiracy", "rank": 70 }, + { "name": "Religion", "rank": 50 }, + { "name": "Female Harem", "rank": 46 }, + { "name": "Nudity", "rank": 33 }, + { "name": "Gore", "rank": 30 } + ], + "title": { + "romaji": "Tensai Ouji no Akaji Kokka Saisei Jutsu", + "english": "The Genius Prince's Guide to Raising a Nation Out of Debt", + "native": "天才王子の赤字国家再生術" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581581, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129190-UnaPbNhTCTOR.jpg" + } + }, + { + "id": 134252, + "idMal": 48997, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "เกิดใหม่ต่างโลก เพื่อนผมน่ารักโฮกเลยครับ", + "Fabiniku", + "В другом мире с мужчиной, обратившимся красоткой" + ], + "genres": ["Adventure", "Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Gender Bending", "rank": 98 }, + { "name": "Isekai", "rank": 96 }, + { "name": "LGBTQ+ Themes", "rank": 93 }, + { "name": "Slapstick", "rank": 88 }, + { "name": "Primarily Adult Cast", "rank": 86 }, + { "name": "Parody", "rank": 79 }, + { "name": "Boys' Love", "rank": 79 }, + { "name": "Gods", "rank": 76 }, + { "name": "Magic", "rank": 74 }, + { "name": "Shounen", "rank": 73 }, + { "name": "Satire", "rank": 73 }, + { "name": "Meta", "rank": 66 }, + { "name": "Heterosexual", "rank": 62 }, + { "name": "Elf", "rank": 52 }, + { "name": "Chuunibyou", "rank": 48 }, + { "name": "Travel", "rank": 33 }, + { "name": "Vore", "rank": 21 } + ], + "title": { + "romaji": "Fantasy Bishoujo Juniku Oji-san to", + "english": "Life With an Ordinary Guy Who Reincarnated Into a Total Fantasy Knockout", + "native": "異世界美少女受肉おじさんと" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581594, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx134252-6pwG0YdI20aQ.jpg" + } + }, + { + "id": 129191, + "idMal": 47161, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ปราชญ์หนึ่งในใต้หล้ากับตราสุดอัปยศ", "失格纹的最强贤者"], + "genres": [ + "Action", + "Adventure", + "Comedy", + "Fantasy", + "Romance", + "Slice of Life" + ], + "tags": [ + { "name": "Magic", "rank": 87 }, + { "name": "Reincarnation", "rank": 86 }, + { "name": "Demons", "rank": 86 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Dragons", "rank": 60 }, + { "name": "Lost Civilization", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Heterosexual", "rank": 57 }, + { "name": "Dungeon", "rank": 57 }, + { "name": "Conspiracy", "rank": 56 }, + { "name": "Female Harem", "rank": 52 }, + { "name": "Parody", "rank": 30 } + ], + "title": { + "romaji": "Shikkakumon no Saikyou Kenja", + "english": "The Strongest Sage with the Weakest Crest", + "native": "失格紋の最強賢者" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581624, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129191-F80AgCUP79yE.jpg" + } + }, + { + "id": 21009, + "idMal": 29163, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Drama", "Slice of Life"], + "tags": [ + { "name": "Acting", "rank": 92 }, + { "name": "Work", "rank": 90 }, + { "name": "Idol", "rank": 88 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 73 }, + { "name": "Educational", "rank": 62 } + ], + "title": { + "romaji": "Sore ga Seiyuu!", + "english": "Seiyu's Life!", + "native": "それが声優!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581641, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21009-IgL8mZysRRM4.jpg" + } + }, + { + "id": 21627, + "idMal": 32607, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Work", "rank": 95 }, + { "name": "Acting", "rank": 92 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Primarily Adult Cast", "rank": 70 }, + { "name": "Meta", "rank": 68 }, + { "name": "Cute Girls Doing Cute Things", "rank": 55 } + ], + "title": { + "romaji": "Gi(a)rlish Number", + "english": "Girlish Number", + "native": "ガーリッシュ ナンバー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581646, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21627-MygS5XrfmSkx.jpg" + } + }, + { + "id": 20668, + "idMal": 23289, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Revista mensual para chicas Nozaki", "月刊少女野崎君"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Parody", "rank": 94 }, + { "name": "Slapstick", "rank": 91 }, + { "name": "Drawing", "rank": 89 }, + { "name": "Ensemble Cast", "rank": 88 }, + { "name": "School", "rank": 77 }, + { "name": "Otaku Culture", "rank": 73 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Primarily Teen Cast", "rank": 70 }, + { "name": "Heterosexual", "rank": 63 }, + { "name": "Work", "rank": 62 }, + { "name": "Gender Bending", "rank": 62 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Shounen", "rank": 42 }, + { "name": "Tsundere", "rank": 42 }, + { "name": "School Club", "rank": 36 }, + { "name": "Educational", "rank": 25 } + ], + "title": { + "romaji": "Gekkan Shoujo Nozaki-kun", + "english": "Monthly Girls' Nozaki-kun", + "native": "月刊少女野崎くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689632457, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20668-33kB71bNr7N6.png" + } + }, + { + "id": 21858, + "idMal": 33489, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "LWA (TV)", + "小魔女学园", + "Det lille hekseakademiet", + "האקדמיה למכשפות קטנות" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 98 }, + { "name": "Witch", "rank": 98 }, + { "name": "School", "rank": 91 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Primarily Teen Cast", "rank": 70 }, + { "name": "Cute Girls Doing Cute Things", "rank": 67 }, + { "name": "Urban Fantasy", "rank": 66 }, + { "name": "Episodic", "rank": 65 }, + { "name": "Primarily Child Cast", "rank": 62 }, + { "name": "Boarding School", "rank": 60 }, + { "name": "Ojou-sama", "rank": 55 }, + { "name": "Super Robot", "rank": 20 } + ], + "title": { + "romaji": "Little Witch Academia (TV)", + "english": "Little Witch Academia (TV)", + "native": "リトルウィッチアカデミア (TV)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689652717, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21858-Pfp8zrJEfPrd.jpg" + } + }, + { + "id": 101316, + "idMal": 37497, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "So Many Colors In The Future What A Wonderful World", + "Iroduku", + "IRODUKU: O Mundo em Cores", + "IRODUKU: Le Monde en couleur", + "IRODUKU: El mundo en colores" + ], + "genres": ["Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Magic", "rank": 92 }, + { "name": "Time Manipulation", "rank": 86 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Photography", "rank": 76 }, + { "name": "School Club", "rank": 76 }, + { "name": "Drawing", "rank": 74 }, + { "name": "School", "rank": 68 }, + { "name": "Rehabilitation", "rank": 66 }, + { "name": "Coming of Age", "rank": 61 }, + { "name": "Love Triangle", "rank": 54 }, + { "name": "Heterosexual", "rank": 45 }, + { "name": "CGI", "rank": 20 }, + { "name": "Isekai", "rank": 10 } + ], + "title": { + "romaji": "Irozuku Sekai no Ashita kara", + "english": "IRODUKU: The World in Colors", + "native": "色づく世界の明日から" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689658872, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101316-yI1ZvMrsDUn9.png" + } + }, + { + "id": 62, + "idMal": 62, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 100 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Amnesia", "rank": 79 }, + { "name": "Magic", "rank": 60 }, + { "name": "Nekomimi", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "D.C.: Da Capo", + "english": "D.C.~Da Capo~", + "native": "D.C.~ダ・カーポ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689730594, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2003 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx62-llr25zE9LOm1.png" + } + }, + { + "id": 147, + "idMal": 147, + "status": "FINISHED", + "type": "ANIME", + "episodes": 14, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Kiminozo", + "The Eternity You Wish For", + "Die Ewigkeit, die du dir wünschst", + "Wieczność, której pragniesz" + ], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Rehabilitation", "rank": 95 }, + { "name": "Love Triangle", "rank": 90 }, + { "name": "Time Skip", "rank": 90 }, + { "name": "Heterosexual", "rank": 90 }, + { "name": "Tragedy", "rank": 82 }, + { "name": "Hikikomori", "rank": 79 }, + { "name": "Work", "rank": 79 }, + { "name": "School", "rank": 48 }, + { "name": "Nudity", "rank": 36 }, + { "name": "Cars", "rank": 20 }, + { "name": "Amnesia", "rank": 20 } + ], + "title": { + "romaji": "Kimi ga Nozomu Eien", + "english": "Rumbling Hearts", + "native": "君が望む永遠" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689730600, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147-dK27Fk3dsn13.jpg" + } + }, + { + "id": 21102, + "idMal": 22119, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 20, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Flat Chest", "rank": 79 }, + { "name": "POV", "rank": 79 }, + { "name": "Cosplay", "rank": 70 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Fellatio", "rank": 20 } + ], + "title": { + "romaji": "PeroPero☆Teacher", + "english": null, + "native": "ぺろぺろ☆てぃーちゃー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689742365, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21102-B4tTQyDpomuD.jpg" + } + }, + { + "id": 139883, + "idMal": 49987, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 22, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Rape", "rank": 86 }, + { "name": "Virginity", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "DILF", "rank": 60 }, + { "name": "Public Sex", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Boobjob", "rank": 60 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Anal Sex", "rank": 40 }, + { "name": "Tanned Skin", "rank": 40 } + ], + "title": { + "romaji": "Papa Katsu!", + "english": null, + "native": "パパ喝ッ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689743018, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139883-Hi2qyNPKzaKz.jpg" + } + }, + { + "id": 1821, + "idMal": 1821, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [ + "Crimson Lotus", + "Red Lotus", + "BloodShadow", + "Blood Shadow: Guren", + "Le Lotus Rouge" + ], + "genres": ["Hentai"], + "tags": [{ "name": "Female Harem", "rank": 50 }], + "title": { "romaji": "Guren", "english": "Blood Shadow", "native": "紅蓮" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689743072, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1821.jpg" + } + }, + { + "id": 3171, + "idMal": 3171, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Nudity", "rank": 79 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Netorare", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "MILF", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Lactation", "rank": 60 }, + { "name": "Rape", "rank": 60 }, + { "name": "Facial", "rank": 60 }, + { "name": "Public Sex", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Bondage", "rank": 40 }, + { "name": "Inseki", "rank": 40 }, + { "name": "Incest", "rank": 40 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Threesome", "rank": 40 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Defloration", "rank": 40 }, + { "name": "Rimjob", "rank": 40 }, + { "name": "Human Pet", "rank": 40 }, + { "name": "Group Sex", "rank": 40 }, + { "name": "Anal Sex", "rank": 40 }, + { "name": "Squirting", "rank": 40 }, + { "name": "DILF", "rank": 20 } + ], + "title": { + "romaji": "Ryoujoku Hitozuma Onsen", + "english": "Spa of Love", + "native": "凌辱人妻温泉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689745043, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/3171.jpg" + } + }, + { + "id": 5671, + "idMal": 5671, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Slice of Life", "Sports"], + "tags": [ + { "name": "Mahjong", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 86 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Yuri", "rank": 79 }, + { "name": "Super Power", "rank": 74 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "School Club", "rank": 71 }, + { "name": "School", "rank": 70 }, + { "name": "Cute Girls Doing Cute Things", "rank": 70 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Food", "rank": 56 }, + { "name": "Ensemble Cast", "rank": 53 }, + { "name": "Ojou-sama", "rank": 45 }, + { "name": "Nudity", "rank": 44 }, + { "name": "CGI", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Maids", "rank": 12 }, + { "name": "Ghost", "rank": 10 } + ], + "title": { "romaji": "Saki", "english": "Saki", "native": "咲-Saki-" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689746939, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5671-Hpvvpl5cncbf.png" + } + }, + { + "id": 100741, + "idMal": 36889, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 17, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Incest", "rank": 93 }, + { "name": "Flat Chest", "rank": 85 }, + { "name": "Nakadashi", "rank": 76 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Age Gap", "rank": 53 }, + { "name": "Masturbation", "rank": 46 }, + { "name": "Facial", "rank": 40 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Handjob", "rank": 40 } + ], + "title": { + "romaji": "Oyasumi Sex", + "english": null, + "native": "おやすみせっくす" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689749776, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100741-963ZfhRx1pSW.jpg" + } + }, + { + "id": 98213, + "idMal": 34795, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 17, + "synonyms": ["Soul Insert"], + "genres": ["Hentai"], + "tags": [ + { "name": "Body Swapping", "rank": 95 }, + { "name": "Large Breasts", "rank": 85 }, + { "name": "Masturbation", "rank": 80 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Rape", "rank": 79 }, + { "name": "Kemonomimi", "rank": 66 }, + { "name": "Handjob", "rank": 60 }, + { "name": "POV", "rank": 60 }, + { "name": "Virginity", "rank": 60 }, + { "name": "Gender Bending", "rank": 60 }, + { "name": "Boobjob", "rank": 53 }, + { "name": "Inseki", "rank": 53 }, + { "name": "Gods", "rank": 50 }, + { "name": "Defloration", "rank": 40 }, + { "name": "MILF", "rank": 40 }, + { "name": "School", "rank": 40 }, + { "name": "Fellatio", "rank": 40 }, + { "name": "Facial", "rank": 40 }, + { "name": "Prostitution", "rank": 30 }, + { "name": "Sumata", "rank": 20 } + ], + "title": { + "romaji": "Tamashii: Insert", + "english": null, + "native": "魂インサート" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689749791, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b98213-9VXeT64jUQrU.jpg" + } + }, + { + "id": 16642, + "idMal": 16642, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 26, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Nakadashi", "rank": 79 }, + { "name": "Defloration", "rank": 60 }, + { "name": "Incest", "rank": 40 } + ], + "title": { + "romaji": "Ane Koi: Suki Kirai Daisuki", + "english": "Sizzling Siblings", + "native": "姉恋 スキ・キライ・ダイスキ。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689761504, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16642-FxKPbmLalUYT.jpg" + } + }, + { + "id": 12957, + "idMal": 12957, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 28, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [], + "title": { + "romaji": "First Love", + "english": "First Love", + "native": "First Love" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689761524, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/12957.jpg" + } + }, + { + "id": 162896, + "idMal": 54724, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "The Elusive Samurai", + "นายน้อยจอมโกยก้าวสู่เส้นทางแห่งวีรบุรุษ", + "Héroe fugitivo", + "Беглый самурай" + ], + "genres": ["Action", "Adventure"], + "tags": [{ "name": "Samurai", "rank": 60 }], + "title": { + "romaji": "Nige Jouzu no Wakagimi", + "english": null, + "native": "逃げ上手の若君" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689830121, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162896-hSMTVceb50GY.jpg" + } + }, + { + "id": 163270, + "idMal": 54900, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["WB", "ウィンブレ"], + "genres": ["Action", "Comedy", "Drama"], + "tags": [ + { "name": "Delinquents", "rank": 75 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Shounen", "rank": 70 }, + { "name": "LGBTQ+ Themes", "rank": 20 }, + { "name": "Transgender", "rank": 20 } + ], + "title": { + "romaji": "WIND BREAKER", + "english": null, + "native": "WIND BREAKER" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689830125, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163270-7OUYP4fQQM5Z.jpg" + } + }, + { + "id": 10089, + "idMal": 10089, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": [], + "tags": [{ "name": "Work", "rank": 86 }], + "title": { + "romaji": "Girls' Work", + "english": null, + "native": "ガールズワーク" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689830130, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx10089-OoG8qY6kAzJO.jpg" + } + }, + { + "id": 131565, + "idMal": 48556, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "タクトオーパス", + "แท็กต์ โอปัส. เดสตินี ~ลิขิตเสียง บรรเลงชะตา~", + "宿命回响:命运节拍", + "Такт. Опус Дестини" + ], + "genres": ["Action", "Fantasy", "Music"], + "tags": [ + { "name": "Henshin", "rank": 91 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Foreign", "rank": 78 }, + { "name": "Post-Apocalyptic", "rank": 77 }, + { "name": "Tragedy", "rank": 75 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Amnesia", "rank": 66 }, + { "name": "Kuudere", "rank": 63 }, + { "name": "Ensemble Cast", "rank": 60 }, + { "name": "Dystopian", "rank": 47 }, + { "name": "Disability", "rank": 42 }, + { "name": "Adoption", "rank": 40 }, + { "name": "Dinosaurs", "rank": 20 } + ], + "title": { + "romaji": "takt op.Destiny", + "english": "takt op.Destiny", + "native": "takt op.Destiny" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689839287, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx131565-3W2YEX6V3K3i.jpg" + } + }, + { + "id": 146625, + "idMal": 51417, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["エンゲージ・キス", "Project Engage", "Клятвенный поцелуй"], + "genres": ["Action", "Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 93 }, + { "name": "Memory Manipulation", "rank": 92 }, + { "name": "Urban Fantasy", "rank": 82 }, + { "name": "Love Triangle", "rank": 80 }, + { "name": "Guns", "rank": 80 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Amnesia", "rank": 76 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Henshin", "rank": 75 }, + { "name": "Urban", "rank": 71 }, + { "name": "Yandere", "rank": 70 }, + { "name": "Swordplay", "rank": 66 }, + { "name": "Tragedy", "rank": 63 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Succubus", "rank": 53 }, + { "name": "Cosmic Horror", "rank": 20 }, + { "name": "Cannibalism", "rank": 20 } + ], + "title": { + "romaji": "Engage Kiss", + "english": "Engage Kiss", + "native": "Engage Kiss" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689839294, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146625-DmXjpJ2y8fDn.jpg" + } + }, + { + "id": 189, + "idMal": 189, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 97 }, + { "name": "Shounen", "rank": 90 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "College", "rank": 74 }, + { "name": "Primarily Female Cast", "rank": 72 }, + { "name": "Tsundere", "rank": 60 } + ], + "title": { + "romaji": "Love Hina", + "english": "Love Hina", + "native": "ラブひな" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901336, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx189-ybxKAazvr7cH.png" + } + }, + { + "id": 9776, + "idMal": 9776, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["A-Channel: The Animation"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 96 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "School", "rank": 68 }, + { "name": "Seinen", "rank": 26 }, + { "name": "Kuudere", "rank": 13 } + ], + "title": { + "romaji": "A-Channel", + "english": "A-Channel", + "native": "Aチャンネル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689970431, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9776-1JMnQWJhpKVr.png" + } + }, + { + "id": 944, + "idMal": 944, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Action", "Adventure", "Sci-Fi"], + "tags": [ + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Post-Apocalyptic", "rank": 79 }, + { "name": "Swordplay", "rank": 79 }, + { "name": "Tanks", "rank": 79 }, + { "name": "Guns", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 73 }, + { "name": "Lost Civilization", "rank": 70 }, + { "name": "Robots", "rank": 70 } + ], + "title": { + "romaji": "The Third: Aoi Hitomi no Shoujo", + "english": "The Third: The Girl with the Blue Eye", + "native": "ザ・サード 蒼い瞳の少女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689972980, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b944-yqJOuaRagwJJ.jpg" + } + }, + { + "id": 3958, + "idMal": 3958, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["神薙"], + "genres": ["Comedy", "Supernatural"], + "tags": [ + { "name": "Gods", "rank": 88 }, + { "name": "Dissociative Identities", "rank": 79 }, + { "name": "Otaku Culture", "rank": 73 }, + { "name": "Male Protagonist", "rank": 67 }, + { "name": "School", "rank": 65 }, + { "name": "Shrine Maiden", "rank": 63 }, + { "name": "Parody", "rank": 57 }, + { "name": "Love Triangle", "rank": 57 }, + { "name": "Memory Manipulation", "rank": 56 }, + { "name": "Meta", "rank": 50 }, + { "name": "Idol", "rank": 42 }, + { "name": "School Club", "rank": 40 }, + { "name": "Shounen", "rank": 36 }, + { "name": "Nudity", "rank": 33 } + ], + "title": { + "romaji": "Kannagi", + "english": "Kannagi: Crazy Shrine Maidens", + "native": "かんなぎ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689976797, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx3958-SztG03yWCG5G.jpg" + } + }, + { + "id": 105081, + "idMal": 38619, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 96 }, + { "name": "Primarily Teen Cast", "rank": 95 }, + { "name": "Surreal Comedy", "rank": 92 }, + { "name": "School", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Slapstick", "rank": 72 }, + { "name": "Ensemble Cast", "rank": 63 }, + { "name": "Shounen", "rank": 62 }, + { "name": "Cute Girls Doing Cute Things", "rank": 61 }, + { "name": "Chuunibyou", "rank": 58 }, + { "name": "LGBTQ+ Themes", "rank": 53 }, + { "name": "Twins", "rank": 46 }, + { "name": "Otaku Culture", "rank": 45 }, + { "name": "Kuudere", "rank": 45 }, + { "name": "Video Games", "rank": 10 }, + { "name": "Love Triangle", "rank": 10 } + ], + "title": { + "romaji": "Joshikousei no Mudazukai", + "english": "Wasteful Days of High School Girls", + "native": "女子高生の無駄づかい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689990707, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105081-pc4jgCmAP0dZ.jpg" + } + }, + { + "id": 71, + "idMal": 71, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["FMP", "Furumeta"], + "genres": ["Action", "Comedy", "Mecha", "Sci-Fi"], + "tags": [ + { "name": "Military", "rank": 91 }, + { "name": "Guns", "rank": 82 }, + { "name": "Real Robot", "rank": 77 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Love Triangle", "rank": 75 }, + { "name": "School", "rank": 65 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Super Power", "rank": 60 }, + { "name": "Terrorism", "rank": 50 }, + { "name": "War", "rank": 50 }, + { "name": "Politics", "rank": 33 }, + { "name": "Work", "rank": 33 }, + { "name": "Ensemble Cast", "rank": 30 }, + { "name": "Artificial Intelligence", "rank": 26 }, + { "name": "Ships", "rank": 20 }, + { "name": "Slapstick", "rank": 20 }, + { "name": "Alternate Universe", "rank": 10 } + ], + "title": { + "romaji": "Full Metal Panic!", + "english": "Full Metal Panic!", + "native": "フルメタル・パニック!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690016340, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx71-Fi08vs7xNBMW.png" + } + }, + { + "id": 9693, + "idMal": 9693, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Moshi Koukou Yakyuu no Joshi Manager ga Drucker no Management wo Yondara", + "What If a Female Manager of a High School Baseball Team Read Drucker's", + "Drucker in the Dug-Out" + ], + "genres": ["Drama", "Sports"], + "tags": [ + { "name": "School Club", "rank": 79 }, + { "name": "Baseball", "rank": 66 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Economics", "rank": 20 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { "romaji": "Moshidora", "english": null, "native": "もしドラ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690057450, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/9693.jpg" + } + }, + { + "id": 113814, + "idMal": 40842, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ไอดอลลีไพรด์"], + "genres": ["Drama", "Music", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Idol", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "Tragedy", "rank": 86 }, + { "name": "Ghost", "rank": 86 }, + { "name": "Ensemble Cast", "rank": 85 }, + { "name": "Dancing", "rank": 85 }, + { "name": "Female Protagonist", "rank": 76 }, + { "name": "Cute Girls Doing Cute Things", "rank": 65 }, + { "name": "Musical", "rank": 57 }, + { "name": "CGI", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "IDOLY PRIDE", + "english": "Idoly Pride", + "native": "IDOLY PRIDE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690095153, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113814-HvgpmDKpgHql.png" + } + }, + { + "id": 15125, + "idMal": 15125, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 2, + "synonyms": ["Te-kyuu"], + "genres": ["Comedy", "Slice of Life", "Sports"], + "tags": [ + { "name": "Surreal Comedy", "rank": 98 }, + { "name": "Episodic", "rank": 92 }, + { "name": "Meta", "rank": 90 }, + { "name": "School Club", "rank": 80 }, + { "name": "Parody", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 66 }, + { "name": "Tennis", "rank": 61 }, + { "name": "Cute Girls Doing Cute Things", "rank": 57 }, + { "name": "School", "rank": 50 }, + { "name": "Shounen", "rank": 30 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Teekyuu", + "english": "Teekyuu", + "native": "てーきゅう" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690103474, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15125-2ngZyS4KrMqA.png" + } + }, + { + "id": 20746, + "idMal": 25429, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Isuka"], + "genres": ["Action", "Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Youkai", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Archery", "rank": 72 }, + { "name": "Nudity", "rank": 64 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Super Power", "rank": 60 }, + { "name": "Nekomimi", "rank": 40 }, + { "name": "Magic", "rank": 20 }, + { "name": "Shapeshifting", "rank": 20 } + ], + "title": { "romaji": "Isuca", "english": "Isuca", "native": "イスカ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690104901, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20746-a6DKOfo2K49Z.jpg" + } + }, + { + "id": 4492, + "idMal": 4492, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 18, + "synonyms": [ + "Study-A-Broad episode #2", + "Study-A-Broad 2", + "Study A-Broad 2", + "Study-A-Broad pt2" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Masturbation", "rank": 79 }, + { "name": "Teacher", "rank": 79 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Virginity", "rank": 20 }, + { "name": "Swimming", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Irrumatio", "rank": 20 }, + { "name": "Rape", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 } + ], + "title": { + "romaji": "Seisen Gakuin", + "english": "Holy Sleazy School", + "native": "聖泉学淫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690160535, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/4492.jpg" + } + }, + { + "id": 135513, + "idMal": 50634, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 27, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Threesome", "rank": 100 }, + { "name": "Twins", "rank": 98 }, + { "name": "Primarily Teen Cast", "rank": 94 }, + { "name": "Group Sex", "rank": 82 }, + { "name": "Sex Toys", "rank": 80 }, + { "name": "Squirting", "rank": 80 }, + { "name": "School", "rank": 79 }, + { "name": "Kuudere", "rank": 79 }, + { "name": "Nakadashi", "rank": 76 }, + { "name": "Incest", "rank": 75 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Maids", "rank": 64 }, + { "name": "Handjob", "rank": 60 }, + { "name": "Masturbation", "rank": 60 }, + { "name": "Fellatio", "rank": 55 }, + { "name": "Cosplay", "rank": 55 }, + { "name": "Yuri", "rank": 52 }, + { "name": "School Club", "rank": 50 }, + { "name": "Boobjob", "rank": 46 }, + { "name": "Blackmail", "rank": 43 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Voyeur", "rank": 40 } + ], + "title": { + "romaji": "Kaede to Suzu THE ANIMATION", + "english": "Love Me: Kaede and Suzu THE ANIMATION", + "native": "楓と鈴 THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690195811, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx135513-YJgeWHaPXfS8.jpg" + } + }, + { + "id": 14467, + "idMal": 14467, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["K-Project (K-プロジェクト)", "K -eine weitere Geschichte-"], + "genres": ["Action", "Mystery", "Supernatural"], + "tags": [ + { "name": "Gangs", "rank": 95 }, + { "name": "Memory Manipulation", "rank": 92 }, + { "name": "Super Power", "rank": 90 }, + { "name": "Amnesia", "rank": 85 }, + { "name": "Body Swapping", "rank": 84 }, + { "name": "Urban Fantasy", "rank": 83 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Urban", "rank": 77 }, + { "name": "Ensemble Cast", "rank": 70 }, + { "name": "Swordplay", "rank": 67 }, + { "name": "Revenge", "rank": 62 }, + { "name": "Primarily Male Cast", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Nekomimi", "rank": 56 }, + { "name": "Martial Arts", "rank": 55 }, + { "name": "School", "rank": 46 }, + { "name": "Skateboarding", "rank": 46 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Kuudere", "rank": 30 } + ], + "title": { "romaji": "K", "english": "K", "native": "K" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690265382, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14467-emaCgr1KNGGI.png" + } + }, + { + "id": 2369, + "idMal": 2369, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Magic Lending Company", + "บริษัทจัดหาเวทย์ ", + "Dịch vụ thuê Pháp sư" + ], + "genres": ["Action", "Fantasy", "Mystery", "Supernatural"], + "tags": [ + { "name": "Magic", "rank": 60 }, + { "name": "Religion", "rank": 60 }, + { "name": "Work", "rank": 60 }, + { "name": "Achronological Order", "rank": 40 }, + { "name": "Female Harem", "rank": 40 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Rental Magica", + "english": "Rental Magica", + "native": "レンタルマギカ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690265470, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2369-CfMlUsLn6dvb.png" + } + }, + { + "id": 101126, + "idMal": 36077, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 120, + "synonyms": [ + "Macross Delta: Gekijou no Walküre", + "Macross Δ: Passionate Walküre", + "Macross Δ Movie: Gekijou no Walküre", + "Gekijouban Macross Δ: Gekijou no Walkure" + ], + "genres": ["Action", "Mecha", "Music", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Idol", "rank": 84 }, + { "name": "War", "rank": 79 }, + { "name": "Musical", "rank": 79 }, + { "name": "Space", "rank": 79 }, + { "name": "Military", "rank": 75 }, + { "name": "Space Opera", "rank": 70 }, + { "name": "Love Triangle", "rank": 35 }, + { "name": "Henshin", "rank": 20 } + ], + "title": { + "romaji": "Macross Δ: Gekijou no Walküre", + "english": null, + "native": "劇場版マクロスΔ 激情のワルキューレ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690318961, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101126-EkTBTjUhjsfH.jpg" + } + }, + { + "id": 103316, + "idMal": 28843, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 3, + "synonyms": ["My Face"], + "genres": ["Horror", "Psychological"], + "tags": [ + { "name": "Body Horror", "rank": 84 }, + { "name": "Astronomy", "rank": 60 }, + { "name": "Amnesia", "rank": 10 } + ], + "title": { + "romaji": "Watashi no Kao", + "english": null, + "native": "ワ・タ・シ・ノ・カ・オ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690354147, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx103316-ux8Nt6067Pgd.jpg" + } + }, + { + "id": 4701, + "idMal": 4701, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 24, + "synonyms": ["Yamahime no Jitsu", "Yama Hime no Sane"], + "genres": ["Hentai"], + "tags": [ + { "name": "Netorare", "rank": 79 }, + { "name": "Age Gap", "rank": 79 }, + { "name": "MILF", "rank": 79 } + ], + "title": { + "romaji": "Yama Hime no Mi", + "english": null, + "native": "山姫の実" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690363486, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/4701.jpg" + } + }, + { + "id": 146837, + "idMal": 51463, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "OVA", + "duration": 24, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Rape", "rank": 95 }, + { "name": "Revenge", "rank": 95 }, + { "name": "Anal Sex", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Teacher", "rank": 79 }, + { "name": "Irrumatio", "rank": 70 }, + { "name": "Group Sex", "rank": 60 }, + { "name": "Handjob", "rank": 60 } + ], + "title": { "romaji": "Tsugunai", "english": null, "native": "ツグナヒ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690408304, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146837-Ot4gdIYCA34z.jpg" + } + }, + { + "id": 161312, + "idMal": 55181, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 20, + "synonyms": [], + "genres": ["Fantasy", "Hentai"], + "tags": [ + { "name": "Flat Chest", "rank": 84 }, + { "name": "Elf", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "DILF", "rank": 79 }, + { "name": "Defloration", "rank": 79 }, + { "name": "Threesome", "rank": 79 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Public Sex", "rank": 60 }, + { "name": "Ahegao", "rank": 60 }, + { "name": "Group Sex", "rank": 60 }, + { "name": "Tanned Skin", "rank": 60 }, + { "name": "Masturbation", "rank": 40 }, + { "name": "Archery", "rank": 30 }, + { "name": "Irrumatio", "rank": 30 } + ], + "title": { + "romaji": "Tsurupeta Shugo Kishi Elfina Ochiru", + "english": null, + "native": "つるぺた守護騎士 エルフィナ堕ちる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690408324, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161312-n71B3LEpC4Xh.jpg" + } + }, + { + "id": 162482, + "idMal": 54849, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": ["Nightmare×Deathscytheー前編ー叛逆のレゾナンス"], + "genres": ["Hentai"], + "tags": [ + { "name": "Cult", "rank": 20 }, + { "name": "Tentacles", "rank": 20 }, + { "name": "Rape", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Irrumatio", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Nun", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Netorare", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Cumflation", "rank": 20 }, + { "name": "Pregnant", "rank": 20 }, + { "name": "Magic", "rank": 20 }, + { "name": "Ahegao", "rank": 20 }, + { "name": "Deepthroat", "rank": 20 }, + { "name": "Group Sex", "rank": 20 }, + { "name": "Hypersexuality", "rank": 20 } + ], + "title": { + "romaji": "Nightmare x Deathscythe: Hangyaku no Resonance", + "english": null, + "native": "Nightmare×Deathscythe~叛逆のレゾナンス~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690408347, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162482-koAmLbItdGvb.jpg" + } + }, + { + "id": 98460, + "idMal": 35120, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "ONA", + "duration": 25, + "synonyms": [ + "デビルマン クライベイビー", + "דווילמן: בכיין", + "طفل الشيطان", + "เดวิลแมน ครายเบบี้" + ], + "genres": ["Action", "Drama", "Horror", "Psychological", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 97 }, + { "name": "Tragedy", "rank": 93 }, + { "name": "Body Horror", "rank": 89 }, + { "name": "Gore", "rank": 87 }, + { "name": "Urban Fantasy", "rank": 86 }, + { "name": "Gods", "rank": 85 }, + { "name": "Shapeshifting", "rank": 85 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Philosophy", "rank": 81 }, + { "name": "Cosmic Horror", "rank": 80 }, + { "name": "War", "rank": 79 }, + { "name": "Nudity", "rank": 75 }, + { "name": "Angels", "rank": 74 }, + { "name": "Coming of Age", "rank": 73 }, + { "name": "Anti-Hero", "rank": 72 }, + { "name": "Monster Boy", "rank": 70 }, + { "name": "Henshin", "rank": 68 }, + { "name": "Masturbation", "rank": 65 }, + { "name": "Cannibalism", "rank": 64 }, + { "name": "LGBTQ+ Themes", "rank": 63 }, + { "name": "Revenge", "rank": 61 }, + { "name": "Athletics", "rank": 61 }, + { "name": "Drugs", "rank": 58 }, + { "name": "Meta", "rank": 57 }, + { "name": "Public Sex", "rank": 57 }, + { "name": "Bisexual", "rank": 53 }, + { "name": "Politics", "rank": 46 }, + { "name": "Motorcycles", "rank": 45 }, + { "name": "Rape", "rank": 45 }, + { "name": "Afterlife", "rank": 44 }, + { "name": "Shounen", "rank": 26 } + ], + "title": { + "romaji": "DEVILMAN crybaby", + "english": "Devilman Crybaby", + "native": "DEVILMAN crybaby" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690419117, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98460-WTidxsFZrHfv.jpg" + } + }, + { + "id": 16157, + "idMal": 16157, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Kami Jigen Game Neptune V", + "Hyperdimension Neptunia Victory", + "Hyperdimension Neptunia: The Animation", + "초차원 게임 넵튠 : The Animation" + ], + "genres": [ + "Action", + "Comedy", + "Ecchi", + "Mahou Shoujo", + "Sci-Fi", + "Supernatural" + ], + "tags": [ + { "name": "Video Games", "rank": 91 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Parody", "rank": 77 }, + { "name": "Henshin", "rank": 73 }, + { "name": "Gods", "rank": 72 }, + { "name": "Meta", "rank": 65 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Memory Manipulation", "rank": 50 }, + { "name": "Alternate Universe", "rank": 50 }, + { "name": "Time Skip", "rank": 20 } + ], + "title": { + "romaji": "Choujigen Game Neptune THE ANIMATION", + "english": "Hyperdimension Neptunia", + "native": "超次元ゲイム ネプテューヌ THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690474700, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16157-GFIuj9e2Y8nK.jpg" + } + }, + { + "id": 21290, + "idMal": 31404, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ถามหน่อยครับ คิดว่าเจ้าสาวผมในเกมออนไลน์เป็นผู้หญิงจริงหรือเปล่า?"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Video Games", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Otaku Culture", "rank": 80 }, + { "name": "Virtual World", "rank": 76 }, + { "name": "School Club", "rank": 73 }, + { "name": "Tsundere", "rank": 73 }, + { "name": "School", "rank": 72 }, + { "name": "Hikikomori", "rank": 71 }, + { "name": "Rehabilitation", "rank": 70 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Nudity", "rank": 58 }, + { "name": "Yandere", "rank": 54 } + ], + "title": { + "romaji": "Netoge no Yome wa Onnanoko ja Nai to Omotta?", + "english": "And you thought there is never a girl online?", + "native": "ネトゲの嫁は女の子じゃないと思った?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690492115, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21290-R6qYWnylwpbL.png" + } + }, + { + "id": 98596, + "idMal": 35413, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Imoto sae Ireba Ii.", + "A Sister's All You Need", + "It'd be Good if Only Little Sister Was Here", + "Imosae", + "Imoutosae", + "Imotosae", + "如果有妹妹就好了。", + "คงจะดี ถ้ามีน้องสาวสักคน" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Writing", "rank": 88 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Primarily Adult Cast", "rank": 83 }, + { "name": "Otaku Culture", "rank": 81 }, + { "name": "Work", "rank": 75 }, + { "name": "Nudity", "rank": 73 }, + { "name": "Coming of Age", "rank": 68 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Love Triangle", "rank": 58 }, + { "name": "Crossdressing", "rank": 51 }, + { "name": "Video Games", "rank": 44 }, + { "name": "College", "rank": 36 }, + { "name": "Gender Bending", "rank": 33 }, + { "name": "Ensemble Cast", "rank": 20 } + ], + "title": { + "romaji": "Imouto sae Ireba Ii.", + "english": "A Sister's All You Need.", + "native": "妹さえいればいい。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690497402, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98596-E2aZouOyuQ8G.jpg" + } + }, + { + "id": 105228, + "idMal": 38668, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["دوروهيدورو", "สาปพันธุ์อสูร"], + "genres": ["Action", "Adventure", "Comedy", "Fantasy", "Horror", "Mystery"], + "tags": [ + { "name": "Monster Boy", "rank": 93 }, + { "name": "Amnesia", "rank": 88 }, + { "name": "Magic", "rank": 88 }, + { "name": "Full CGI", "rank": 88 }, + { "name": "CGI", "rank": 87 }, + { "name": "Gore", "rank": 84 }, + { "name": "Surreal Comedy", "rank": 81 }, + { "name": "Ensemble Cast", "rank": 80 }, + { "name": "Body Horror", "rank": 80 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Dystopian", "rank": 79 }, + { "name": "Anti-Hero", "rank": 78 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Demons", "rank": 67 }, + { "name": "Body Swapping", "rank": 56 }, + { "name": "Vore", "rank": 56 }, + { "name": "Food", "rank": 51 }, + { "name": "Drugs", "rank": 43 }, + { "name": "Post-Apocalyptic", "rank": 43 }, + { "name": "Found Family", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Zombie", "rank": 33 }, + { "name": "Baseball", "rank": 30 }, + { "name": "Revenge", "rank": 20 } + ], + "title": { + "romaji": "Dorohedoro", + "english": "Dorohedoro", + "native": "ドロヘドロ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690528116, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105228-9KSgNMIX3kPa.jpg" + } + }, + { + "id": 5030, + "idMal": 5030, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy"], + "tags": [ + { "name": "Parody", "rank": 94 }, + { "name": "School", "rank": 92 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Crossdressing", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 86 }, + { "name": "Yuri", "rank": 84 }, + { "name": "Ojou-sama", "rank": 80 }, + { "name": "Bullying", "rank": 80 }, + { "name": "Femboy", "rank": 79 }, + { "name": "Maids", "rank": 75 }, + { "name": "Meta", "rank": 70 }, + { "name": "Nekomimi", "rank": 68 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Twins", "rank": 60 }, + { "name": "Archery", "rank": 53 }, + { "name": "Religion", "rank": 53 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Kuudere", "rank": 30 } + ], + "title": { + "romaji": "Maria†Holic", + "english": "Maria†Holic", + "native": "まりあ†ほりっく" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690708339, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5030-nDUiCUV0Km64.png" + } + }, + { + "id": 99807, + "idMal": 40148, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Nanabun no Nijyuuni"], + "genres": ["Drama", "Music"], + "tags": [ + { "name": "Idol", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Ensemble Cast", "rank": 93 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Cute Girls Doing Cute Things", "rank": 86 }, + { "name": "Dancing", "rank": 77 }, + { "name": "CGI", "rank": 33 } + ], + "title": { + "romaji": "22/7", + "english": "22/7 (nanabun no nijyuuni)", + "native": "22/7 (ナナブンノニジュウニ)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690708582, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99807-bkaSfYalAcbf.jpg" + } + }, + { + "id": 257, + "idMal": 257, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Ikki Tousen", "Ikki-Tosen: Legendary Fighter"], + "genres": ["Action", "Ecchi"], + "tags": [ + { "name": "Martial Arts", "rank": 85 }, + { "name": "Nudity", "rank": 77 }, + { "name": "Female Harem", "rank": 67 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Ensemble Cast", "rank": 60 }, + { "name": "Super Power", "rank": 48 }, + { "name": "Tsundere", "rank": 46 }, + { "name": "Tomboy", "rank": 46 }, + { "name": "Seinen", "rank": 46 }, + { "name": "School", "rank": 45 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Bisexual", "rank": 30 } + ], + "title": { + "romaji": "Ikkitousen", + "english": "Battle Vixens: Ikki Tousen", + "native": "一騎当千" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691130032, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2003 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx257-gCZecr1Nu9NV.jpg" + } + }, + { + "id": 10553, + "idMal": 10553, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 21, + "synonyms": [ + "It's Not Like I Grow Up Just for You!!", + "Betsu ni Anta no Tame ni Ookikunattanjanaindakara ne!!", + "It's not like I grew up like this just for you!!" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Large Breasts", "rank": 79 }, + { "name": "Tsundere", "rank": 20 } + ], + "title": { + "romaji": "Betsu ni Anta no Tame ni Ookiku Nattan Janain Dakara ne!!", + "english": null, + "native": "別にアンタの為に大きくなったんじゃないんだからねっ!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691130083, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx10553-FwJEBM8Ukfxn.jpg" + } + }, + { + "id": 155907, + "idMal": 53411, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["バディダディ", "Напарники-папаши"], + "genres": ["Action", "Comedy", "Drama", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 98 }, + { "name": "Found Family", "rank": 97 }, + { "name": "Crime", "rank": 87 }, + { "name": "Adoption", "rank": 87 }, + { "name": "Assassins", "rank": 87 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Guns", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 71 }, + { "name": "Urban", "rank": 71 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Espionage", "rank": 67 }, + { "name": "Mafia", "rank": 66 }, + { "name": "Surreal Comedy", "rank": 61 }, + { "name": "Time Skip", "rank": 29 }, + { "name": "Video Games", "rank": 25 } + ], + "title": { + "romaji": "Buddy Daddies", + "english": "Buddy Daddies", + "native": "Buddy Daddies" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691437228, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155907-gR7aRwVHwrjc.jpg" + } + }, + { + "id": 145813, + "idMal": 51145, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "ONA", + "duration": 10, + "synonyms": [ + "Pokémon LEGENDS: Arceus", + "Pokémon: Schnee in Hisui", + "Pokémon: Les neiges de Hisui", + "Pokémon: La neve di Hisui", + "Pokémon: Nieves de Hisui", + "Pokémon: as neves de Hisui", + "Twin Indigo of Melting Snow" + ], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Medicine", "rank": 70 }, + { "name": "Time Skip", "rank": 65 }, + { "name": "Animals", "rank": 63 }, + { "name": "Male Protagonist", "rank": 55 }, + { "name": "Kids", "rank": 53 }, + { "name": "Primarily Male Cast", "rank": 20 } + ], + "title": { + "romaji": "Yuki Hodokishi Futaai", + "english": "Pokémon: Hisuian Snow", + "native": "雪ほどきし二藍" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691437279, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx145813-mp38DT8omMKU.jpg" + } + }, + { + "id": 21714, + "idMal": 32979, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["轻拍翻转小魔女", "Flip Flappers: Fantazja kontra świat"], + "genres": [ + "Action", + "Adventure", + "Comedy", + "Fantasy", + "Mahou Shoujo", + "Psychological", + "Sci-Fi" + ], + "tags": [ + { "name": "Coming of Age", "rank": 92 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "LGBTQ+ Themes", "rank": 85 }, + { "name": "Henshin", "rank": 84 }, + { "name": "Meta", "rank": 80 }, + { "name": "Magic", "rank": 78 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Surreal Comedy", "rank": 73 }, + { "name": "Memory Manipulation", "rank": 73 }, + { "name": "Yuri", "rank": 73 }, + { "name": "Super Power", "rank": 71 }, + { "name": "Cult", "rank": 69 }, + { "name": "Dissociative Identities", "rank": 68 }, + { "name": "Time Manipulation", "rank": 65 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Age Regression", "rank": 60 }, + { "name": "Isekai", "rank": 60 }, + { "name": "School", "rank": 54 }, + { "name": "Love Triangle", "rank": 50 }, + { "name": "Tsundere", "rank": 45 }, + { "name": "Surfing", "rank": 45 }, + { "name": "Yandere", "rank": 36 }, + { "name": "Super Robot", "rank": 35 } + ], + "title": { + "romaji": "Flip Flappers", + "english": "FLIP FLAPPERS", + "native": "フリップフラッパーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691496798, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21714-CkRGMKNtKfdp.jpg" + } + }, + { + "id": 105914, + "idMal": 38759, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["贤惠幼妻仙狐小姐"], + "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Kemonomimi", "rank": 93 }, + { "name": "Iyashikei", "rank": 92 }, + { "name": "Youkai", "rank": 79 }, + { "name": "Maids", "rank": 79 }, + { "name": "Gods", "rank": 77 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Primarily Adult Cast", "rank": 66 }, + { "name": "Urban", "rank": 63 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Software Development", "rank": 42 }, + { "name": "Ensemble Cast", "rank": 40 }, + { "name": "Monster Girl", "rank": 30 }, + { "name": "Video Games", "rank": 21 } + ], + "title": { + "romaji": "Sewayaki Kitsune no Senko-san", + "english": "The Helpful Fox Senko-san", + "native": "世話やきキツネの仙狐さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692940440, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx105914-VXKB0ZA2aVZF.png" + } + }, + { + "id": 4130, + "idMal": 4130, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "ONA", + "duration": 3, + "synonyms": ["Puchi Eva", " Eva-School", "EAS", "EOS"], + "genres": ["Comedy"], + "tags": [ + { "name": "Parody", "rank": 100 }, + { "name": "Full CGI", "rank": 97 }, + { "name": "No Dialogue", "rank": 96 }, + { "name": "Chibi", "rank": 91 }, + { "name": "Episodic", "rank": 79 }, + { "name": "School", "rank": 76 }, + { "name": "Primarily Teen Cast", "rank": 70 }, + { "name": "CGI", "rank": 64 }, + { "name": "Ensemble Cast", "rank": 60 }, + { "name": "Angels", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Surreal Comedy", "rank": 60 }, + { "name": "Robots", "rank": 50 }, + { "name": "Aliens", "rank": 20 } + ], + "title": { + "romaji": "Petit Eva: Evangelion@School", + "english": null, + "native": "ぷちえゔぁ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693047292, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b4130-cNTifeekohY6.jpg" + } + }, + { + "id": 98439, + "idMal": 35078, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["三星★★★colors", "3boshi", "Трёхцветные звёздочки"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "Primarily Child Cast", "rank": 92 }, + { "name": "Urban", "rank": 86 }, + { "name": "Episodic", "rank": 85 }, + { "name": "Outdoor", "rank": 72 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 55 }, + { "name": "Police", "rank": 52 }, + { "name": "Rural", "rank": 51 }, + { "name": "Bullying", "rank": 46 }, + { "name": "Shounen", "rank": 38 }, + { "name": "Animals", "rank": 37 } + ], + "title": { + "romaji": "Mitsuboshi Colors", + "english": "Mitsuboshi Colors", + "native": "三ツ星カラーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693255452, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98439-J6h5VEcZh9vK.jpg" + } + }, + { + "id": 17082, + "idMal": 17082, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 96 }, + { "name": "School", "rank": 89 }, + { "name": "Episodic", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 83 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Iyashikei", "rank": 65 }, + { "name": "4-koma", "rank": 40 }, + { "name": "Shounen", "rank": 32 } + ], + "title": { "romaji": "Aiura", "english": "AIURA", "native": "あいうら" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693257673, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17082-aibgI1fdiFzS.jpg" + } + }, + { + "id": 104722, + "idMal": 38572, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Assassin's Pride", "แอสแซสซินส์ ไพรด์)"], + "genres": ["Action", "Comedy", "Drama", "Fantasy", "Mystery", "Romance"], + "tags": [ + { "name": "Magic", "rank": 87 }, + { "name": "Assassins", "rank": 80 }, + { "name": "Age Gap", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Vampire", "rank": 74 }, + { "name": "Bullying", "rank": 68 }, + { "name": "Steampunk", "rank": 65 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Female Harem", "rank": 48 }, + { "name": "Swordplay", "rank": 40 }, + { "name": "Body Horror", "rank": 37 }, + { "name": "Battle Royale", "rank": 33 } + ], + "title": { + "romaji": "Assassins Pride", + "english": "ASSASSINS PRIDE", + "native": "アサシンズプライド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693301452, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104722-XVscwgdGzfnO.jpg" + } + }, + { + "id": 1639, + "idMal": 1639, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 34, + "synonyms": ["Boku no Piko", "My Pico", "Boku no Pico OVA 1 - My Pico"], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Anal Sex", "rank": 91 }, + { "name": "Crossdressing", "rank": 91 }, + { "name": "Boys' Love", "rank": 90 }, + { "name": "Primarily Male Cast", "rank": 89 }, + { "name": "Age Gap", "rank": 84 }, + { "name": "Fellatio", "rank": 83 }, + { "name": "Nudity", "rank": 83 }, + { "name": "Handjob", "rank": 79 }, + { "name": "Virginity", "rank": 79 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Facial", "rank": 78 }, + { "name": "Femboy", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 20 } + ], + "title": { + "romaji": "Boku no Pico", + "english": null, + "native": "ぼくのぴこ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693354198, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1639.jpg" + } + }, + { + "id": 17371, + "idMal": 17371, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "ONA", + "duration": 15, + "synonyms": ["Summer Vacation", "Natsuyasumi Period"], + "genres": ["Hentai"], + "tags": [ + { "name": "Boys' Love", "rank": 86 }, + { "name": "Crossdressing", "rank": 80 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Femboy", "rank": 79 }, + { "name": "Anal Sex", "rank": 66 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Facial", "rank": 53 }, + { "name": "Masturbation", "rank": 46 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Rimjob", "rank": 40 } + ], + "title": { + "romaji": "Natsuyasumi.", + "english": null, + "native": "ナツヤスミ." + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693354212, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/17371.jpg" + } + }, + { + "id": 7110, + "idMal": 7110, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 35, + "synonyms": [ + "Shounen Maid Kuuro-kun", + "Kuro-chan no Yuuutsu", + "Kuro-chan's Depression" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Maids", "rank": 79 }, + { "name": "Femboy", "rank": 79 }, + { "name": "Boys' Love", "rank": 73 }, + { "name": "Crossdressing", "rank": 72 }, + { "name": "Anal Sex", "rank": 70 }, + { "name": "Primarily Male Cast", "rank": 70 } + ], + "title": { + "romaji": "Shounen Maid Kuro-kun: Tenshi no Uta", + "english": null, + "native": "少年メイドクーロ君 ~天使の歌~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693354221, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/7110.jpg" + } + }, + { + "id": 1661, + "idMal": 1661, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Cherry Miel"], + "genres": ["Action", "Adventure", "Ecchi", "Mahou Shoujo", "Sci-Fi"], + "tags": [ + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Episodic", "rank": 86 }, + { "name": "Shounen", "rank": 85 }, + { "name": "Revenge", "rank": 79 }, + { "name": "Robots", "rank": 73 }, + { "name": "Henshin", "rank": 72 }, + { "name": "Crime", "rank": 60 }, + { "name": "Urban", "rank": 53 }, + { "name": "Slapstick", "rank": 50 }, + { "name": "School", "rank": 46 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Superhero", "rank": 26 } + ], + "title": { + "romaji": "Cutey Honey", + "english": "Cutie Honey", + "native": "キューティーハニー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693463880, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1973 }, + "endDate": { "year": 1974 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1661-KfsG8mhDKJCg.png" + } + }, + { + "id": 2722, + "idMal": 2722, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 131, + "synonyms": ["Crushers"], + "genres": ["Action", "Adventure", "Sci-Fi"], + "tags": [ + { "name": "Space", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Guns", "rank": 60 }, + { "name": "Conspiracy", "rank": 60 }, + { "name": "Pirates", "rank": 60 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Nudity", "rank": 33 }, + { "name": "Robots", "rank": 20 } + ], + "title": { + "romaji": "Crusher Joe", + "english": "Crusher Joe: The Movie", + "native": "クラッシャージョウ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693473725, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1983 }, + "endDate": { "year": 1983 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx2722-z9zqg2mEfGW4.jpg" + } + }, + { + "id": 350, + "idMal": 350, + "status": "FINISHED", + "type": "ANIME", + "episodes": 51, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Useless Witchgirl Doremi", "La Màgica Doremi"], + "genres": ["Comedy", "Drama", "Fantasy", "Mahou Shoujo", "Slice of Life"], + "tags": [ + { "name": "Magic", "rank": 97 }, + { "name": "Witch", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Primarily Child Cast", "rank": 84 }, + { "name": "Kids", "rank": 80 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Chibi", "rank": 79 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Henshin", "rank": 78 }, + { "name": "School", "rank": 72 }, + { "name": "Cute Girls Doing Cute Things", "rank": 68 }, + { "name": "Family Life", "rank": 66 }, + { "name": "Ojou-sama", "rank": 56 }, + { "name": "Fairy", "rank": 53 }, + { "name": "Idol", "rank": 45 }, + { "name": "Acting", "rank": 40 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Ojamajo Doremi", + "english": "Magical DoReMi", + "native": "おジャ魔女どれみ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693596346, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1999 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx350-qhqB286Za32Y.jpg" + } + }, + { + "id": 272, + "idMal": 272, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Drama", "Mystery"], + "tags": [ + { "name": "Female Protagonist", "rank": 100 }, + { "name": "Assassins", "rank": 96 }, + { "name": "Guns", "rank": 96 }, + { "name": "Noir", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "Foreign", "rank": 90 }, + { "name": "Crime", "rank": 90 }, + { "name": "Amnesia", "rank": 80 }, + { "name": "Fugitive", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Revenge", "rank": 70 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Gangs", "rank": 64 }, + { "name": "Triads", "rank": 53 }, + { "name": "Conspiracy", "rank": 50 }, + { "name": "Wrestling", "rank": 40 } + ], + "title": { "romaji": "Noir", "english": null, "native": "ノワール" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693597934, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx272-e2hCtZneansZ.jpg" + } + }, + { + "id": 18897, + "idMal": 18897, + "status": "FINISHED", + "type": "ANIME", + "episodes": 20, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Nisekoi: False Love", " รักลวงป่วนใจ"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Love Triangle", "rank": 96 }, + { "name": "Female Harem", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 92 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Tsundere", "rank": 84 }, + { "name": "School", "rank": 82 }, + { "name": "Slapstick", "rank": 81 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Yakuza", "rank": 67 }, + { "name": "Mafia", "rank": 66 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Shounen", "rank": 59 }, + { "name": "Tomboy", "rank": 50 }, + { "name": "Gangs", "rank": 40 }, + { "name": "Crossdressing", "rank": 20 } + ], + "title": { + "romaji": "Nisekoi", + "english": "Nisekoi", + "native": "ニセコイ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693641844, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx18897-G2Fx2ZACsXBU.jpg" + } + }, + { + "id": 130586, + "idMal": 48415, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "ชีวิตใหม่ไม่ธรรมดาของราชาปีศาจขี้เหงา", + "Raja Iblis Terkuat Sepanjang Sejarah Terlahir Kembali Sebagai Figuran", + "Đại Ma Vương Mạnh Nhất Lịch Sử Chuyển Sinh Thành Dân Làng A" + ], + "genres": ["Action", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Magic", "rank": 92 }, + { "name": "Reincarnation", "rank": 91 }, + { "name": "Female Harem", "rank": 85 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Heterosexual", "rank": 82 }, + { "name": "Time Skip", "rank": 71 }, + { "name": "School", "rank": 60 }, + { "name": "Time Manipulation", "rank": 56 }, + { "name": "Age Regression", "rank": 45 }, + { "name": "LGBTQ+ Themes", "rank": 44 }, + { "name": "Tsundere", "rank": 35 }, + { "name": "Military", "rank": 33 }, + { "name": "War", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Demons", "rank": 20 } + ], + "title": { + "romaji": "Shijou Saikyou no Daimaou, Murabito A ni Tensei suru", + "english": "The Greatest Demon Lord Is Reborn as a Typical Nobody", + "native": "史上最強の大魔王、村人Aに転生する" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693722351, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130586-vzoz4X37RZwc.jpg" + } + }, + { + "id": 6645, + "idMal": 6645, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Chu-Bra!!", "Chubra!!", "Chuubra!!"], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 65 }, + { "name": "School Club", "rank": 55 }, + { "name": "Coming of Age", "rank": 50 }, + { "name": "Educational", "rank": 40 }, + { "name": "Bullying", "rank": 40 } + ], + "title": { + "romaji": "Chuu Bra!!", + "english": "Chu-Bra", + "native": "ちゅーぶら!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693786003, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6645-FunUYc7XMZGi.jpg" + } + }, + { + "id": 2495, + "idMal": 2495, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Drama", "Music"], + "tags": [ + { "name": "Idol", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 66 }, + { "name": "Orphan", "rank": 20 }, + { "name": "Amnesia", "rank": 20 }, + { "name": "Angels", "rank": 20 }, + { "name": "Bullying", "rank": 20 }, + { "name": "Adoption", "rank": 20 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { + "romaji": "Chance: Triangle Session", + "english": "Chance Pop Session", + "native": "チャンス〜トライアングルセッション〜" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693883978, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2495-T6KGP6qGhSNQ.png" + } + }, + { + "id": 16732, + "idMal": 16732, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 97 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "School", "rank": 84 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "Language Barrier", "rank": 66 }, + { "name": "Seinen", "rank": 63 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Musical", "rank": 40 }, + { "name": "Pirates", "rank": 36 }, + { "name": "Baseball", "rank": 33 } + ], + "title": { + "romaji": "Kiniro Mosaic", + "english": "KINMOZA!", + "native": "きんいろモザイク" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694033253, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx16732-dQXm6lnmbWZ4.png" + } + }, + { + "id": 119484, + "idMal": 42224, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 21, + "synonyms": ["Infinite Sexual Appetite"], + "genres": ["Hentai"], + "tags": [ + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Hypersexuality", "rank": 79 }, + { "name": "Nakadashi", "rank": 73 }, + { "name": "Large Breasts", "rank": 73 }, + { "name": "Threesome", "rank": 66 }, + { "name": "MILF", "rank": 66 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Ahegao", "rank": 60 }, + { "name": "Exhibitionism", "rank": 60 }, + { "name": "Flat Chest", "rank": 60 } + ], + "title": { + "romaji": "Shikiyoku INFINITE", + "english": null, + "native": "色欲INFINITE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694055144, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx119484-CkEWL9xs0IKX.jpg" + } + }, + { + "id": 10851, + "idMal": 10851, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [], + "genres": ["Drama", "Hentai", "Psychological"], + "tags": [ + { "name": "Rape", "rank": 95 }, + { "name": "Bondage", "rank": 92 }, + { "name": "Male Protagonist", "rank": 92 }, + { "name": "Amnesia", "rank": 90 }, + { "name": "Nakadashi", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Death Game", "rank": 88 }, + { "name": "Philosophy", "rank": 88 }, + { "name": "Female Harem", "rank": 87 }, + { "name": "Defloration", "rank": 85 }, + { "name": "Ahegao", "rank": 83 }, + { "name": "Facial", "rank": 83 }, + { "name": "Alternate Universe", "rank": 76 }, + { "name": "Sex Toys", "rank": 75 }, + { "name": "Gore", "rank": 70 }, + { "name": "Fellatio", "rank": 67 }, + { "name": "Anal Sex", "rank": 65 }, + { "name": "Large Breasts", "rank": 64 }, + { "name": "Anti-Hero", "rank": 62 }, + { "name": "Irrumatio", "rank": 60 }, + { "name": "Boobjob", "rank": 56 }, + { "name": "Voyeur", "rank": 56 }, + { "name": "Handjob", "rank": 56 }, + { "name": "Cult", "rank": 53 }, + { "name": "Incest", "rank": 52 }, + { "name": "Scat", "rank": 50 }, + { "name": "Teacher", "rank": 46 }, + { "name": "Pregnant", "rank": 40 }, + { "name": "Watersports", "rank": 40 }, + { "name": "Body Horror", "rank": 33 }, + { "name": "School", "rank": 20 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Asphyxiation", "rank": 20 }, + { "name": "Ero Guro", "rank": 20 }, + { "name": "Group Sex", "rank": 20 }, + { "name": "Human Pet", "rank": 20 }, + { "name": "Hypersexuality", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Sadism", "rank": 20 }, + { "name": "Squirting", "rank": 20 }, + { "name": "Threesome", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Torture", "rank": 20 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { "romaji": "euphoria", "english": null, "native": "euphoria" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694055243, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10851-FNTzFO5BJfPP.jpg" + } + }, + { + "id": 2357, + "idMal": 2357, + "status": "FINISHED", + "type": "ANIME", + "episodes": 5, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Rape", "rank": 79 }, + { "name": "Blackmail", "rank": 79 }, + { "name": "Irrumatio", "rank": 79 }, + { "name": "Twins", "rank": 70 }, + { "name": "Bondage", "rank": 60 }, + { "name": "Sex Toys", "rank": 60 }, + { "name": "Incest", "rank": 60 }, + { "name": "Threesome", "rank": 60 }, + { "name": "Group Sex", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Facial", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Netorare", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Yuri", "rank": 20 } + ], + "title": { + "romaji": "Kojin Taxi", + "english": "Sex Taxi", + "native": "股人タクシー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694055249, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2357.jpg" + } + }, + { + "id": 5958, + "idMal": 5958, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": [ + "Comedy", + "Ecchi", + "Romance", + "Sci-Fi", + "Slice of Life", + "Supernatural" + ], + "tags": [ + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Rural", "rank": 73 }, + { "name": "School", "rank": 72 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Female Harem", "rank": 70 }, + { "name": "School Club", "rank": 70 }, + { "name": "Angels", "rank": 66 }, + { "name": "Nudity", "rank": 65 }, + { "name": "Aliens", "rank": 60 }, + { "name": "Artificial Intelligence", "rank": 48 }, + { "name": "Robots", "rank": 48 }, + { "name": "Surreal Comedy", "rank": 46 }, + { "name": "Chibi", "rank": 45 }, + { "name": "Gender Bending", "rank": 40 }, + { "name": "Outdoor", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Memory Manipulation", "rank": 26 }, + { "name": "Yakuza", "rank": 25 }, + { "name": "Mafia", "rank": 20 }, + { "name": "Kuudere", "rank": 20 }, + { "name": "Shrine Maiden", "rank": 13 }, + { "name": "Feet", "rank": 10 } + ], + "title": { + "romaji": "Sora no Otoshimono", + "english": "Heaven's Lost Property", + "native": "そらのおとしもの" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694055556, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx5958-qaAKEr4Q0JWn.jpg" + } + }, + { + "id": 137075, + "idMal": 49661, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 8, + "synonyms": [ + "アイドルマスターシリーズ コンセプトムービー2021", + "THE IDOLM@STER Series Concept Movie 2021" + ], + "genres": ["Music", "Sci-Fi"], + "tags": [ + { "name": "Idol", "rank": 100 }, + { "name": "Crossover", "rank": 91 }, + { "name": "Dancing", "rank": 85 }, + { "name": "Ensemble Cast", "rank": 83 }, + { "name": "Augmented Reality", "rank": 80 }, + { "name": "Space", "rank": 52 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { "romaji": "VOY@GER", "english": null, "native": "VOY@GER" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694070549, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx137075-EW0wiADgbSlk.jpg" + } + }, + { + "id": 15379, + "idMal": 15379, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Super Power", "rank": 100 }, + { "name": "School Club", "rank": 88 }, + { "name": "School", "rank": 86 }, + { "name": "Bullying", "rank": 72 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Heterosexual", "rank": 65 }, + { "name": "Seinen", "rank": 45 }, + { "name": "Love Triangle", "rank": 42 }, + { "name": "Tsundere", "rank": 36 }, + { "name": "Detective", "rank": 30 }, + { "name": "Police", "rank": 26 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Incest", "rank": 20 } + ], + "title": { + "romaji": "Kotoura-san", + "english": "The Troubled Life of Miss Kotoura", + "native": "琴浦さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694167751, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15379-tSZbUJQzAvRi.png" + } + }, + { + "id": 10110, + "idMal": 10110, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 94 }, + { "name": "School", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Butler", "rank": 79 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Tsundere", "rank": 72 }, + { "name": "Female Harem", "rank": 65 }, + { "name": "Meta", "rank": 65 }, + { "name": "Episodic", "rank": 62 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Nudity", "rank": 54 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Otaku Culture", "rank": 20 }, + { "name": "Wrestling", "rank": 10 }, + { "name": "Yandere", "rank": 10 } + ], + "title": { + "romaji": "Mayo Chiki!", + "english": "Mayo Chiki!", + "native": "まよチキ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694167765, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10110-BXC37EbeTL3h.png" + } + }, + { + "id": 885, + "idMal": 885, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 71, + "synonyms": [], + "genres": ["Drama", "Fantasy", "Psychological"], + "tags": [ + { "name": "Philosophy", "rank": 91 }, + { "name": "Dystopian", "rank": 89 }, + { "name": "Lost Civilization", "rank": 88 }, + { "name": "Mythology", "rank": 85 }, + { "name": "Tragedy", "rank": 85 }, + { "name": "Post-Apocalyptic", "rank": 84 }, + { "name": "Cosmic Horror", "rank": 80 }, + { "name": "Religion", "rank": 80 }, + { "name": "Female Protagonist", "rank": 71 }, + { "name": "Angels", "rank": 66 }, + { "name": "Amnesia", "rank": 58 }, + { "name": "Coming of Age", "rank": 54 }, + { "name": "Survival", "rank": 50 }, + { "name": "No Dialogue", "rank": 46 }, + { "name": "Fairy Tale", "rank": 44 }, + { "name": "Urban Fantasy", "rank": 42 }, + { "name": "Foreign", "rank": 35 }, + { "name": "Cultivation", "rank": 23 }, + { "name": "Tanks", "rank": 16 }, + { "name": "Age Regression", "rank": 10 } + ], + "title": { + "romaji": "Tenshi no Tamago", + "english": "Angel's Egg", + "native": "天使のたまご" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694296033, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1985 }, + "endDate": { "year": 1985 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx885-ygZlVjqs18Cy.png" + } + }, + { + "id": 20517, + "idMal": 21273, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Gochiusa"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 98 }, + { "name": "Primarily Female Cast", "rank": 89 }, + { "name": "Seinen", "rank": 86 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Work", "rank": 81 }, + { "name": "Maids", "rank": 75 }, + { "name": "Foreign", "rank": 75 }, + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "Tsundere", "rank": 64 }, + { "name": "Primarily Child Cast", "rank": 60 }, + { "name": "Kuudere", "rank": 54 }, + { "name": "Episodic", "rank": 53 } + ], + "title": { + "romaji": "Gochuumon wa Usagi desu ka?", + "english": "Is the Order a Rabbit?", + "native": "ご注文はうさぎですか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694465894, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20517-SNNUtav2knou.jpg" + } + }, + { + "id": 164172, + "idMal": 55071, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Tying the Knot with an Amagami Sister", + "Matchmaking of the Amagami Household", + "ด้ายแดงผูกรักบ้านอามากามิ", + "結緣甘神神社", + "甘神家的连理枝" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Shrine Maiden", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Harem", "rank": 73 } + ], + "title": { + "romaji": "Amagami-san Chi no Enmusubi", + "english": null, + "native": "甘神さんちの縁結び" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694477009, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx164172-iGtXHpR7Np7j.jpg" + } + }, + { + "id": 167143, + "idMal": 55997, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Uketsukejou Saikyou", + "I May Be a Guild Receptionist, but I'll Solo Any Boss to Clock Out on Time", + "Girumasu", + "ギルます" + ], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [{ "name": "Female Protagonist", "rank": 20 }], + "title": { + "romaji": "Guild no Uketsukejou desu ga, Zangyou wa Iya nanode Boss wo Solo Tobatsu Shiyou to Omoimasu", + "english": null, + "native": "ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694477279, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167143-SWDtChVmZyCl.jpg" + } + }, + { + "id": 101371, + "idMal": 37579, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 98 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Vampire", "rank": 90 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Monster Girl", "rank": 88 }, + { "name": "Episodic", "rank": 82 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Otaku Culture", "rank": 56 }, + { "name": "Kuudere", "rank": 55 } + ], + "title": { + "romaji": "Tonari no Kyuuketsuki-san", + "english": "Ms. vampire who lives in my neighborhood.", + "native": "となりの吸血鬼さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694511254, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx101371-36M9Eu65MKlU.jpg" + } + }, + { + "id": 1943, + "idMal": 1943, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 90, + "synonyms": [], + "genres": ["Fantasy", "Mystery", "Psychological", "Sci-Fi", "Thriller"], + "tags": [ + { "name": "Dissociative Identities", "rank": 86 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Primarily Adult Cast", "rank": 82 }, + { "name": "Body Horror", "rank": 80 }, + { "name": "Crime", "rank": 77 }, + { "name": "Meta", "rank": 77 }, + { "name": "Conspiracy", "rank": 73 }, + { "name": "Software Development", "rank": 72 }, + { "name": "Denpa", "rank": 71 }, + { "name": "Detective", "rank": 67 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Terrorism", "rank": 60 }, + { "name": "Police", "rank": 53 }, + { "name": "Circus", "rank": 40 }, + { "name": "Nudity", "rank": 37 }, + { "name": "Isekai", "rank": 20 } + ], + "title": { + "romaji": "Paprika", + "english": "Paprika", + "native": "パプリカ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694512094, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b1943-YyEsHWhYKukN.png" + } + }, + { + "id": 1210, + "idMal": 1210, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Welcome to the NHK", + "Welcome to the N.H.K.", + "欢迎加入NHK!", + "Bienvenue dans la NHK" + ], + "genres": ["Comedy", "Drama", "Psychological", "Romance", "Slice of Life"], + "tags": [ + { "name": "Hikikomori", "rank": 98 }, + { "name": "Rehabilitation", "rank": 89 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Otaku Culture", "rank": 82 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Suicide", "rank": 78 }, + { "name": "Denpa", "rank": 77 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Coming of Age", "rank": 72 }, + { "name": "Tragedy", "rank": 65 }, + { "name": "Software Development", "rank": 55 }, + { "name": "Video Games", "rank": 55 }, + { "name": "Heterosexual", "rank": 50 }, + { "name": "Nudity", "rank": 36 }, + { "name": "Yandere", "rank": 31 }, + { "name": "Politics", "rank": 20 }, + { "name": "Trains", "rank": 17 } + ], + "title": { + "romaji": "NHK ni Youkoso!", + "english": "Welcome to the N-H-K", + "native": "N・H・Kにようこそ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694591209, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1210-spaA00zoDoqr.jpg" + } + }, + { + "id": 1881, + "idMal": 1881, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": ["Sasami: Maho Shojo Club"], + "genres": ["Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Magic", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Kuudere", "rank": 40 } + ], + "title": { + "romaji": "Sasami☆Mahou Shoujo Club", + "english": "Sasami Magical Girls Club", + "native": "砂沙美☆魔法少女クラブ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694666355, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1881.jpg" + } + }, + { + "id": 98, + "idMal": 98, + "status": "FINISHED", + "type": "ANIME", + "episodes": 26, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["My Princess"], + "genres": ["Action", "Comedy", "Drama", "Fantasy", "Mecha", "Romance"], + "tags": [ + { "name": "Magic", "rank": 96 }, + { "name": "Ensemble Cast", "rank": 95 }, + { "name": "Female Protagonist", "rank": 95 }, + { "name": "Urban Fantasy", "rank": 95 }, + { "name": "Robots", "rank": 88 }, + { "name": "Battle Royale", "rank": 86 }, + { "name": "School", "rank": 79 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Yuri", "rank": 73 }, + { "name": "Dragons", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Gods", "rank": 53 }, + { "name": "Motorcycles", "rank": 50 }, + { "name": "Crossdressing", "rank": 44 }, + { "name": "Yandere", "rank": 40 } + ], + "title": { + "romaji": "Mai-HiME", + "english": "My-HiME", + "native": "舞-HiME" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694674054, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98-rGddbbtcCuYP.jpg" + } + }, + { + "id": 20708, + "idMal": 23945, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Witch", "rank": 95 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Kuudere", "rank": 55 }, + { "name": "School", "rank": 50 }, + { "name": "Cosplay", "rank": 30 } + ], + "title": { + "romaji": "Majimoji Rurumo", + "english": "Magimoji Rurumo", + "native": "まじもじるるも" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694714703, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx20708-RHHW8uTj8HGI.jpg" + } + }, + { + "id": 21715, + "idMal": 33031, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Sports"], + "tags": [ + { "name": "Table Tennis", "rank": 99 }, + { "name": "Primarily Female Cast", "rank": 86 }, + { "name": "Cute Girls Doing Cute Things", "rank": 84 }, + { "name": "Female Protagonist", "rank": 83 }, + { "name": "School Club", "rank": 83 }, + { "name": "Yuri", "rank": 70 }, + { "name": "School", "rank": 66 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Chuunibyou", "rank": 47 }, + { "name": "Kuudere", "rank": 46 }, + { "name": "Shounen", "rank": 10 } + ], + "title": { + "romaji": "Shakunetsu no Takkyuu Musume", + "english": "Scorching Ping Pong Girls", + "native": "灼熱の卓球娘" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694745594, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21715-lruOD46Lr3jT.jpg" + } + }, + { + "id": 104451, + "idMal": 38470, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "OVA", + "duration": 17, + "synonyms": ["Hypnosis Sex Guidance", "Hypnotic Sexual Counseling"], + "genres": ["Hentai"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Nakadashi", "rank": 85 }, + { "name": "School", "rank": 85 }, + { "name": "Large Breasts", "rank": 80 }, + { "name": "Netori", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Threesome", "rank": 79 }, + { "name": "MILF", "rank": 70 }, + { "name": "Defloration", "rank": 56 }, + { "name": "Fellatio", "rank": 40 }, + { "name": "Exhibitionism", "rank": 40 }, + { "name": "Flat Chest", "rank": 40 }, + { "name": "Cunnilingus", "rank": 28 }, + { "name": "Tomboy", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Gyaru", "rank": 20 }, + { "name": "Ahegao", "rank": 20 }, + { "name": "Episodic", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Public Sex", "rank": 20 } + ], + "title": { + "romaji": "Saimin Seishidou", + "english": null, + "native": "催眠性指導" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694839685, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx104451-voSuczUrX6kk.jpg" + } + }, + { + "id": 107625, + "idMal": 39175, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 87, + "synonyms": [ + "Palavras que Borbulham como Refrigerante", + "Palabras que burbujean como un refresco", + "מילים מתפצפצות כמו גזוז", + "Nos mots comme des bulles", + "ถ้อยคำเอ่อล้นด้วยหัวใจรัก" + ], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Coming of Age", "rank": 94 }, + { "name": "Primarily Teen Cast", "rank": 75 }, + { "name": "Heterosexual", "rank": 72 }, + { "name": "Male Protagonist", "rank": 64 }, + { "name": "Calligraphy", "rank": 62 }, + { "name": "Female Protagonist", "rank": 61 }, + { "name": "Classic Literature", "rank": 53 }, + { "name": "Philosophy", "rank": 44 }, + { "name": "CGI", "rank": 40 }, + { "name": "Delinquents", "rank": 40 } + ], + "title": { + "romaji": "Cider no You ni Kotoba ga Wakiagaru", + "english": "Words Bubble Up Like Soda Pop", + "native": "サイダーのように言葉が湧き上がる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695127763, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx107625-2UIAI4TRwXz0.jpg" + } + }, + { + "id": 169441, + "idMal": 56701, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "My Happy Marriage Season 2", + "WataKon", + "ขอให้รักเรานี้ได้มีความสุข", + "Moje szczęśliwe małżeństwo", + "Hôn nhân hạnh phúc của tôi", + "Meu Casamento Feliz", + "Il mio matrimonio felice", + "Мій щасливий шлюб", + "Mi feliz matrimonio" + ], + "genres": ["Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Marriage", "rank": 75 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Shoujo", "rank": 20 }, + { "name": "Royal Affairs", "rank": 20 } + ], + "title": { + "romaji": "Watashi no Shiawase na Kekkon 2nd Season", + "english": null, + "native": "わたしの幸せな結婚 第二期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695254978, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169441-ui3UfdHeOAYN.jpg" + } + }, + { + "id": 20720, + "idMal": 24211, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": [ + "Orefuro", + "The Circumstances in My Home's Bathtub", + "เรื่องวุ่นวายของนายเงือกกับผองเพื่อนพันธุ์ทะเล" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Mermaid", "rank": 94 }, + { "name": "Episodic", "rank": 93 }, + { "name": "Cute Boys Doing Cute Things", "rank": 85 }, + { "name": "Primarily Male Cast", "rank": 78 }, + { "name": "Boys' Love", "rank": 72 }, + { "name": "Shoujo", "rank": 60 }, + { "name": "Chibi", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Incest", "rank": 56 } + ], + "title": { + "romaji": "Orenchi no Furo Jijou", + "english": "Orenchi no Furo Jijo", + "native": "オレん家のフロ事情" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695661703, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20720-R6P0akaKRhan.png" + } + }, + { + "id": 11785, + "idMal": 11785, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Haiyoru! Nyaruko-san", "Nyarko-san: Another Crawling Chaos"], + "genres": ["Comedy", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Parody", "rank": 94 }, + { "name": "Surreal Comedy", "rank": 90 }, + { "name": "Meta", "rank": 82 }, + { "name": "Tsundere", "rank": 80 }, + { "name": "Aliens", "rank": 74 }, + { "name": "Love Triangle", "rank": 72 }, + { "name": "Mythology", "rank": 71 }, + { "name": "Monster Girl", "rank": 68 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Henshin", "rank": 60 }, + { "name": "Male Protagonist", "rank": 53 }, + { "name": "School", "rank": 50 }, + { "name": "Primarily Female Cast", "rank": 50 }, + { "name": "Family Life", "rank": 44 }, + { "name": "Body Swapping", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Gender Bending", "rank": 35 }, + { "name": "Alternate Universe", "rank": 33 }, + { "name": "Heterosexual", "rank": 33 }, + { "name": "LGBTQ+ Themes", "rank": 25 }, + { "name": "Tokusatsu", "rank": 20 } + ], + "title": { + "romaji": "Haiyore! Nyaruko-san", + "english": "Nyaruko: Crawling with Love!", + "native": "這いよれ!ニャル子さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696048217, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx11785-cBfqpOetdIeF.jpg" + } + }, + { + "id": 14967, + "idMal": 14967, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Boku wa Tomodachi ga Sukunai 2nd Season"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Harem", "rank": 78 }, + { "name": "School", "rank": 65 }, + { "name": "Video Games", "rank": 60 }, + { "name": "Meta", "rank": 50 }, + { "name": "Crossdressing", "rank": 48 }, + { "name": "Chuunibyou", "rank": 37 }, + { "name": "Nun", "rank": 26 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Boku wa Tomodachi ga Sukunai NEXT", + "english": "Haganai NEXT", + "native": "僕は友達が少ない NEXT" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696048240, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx14967-ZGsclJ1xjPwr.jpg" + } + }, + { + "id": 21773, + "idMal": 33203, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Music", "Romance"], + "tags": [ + { "name": "Band", "rank": 91 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Shoujo", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "School Club", "rank": 53 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Idol", "rank": 40 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Primarily Male Cast", "rank": 20 } + ], + "title": { + "romaji": "Fukumenkei Noise", + "english": "Anonymous Noise", + "native": "覆面系ノイズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696059254, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21773-tZ25uIMNj9sM.jpg" + } + }, + { + "id": 150695, + "idMal": 52046, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "เทมเมอร์ถูกทิ้งกับสาวหูแมวสุดแกร่ง", + "Penjinak Binatang yang Ditendang dari Regu Pahlawan Bertemu Gadis Bertelinga Hewan dari Ras Terkuat" + ], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Found Family", "rank": 90 }, + { "name": "Kemonomimi", "rank": 89 }, + { "name": "Female Harem", "rank": 86 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Monster Girl", "rank": 82 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Heterosexual", "rank": 77 }, + { "name": "Nekomimi", "rank": 62 }, + { "name": "Dragons", "rank": 61 }, + { "name": "Animals", "rank": 58 }, + { "name": "Magic", "rank": 50 }, + { "name": "Orphan", "rank": 50 }, + { "name": "Twins", "rank": 50 }, + { "name": "Demons", "rank": 45 }, + { "name": "Urban Fantasy", "rank": 40 }, + { "name": "Cute Girls Doing Cute Things", "rank": 40 }, + { "name": "Witch", "rank": 28 }, + { "name": "Chibi", "rank": 25 }, + { "name": "CGI", "rank": 24 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Travel", "rank": 20 }, + { "name": "Tsundere", "rank": 20 } + ], + "title": { + "romaji": "Yuusha Party wo Tsuihou Sareta Beast Tamer, Saikyoushu no Nekomimi Shoujo to Deau", + "english": "Beast Tamer", + "native": "勇者パーティーを追放されたビーストテイマー、最強種の猫耳少女と出会う" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696069449, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx150695-UOQF6Zz2iCTX.jpg" + } + }, + { + "id": 1271, + "idMal": 1271, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 39, + "synonyms": ["Not in the Textbook!"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Teacher", "rank": 50 }, + { "name": "Delinquents", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Twins", "rank": 20 }, + { "name": "Guns", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Kyoukasho ni Nai!", + "english": "Very Private Lesson", + "native": "教科書にないッ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696296110, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 1998 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b1271-EmRUy5DOhOrK.png" + } + }, + { + "id": 1510, + "idMal": 1510, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": [ + "Plenty of Pretty Sisters", + "Forbidden Love: Plenty of Pretty Sisters", + "Sentiment défendu" + ], + "genres": ["Hentai"], + "tags": [{ "name": "Female Harem", "rank": 20 }], + "title": { + "romaji": "Imouto de Ikou!", + "english": "Forbidden Love", + "native": "妹でいこう!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696302085, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2003 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1510.jpg" + } + }, + { + "id": 64, + "idMal": 64, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Comedy", "Drama", "Supernatural"], + "tags": [ + { "name": "Battle Royale", "rank": 83 }, + { "name": "Magic", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Found Family", "rank": 79 }, + { "name": "Ojou-sama", "rank": 79 }, + { "name": "Urban", "rank": 79 }, + { "name": "Anthropomorphism", "rank": 79 }, + { "name": "Hikikomori", "rank": 76 }, + { "name": "Rehabilitation", "rank": 66 }, + { "name": "Family Life", "rank": 64 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Bullying", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Tsundere", "rank": 48 }, + { "name": "Super Power", "rank": 26 } + ], + "title": { + "romaji": "Rozen Maiden", + "english": "Rozen Maiden", + "native": "ローゼンメイデン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696313794, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx64-i0zBn241OD2x.png" + } + }, + { + "id": 383, + "idMal": 383, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV_SHORT", + "duration": 13, + "synonyms": [], + "genres": ["Comedy", "Sci-Fi"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 96 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Kemonomimi", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Surreal Comedy", "rank": 76 }, + { "name": "Parody", "rank": 73 }, + { "name": "Idol", "rank": 60 }, + { "name": "Robots", "rank": 60 }, + { "name": "Artificial Intelligence", "rank": 60 }, + { "name": "Military", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Lost Civilization", "rank": 60 }, + { "name": "Guns", "rank": 60 }, + { "name": "Space", "rank": 50 }, + { "name": "Cosplay", "rank": 46 }, + { "name": "Cute Girls Doing Cute Things", "rank": 26 }, + { "name": "CGI", "rank": 10 } + ], + "title": { + "romaji": "Galaxy Angel", + "english": "Galaxy Angel", + "native": "ギャラクシーエンジェル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696620487, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx383-8ZAIQsKzepkF.jpg" + } + }, + { + "id": 6574, + "idMal": 6574, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Age Gap", "rank": 85 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 73 }, + { "name": "School", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 52 }, + { "name": "Teacher", "rank": 50 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Seinen", "rank": 40 }, + { "name": "Work", "rank": 20 } + ], + "title": { + "romaji": "Hanamaru Youchien", + "english": "Hanamaru Kindergarten", + "native": "はなまる幼稚園" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1697432318, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6574-rCLnJXp3NK0J.png" + } + }, + { + "id": 20353, + "idMal": 20353, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "OVA", + "duration": 32, + "synonyms": ["Gakko no Yurei"], + "genres": ["Horror"], + "tags": [ + { "name": "Demons", "rank": 79 }, + { "name": "Ghost", "rank": 79 }, + { "name": "Anthology", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Suicide", "rank": 60 } + ], + "title": { + "romaji": "Gakkou no Yuurei", + "english": null, + "native": "学校の幽霊" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1697479973, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1995 }, + "endDate": { "year": 1997 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/20353.jpg" + } + }, + { + "id": 146233, + "idMal": 51212, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [" กิลด์ป่วนก๊วนฮา", "Guild of Depravity", "Guild Tidak Bermoral"], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Nudity", "rank": 82 }, + { "name": "Heterosexual", "rank": 74 }, + { "name": "Slapstick", "rank": 72 }, + { "name": "Primarily Female Cast", "rank": 72 }, + { "name": "Female Harem", "rank": 71 }, + { "name": "Male Protagonist", "rank": 71 }, + { "name": "Large Breasts", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 65 }, + { "name": "Magic", "rank": 63 }, + { "name": "Rural", "rank": 62 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Anachronism", "rank": 60 }, + { "name": "Kemonomimi", "rank": 57 }, + { "name": "Mixed Gender Harem", "rank": 54 }, + { "name": "Shounen", "rank": 45 }, + { "name": "Fitness", "rank": 45 }, + { "name": "Elf", "rank": 45 }, + { "name": "Archery", "rank": 40 }, + { "name": "Demons", "rank": 35 }, + { "name": "Martial Arts", "rank": 32 }, + { "name": "Food", "rank": 30 }, + { "name": "Butler", "rank": 23 }, + { "name": "Maids", "rank": 23 }, + { "name": "Femboy", "rank": 20 } + ], + "title": { + "romaji": "Futoku no Guild", + "english": "Immoral Guild", + "native": "不徳のギルド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1697488844, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146233-iJW5lfwNFH5a.jpg" + } + }, + { + "id": 289, + "idMal": 289, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["comipa, cp"], + "genres": ["Comedy", "Drama"], + "tags": [ + { "name": "Otaku Culture", "rank": 80 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Work", "rank": 79 }, + { "name": "Drawing", "rank": 70 }, + { "name": "Male Protagonist", "rank": 68 }, + { "name": "Cosplay", "rank": 65 }, + { "name": "Kuudere", "rank": 60 } + ], + "title": { + "romaji": "Comic Party", + "english": "Comic Party", + "native": "こみっくパーティー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1697648808, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/289.jpg" + } + }, + { + "id": 2524, + "idMal": 2524, + "status": "FINISHED", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 30, + "synonyms": ["Jungre de Ikou", "Let's Go to the Jungle!"], + "genres": ["Action", "Adventure", "Comedy", "Ecchi"], + "tags": [ + { "name": "Super Power", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Magic", "rank": 50 }, + { "name": "Henshin", "rank": 50 }, + { "name": "Gods", "rank": 40 } + ], + "title": { + "romaji": "Jungle DE Ikou!", + "english": "JUNGLE DE IKOU", + "native": "ジャングルDEいこう!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1698426924, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1997 }, + "endDate": { "year": 1997 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/2524.jpg" + } + }, + { + "id": 141350, + "idMal": 50338, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Inside Tsubaki Kunoichi's Heart"], + "genres": ["Comedy", "Supernatural"], + "tags": [ + { "name": "Female Protagonist", "rank": 96 }, + { "name": "Ninja", "rank": 94 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Cute Girls Doing Cute Things", "rank": 88 }, + { "name": "Primarily Child Cast", "rank": 85 }, + { "name": "Ensemble Cast", "rank": 80 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "Tanned Skin", "rank": 57 }, + { "name": "Heterosexual", "rank": 55 }, + { "name": "Episodic", "rank": 54 }, + { "name": "Twins", "rank": 46 }, + { "name": "Rural", "rank": 44 }, + { "name": "Gyaru", "rank": 40 }, + { "name": "Slapstick", "rank": 40 }, + { "name": "Magic", "rank": 35 }, + { "name": "Feet", "rank": 20 }, + { "name": "Shounen", "rank": 10 } + ], + "title": { + "romaji": "Kunoichi Tsubaki no Mune no Uchi", + "english": "In the Heart of Kunoichi Tsubaki", + "native": "くノ一ツバキの胸の内" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699386520, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx141350-APq0GpPyaQE4.jpg" + } + }, + { + "id": 20592, + "idMal": 21033, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["อัศวินมือใหม่มังกรป้ายแดง"], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "School", "rank": 93 }, + { "name": "Dragons", "rank": 80 }, + { "name": "Nudity", "rank": 77 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "Magic", "rank": 20 } + ], + "title": { + "romaji": "Seikoku no Dragonar", + "english": "Dragonar Academy", + "native": "星刻の竜騎士" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700094856, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20592-73cVDt2rjmfq.jpg" + } + }, + { + "id": 101004, + "idMal": 37210, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "The King of Darkness Another World Story", + "异世界魔王与召唤少女的奴隶魔术", + "จอมมารต่างโลกกับ บริวารสาวนักอัญเชิญ" + ], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 97 }, + { "name": "Magic", "rank": 87 }, + { "name": "Female Harem", "rank": 80 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Anti-Hero", "rank": 77 }, + { "name": "Nudity", "rank": 72 }, + { "name": "Primarily Female Cast", "rank": 72 }, + { "name": "Elf", "rank": 72 }, + { "name": "Demons", "rank": 71 }, + { "name": "Super Power", "rank": 71 }, + { "name": "Nekomimi", "rank": 69 }, + { "name": "Slavery", "rank": 67 }, + { "name": "Kuudere", "rank": 64 }, + { "name": "Kemonomimi", "rank": 63 }, + { "name": "Virtual World", "rank": 60 }, + { "name": "Slapstick", "rank": 58 }, + { "name": "Monster Girl", "rank": 54 }, + { "name": "Rape", "rank": 50 }, + { "name": "Tanned Skin", "rank": 46 } + ], + "title": { + "romaji": "Isekai Maou to Shoukan Shoujo no Dorei Majutsu", + "english": "How NOT to Summon a Demon Lord", + "native": "異世界魔王と召喚少女の奴隷魔術" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700291925, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101004-rJLBIWGypbYK.png" + } + }, + { + "id": 21334, + "idMal": 31564, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Cute Girls Doing Cute Things", "rank": 88 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "School", "rank": 73 }, + { "name": "Maids", "rank": 66 }, + { "name": "Work", "rank": 66 }, + { "name": "Episodic", "rank": 60 } + ], + "title": { + "romaji": "Sansha Sanyou", + "english": "Three Leaves, Three Colors", + "native": "三者三葉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700291998, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21334-Rvy01w8gIIRu.jpg" + } + }, + { + "id": 1127, + "idMal": 1127, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["UFO Princess Walkyure"], + "genres": ["Comedy", "Ecchi", "Sci-Fi"], + "tags": [ + { "name": "Magic", "rank": 79 }, + { "name": "Henshin", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Aliens", "rank": 50 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Nekomimi", "rank": 40 }, + { "name": "Maids", "rank": 30 }, + { "name": "Work", "rank": 20 }, + { "name": "Chibi", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { + "romaji": "UFO Princess Valkyrie", + "english": "UFO Ultramaiden Valkyrie", + "native": "円盤皇女ワるきゅーレ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700442764, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1127.jpg" + } + }, + { + "id": 21887, + "idMal": 33743, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Drama", "Ecchi", "Music", "Romance"], + "tags": [ + { "name": "Band", "rank": 88 }, + { "name": "Love Triangle", "rank": 80 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "School Club", "rank": 66 }, + { "name": "Idol", "rank": 62 }, + { "name": "Shounen", "rank": 53 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Nudity", "rank": 30 } + ], + "title": { "romaji": "Fuuka", "english": "Fuuka", "native": "風夏" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700450858, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21887-CAq64M7WMgY5.jpg" + } + }, + { + "id": 98519, + "idMal": 34525, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 100 }, + { "name": "Monster Girl", "rank": 96 }, + { "name": "Centaur", "rank": 85 }, + { "name": "School", "rank": 76 }, + { "name": "Primarily Female Cast", "rank": 75 }, + { "name": "Cute Girls Doing Cute Things", "rank": 72 }, + { "name": "Politics", "rank": 69 }, + { "name": "Dystopian", "rank": 68 }, + { "name": "Seinen", "rank": 42 }, + { "name": "Nudity", "rank": 40 }, + { "name": "LGBTQ+ Themes", "rank": 40 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Centaur no Nayami", + "english": "A Centaur's Life", + "native": "セントールの悩み" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700477104, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98519-SmTrl0rF59dm.jpg" + } + }, + { + "id": 17919, + "idMal": 17919, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Adventure", "Mahou Shoujo", "Sci-Fi"], + "tags": [ + { "name": "Magic", "rank": 94 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Space", "rank": 76 }, + { "name": "Astronomy", "rank": 76 }, + { "name": "Cute Girls Doing Cute Things", "rank": 70 }, + { "name": "Aliens", "rank": 66 }, + { "name": "Henshin", "rank": 66 }, + { "name": "Alternate Universe", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Time Manipulation", "rank": 30 } + ], + "title": { + "romaji": "Houkago no Pleiades", + "english": "Wish Upon the Pleiades", + "native": "放課後のプレアデス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701381318, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17919-mqCZs82QSeMh.jpg" + } + }, + { + "id": 99507, + "idMal": 35905, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["สอนหมากหนูที คุณพี่จ้าวมังกร!"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Shogi", "rank": 93 }, + { "name": "Board Game", "rank": 79 }, + { "name": "Tsundere", "rank": 72 }, + { "name": "Male Protagonist", "rank": 67 }, + { "name": "Coming of Age", "rank": 65 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Yandere", "rank": 40 }, + { "name": "Work", "rank": 40 }, + { "name": "Age Gap", "rank": 20 } + ], + "title": { + "romaji": "Ryuuou no Oshigoto!", + "english": "The Ryuo's Work is Never Done!", + "native": "りゅうおうのおしごと!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701660628, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99507-ETGckHFiP5yd.jpg" + } + }, + { + "id": 97683, + "idMal": 34177, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Tenshi no Three Piece!", + "Tenshi no 3 Piece!", + "Tenshi no 3-piece", + "Here comes the three angels" + ], + "genres": ["Music", "Slice of Life"], + "tags": [ + { "name": "Primarily Child Cast", "rank": 100 }, + { "name": "Band", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 76 }, + { "name": "Age Gap", "rank": 65 }, + { "name": "Feet", "rank": 60 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 }, + { "name": "School", "rank": 40 }, + { "name": "Kuudere", "rank": 33 }, + { "name": "Fishing", "rank": 30 }, + { "name": "Idol", "rank": 20 } + ], + "title": { + "romaji": "Tenshi no 3P!", + "english": "Angel's 3Piece!", + "native": "天使の3P!〈スリーピース〉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701723744, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx97683-UOTfBliOP0mK.jpg" + } + }, + { + "id": 17777, + "idMal": 17777, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["imocho", "imocyo"], + "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Dissociative Identities", "rank": 100 }, + { "name": "Inseki", "rank": 79 }, + { "name": "Ghost", "rank": 73 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Kuudere", "rank": 30 }, + { "name": "Bisexual", "rank": 26 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { + "romaji": "Saikin, Imouto no Yousu ga Chotto Okashiinda ga.", + "english": "Recently, My Sister Is Unusual", + "native": "最近、妹のようすがちょっとおかしいんだが。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701941388, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx17777-JyiQrGXjw0s0.jpg" + } + }, + { + "id": 99441, + "idMal": 35827, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 27, + "synonyms": ["Maiden Domain"], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Nakadashi", "rank": 79 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Gender Bending", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Crossdressing", "rank": 79 }, + { "name": "Defloration", "rank": 60 }, + { "name": "Large Breasts", "rank": 53 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Fellatio", "rank": 40 }, + { "name": "Masturbation", "rank": 40 } + ], + "title": { + "romaji": "Otome*Domain THE ANIMATION", + "english": null, + "native": "オトメ*ドメイン THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701952530, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx99441-lF52MmaqMWIC.jpg" + } + }, + { + "id": 12149, + "idMal": 12149, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["AKB0048 First Stage"], + "genres": ["Drama", "Music", "Sci-Fi"], + "tags": [ + { "name": "Idol", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Otaku Culture", "rank": 79 }, + { "name": "Musical", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Real Robot", "rank": 76 }, + { "name": "Space", "rank": 71 }, + { "name": "Coming of Age", "rank": 65 }, + { "name": "Terrorism", "rank": 60 }, + { "name": "Space Opera", "rank": 60 }, + { "name": "Dancing", "rank": 55 }, + { "name": "CGI", "rank": 40 }, + { "name": "Swordplay", "rank": 40 }, + { "name": "Guns", "rank": 20 }, + { "name": "Kuudere", "rank": 20 } + ], + "title": { "romaji": "AKB0048", "english": "AKB0048", "native": "AKB0048" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702097922, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx12149-OsW0XJq6wtCM.jpg" + } + }, + { + "id": 21575, + "idMal": 31810, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 15, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Large Breasts", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Episodic", "rank": 70 } + ], + "title": { "romaji": "Amakano", "english": null, "native": "アマカノ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702796037, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21575-0ip8PayPgTH5.jpg" + } + }, + { + "id": 21696, + "idMal": 32924, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Adivina como puedas", "우라라 미로첩", "uramei"], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 98 }, + { "name": "Cute Girls Doing Cute Things", "rank": 92 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Gods", "rank": 85 }, + { "name": "Witch", "rank": 83 }, + { "name": "Magic", "rank": 80 }, + { "name": "Mythology", "rank": 79 }, + { "name": "Youkai", "rank": 71 }, + { "name": "Historical", "rank": 62 }, + { "name": "Seinen", "rank": 61 }, + { "name": "Kemonomimi", "rank": 50 } + ], + "title": { + "romaji": "Urara Meirochou", + "english": "Urara Meirocho", + "native": "うらら迷路帖" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702796049, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21696-t6vK6om0LJtT.jpg" + } + }, + { + "id": 104679, + "idMal": 38529, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life", "Sports"], + "tags": [ + { "name": "School Club", "rank": 96 }, + { "name": "Guns", "rank": 93 }, + { "name": "Cute Girls Doing Cute Things", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Airsoft", "rank": 79 }, + { "name": "School", "rank": 68 }, + { "name": "Educational", "rank": 60 }, + { "name": "CGI", "rank": 54 }, + { "name": "Meta", "rank": 40 } + ], + "title": { + "romaji": "Rifle Is Beautiful", + "english": "Chidori RSC", + "native": "ライフル・イズ・ビューティフル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702810588, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx104679-wGUXfMYSRXSW.png" + } + }, + { + "id": 171642, + "idMal": 57559, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Sci-Fi", "Sports"], + "tags": [ + { "name": "Superhero", "rank": 79 }, + { "name": "Cars", "rank": 73 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Heterosexual", "rank": 33 } + ], + "title": { + "romaji": "MF Ghost 2nd Season", + "english": null, + "native": "MFゴースト 2nd Season" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702851261, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b171642-9FOolC722Y1d.jpg" + } + }, + { + "id": 6347, + "idMal": 6347, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "The Idiot", + "the Tests", + "and the Summoned Creatures", + "Baka to Test to Shokanju" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "School", "rank": 99 }, + { "name": "Surreal Comedy", "rank": 90 }, + { "name": "Super Power", "rank": 88 }, + { "name": "Meta", "rank": 88 }, + { "name": "Parody", "rank": 86 }, + { "name": "Chibi", "rank": 83 }, + { "name": "Gender Bending", "rank": 80 }, + { "name": "Love Triangle", "rank": 80 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Tsundere", "rank": 77 }, + { "name": "Ensemble Cast", "rank": 66 }, + { "name": "Crossdressing", "rank": 64 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Femboy", "rank": 60 }, + { "name": "Twins", "rank": 54 } + ], + "title": { + "romaji": "Baka to Test to Shoukanjuu", + "english": "Baka and Test - Summon the Beasts", + "native": "バカとテストと召喚獣" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702936136, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx6347-wmkZ4HD6EG8O.jpg" + } + }, + { + "id": 125682, + "idMal": 43735, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Music"], + "tags": [ + { "name": "Acting", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Work", "rank": 90 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 77 }, + { "name": "Idol", "rank": 76 }, + { "name": "Cute Girls Doing Cute Things", "rank": 76 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Chuunibyou", "rank": 35 }, + { "name": "Battle Royale", "rank": 33 }, + { "name": "Video Games", "rank": 10 } + ], + "title": { "romaji": "CUE!", "english": "CUE!", "native": "CUE!" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702971006, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx125682-aJ1KNMq8wPvz.jpg" + } + }, + { + "id": 129814, + "idMal": 47639, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [], + "genres": ["Drama", "Fantasy", "Mahou Shoujo", "Psychological"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Female Protagonist", "rank": 81 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "Memory Manipulation", "rank": 79 }, + { "name": "Magic", "rank": 68 }, + { "name": "Henshin", "rank": 65 }, + { "name": "School", "rank": 50 }, + { "name": "Suicide", "rank": 40 }, + { "name": "Cult", "rank": 20 } + ], + "title": { + "romaji": "BLUE REFLECTION RAY", + "english": "Blue Reflection Ray", + "native": "BLUE REFLECTION RAY/澪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702971027, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129814-eXwKMTyCNge7.jpg" + } + }, + { + "id": 9938, + "idMal": 9938, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Ikoku Meiro no Croisée The Animation", + "Ikoku Meiro No Croisee The Animation", + "La croisée dans un labyrinthe étranger Special" + ], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Historical", "rank": 96 }, + { "name": "Foreign", "rank": 91 }, + { "name": "Iyashikei", "rank": 90 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Age Gap", "rank": 79 }, + { "name": "Urban", "rank": 75 } + ], + "title": { + "romaji": "Ikoku Meiro no Croisée", + "english": "Croisée in a Foreign Labyrinth ~ The Animation", + "native": "異国迷路のクロワーゼ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702971236, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9938-1Fqauvn8d1ON.jpg" + } + }, + { + "id": 103048, + "idMal": 38009, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Music"], + "tags": [ + { "name": "Idol", "rank": 90 }, + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "School Club", "rank": 72 }, + { "name": "Dancing", "rank": 70 }, + { "name": "Primarily Female Cast", "rank": 66 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 20 }, + { "name": "Airsoft", "rank": 20 }, + { "name": "Yuri", "rank": 10 } + ], + "title": { + "romaji": "Re:Stage! Dream Days♪", + "english": "Re:Stage! Dream Days", + "native": "Re:ステージ! ドリームデイズ♪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703106269, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx103048-f3hrT5ZmVPKr.jpg" + } + }, + { + "id": 2942, + "idMal": 2942, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Iyashikei", "rank": 95 }, + { "name": "Drawing", "rank": 92 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 82 }, + { "name": "School Club", "rank": 80 }, + { "name": "School", "rank": 73 }, + { "name": "Photography", "rank": 60 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Surreal Comedy", "rank": 40 }, + { "name": "Meta", "rank": 20 } + ], + "title": { + "romaji": "Sketchbook: full color's", + "english": "Sketchbook ~full color's~", + "native": "スケッチブック 〜full color's〜" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703106332, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2942-vxdVXaBnXIza.jpg" + } + }, + { + "id": 171627, + "idMal": 57555, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": ["CSM: Reze-hen", "CSM – The Movie: Reze Arc"], + "genres": ["Action", "Drama", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 98 }, + { "name": "Monster Boy", "rank": 97 }, + { "name": "Urban Fantasy", "rank": 95 }, + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Body Horror", "rank": 91 }, + { "name": "Gore", "rank": 85 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Tragedy", "rank": 82 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Chainsaw Man: Reze-hen", + "english": "Chainsaw Man – The Movie: Reze Arc", + "native": "チェンソーマン レゼ篇" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703122437, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171627-EzihNzljlKKs.jpg" + } + }, + { + "id": 20634, + "idMal": 22835, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": ["Hime Goto"], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Crossdressing", "rank": 97 }, + { "name": "Episodic", "rank": 83 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Gender Bending", "rank": 76 }, + { "name": "School", "rank": 66 }, + { "name": "Parody", "rank": 63 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Femboy", "rank": 60 }, + { "name": "Heterosexual", "rank": 55 } + ], + "title": { "romaji": "Himegoto", "english": null, "native": "ひめゴト" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703200240, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20634-2MlcIyiB3Eja.jpg" + } + }, + { + "id": 98607, + "idMal": 35427, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Animegataris"], + "genres": ["Comedy"], + "tags": [ + { "name": "School Club", "rank": 97 }, + { "name": "Otaku Culture", "rank": 97 }, + { "name": "Meta", "rank": 95 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Surreal Comedy", "rank": 77 }, + { "name": "School", "rank": 74 }, + { "name": "Cosplay", "rank": 63 }, + { "name": "Chuunibyou", "rank": 62 }, + { "name": "Butler", "rank": 40 } + ], + "title": { + "romaji": "Anime-Gataris", + "english": null, + "native": "アニメガタリズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703468242, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx98607-00IsY9yY7Aed.jpg" + } + }, + { + "id": 21597, + "idMal": 32555, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 96 }, + { "name": "School Club", "rank": 93 }, + { "name": "Video Games", "rank": 92 }, + { "name": "Otaku Culture", "rank": 80 }, + { "name": "Meta", "rank": 79 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Seinen", "rank": 72 }, + { "name": "Software Development", "rank": 70 }, + { "name": "Primarily Female Cast", "rank": 68 }, + { "name": "School", "rank": 66 }, + { "name": "Drawing", "rank": 60 }, + { "name": "Writing", "rank": 60 }, + { "name": "Musical", "rank": 10 } + ], + "title": { + "romaji": "Stella no Mahou", + "english": "Magic of Stella", + "native": "ステラのまほう" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703573160, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21597-iq3QienfwebA.png" + } + }, + { + "id": 20611, + "idMal": 22189, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Futsuu no Joshikousei ga [Local Idol] Yatte Mita.", + "Futsuu no Joshikousei ga [Rokodoru] Yatte Mita." + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 95 }, + { "name": "Cute Girls Doing Cute Things", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Idol", "rank": 74 }, + { "name": "Primarily Female Cast", "rank": 70 }, + { "name": "Rural", "rank": 70 }, + { "name": "Dancing", "rank": 53 } + ], + "title": { + "romaji": "Futsuu no Joshikousei ga [Locodol] Yatte Mita.", + "english": "Locodol", + "native": "普通の女子校生が【ろこどる】やってみた。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703573169, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20611-rfSDOfDVTCuP.jpg" + } + }, + { + "id": 127549, + "idMal": 45425, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Slice of Life", "Sports"], + "tags": [ + { "name": "Fishing", "rank": 94 }, + { "name": "Cute Girls Doing Cute Things", "rank": 93 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Iyashikei", "rank": 90 }, + { "name": "Family Life", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Outdoor", "rank": 81 }, + { "name": "Food", "rank": 71 }, + { "name": "Educational", "rank": 67 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Seinen", "rank": 56 }, + { "name": "Episodic", "rank": 42 }, + { "name": "Chibi", "rank": 38 }, + { "name": "Tragedy", "rank": 35 }, + { "name": "Tanned Skin", "rank": 35 }, + { "name": "Twins", "rank": 31 }, + { "name": "School", "rank": 25 } + ], + "title": { + "romaji": "Slow Loop", + "english": "Slow Loop", + "native": "スローループ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703598571, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127549-fr324YPdXb3D.jpg" + } + }, + { + "id": 113418, + "idMal": 40685, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ซุปเปอร์คับ"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Motorcycles", "rank": 98 }, + { "name": "Iyashikei", "rank": 93 }, + { "name": "Mopeds", "rank": 92 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Outdoor", "rank": 78 }, + { "name": "Cute Girls Doing Cute Things", "rank": 76 }, + { "name": "School", "rank": 73 }, + { "name": "Rural", "rank": 60 }, + { "name": "CGI", "rank": 50 } + ], + "title": { + "romaji": "Super Cub", + "english": "Super Cub", + "native": "スーパーカブ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703678529, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx113418-OhgQiQrGI0GH.jpg" + } + }, + { + "id": 21659, + "idMal": 32828, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 98 }, + { "name": "Food", "rank": 96 }, + { "name": "Iyashikei", "rank": 84 }, + { "name": "Found Family", "rank": 79 }, + { "name": "Educational", "rank": 71 }, + { "name": "Teacher", "rank": 66 }, + { "name": "Seinen", "rank": 61 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Orphan", "rank": 53 }, + { "name": "Cute Girls Doing Cute Things", "rank": 46 }, + { "name": "Coming of Age", "rank": 43 }, + { "name": "School", "rank": 40 }, + { "name": "Chibi", "rank": 20 } + ], + "title": { + "romaji": "Amaama to Inazuma", + "english": "Sweetness & Lightning", + "native": "甘々と稲妻" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703682410, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21659-r1nnqXPIcl9D.png" + } + }, + { + "id": 21738, + "idMal": 34834, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 87 }, + { "name": "Yuri", "rank": 82 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "Henshin", "rank": 66 }, + { "name": "Magic", "rank": 66 }, + { "name": "Card Battle", "rank": 64 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "College", "rank": 40 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Ojou-sama", "rank": 40 }, + { "name": "Animals", "rank": 20 } + ], + "title": { + "romaji": "Hina Logi: from Luck & Logic", + "english": "Hina Logic - from Luck & Logic", + "native": "ひなろじ~from Luck & Logic~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704090792, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx21738-SMMRGISxAUKx.jpg" + } + }, + { + "id": 629, + "idMal": 629, + "status": "FINISHED", + "type": "ANIME", + "episodes": 6, + "chapters": null, + "format": "OVA", + "duration": 28, + "synonyms": ["Magic User's Club OVA", "Il Club della Magia!"], + "genres": ["Comedy", "Fantasy", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Magic", "rank": 95 }, + { "name": "Witch", "rank": 84 }, + { "name": "School Club", "rank": 80 }, + { "name": "LGBTQ+ Themes", "rank": 75 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Love Triangle", "rank": 70 }, + { "name": "Aliens", "rank": 66 }, + { "name": "Ojou-sama", "rank": 53 }, + { "name": "Bullying", "rank": 40 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Mahou Tsukai Tai!", + "english": "Magic User's Club!", + "native": "魔法使いTai!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704090817, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1996 }, + "endDate": { "year": 1997 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx629-fLzM1xlbng9T.png" + } + }, + { + "id": 21455, + "idMal": 31953, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 98 }, + { "name": "Work", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 93 }, + { "name": "Software Development", "rank": 93 }, + { "name": "Video Games", "rank": 88 }, + { "name": "Office Lady", "rank": 88 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 72 }, + { "name": "Urban", "rank": 71 }, + { "name": "Drawing", "rank": 67 }, + { "name": "Episodic", "rank": 52 }, + { "name": "Tomboy", "rank": 45 }, + { "name": "LGBTQ+ Themes", "rank": 40 }, + { "name": "Tanned Skin", "rank": 37 }, + { "name": "Politics", "rank": 36 }, + { "name": "Tsundere", "rank": 32 }, + { "name": "College", "rank": 22 }, + { "name": "Cosplay", "rank": 21 } + ], + "title": { + "romaji": "NEW GAME!", + "english": "NEW GAME!", + "native": "NEW GAME!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704176355, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21455-XZTQ8Fmii75j.jpg" + } + }, + { + "id": 21059, + "idMal": 30127, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 82 }, + { "name": "Tsundere", "rank": 80 }, + { "name": "Twins", "rank": 75 }, + { "name": "Kuudere", "rank": 70 }, + { "name": "School", "rank": 44 } + ], + "title": { + "romaji": "Danchigai", + "english": "Danchigai", + "native": "だんちがい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704250711, + "updatedAt": 1704250711, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/21059-hiwZMOWm2khS.jpg" + } + }, + { + "id": 1865, + "idMal": 1865, + "status": "FINISHED", + "type": "ANIME", + "episodes": 11, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Getsumen Usagi Heiki Miina", "Lunar Bunny Weapon Mina"], + "genres": ["Comedy", "Sci-Fi"], + "tags": [ + { "name": "Parody", "rank": 79 }, + { "name": "Henshin", "rank": 79 } + ], + "title": { + "romaji": "Getsumen To Heiki Mina", + "english": "Mina", + "native": "月面兎兵器ミーナ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704536164, + "updatedAt": 1704536164, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/1865.jpg" + } + }, + { + "id": 162904, + "idMal": null, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 114, + "synonyms": ["Totto-Chan: The Little Girl at the Window"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Autobiographical", "rank": 60 }, + { "name": "Kids", "rank": 20 }, + { "name": "Rural", "rank": 20 }, + { "name": "War", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Disability", "rank": 20 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { + "romaji": "Madogiwa no Totto-chan", + "english": null, + "native": "窓ぎわのトットちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704536364, + "updatedAt": 1704536364, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162904-hYOOd3RntRZH.jpg" + } + }, + { + "id": 172398, + "idMal": 57662, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "OVA", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Hentai"], + "tags": [], + "title": { + "romaji": "Ruins Seeker", + "english": null, + "native": "ルインズシーカー" + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1711638000 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704593093, + "updatedAt": 1704593093, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172398-3VzXrbPkIkRt.png" + } + }, + { + "id": 1079, + "idMal": 1079, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "OVA", + "duration": 34, + "synonyms": [], + "genres": ["Action", "Adventure", "Mecha", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Robots", "rank": 92 }, + { "name": "Police", "rank": 84 }, + { "name": "Cyberpunk", "rank": 79 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Guns", "rank": 79 }, + { "name": "Artificial Intelligence", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Crime", "rank": 79 }, + { "name": "Detective", "rank": 79 }, + { "name": "Space", "rank": 79 }, + { "name": "Cyborg", "rank": 79 }, + { "name": "Fugitive", "rank": 79 }, + { "name": "Politics", "rank": 79 }, + { "name": "Real Robot", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Terrorism", "rank": 73 }, + { "name": "Philosophy", "rank": 73 }, + { "name": "Tanned Skin", "rank": 70 }, + { "name": "Survival", "rank": 70 }, + { "name": "Urban", "rank": 66 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Heterosexual", "rank": 30 } + ], + "title": { + "romaji": "Armitage III", + "english": "Armitage III", + "native": "アミテージ・ザ・サード" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704966692, + "updatedAt": 1704966692, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1995 }, + "endDate": { "year": 1995 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx1079-s7mU6pjEfdhZ.jpg" + } + }, + { + "id": 9331, + "idMal": 9331, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Supernatural"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Amnesia", "rank": 79 }, + { "name": "Demons", "rank": 75 }, + { "name": "Urban Fantasy", "rank": 75 }, + { "name": "Monster Girl", "rank": 60 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Superhero", "rank": 40 }, + { "name": "Shounen", "rank": 30 }, + { "name": "CGI", "rank": 20 } + ], + "title": { + "romaji": "Yumekui Merry", + "english": "Dream Eater Merry", + "native": "夢喰いメリー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705123068, + "updatedAt": 1705123068, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx9331-f2bAShenxOeX.jpg" + } + }, + { + "id": 120646, + "idMal": 42351, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ลุ้นรักรุ่นน้องตัวจิ๋วกับรุ่นพี่ตัวป่วน", "Seniorku yang Menyebalkan"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Office Lady", "rank": 96 }, + { "name": "Primarily Adult Cast", "rank": 95 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Work", "rank": 89 }, + { "name": "Tsundere", "rank": 77 }, + { "name": "Heterosexual", "rank": 72 }, + { "name": "Josei", "rank": 70 }, + { "name": "Tomboy", "rank": 56 }, + { "name": "Male Protagonist", "rank": 54 }, + { "name": "Age Gap", "rank": 53 }, + { "name": "Tanned Skin", "rank": 43 }, + { "name": "Coming of Age", "rank": 40 }, + { "name": "Basketball", "rank": 24 }, + { "name": "Video Games", "rank": 20 }, + { "name": "Cosplay", "rank": 20 }, + { "name": "Urban", "rank": 20 } + ], + "title": { + "romaji": "Senpai ga Uzai Kouhai no Hanashi", + "english": "My Senpai is Annoying", + "native": "先輩がうざい後輩の話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705295135, + "updatedAt": 1705295135, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx120646-3GUSMpqx0mVw.jpg" + } + }, + { + "id": 18153, + "idMal": 18153, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Beyond the Horizon", "境界的彼方"], + "genres": ["Action", "Drama", "Fantasy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Super Power", "rank": 90 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Demons", "rank": 88 }, + { "name": "School", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Female Protagonist", "rank": 74 }, + { "name": "Male Protagonist", "rank": 74 }, + { "name": "Ensemble Cast", "rank": 70 }, + { "name": "Magic", "rank": 68 }, + { "name": "Swordplay", "rank": 65 }, + { "name": "Body Horror", "rank": 65 }, + { "name": "Tragedy", "rank": 62 }, + { "name": "Amnesia", "rank": 60 }, + { "name": "Conspiracy", "rank": 55 }, + { "name": "School Club", "rank": 51 }, + { "name": "Revenge", "rank": 48 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Kuudere", "rank": 33 }, + { "name": "Idol", "rank": 28 } + ], + "title": { + "romaji": "Kyoukai no Kanata", + "english": "Beyond the Boundary", + "native": "境界の彼方" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705550562, + "updatedAt": 1705550562, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx18153-oDqA9zQzQPOq.png" + } + }, + { + "id": 101386, + "idMal": 37614, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Hitoribocchi", + "Bocchi Seikatsu", + "一个人的○○小日子", + "Hitoribocchi no Marumaru Seikatsu" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 94 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Slapstick", "rank": 93 }, + { "name": "School", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Primarily Child Cast", "rank": 82 }, + { "name": "Primarily Teen Cast", "rank": 72 }, + { "name": "Ensemble Cast", "rank": 57 }, + { "name": "Tsundere", "rank": 43 }, + { "name": "Ninja", "rank": 40 }, + { "name": "Tomboy", "rank": 10 }, + { "name": "Shounen", "rank": 10 } + ], + "title": { + "romaji": "Hitoribocchi no ○○ Seikatsu", + "english": "Hitoribocchi no Marumaruseikatsu", + "native": "ひとりぼっちの○○生活" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705550780, + "updatedAt": 1705550780, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx101386-ZtlTugIEuorU.png" + } + }, + { + "id": 173388, + "idMal": 57845, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Plus-Sized Elf", + "50 nuances de gras", + "Elfa a Dieta", + "Эльф не может похудеть", + "Elf can't be on a diet." + ], + "genres": ["Comedy", "Ecchi", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Elf", "rank": 79 }, + { "name": "Fitness", "rank": 79 }, + { "name": "Monster Girl", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Food", "rank": 60 }, + { "name": "Work", "rank": 60 }, + { "name": "Isekai", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Elf-san wa Yaserarenai.", + "english": null, + "native": "エルフさんは痩せられない。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705650861, + "updatedAt": 1705650861, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173388-2mioTDDpGiuL.jpg" + } + }, + { + "id": 102875, + "idMal": 36945, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 12, + "synonyms": [], + "genres": ["Comedy"], + "tags": [ + { "name": "Full CGI", "rank": 90 }, + { "name": "Surreal Comedy", "rank": 80 }, + { "name": "Parody", "rank": 79 }, + { "name": "Meta", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Super Power", "rank": 57 } + ], + "title": { + "romaji": "Himote House", + "english": "HIMOTE HOUSE: A share house of super psychic girls", + "native": "ひもてはうす" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705920992, + "updatedAt": 1705920992, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx102875-CFIFDSvHCitF.png" + } + }, + { + "id": 21237, + "idMal": 31044, + "status": "FINISHED", + "type": "ANIME", + "episodes": 139, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Fantasy", "Slice of Life"], + "tags": [ + { "name": "Kids", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Primarily Child Cast", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Gods", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Episodic", "rank": 20 }, + { "name": "Mythology", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Kamisama Minarai: Himitsu no Cocotama", + "english": null, + "native": "かみさまみならい ヒミツのここたま" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1706159648, + "updatedAt": 1706159648, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b21237-KM5XjpCA9w8W.jpg" + } + }, + { + "id": 157883, + "idMal": 53716, + "status": "RELEASING", + "type": "ANIME", + "episodes": 50, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Hirogaru Sky! Pretty Cure", "Soaring Sky! Pretty Cure"], + "genres": ["Action", "Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Henshin", "rank": 97 }, + { "name": "Superhero", "rank": 97 }, + { "name": "Magic", "rank": 94 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Found Family", "rank": 88 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Isekai", "rank": 85 }, + { "name": "Kids", "rank": 76 }, + { "name": "Urban", "rank": 76 }, + { "name": "Urban Fantasy", "rank": 73 }, + { "name": "Dragons", "rank": 66 }, + { "name": "Drawing", "rank": 60 }, + { "name": "Martial Arts", "rank": 56 }, + { "name": "Parkour", "rank": 55 }, + { "name": "Anthropomorphism", "rank": 55 }, + { "name": "Cute Girls Doing Cute Things", "rank": 53 }, + { "name": "Episodic", "rank": 40 }, + { "name": "Baseball", "rank": 20 }, + { "name": "Aviation", "rank": 20 } + ], + "title": { + "romaji": "Hirogaru Sky! Precure", + "english": "Soaring Sky! Precure", + "native": "ひろがるスカイ!プリキュア" + }, + "nextAiringEpisode": { "episode": 50, "airingAt": 1706398200 }, + "mediaListEntry": { + "progress": 38, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1681716151, + "updatedAt": 1705589842, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx157883-2CY0BMgezlca.png" + } + }, + { + "id": 158871, + "idMal": 53876, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Pokémon (2023)", + "Pokémon Horizontes: A Série", + "Pokémon Horyzonty: Seria" + ], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Animals", "rank": 97 }, + { "name": "Travel", "rank": 96 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Ensemble Cast", "rank": 75 }, + { "name": "Kids", "rank": 74 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "Found Family", "rank": 70 }, + { "name": "Aviation", "rank": 60 }, + { "name": "Adoption", "rank": 53 }, + { "name": "School", "rank": 40 }, + { "name": "Musical", "rank": 33 }, + { "name": "Fishing", "rank": 30 }, + { "name": "Idol", "rank": 20 }, + { "name": "VTuber", "rank": 20 } + ], + "title": { + "romaji": "Pocket Monsters (2023)", + "english": "Pokémon Horizons: The Series", + "native": "ポケットモンスター (2023)" + }, + "nextAiringEpisode": { "episode": 37, "airingAt": 1706262900 }, + "mediaListEntry": { + "progress": 6, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1688811707, + "updatedAt": 1705218828, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158871-FmWU8dacXDiA.jpg" + } + }, + { + "id": 165426, + "idMal": 55463, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "ONA", + "duration": 2, + "synonyms": ["A Little Shark Going Out.", "Little Shark's Outings"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Iyashikei", "rank": 100 }, + { "name": "Animals", "rank": 88 }, + { "name": "Anthropomorphism", "rank": 88 }, + { "name": "Episodic", "rank": 64 }, + { "name": "Kids", "rank": 40 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { + "romaji": "Odekake Kozame", + "english": "Little Shark's Day Out", + "native": "おでかけ子ザメ" + }, + "nextAiringEpisode": { "episode": 30, "airingAt": 1706266800 }, + "mediaListEntry": { + "progress": 29, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689970482, + "updatedAt": 1706078807, + "score": 83, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165426-Q93dCaAlRx6b.jpg" + } + }, + { + "id": 165159, + "idMal": 56566, + "status": "RELEASING", + "type": "ANIME", + "episodes": 51, + "chapters": null, + "format": "TV", + "duration": 22, + "synonyms": ["ベイブレードエックス", "ベイブレイド X"], + "genres": ["Action", "Adventure", "Sports"], + "tags": [{ "name": "Kids", "rank": 79 }], + "title": { + "romaji": "BEYBLADE X", + "english": null, + "native": "BEYBLADE X" + }, + "nextAiringEpisode": { "episode": 16, "airingAt": 1706261100 }, + "mediaListEntry": { + "progress": 12, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696881151, + "updatedAt": 1705583711, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165159-aCFC9Sng7t4M.png" + } + }, + { + "id": 170497, + "idMal": null, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "ONA", + "duration": 1, + "synonyms": [], + "genres": ["Comedy"], + "tags": [ + { "name": "VTuber", "rank": 60 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Slapstick", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Nandemo Bakukai! Koyori-chan", + "english": "Solved with a Bang! Koyori-chan", + "native": "なんでも爆解!こよりチャン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698131890, + "updatedAt": 1704957174, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b170497-aIwCSQZJDAMC.png" + } + }, + { + "id": 168194, + "idMal": 56242, + "status": "RELEASING", + "type": "ANIME", + "episodes": 37, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["戰國妖狐 救世姊弟篇", "Ёко из Сэнгоку"], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Shounen", "rank": 73 }, + { "name": "Samurai", "rank": 73 }, + { "name": "Dragons", "rank": 60 }, + { "name": "Demons", "rank": 60 }, + { "name": "Ensemble Cast", "rank": 46 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Henshin", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Magic", "rank": 20 } + ], + "title": { + "romaji": "Sengoku Youko", + "english": "Sengoku Youko", + "native": "戦国妖狐" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706713200 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704906679, + "updatedAt": 1706168353, + "score": 83, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx168194-I7O79icUs0ou.jpg" + } + }, + { + "id": 99699, + "idMal": 36028, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Golden Kamui", "黄金神威"], + "genres": ["Action", "Adventure", "Comedy"], + "tags": [ + { "name": "Historical", "rank": 93 }, + { "name": "Outdoor", "rank": 89 }, + { "name": "Seinen", "rank": 85 }, + { "name": "Survival", "rank": 84 }, + { "name": "Ensemble Cast", "rank": 84 }, + { "name": "Military", "rank": 82 }, + { "name": "Primarily Adult Cast", "rank": 74 }, + { "name": "Guns", "rank": 71 }, + { "name": "Food", "rank": 70 }, + { "name": "War", "rank": 70 }, + { "name": "Gore", "rank": 66 }, + { "name": "Primarily Male Cast", "rank": 65 }, + { "name": "Educational", "rank": 65 }, + { "name": "Anti-Hero", "rank": 60 }, + { "name": "Assassins", "rank": 57 }, + { "name": "Male Protagonist", "rank": 51 }, + { "name": "Body Horror", "rank": 46 }, + { "name": "Crime", "rank": 45 }, + { "name": "Gender Bending", "rank": 45 }, + { "name": "Episodic", "rank": 36 }, + { "name": "LGBTQ+ Themes", "rank": 35 }, + { "name": "CGI", "rank": 34 }, + { "name": "Archery", "rank": 30 }, + { "name": "Torture", "rank": 20 }, + { "name": "Twins", "rank": 20 }, + { "name": "Transgender", "rank": 20 }, + { "name": "Medicine", "rank": 20 }, + { "name": "Oiran", "rank": 20 } + ], + "title": { + "romaji": "Golden Kamuy", + "english": "Golden Kamuy", + "native": "ゴールデンカムイ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681968427, + "updatedAt": 1696206357, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99699-mBCjpoWpAVGX.jpg" + } + }, + { + "id": 10495, + "idMal": 10495, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 98 }, + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "School Club", "rank": 85 }, + { "name": "Meta", "rank": 85 }, + { "name": "Love Triangle", "rank": 84 }, + { "name": "Surreal Comedy", "rank": 84 }, + { "name": "School", "rank": 81 }, + { "name": "Yuri", "rank": 81 }, + { "name": "Slapstick", "rank": 80 }, + { "name": "Episodic", "rank": 78 }, + { "name": "Female Protagonist", "rank": 77 }, + { "name": "Tsundere", "rank": 77 }, + { "name": "Primarily Teen Cast", "rank": 77 }, + { "name": "Primarily Child Cast", "rank": 67 }, + { "name": "LGBTQ+ Themes", "rank": 60 }, + { "name": "Kuudere", "rank": 54 }, + { "name": "Twins", "rank": 52 } + ], + "title": { + "romaji": "Yuru Yuri", + "english": "YuruYuri", + "native": "ゆるゆり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1683165232, + "updatedAt": 1706176232, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx10495-LC0vlFLHk2Ue.jpg" + } + }, + { + "id": 15583, + "idMal": 15583, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["พิชิตรัก พิทักษ์โลก", " Рандеву с жизнью"], + "genres": [ + "Action", + "Comedy", + "Ecchi", + "Fantasy", + "Mecha", + "Romance", + "Sci-Fi" + ], + "tags": [ + { "name": "Female Harem", "rank": 92 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Super Power", "rank": 86 }, + { "name": "Henshin", "rank": 85 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Ensemble Cast", "rank": 70 }, + { "name": "Slapstick", "rank": 70 }, + { "name": "Urban Fantasy", "rank": 66 }, + { "name": "School", "rank": 64 }, + { "name": "Yandere", "rank": 62 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Kuudere", "rank": 58 }, + { "name": "Parody", "rank": 56 }, + { "name": "Tsundere", "rank": 54 }, + { "name": "Clone", "rank": 50 }, + { "name": "Swordplay", "rank": 50 }, + { "name": "Time Manipulation", "rank": 50 }, + { "name": "CGI", "rank": 40 } + ], + "title": { + "romaji": "Date A Live", + "english": "Date A Live", + "native": "デート・ア・ライブ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683374416, + "updatedAt": 1696206362, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx15583-Sxd2J4RJdRhj.jpg" + } + }, + { + "id": 2403, + "idMal": 2403, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Nymphet", "A Child's Time", "Kojika"], + "genres": ["Comedy", "Drama", "Ecchi"], + "tags": [ + { "name": "School", "rank": 96 }, + { "name": "Age Gap", "rank": 96 }, + { "name": "Primarily Child Cast", "rank": 95 }, + { "name": "Tsundere", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Yandere", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Incest", "rank": 65 }, + { "name": "Nekomimi", "rank": 60 }, + { "name": "Kemonomimi", "rank": 56 } + ], + "title": { + "romaji": "Kodomo no Jikan", + "english": null, + "native": "こどものじかん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686293031, + "updatedAt": 1701689921, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx2403-vZ99B6GVLMCr.jpg" + } + }, + { + "id": 19383, + "idMal": 19383, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV_SHORT", + "duration": 5, + "synonyms": ["Yamishibai: Japanese Ghost Stories", "เรื่องเล่าผีญี่ปุ่น"], + "genres": ["Horror", "Supernatural"], + "tags": [ + { "name": "Episodic", "rank": 86 }, + { "name": "Demons", "rank": 80 }, + { "name": "Anthology", "rank": 76 }, + { "name": "Ghost", "rank": 76 }, + { "name": "Body Horror", "rank": 40 } + ], + "title": { + "romaji": "Yami Shibai", + "english": "Theatre of Darkness: Yamishibai", + "native": "闇芝居" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688953175, + "updatedAt": 1705474581, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/19383.jpg" + } + }, + { + "id": 17729, + "idMal": 17729, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Le Fruit De La Grisaia"], + "genres": ["Drama", "Ecchi", "Psychological", "Romance"], + "tags": [ + { "name": "Tragedy", "rank": 88 }, + { "name": "Male Protagonist", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 85 }, + { "name": "School", "rank": 83 }, + { "name": "Female Harem", "rank": 78 }, + { "name": "Survival", "rank": 74 }, + { "name": "Rape", "rank": 68 }, + { "name": "Nudity", "rank": 56 }, + { "name": "Dissociative Identities", "rank": 56 }, + { "name": "Kuudere", "rank": 55 }, + { "name": "Guns", "rank": 53 }, + { "name": "Revenge", "rank": 40 }, + { "name": "Cannibalism", "rank": 30 }, + { "name": "Suicide", "rank": 24 }, + { "name": "Adoption", "rank": 20 } + ], + "title": { + "romaji": "Grisaia no Kajitsu", + "english": "The Fruit of Grisaia", + "native": "グリザイアの果実" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689364867, + "updatedAt": 1696206350, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx17729-Xhgile3kCpqB.jpg" + } + }, + { + "id": 21355, + "idMal": 31240, + "status": "FINISHED", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "Re: Life in a different world from zero", + "ReZero", + "Re Zero", + "Re:从零开始的异世界生活", + "Re:Zero รีเซทชีวิต ฝ่าวิกฤตต่างโลก", + "Re:Zero — жизнь с нуля в другом мире" + ], + "genres": [ + "Action", + "Adventure", + "Drama", + "Fantasy", + "Psychological", + "Romance", + "Thriller" + ], + "tags": [ + { "name": "Isekai", "rank": 95 }, + { "name": "Tragedy", "rank": 87 }, + { "name": "Alternate Universe", "rank": 85 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "Witch", "rank": 77 }, + { "name": "Magic", "rank": 75 }, + { "name": "Gore", "rank": 72 }, + { "name": "Cult", "rank": 70 }, + { "name": "Coming of Age", "rank": 66 }, + { "name": "Ensemble Cast", "rank": 65 }, + { "name": "Body Horror", "rank": 64 }, + { "name": "Suicide", "rank": 63 }, + { "name": "Love Triangle", "rank": 62 }, + { "name": "Maids", "rank": 61 }, + { "name": "Heterosexual", "rank": 61 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Elf", "rank": 57 }, + { "name": "Demons", "rank": 56 }, + { "name": "Hikikomori", "rank": 53 }, + { "name": "Politics", "rank": 53 }, + { "name": "Butler", "rank": 51 }, + { "name": "Femboy", "rank": 51 }, + { "name": "Assassins", "rank": 48 }, + { "name": "Twins", "rank": 44 }, + { "name": "Meta", "rank": 42 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "CGI", "rank": 40 }, + { "name": "Tomboy", "rank": 40 }, + { "name": "Nekomimi", "rank": 39 }, + { "name": "Body Swapping", "rank": 36 }, + { "name": "Crossdressing", "rank": 32 }, + { "name": "Kemonomimi", "rank": 30 }, + { "name": "Tsundere", "rank": 28 }, + { "name": "Foreign", "rank": 27 } + ], + "title": { + "romaji": "Re:Zero kara Hajimeru Isekai Seikatsu", + "english": "Re:ZERO -Starting Life in Another World-", + "native": "Re:ゼロから始める異世界生活" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689365348, + "updatedAt": 1696206353, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21355-IHaS50pvLYd0.jpg" + } + }, + { + "id": 118123, + "idMal": 44042, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "ONA", + "duration": 2, + "synonyms": [ + "Hologra 3D Short Animation", + "Hologra", + "ホロぐら", + "Hololive", + "הולולייב" + ], + "genres": ["Action", "Adventure", "Comedy"], + "tags": [ + { "name": "VTuber", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 96 }, + { "name": "Ensemble Cast", "rank": 96 }, + { "name": "Parody", "rank": 95 }, + { "name": "Cute Girls Doing Cute Things", "rank": 95 }, + { "name": "Idol", "rank": 94 }, + { "name": "Full CGI", "rank": 94 }, + { "name": "Slapstick", "rank": 94 }, + { "name": "Episodic", "rank": 94 }, + { "name": "Meta", "rank": 93 }, + { "name": "Surreal Comedy", "rank": 93 }, + { "name": "Video Games", "rank": 68 }, + { "name": "Succubus", "rank": 66 }, + { "name": "Nekomimi", "rank": 65 }, + { "name": "Conspiracy", "rank": 65 }, + { "name": "Yuri", "rank": 63 }, + { "name": "Kemonomimi", "rank": 61 }, + { "name": "Dancing", "rank": 60 }, + { "name": "Shrine Maiden", "rank": 60 }, + { "name": "Maids", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Band", "rank": 60 }, + { "name": "Pirates", "rank": 58 }, + { "name": "Witch", "rank": 56 }, + { "name": "Office Lady", "rank": 51 }, + { "name": "Demons", "rank": 50 }, + { "name": "Detective", "rank": 50 }, + { "name": "Judo", "rank": 50 }, + { "name": "Dragons", "rank": 48 }, + { "name": "Elf", "rank": 42 }, + { "name": "Vampire", "rank": 42 }, + { "name": "Battle Royale", "rank": 40 }, + { "name": "Ghost", "rank": 40 }, + { "name": "Fishing", "rank": 40 }, + { "name": "Angels", "rank": 40 }, + { "name": "Real Robot", "rank": 37 }, + { "name": "Space", "rank": 34 }, + { "name": "Kaiju", "rank": 33 }, + { "name": "Body Swapping", "rank": 32 }, + { "name": "Necromancy", "rank": 30 }, + { "name": "Aliens", "rank": 28 }, + { "name": "Cars", "rank": 26 } + ], + "title": { + "romaji": "Holo no Graffiti", + "english": null, + "native": "ホロのぐらふぃてぃ" + }, + "nextAiringEpisode": { "episode": 245, "airingAt": 1706432400 }, + "mediaListEntry": { + "progress": 97, + "progressVolumes": null, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1690103478, + "updatedAt": 1705218803, + "score": 82, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx118123-xqn5fYsjKXJU.png" + } + }, + { + "id": 14131, + "idMal": 14131, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Garupan", "少女与战车", "GuP"], + "genres": ["Action", "Sports"], + "tags": [ + { "name": "Tanks", "rank": 99 }, + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Military", "rank": 90 }, + { "name": "School Club", "rank": 88 }, + { "name": "Cute Girls Doing Cute Things", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 84 }, + { "name": "School", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Historical", "rank": 76 }, + { "name": "Parody", "rank": 70 }, + { "name": "Ships", "rank": 55 }, + { "name": "CGI", "rank": 52 }, + { "name": "Volleyball", "rank": 29 } + ], + "title": { + "romaji": "Girls und Panzer", + "english": "Girls und Panzer", + "native": "ガールズ&パンツァー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696458419, + "updatedAt": 1697854789, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/nx14131-vw0RvpxofyBw.jpg" + } + }, + { + "id": 108463, + "idMal": 39534, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "지박소년 하나코 군", + "地缚少年花子君", + "Туалетный мальчик Ханако", + "Hanako-kun e os Mistérios do Colégio Kamone", + "ฮานาโกะคุง วิญญาณติดที่" + ], + "genres": ["Action", "Comedy", "Drama", "Mystery", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 97 }, + { "name": "Youkai", "rank": 96 }, + { "name": "School", "rank": 86 }, + { "name": "Mythology", "rank": 85 }, + { "name": "Afterlife", "rank": 83 }, + { "name": "Female Protagonist", "rank": 83 }, + { "name": "Primarily Teen Cast", "rank": 83 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Twins", "rank": 73 }, + { "name": "Tragedy", "rank": 72 }, + { "name": "Ensemble Cast", "rank": 62 }, + { "name": "Shounen", "rank": 62 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Heterosexual", "rank": 58 }, + { "name": "Slapstick", "rank": 56 }, + { "name": "Achronological Order", "rank": 56 }, + { "name": "Conspiracy", "rank": 52 }, + { "name": "School Club", "rank": 50 }, + { "name": "Femboy", "rank": 44 }, + { "name": "Love Triangle", "rank": 43 }, + { "name": "Mermaid", "rank": 38 }, + { "name": "LGBTQ+ Themes", "rank": 35 } + ], + "title": { + "romaji": "Jibaku Shounen Hanako-kun", + "english": "Toilet-bound Hanako-kun", + "native": "地縛少年 花子くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697877023, + "updatedAt": 1698189590, + "score": 78, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx108463-knWkFUR311ho.jpg" + } + }, + { + "id": 98505, + "idMal": 35240, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Adventure", "Sci-Fi"], + "tags": [ + { "name": "Espionage", "rank": 99 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Steampunk", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Foreign", "rank": 88 }, + { "name": "Achronological Order", "rank": 81 }, + { "name": "Urban Fantasy", "rank": 78 }, + { "name": "Episodic", "rank": 75 }, + { "name": "Historical", "rank": 71 }, + { "name": "Yuri", "rank": 70 }, + { "name": "Guns", "rank": 60 }, + { "name": "Assassins", "rank": 57 }, + { "name": "Anti-Hero", "rank": 48 }, + { "name": "Trains", "rank": 46 }, + { "name": "Primarily Teen Cast", "rank": 45 }, + { "name": "Kuudere", "rank": 44 }, + { "name": "School", "rank": 33 } + ], + "title": { + "romaji": "Princess Principal", + "english": "Princess Principal", + "native": "プリンセス・プリンシパル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700028818, + "updatedAt": 1700473134, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx98505-uxUXC7fQ9lMk.jpg" + } + }, + { + "id": 100714, + "idMal": 36906, + "status": "FINISHED", + "type": "ANIME", + "episodes": 11, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Drop Kick on My Devil!", + "Un calcio volante al mio demonio!", + "Um chute no meu diabo!" + ], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Monster Girl", "rank": 96 }, + { "name": "Slapstick", "rank": 94 }, + { "name": "Demons", "rank": 89 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Urban Fantasy", "rank": 86 }, + { "name": "Meta", "rank": 76 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Gore", "rank": 71 }, + { "name": "Seinen", "rank": 70 }, + { "name": "Mythology", "rank": 68 }, + { "name": "Surreal Comedy", "rank": 68 }, + { "name": "Satire", "rank": 67 }, + { "name": "Bullying", "rank": 67 }, + { "name": "Gods", "rank": 60 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 }, + { "name": "Angels", "rank": 60 }, + { "name": "Chuunibyou", "rank": 50 }, + { "name": "Tomboy", "rank": 46 }, + { "name": "Food", "rank": 45 }, + { "name": "Kuudere", "rank": 45 }, + { "name": "Homeless", "rank": 30 }, + { "name": "Idol", "rank": 20 }, + { "name": "Isekai", "rank": 13 } + ], + "title": { + "romaji": "Jashin-chan Dropkick", + "english": "Dropkick on My Devil!", + "native": "邪神ちゃんドロップキック" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1703144760, + "updatedAt": 1703215640, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx100714-1glYB8znGJ5W.png" + } + }, + { + "id": 125869, + "idMal": 43760, + "status": "FINISHED", + "type": "ANIME", + "episodes": 10, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Adventure", "Drama", "Fantasy", "Mystery"], + "tags": [ + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Post-Apocalyptic", "rank": 80 }, + { "name": "Animals", "rank": 80 }, + { "name": "Steampunk", "rank": 73 }, + { "name": "Rural", "rank": 66 }, + { "name": "Conspiracy", "rank": 60 }, + { "name": "Tragedy", "rank": 55 }, + { "name": "Denpa", "rank": 30 } + ], + "title": { + "romaji": "Hikari no Ou", + "english": "The Fire Hunter", + "native": "火狩りの王" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704002928, + "updatedAt": 1705498230, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx125869-pR0WHBob195S.jpg" + } + }, + { + "id": 169362, + "idMal": 56671, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "ONA", + "duration": 29, + "synonyms": [ + "BURN THE WITCH ZERO POINT EIGHT", + "ปฐมบทแม่มดกับมังกร 0.8 ", + "BURN THE WITCH: Don't Judge A Book By Its Cover" + ], + "genres": ["Action", "Fantasy"], + "tags": [ + { "name": "Witch", "rank": 95 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Foreign", "rank": 85 }, + { "name": "Magic", "rank": 80 }, + { "name": "Dragons", "rank": 80 }, + { "name": "Work", "rank": 79 }, + { "name": "Idol", "rank": 79 } + ], + "title": { + "romaji": "BURN THE WITCH #0.8", + "english": "BURN THE WITCH #0.8", + "native": "BURN THE WITCH #0.8" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705405288, + "updatedAt": 1705405292, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169362-UahPkLgDnPai.jpg" + } + }, + { + "id": 147369, + "idMal": 51614, + "status": "FINISHED", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["The Blue Orchestra", "ออเคสตราบรรเลงฝัน"], + "genres": ["Drama", "Music"], + "tags": [ + { "name": "Band", "rank": 79 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "School", "rank": 70 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "School Club", "rank": 65 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Bullying", "rank": 60 }, + { "name": "CGI", "rank": 57 }, + { "name": "Musical", "rank": 54 } + ], + "title": { + "romaji": "Ao no Orchestra", + "english": null, + "native": "青のオーケストラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 21, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1683879896, + "updatedAt": 1696090959, + "score": 69, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147369-Aodog1O7Nhuq.png" + } + }, + { + "id": 159808, + "idMal": 54103, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "สารพันปัญหาวุ่นวาย ของยัยแวมไพร์ขี้จุ๊", + " I tormenti della vampira reclusa" + ], + "genres": ["Action", "Comedy", "Fantasy"], + "tags": [ + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Vampire", "rank": 85 }, + { "name": "Terrorism", "rank": 84 }, + { "name": "Military", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 76 }, + { "name": "Magic", "rank": 75 }, + { "name": "Yuri", "rank": 73 }, + { "name": "War", "rank": 72 }, + { "name": "Hikikomori", "rank": 65 }, + { "name": "Bullying", "rank": 65 }, + { "name": "Female Harem", "rank": 65 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Gore", "rank": 57 }, + { "name": "Nudity", "rank": 52 }, + { "name": "Maids", "rank": 50 } + ], + "title": { + "romaji": "Hikikomari Kyuuketsuki no Monmon", + "english": "The Vexations of a Shut-In Vampire Princess", + "native": "ひきこまり吸血姫の悶々" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688626546, + "updatedAt": 1703936806, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159808-svpzcGb6ig4X.jpg" + } + }, + { + "id": 159074, + "idMal": 56425, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "TV_SHORT", + "duration": 10, + "synonyms": [ + "ฮานาโกะคุง วิญญาณติดที่", + "Toilet-bound Hanako-kun Anime Project Restart", + "Hanako-kun Depois da Escola" + ], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Mythology", "rank": 79 }, + { "name": "Afterlife", "rank": 70 }, + { "name": "Episodic", "rank": 66 }, + { "name": "Youkai", "rank": 60 }, + { "name": "Ensemble Cast", "rank": 20 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Gender Bending", "rank": 20 }, + { "name": "Twins", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Houkago Shounen Hanako-kun", + "english": "After-school Hanako-kun", + "native": "放課後少年花子くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694891601, + "updatedAt": 1700029429, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159074-6sc64nKBa1wE.jpg" + } + }, + { + "id": 156184, + "idMal": 53494, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "My Daughter Grew Up to \"Rank S\" Adventurer.", + "Minha Filha Saiu de Casa e Voltou como uma Aventureira Rank-S" + ], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Swordplay", "rank": 90 }, + { "name": "Adoption", "rank": 86 }, + { "name": "Rural", "rank": 85 }, + { "name": "Magic", "rank": 85 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Disability", "rank": 70 }, + { "name": "Foreign", "rank": 66 }, + { "name": "Cult", "rank": 20 }, + { "name": "Dungeon", "rank": 20 }, + { "name": "Elf", "rank": 20 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Zombie", "rank": 20 }, + { "name": "Religion", "rank": 20 } + ], + "title": { + "romaji": "Boukensha ni Naritai to Miyako ni Deteitta Musume ga S Rank ni Natteta", + "english": "My Daughter Left the Nest and Returned an S-Rank Adventurer", + "native": "冒険者になりたいと都に出て行った娘がSランクになってた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695957426, + "updatedAt": 1703875572, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156184-mrU1zLqpnMSK.jpg" + } + }, + { + "id": 154587, + "idMal": 52991, + "status": "RELEASING", + "type": "ANIME", + "episodes": 28, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Frieren at the Funeral", + "장송의 프리렌", + "Frieren - Oltre la Fine del Viaggio", + "คำอธิษฐานในวันที่จากลา Frieren", + "Frieren e a Jornada para o Além", + "Frieren – Nach dem Ende der Reise", + "葬送的芙莉蓮", + "Frieren: Más allá del final del viaje", + "Frieren en el funeral", + "Sōsō no Furīren", + "Frieren. U kresu drogi", + "Frieren - Pháp sư tiễn táng", + "Фрирен, провожающая в последний путь" + ], + "genres": ["Adventure", "Drama", "Fantasy"], + "tags": [ + { "name": "Travel", "rank": 96 }, + { "name": "Magic", "rank": 93 }, + { "name": "Elf", "rank": 91 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Philosophy", "rank": 87 }, + { "name": "Time Skip", "rank": 83 }, + { "name": "Iyashikei", "rank": 80 }, + { "name": "Coming of Age", "rank": 80 }, + { "name": "Kuudere", "rank": 78 }, + { "name": "Environmental", "rank": 72 }, + { "name": "Demons", "rank": 66 }, + { "name": "Witch", "rank": 62 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Adoption", "rank": 60 }, + { "name": "Afterlife", "rank": 56 }, + { "name": "Asexual", "rank": 55 }, + { "name": "Episodic", "rank": 54 }, + { "name": "Shounen", "rank": 52 }, + { "name": "Dungeon", "rank": 46 }, + { "name": "Dragons", "rank": 43 }, + { "name": "Rotoscoping", "rank": 40 }, + { "name": "Fishing", "rank": 36 }, + { "name": "Heterosexual", "rank": 31 }, + { "name": "Suicide", "rank": 29 } + ], + "title": { + "romaji": "Sousou no Frieren", + "english": "Frieren: Beyond Journey’s End", + "native": "葬送のフリーレン" + }, + "nextAiringEpisode": { "episode": 20, "airingAt": 1706277600 }, + "mediaListEntry": { + "progress": 18, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696156243, + "updatedAt": 1705756584, + "score": 94, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx154587-n1fmjRv4JQUd.jpg" + } + }, + { + "id": 156039, + "idMal": 53439, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "จอมตะกละดาบคลั่ง", + "Bousyoku", + "O Berserker da Gula", + "Berserk nan Rakus" + ], + "genres": ["Action", "Adventure", "Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Magic", "rank": 96 }, + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Swordplay", "rank": 72 }, + { "name": "Bullying", "rank": 55 }, + { "name": "Anachronism", "rank": 50 }, + { "name": "Revenge", "rank": 40 }, + { "name": "Goblin", "rank": 36 }, + { "name": "Angels", "rank": 20 }, + { "name": "Cannibalism", "rank": 20 }, + { "name": "Chimera", "rank": 20 }, + { "name": "Lost Civilization", "rank": 20 }, + { "name": "Travel", "rank": 20 }, + { "name": "Fugitive", "rank": 20 } + ], + "title": { + "romaji": "Boushoku no Berserk", + "english": "Berserk of Gluttony", + "native": "暴食のベルセルク" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696186639, + "updatedAt": 1702332603, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156039-JnepQcVxXLLW.jpg" + } + }, + { + "id": 151970, + "idMal": 52347, + "status": "RELEASING", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 26, + "synonyms": [ + "ShanFro", + "シャンフロ", + "シャングリラ・フロンティア〜クソゲーハンター, 神ゲーに挑まんとす〜", + "Shangri-La Frontier: Kusoge Hunter, Kami ge ni Idoman to su", + "SHANGRI-LA FRONTIER ~เมื่อนักล่าเกมขยะท้าสู้ในเกมเทพ~" + ], + "genres": ["Action", "Adventure", "Comedy", "Fantasy", "Sci-Fi"], + "tags": [ + { "name": "Virtual World", "rank": 96 }, + { "name": "Male Protagonist", "rank": 96 }, + { "name": "Video Games", "rank": 95 }, + { "name": "Otaku Culture", "rank": 85 }, + { "name": "Isekai", "rank": 79 }, + { "name": "Animals", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "Shounen", "rank": 65 }, + { "name": "Anthropomorphism", "rank": 56 }, + { "name": "Heterosexual", "rank": 55 }, + { "name": "Hikikomori", "rank": 55 }, + { "name": "Swordplay", "rank": 53 }, + { "name": "Kemonomimi", "rank": 50 }, + { "name": "POV", "rank": 50 }, + { "name": "Travel", "rank": 50 }, + { "name": "Shapeshifting", "rank": 40 }, + { "name": "Super Power", "rank": 33 }, + { "name": "Goblin", "rank": 30 }, + { "name": "Assassins", "rank": 20 } + ], + "title": { + "romaji": "Shangri-La Frontier", + "english": "Shangri-La Frontier", + "native": "シャングリラ・フロンティア" + }, + "nextAiringEpisode": { "episode": 16, "airingAt": 1706428800 }, + "mediaListEntry": { + "progress": 13, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696226651, + "updatedAt": 1704626655, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151970-qFKtRhOaSqa0.jpg" + } + }, + { + "id": 146493, + "idMal": 51297, + "status": "RELEASING", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ตำนานนักล่ามังกร"], + "genres": ["Action", "Adventure", "Fantasy", "Mystery"], + "tags": [ + { "name": "Dragons", "rank": 92 }, + { "name": "Shounen", "rank": 92 }, + { "name": "Time Manipulation", "rank": 87 }, + { "name": "Revenge", "rank": 85 }, + { "name": "Magic", "rank": 82 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "War", "rank": 79 }, + { "name": "Swordplay", "rank": 73 }, + { "name": "Anti-Hero", "rank": 66 }, + { "name": "Super Power", "rank": 66 }, + { "name": "Gender Bending", "rank": 48 }, + { "name": "Gore", "rank": 46 }, + { "name": "Orphan", "rank": 46 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Nekomimi", "rank": 35 } + ], + "title": { + "romaji": "Ragna Crimson", + "english": "Ragna Crimson", + "native": "ラグナクリムゾン" + }, + "nextAiringEpisode": { "episode": 15, "airingAt": 1706371200 }, + "mediaListEntry": { + "progress": 13, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696236090, + "updatedAt": 1705766867, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146493-bThyDJ4ZmbfV.jpg" + } + }, + { + "id": 161364, + "idMal": 54431, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Catatan Kegiatan Seorang Om-Om di VRMMO"], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Video Games", "rank": 87 }, + { "name": "Virtual World", "rank": 83 }, + { "name": "Archery", "rank": 73 }, + { "name": "Artificial Intelligence", "rank": 72 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Isekai", "rank": 52 }, + { "name": "Food", "rank": 20 }, + { "name": "Fairy", "rank": 20 } + ], + "title": { + "romaji": "Toaru Ossan no VRMMO Katsudouki", + "english": "A Playthrough of a Certain Dude's VRMMO Life", + "native": "とあるおっさんのVRMMO活動記" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696271376, + "updatedAt": 1702366111, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161364-X0Nk5FvL6GHj.jpg" + } + }, + { + "id": 150077, + "idMal": 51956, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [" パラドックスライブ"], + "genres": ["Drama", "Music", "Sci-Fi"], + "tags": [ + { "name": "Primarily Male Cast", "rank": 84 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 76 }, + { "name": "Idol", "rank": 74 }, + { "name": "Urban", "rank": 64 }, + { "name": "CGI", "rank": 60 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Suicide", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 56 }, + { "name": "Super Power", "rank": 45 }, + { "name": "Transgender", "rank": 37 }, + { "name": "LGBTQ+ Themes", "rank": 36 }, + { "name": "Memory Manipulation", "rank": 30 }, + { "name": "Bullying", "rank": 26 } + ], + "title": { + "romaji": "Paradox Live THE ANIMATION", + "english": "Paradox Live THE ANIMATION", + "native": "Paradox Live THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696354585, + "updatedAt": 1703589842, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx150077-cmZDfyroGfl6.jpg" + } + }, + { + "id": 154116, + "idMal": 52741, + "status": "RELEASING", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["אל-מת ובלי מזל"], + "genres": ["Action", "Comedy", "Sci-Fi", "Supernatural"], + "tags": [ + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Super Power", "rank": 88 }, + { "name": "Gore", "rank": 84 }, + { "name": "Cosmic Horror", "rank": 82 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Shounen", "rank": 77 }, + { "name": "Dissociative Identities", "rank": 74 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Zombie", "rank": 71 }, + { "name": "Nudity", "rank": 70 }, + { "name": "Meta", "rank": 70 }, + { "name": "Heterosexual", "rank": 68 }, + { "name": "Martial Arts", "rank": 65 }, + { "name": "Memory Manipulation", "rank": 60 }, + { "name": "Post-Apocalyptic", "rank": 60 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Body Horror", "rank": 56 }, + { "name": "Suicide", "rank": 54 }, + { "name": "Real Robot", "rank": 25 }, + { "name": "Aliens", "rank": 20 }, + { "name": "Tsundere", "rank": 13 } + ], + "title": { + "romaji": "Undead Unluck", + "english": "Undead Unluck", + "native": "アンデッドアンラック" + }, + "nextAiringEpisode": { "episode": 16, "airingAt": 1706286180 }, + "mediaListEntry": { + "progress": 14, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696668780, + "updatedAt": 1705680830, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx154116-UetMXpm9W8nC.jpg" + } + }, + { + "id": 154384, + "idMal": 52962, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Tearmoon Empire Story", + "บันทึกเรื่องราวจักรวรรดิเทียร์มูน: จุดพลิกผันชะตากรรมของเจ้าหญิงเริ่มจากบนกิโยติน", + "Hikayat Kekaisaran Tearmoon ~Cerita Putri yang Reinkarnasi ke Masa Lalu Dimulai dari Hukuman Penggal~" + ], + "genres": ["Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Time Manipulation", "rank": 90 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "Conspiracy", "rank": 87 }, + { "name": "Age Regression", "rank": 85 }, + { "name": "Ojou-sama", "rank": 78 }, + { "name": "Reincarnation", "rank": 70 }, + { "name": "Shoujo", "rank": 68 }, + { "name": "School", "rank": 64 }, + { "name": "Villainess", "rank": 63 }, + { "name": "Politics", "rank": 60 }, + { "name": "Economics", "rank": 56 }, + { "name": "Swordplay", "rank": 44 } + ], + "title": { + "romaji": "Tearmoon Teikoku Monogatari: Dantoudai kara Hajimaru, Hime no Tensei Gyakuten Story", + "english": "Tearmoon Empire", + "native": "ティアムーン帝国物語~断頭台から始まる、姫の転生逆転ストーリー~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696697332, + "updatedAt": 1700974528, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx154384-3tpmugzrVpE9.jpg" + } + }, + { + "id": 142599, + "idMal": 50583, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Heat the pig liver: the story of a man turned into a pig.", + "ถ้ามีเธออยู่ เป็นหมูก็ไม่เลวนะครับ", + "Didihkan Saja Lever si Babi" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Male Protagonist", "rank": 92 }, + { "name": "Tragedy", "rank": 90 }, + { "name": "Isekai", "rank": 88 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Amnesia", "rank": 79 }, + { "name": "Religion", "rank": 75 }, + { "name": "Travel", "rank": 75 }, + { "name": "Survival", "rank": 73 }, + { "name": "Magic", "rank": 72 }, + { "name": "Slavery", "rank": 72 }, + { "name": "Animals", "rank": 65 }, + { "name": "Female Protagonist", "rank": 51 }, + { "name": "Maids", "rank": 46 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Super Power", "rank": 40 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Buta no Liver wa Kanetsu Shiro", + "english": "Butareba -The Story of a Man Turned into a Pig-", + "native": "豚のレバーは加熱しろ" + }, + "nextAiringEpisode": { "episode": 12, "airingAt": 1707150600 }, + "mediaListEntry": { + "progress": 11, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696703570, + "updatedAt": 1703358333, + "score": 74, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx142599-0IwWtxGRmZT8.jpg" + } + }, + { + "id": 120755, + "idMal": 42385, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Тот, кто зажигает звёзды: Миллионный концерт!"], + "genres": ["Music"], + "tags": [ + { "name": "Female Protagonist", "rank": 100 }, + { "name": "Idol", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 83 }, + { "name": "Full CGI", "rank": 82 }, + { "name": "Work", "rank": 79 }, + { "name": "Dancing", "rank": 75 }, + { "name": "Musical", "rank": 75 }, + { "name": "CGI", "rank": 73 }, + { "name": "Cute Girls Doing Cute Things", "rank": 65 }, + { "name": "Band", "rank": 40 }, + { "name": "Episodic", "rank": 10 } + ], + "title": { + "romaji": "The IDOLM@STER Million Live!", + "english": "THE IDOLM@STER Million Live!", + "native": "アイドルマスター ミリオンライブ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696753193, + "updatedAt": 1702535030, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx120755-GNWdZXkBtNlw.jpg" + } + }, + { + "id": 170068, + "idMal": 56885, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "ONA", + "duration": 1, + "synonyms": [ + "Sousou no Frieren Mini Anime", + "Frieren: Beyond Journey’s End Mini Anime", + "葬送のフリーレン ミニアニメ" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Chibi", "rank": 85 }, + { "name": "Magic", "rank": 75 }, + { "name": "Elf", "rank": 72 } + ], + "title": { + "romaji": "Sousou no Frieren: ●● no Mahou", + "english": null, + "native": "葬送のフリーレン ~●●の魔法~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697407610, + "updatedAt": 1704746947, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170068-ijY3tCP8KoWP.jpg" + } + }, + { + "id": 162720, + "idMal": 54716, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "Power of Hope ~Grown-Up Precure '23~", + "Yes! Precure 5 GoGo! (Zoku-hen)", + "Yes!プリキュア5GoGo! (続編)" + ], + "genres": ["Action", "Drama", "Fantasy", "Mahou Shoujo", "Slice of Life"], + "tags": [ + { "name": "Time Skip", "rank": 84 }, + { "name": "Primarily Adult Cast", "rank": 83 }, + { "name": "Primarily Female Cast", "rank": 80 }, + { "name": "Work", "rank": 79 }, + { "name": "Environmental", "rank": 79 }, + { "name": "Acting", "rank": 79 }, + { "name": "Angels", "rank": 79 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Age Regression", "rank": 66 }, + { "name": "Bar", "rank": 66 }, + { "name": "Teacher", "rank": 60 }, + { "name": "Office Lady", "rank": 53 } + ], + "title": { + "romaji": "Kibou no Chikara: Otona Precure '23", + "english": "Power of Hope ~Precure Full Bloom~", + "native": "キボウノチカラ~オトナプリキュア'23~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697410456, + "updatedAt": 1703329758, + "score": 63, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162720-bVrHEs2nUlBo.jpg" + } + }, + { + "id": 167820, + "idMal": 56146, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 24, + "synonyms": ["Добраніч, світе"], + "genres": ["Action", "Drama", "Fantasy", "Psychological"], + "tags": [ + { "name": "Augmented Reality", "rank": 94 }, + { "name": "Virtual World", "rank": 92 }, + { "name": "Artificial Intelligence", "rank": 92 }, + { "name": "Hikikomori", "rank": 90 }, + { "name": "Video Games", "rank": 87 }, + { "name": "Family Life", "rank": 82 }, + { "name": "Denpa", "rank": 82 }, + { "name": "Body Horror", "rank": 73 }, + { "name": "Male Protagonist", "rank": 68 }, + { "name": "Software Development", "rank": 65 }, + { "name": "Gore", "rank": 64 }, + { "name": "Cosmic Horror", "rank": 50 }, + { "name": "Pirates", "rank": 48 }, + { "name": "Magic", "rank": 45 }, + { "name": "Tsundere", "rank": 44 }, + { "name": "Super Power", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "War", "rank": 26 }, + { "name": "Cultivation", "rank": 25 }, + { "name": "Coming of Age", "rank": 15 } + ], + "title": { + "romaji": "Good Night World", + "english": "GOOD NIGHT WORLD", + "native": "グッド・ナイト・ワールド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698123563, + "updatedAt": 1705734330, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167820-RO0nRXw7fcpu.jpg" + } + }, + { + "id": 161645, + "idMal": 54492, + "status": "RELEASING", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Drugstore Soliloquy", + "Les Carnets de l'Apothicaire", + "Zapiski zielarki", + "Diários de uma Apotecária", + "Il monologo della Speziale", + "Los diarios de la boticaria", + "สืบคดีปริศนา หมอยาตำรับโคมแดง", + "Записки аптекаря", + "Die Tagebücher der Apothekerin" + ], + "genres": ["Drama", "Mystery"], + "tags": [ + { "name": "Medicine", "rank": 97 }, + { "name": "Female Protagonist", "rank": 96 }, + { "name": "Drugs", "rank": 94 }, + { "name": "Historical", "rank": 91 }, + { "name": "Conspiracy", "rank": 91 }, + { "name": "Crime", "rank": 90 }, + { "name": "Politics", "rank": 88 }, + { "name": "Detective", "rank": 84 }, + { "name": "Work", "rank": 82 }, + { "name": "Foreign", "rank": 74 }, + { "name": "Ojou-sama", "rank": 70 }, + { "name": "Primarily Female Cast", "rank": 65 }, + { "name": "Maids", "rank": 63 }, + { "name": "Episodic", "rank": 63 }, + { "name": "Chibi", "rank": 55 }, + { "name": "Tragedy", "rank": 53 }, + { "name": "Asexual", "rank": 52 }, + { "name": "Royal Affairs", "rank": 50 }, + { "name": "Age Gap", "rank": 42 }, + { "name": "Food", "rank": 40 }, + { "name": "Alchemy", "rank": 10 } + ], + "title": { + "romaji": "Kusuriya no Hitorigoto", + "english": "The Apothecary Diaries", + "native": "薬屋のひとりごと" + }, + "nextAiringEpisode": { "episode": 16, "airingAt": 1706371500 }, + "mediaListEntry": { + "progress": 14, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698131122, + "updatedAt": 1705755950, + "score": 87, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161645-7I8Cip7XRDhV.jpg" + } + }, + { + "id": 127976, + "idMal": 50399, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 24, + "synonyms": [], + "genres": ["Adventure", "Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Wuxia", "rank": 98 }, + { "name": "Boys' Love", "rank": 93 }, + { "name": "Ghost", "rank": 88 }, + { "name": "Gods", "rank": 87 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Primarily Male Cast", "rank": 85 }, + { "name": "Cultivation", "rank": 81 }, + { "name": "Afterlife", "rank": 77 }, + { "name": "Tragedy", "rank": 77 }, + { "name": "Historical", "rank": 70 }, + { "name": "Martial Arts", "rank": 70 }, + { "name": "Magic", "rank": 68 }, + { "name": "Demons", "rank": 50 }, + { "name": "Foreign", "rank": 37 }, + { "name": "Gambling", "rank": 37 }, + { "name": "Travel", "rank": 20 } + ], + "title": { + "romaji": "Tian Guan Ci Fu 2", + "english": "Heaven Official's Blessing Season 2", + "native": "天官赐福 第二季" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700029408, + "updatedAt": 1705661235, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx127976-8PM1dCfqAWNc.jpg" + } + }, + { + "id": 162983, + "idMal": 54790, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["Фарс убитой нежити", "不死少女的谋杀闹剧"], + "genres": ["Fantasy", "Mystery", "Supernatural"], + "tags": [ + { "name": "Detective", "rank": 97 }, + { "name": "Classic Literature", "rank": 93 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Travel", "rank": 89 }, + { "name": "Historical", "rank": 88 }, + { "name": "Youkai", "rank": 86 }, + { "name": "Monster Boy", "rank": 85 }, + { "name": "Monster Girl", "rank": 85 }, + { "name": "Conspiracy", "rank": 84 }, + { "name": "Revenge", "rank": 83 }, + { "name": "Crime", "rank": 82 }, + { "name": "Gore", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Foreign", "rank": 78 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Vampire", "rank": 77 }, + { "name": "Primarily Adult Cast", "rank": 77 }, + { "name": "Demons", "rank": 75 }, + { "name": "Werewolf", "rank": 74 }, + { "name": "Rakugo", "rank": 72 }, + { "name": "Rural", "rank": 72 }, + { "name": "Fairy Tale", "rank": 70 }, + { "name": "Maids", "rank": 48 }, + { "name": "Guns", "rank": 48 }, + { "name": "LGBTQ+ Themes", "rank": 20 } + ], + "title": { + "romaji": "Undead Girl Murder Farce", + "english": "Undead Murder Farce", + "native": "アンデッドガール・マーダーファルス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688628916, + "updatedAt": 1695803753, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162983-T3nZyk6sUlEj.jpg" + } + }, + { + "id": 159831, + "idMal": 54112, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Zombie 100 ~100 Things I Want to do Before I Become a Zombie~", + "Zombie 100 ~Zombie ni Naru Made ni Shitai 100 no Koto~", + "100 สิ่งที่อยากทำก่อนจะกลายเป็นซอมบี้", + "Зомби-апокалипсис и 100 предсмертных дел", + "100 Coisas para Fazer Antes de Virar Zumbi" + ], + "genres": ["Action", "Comedy", "Horror", "Supernatural"], + "tags": [ + { "name": "Zombie", "rank": 96 }, + { "name": "Post-Apocalyptic", "rank": 93 }, + { "name": "Surreal Comedy", "rank": 92 }, + { "name": "Survival", "rank": 85 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Travel", "rank": 79 }, + { "name": "Rehabilitation", "rank": 76 }, + { "name": "Urban", "rank": 75 }, + { "name": "Primarily Adult Cast", "rank": 72 }, + { "name": "Gore", "rank": 65 }, + { "name": "Slapstick", "rank": 64 }, + { "name": "Work", "rank": 64 }, + { "name": "Seinen", "rank": 63 }, + { "name": "Body Horror", "rank": 61 }, + { "name": "Nudity", "rank": 58 }, + { "name": "Heterosexual", "rank": 54 }, + { "name": "Tsundere", "rank": 50 }, + { "name": "Tragedy", "rank": 50 }, + { "name": "Achromatic", "rank": 42 }, + { "name": "Motorcycles", "rank": 41 }, + { "name": "Rural", "rank": 40 }, + { "name": "Suicide", "rank": 28 }, + { "name": "Rugby", "rank": 28 }, + { "name": "Cultivation", "rank": 26 } + ], + "title": { + "romaji": "Zom 100: Zombie ni Naru Made ni Shitai 100 no Koto", + "english": "Zom 100: Bucket List of the Dead", + "native": "ゾン100~ゾンビになるまでにしたい100のこと~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688895693, + "updatedAt": 1695630451, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159831-TxAC0ujoLTK6.png" + } + }, + { + "id": 165439, + "idMal": 55512, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "OVA", + "duration": 17, + "synonyms": [], + "genres": ["Action", "Hentai", "Mahou Shoujo"], + "tags": [ + { "name": "Tentacles", "rank": 50 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Deepthroat", "rank": 20 }, + { "name": "Futanari", "rank": 20 }, + { "name": "Irrumatio", "rank": 20 }, + { "name": "Rape", "rank": 20 }, + { "name": "Torture", "rank": 20 } + ], + "title": { + "romaji": "Mahou Shoujo Noble Rose THE ANIMATION", + "english": null, + "native": "魔法少女ノーブル・ローズ THE ANIMATION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690365520, + "updatedAt": 1695109143, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165439-QgztrAbYHeTS.png" + } + }, + { + "id": 162985, + "idMal": 54794, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["金屬口红", "Ведьма и зверь"], + "genres": ["Action", "Mecha", "Sci-Fi"], + "tags": [ + { "name": "Robots", "rank": 96 }, + { "name": "Henshin", "rank": 91 }, + { "name": "Artificial Intelligence", "rank": 88 }, + { "name": "Assassins", "rank": 88 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Crime", "rank": 79 }, + { "name": "Super Robot", "rank": 79 }, + { "name": "Super Power", "rank": 77 }, + { "name": "Tanned Skin", "rank": 71 }, + { "name": "Tokusatsu", "rank": 70 }, + { "name": "Espionage", "rank": 66 }, + { "name": "Space", "rank": 66 }, + { "name": "Fugitive", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Drugs", "rank": 55 }, + { "name": "Aliens", "rank": 50 }, + { "name": "CGI", "rank": 30 } + ], + "title": { + "romaji": "Metallic Rouge", + "english": "Metallic Rouge", + "native": "メタリックルージュ" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706716500 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688811671, + "updatedAt": 1705552588, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162985-3J7PrG5oO67v.jpg" + } + }, + { + "id": 169559, + "idMal": 56731, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Mecha", "Sci-Fi"], + "tags": [ + { "name": "Super Robot", "rank": 79 }, + { "name": "Artificial Intelligence", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Lost Civilization", "rank": 60 }, + { "name": "Post-Apocalyptic", "rank": 60 }, + { "name": "CGI", "rank": 60 }, + { "name": "Robots", "rank": 60 } + ], + "title": { + "romaji": "SYNDUALITY Noir Part 2", + "english": "Synduality Noir Part 2", + "native": "SYNDUALITY Noir 第2クール" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706540400 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695532146, + "updatedAt": 1705487309, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169559-iuwDKwgkksKu.jpg" + } + }, + { + "id": 158931, + "idMal": 53889, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Ao no Futsumashi", "Синий экзорцист 3: Иллюминаты Симанэ"], + "genres": ["Action", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 100 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Twins", "rank": 73 }, + { "name": "Religion", "rank": 40 }, + { "name": "Crossdressing", "rank": 30 }, + { "name": "Conspiracy", "rank": 20 } + ], + "title": { + "romaji": "Ao no Exorcist: Shimane Illuminati-hen", + "english": "Blue Exorcist -Shimane Illuminati Saga-", + "native": "青の祓魔師 島根啓明結社篇" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706369400 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700470074, + "updatedAt": 1706010369, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158931-QAQMtWKunvy3.jpg" + } + }, + { + "id": 143866, + "idMal": 50803, + "status": "RELEASING", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Bottom-Tier Character Tomozaki Season 2", + "Jaku-Chara Tomozaki-kun 2nd Season", + "弱キャラ友崎くん2", + "Низкоуровневый Томодзаки 2" + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 80 }, + { "name": "Rehabilitation", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Video Games", "rank": 73 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Bullying", "rank": 50 }, + { "name": "Love Triangle", "rank": 50 }, + { "name": "E-Sports", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Jaku-Chara Tomozaki-kun 2nd STAGE", + "english": "Bottom-Tier Character Tomozaki 2nd Stage", + "native": "弱キャラ友崎くん 2nd STAGE" + }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706702400 }, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700470091, + "updatedAt": 1706102871, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx143866-u9sM4nUMJvGP.jpg" + } + }, + { + "id": 146066, + "idMal": 51180, + "status": "RELEASING", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "You-Zitsu 3", + "Youjitsu 3", + "ขอต้อนรับสู่ห้องเรียนนิยม (เฉพาะ) ยอดคน ภาค 3", + "Classroom of the Elite III", + "欢迎来到实力至上主义的教室 第三季", + "Добро пожаловать в класс для особо одарённых 3" + ], + "genres": ["Drama", "Psychological"], + "tags": [ + { "name": "School", "rank": 97 }, + { "name": "Male Protagonist", "rank": 96 }, + { "name": "Fugitive", "rank": 96 }, + { "name": "Anti-Hero", "rank": 92 }, + { "name": "Politics", "rank": 90 }, + { "name": "Ensemble Cast", "rank": 89 }, + { "name": "Conspiracy", "rank": 87 }, + { "name": "Denpa", "rank": 86 }, + { "name": "Philosophy", "rank": 85 }, + { "name": "Battle Royale", "rank": 84 }, + { "name": "Revenge", "rank": 82 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Coming of Age", "rank": 77 }, + { "name": "Disability", "rank": 76 }, + { "name": "Bullying", "rank": 70 }, + { "name": "Rehabilitation", "rank": 70 }, + { "name": "Survival", "rank": 67 }, + { "name": "Tsundere", "rank": 63 }, + { "name": "School Club", "rank": 63 }, + { "name": "Athletics", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Suicide", "rank": 60 }, + { "name": "Female Harem", "rank": 48 }, + { "name": "Delinquents", "rank": 45 }, + { "name": "Kuudere", "rank": 43 }, + { "name": "Yandere", "rank": 33 } + ], + "title": { + "romaji": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 3rd Season", + "english": "Classroom of the Elite Season 3", + "native": "ようこそ実力至上主義の教室へ 第3期" + }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706707800 }, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700470121, + "updatedAt": 1706107335, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx146066-zzKl6P6OeEjy.jpg" + } + }, + { + "id": 139518, + "idMal": 49889, + "status": "RELEASING", + "type": "ANIME", + "episodes": 25, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "จันทรานำพาสู่ต่างโลก ภาค 2", + "月光下的異世界之旅 第二季", + "Благословлённое лунным светом приключение в другом мире 2" + ], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 92 }, + { "name": "Magic", "rank": 90 }, + { "name": "Female Harem", "rank": 65 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Language Barrier", "rank": 60 }, + { "name": "Gods", "rank": 46 }, + { "name": "Meta", "rank": 30 }, + { "name": "Samurai", "rank": 26 }, + { "name": "Dragons", "rank": 26 }, + { "name": "Anthropomorphism", "rank": 20 }, + { "name": "Food", "rank": 20 } + ], + "title": { + "romaji": "Tsuki ga Michibiku Isekai Douchuu 2nd Season", + "english": "TSUKIMICHI -Moonlit Fantasy- Season 2", + "native": "月が導く異世界道中 第二幕" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706536800 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700470141, + "updatedAt": 1706184895, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139518-SyBhWS7bi3z6.png" + } + }, + { + "id": 155645, + "idMal": 54829, + "status": "RELEASING", + "type": "ANIME", + "episodes": 23, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": [ + "Urusei Yatsura: All Stars Season 2", + "Lum, the Invader Girl Season 2" + ], + "genres": ["Comedy", "Romance", "Sci-Fi", "Supernatural"], + "tags": [ + { "name": "Surreal Comedy", "rank": 95 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Slapstick", "rank": 75 }, + { "name": "Urban Fantasy", "rank": 70 }, + { "name": "Love Triangle", "rank": 66 }, + { "name": "Aliens", "rank": 66 }, + { "name": "School", "rank": 50 }, + { "name": "Super Power", "rank": 33 }, + { "name": "Parody", "rank": 26 }, + { "name": "Episodic", "rank": 20 } + ], + "title": { + "romaji": "Urusei Yatsura (2022) 2nd Season", + "english": "Urusei Yatsura (2022) Season 3", + "native": "うる星やつら (2022) 第2期" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706802900 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700470154, + "updatedAt": 1705764919, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155645-W4xSxbz1KUS8.jpg" + } + }, + { + "id": 153518, + "idMal": 52701, + "status": "RELEASING", + "type": "ANIME", + "episodes": 24, + "chapters": null, + "format": "TV", + "duration": 25, + "synonyms": [ + "Dungeon Food", + "Dungeon Meal", + "Tragones y Mazmorras", + "Gloutons et Dragons", + "Подземелье вкусностей", + "던전밥", + "สูตรลับตำรับดันเจียน", + "Mỹ vị hầm ngục", + "Підземелля смакоти", + "迷宫饭" + ], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Dungeon", "rank": 100 }, + { "name": "Food", "rank": 98 }, + { "name": "Magic", "rank": 78 }, + { "name": "Elf", "rank": 75 }, + { "name": "Foreign", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 68 }, + { "name": "Ensemble Cast", "rank": 68 }, + { "name": "Seinen", "rank": 63 } + ], + "title": { + "romaji": "Dungeon Meshi", + "english": "Delicious in Dungeon", + "native": "ダンジョン飯" + }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706794200 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701212925, + "updatedAt": 1705747070, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx153518-7FNR7zCxO2X5.jpg" + } + }, + { + "id": 152072, + "idMal": 52359, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 24, + "synonyms": [ + "at the Isekai Fluffy Paradise I'm trying to do my best ", + "もふなで", + "Mofunade", + "Mohunade", + "Пушистый рай" + ], + "genres": ["Adventure", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Isekai", "rank": 90 }, + { "name": "Animals", "rank": 87 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Iyashikei", "rank": 80 }, + { "name": "Shoujo", "rank": 80 }, + { "name": "Reincarnation", "rank": 66 }, + { "name": "Magic", "rank": 50 }, + { "name": "Dragons", "rank": 40 }, + { "name": "Anthropomorphism", "rank": 20 }, + { "name": "Royal Affairs", "rank": 20 }, + { "name": "Goblin", "rank": 20 } + ], + "title": { + "romaji": "Isekai de Mofumofu Nadenade Suru Tame ni Ganbattemasu.", + "english": "Fluffy Paradise", + "native": "異世界でもふもふなでなでするためにがんばってます。" + }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706448600 }, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701369190, + "updatedAt": 1706099603, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx152072-W9oSGZjsKiqm.jpg" + } + }, + { + "id": 141821, + "idMal": 50392, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Slave of the Magic Capital's Elite Troops", + "Demon Slave", + "Slave of the Hell Soldiers", + "ทาสสุดแกร่งแห่งหน่วยป้องกันอสูร", + "Mabotai" + ], + "genres": ["Action", "Adventure", "Drama", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 98 }, + { "name": "Super Power", "rank": 97 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Heterosexual", "rank": 90 }, + { "name": "Slavery", "rank": 87 }, + { "name": "Female Harem", "rank": 86 }, + { "name": "Nudity", "rank": 83 }, + { "name": "Shounen", "rank": 80 }, + { "name": "Swordplay", "rank": 79 }, + { "name": "Demons", "rank": 76 }, + { "name": "CGI", "rank": 66 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Gods", "rank": 46 }, + { "name": "Guns", "rank": 40 } + ], + "title": { + "romaji": "Mato Seihei no Slave", + "english": "Chained Soldier", + "native": "魔都精兵のスレイブ" + }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706796000 }, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701821705, + "updatedAt": 1706196586, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx141821-lkVTjKqL4BU2.jpg" + } + }, + { + "id": 162780, + "idMal": 54722, + "status": "RELEASING", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "I Admire Magical Girls, and...", + "Mahoako", + "Looking up to Magical Girls" + ], + "genres": ["Comedy", "Ecchi", "Mahou Shoujo", "Slice of Life"], + "tags": [ + { "name": "Sadism", "rank": 100 }, + { "name": "Female Protagonist", "rank": 96 }, + { "name": "Yuri", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "Magic", "rank": 92 }, + { "name": "Nudity", "rank": 91 }, + { "name": "Anti-Hero", "rank": 88 }, + { "name": "Masochism", "rank": 88 }, + { "name": "Henshin", "rank": 87 }, + { "name": "Parody", "rank": 86 }, + { "name": "Cute Girls Doing Cute Things", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 84 }, + { "name": "Bondage", "rank": 82 }, + { "name": "Yandere", "rank": 71 }, + { "name": "Guns", "rank": 66 }, + { "name": "School", "rank": 54 }, + { "name": "Primarily Child Cast", "rank": 54 } + ], + "title": { + "romaji": "Mahou Shoujo ni Akogarete", + "english": "Gushing Over Magical Girls", + "native": "魔法少女にあこがれて" + }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706711400 }, + "mediaListEntry": { + "progress": 4, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704438146, + "updatedAt": 1706189798, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162780-brAdNEROhZdG.jpg" + } + }, + { + "id": 161476, + "idMal": 54449, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Drama", "Fantasy"], + "tags": [ + { "name": "War", "rank": 80 }, + { "name": "Dystopian", "rank": 73 }, + { "name": "Battle Royale", "rank": 73 }, + { "name": "Swordplay", "rank": 70 }, + { "name": "Gore", "rank": 68 }, + { "name": "CGI", "rank": 68 }, + { "name": "Robots", "rank": 60 }, + { "name": "Ensemble Cast", "rank": 60 }, + { "name": "Skeleton", "rank": 60 }, + { "name": "Dragons", "rank": 50 }, + { "name": "Isekai", "rank": 40 }, + { "name": "Disability", "rank": 20 } + ], + "title": { "romaji": "Ishura", "english": "ISHURA", "native": "異修羅" }, + "nextAiringEpisode": { "episode": 5, "airingAt": 1706709600 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704496384, + "updatedAt": 1705639342, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161476-ukTxAPHib1Fg.jpg" + } + }, + { + "id": 165314, + "idMal": 55397, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 96 }, + { "name": "Mahjong", "rank": 92 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 75 }, + { "name": "CGI", "rank": 30 } + ], + "title": { + "romaji": "Pon no Michi", + "english": null, + "native": "ぽんのみち" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706287980 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704524588, + "updatedAt": 1705807803, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165314-oHSkxN95nSsx.jpg" + } + }, + { + "id": 171019, + "idMal": 57315, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV_SHORT", + "duration": 5, + "synonyms": [ + "Isekai no Yu", + "Isekai Onsen Paradise", + "Fontes Termais de Outro Mundo" + ], + "genres": ["Ecchi", "Fantasy"], + "tags": [ + { "name": "Nudity", "rank": 83 }, + { "name": "Isekai", "rank": 80 }, + { "name": "Monster Girl", "rank": 80 }, + { "name": "Elf", "rank": 79 }, + { "name": "Magic", "rank": 60 } + ], + "title": { + "romaji": "Meitou \"Isekai no Yu\" Kaitaku-ki: AraFou Onsen Mania Tensei-saki wa, Nonbiri Onsen Tengoku Deshita", + "english": null, + "native": "名湯『異世界の湯』開拓記 ~アラフォー温泉マニアの転生先は、のんびり温泉天国でした~" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706803200 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704536822, + "updatedAt": 1705767399, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171019-eBKXg4TMeS7R.jpg" + } + }, + { + "id": 137908, + "idMal": 49613, + "status": "RELEASING", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Penggunaan Sihir Penyembuh yang Keliru", + "เวทรักษาที่ไหนเขาใช้กันแบบนี้", + "Cách dùng sai của ma thuật chữa trị", + "Как (не) стоит использовать магию исцеления" + ], + "genres": ["Action", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Demons", "rank": 73 }, + { "name": "Kemonomimi", "rank": 50 }, + { "name": "Male Protagonist", "rank": 46 }, + { "name": "Military", "rank": 30 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Chiyu Mahou no Machigatta Tsukaikata", + "english": "The Wrong Way to Use Healing Magic", + "native": "治癒魔法の間違った使い方" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706283000 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704538513, + "updatedAt": 1705915939, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx137908-50af3lKVbst2.jpg" + } + }, + { + "id": 167146, + "idMal": 55998, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Принц аякаси из дома Момоти"], + "genres": ["Romance", "Supernatural"], + "tags": [ + { "name": "Shoujo", "rank": 80 }, + { "name": "Youkai", "rank": 80 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Primarily Male Cast", "rank": 70 }, + { "name": "Male Harem", "rank": 70 }, + { "name": "Orphan", "rank": 60 }, + { "name": "Kemonomimi", "rank": 50 }, + { "name": "Urban Fantasy", "rank": 50 }, + { "name": "Nekomimi", "rank": 40 } + ], + "title": { + "romaji": "Momochi-san Chi no Ayakashi Ouji", + "english": "The Demon Prince of Momochi House", + "native": "百千さん家のあやかし王子" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706281200 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704547670, + "updatedAt": 1705923023, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167146-H6Kpldjzcxic.jpg" + } + }, + { + "id": 166216, + "idMal": 55690, + "status": "RELEASING", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 23, + "synonyms": ["BokuYaba 2", "僕ヤバ 2"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 90 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 83 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Coming of Age", "rank": 75 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Boku no Kokoro no Yabai Yatsu 2nd Season", + "english": "The Dangers in My Heart Season 2", + "native": "僕の心のヤバイやつ 第2期" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706373000 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704596497, + "updatedAt": 1705825806, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166216-mK2CNMDLsBfW.jpg" + } + }, + { + "id": 166794, + "idMal": 55866, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Ein Zeichen der Zuneigung", + "손끝과 연연", + "Signos de Afecto", + "Кохання на кінчиках пальців", + "Znaki naszych uczuć", + "Cinta dan Isyarat", + "Любовь с кончиков пальцев" + ], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Disability", "rank": 96 }, + { "name": "Shoujo", "rank": 93 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Language Barrier", "rank": 91 }, + { "name": "College", "rank": 80 }, + { "name": "Heterosexual", "rank": 71 }, + { "name": "Primarily Adult Cast", "rank": 55 }, + { "name": "Urban", "rank": 40 }, + { "name": "Chibi", "rank": 33 }, + { "name": "Bar", "rank": 33 } + ], + "title": { + "romaji": "Yubisaki to Renren", + "english": "A Sign of Affection", + "native": "ゆびさきと恋々" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706362200 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704599059, + "updatedAt": 1705935227, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166794-veSLL0zrrBhp.jpg" + } + }, + { + "id": 160389, + "idMal": 54265, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ตำนานผู้กล้าแห่งแหวน", "婚戒物語"], + "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 64 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Kemonomimi", "rank": 40 }, + { "name": "Primarily Female Cast", "rank": 40 }, + { "name": "Monster Girl", "rank": 20 }, + { "name": "Elf", "rank": 20 }, + { "name": "Dragons", "rank": 20 }, + { "name": "Magic", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Isekai", "rank": 20 } + ], + "title": { + "romaji": "Kekkon Yubiwa Monogatari", + "english": "Tales of Wedding Rings", + "native": "結婚指輪物語" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706358600 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704611735, + "updatedAt": 1706072470, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx160389-2f6SosbyUpxX.jpg" + } + }, + { + "id": 152682, + "idMal": 52482, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["ซาซากิกับพีจัง", "SasaPi", "Sasaki dan Pipi", "Сасаки и Пипс"], + "genres": ["Comedy", "Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Isekai", "rank": 88 }, + { "name": "Urban Fantasy", "rank": 84 }, + { "name": "Animals", "rank": 80 }, + { "name": "Work", "rank": 80 }, + { "name": "Economics", "rank": 80 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Magic", "rank": 75 }, + { "name": "Super Power", "rank": 75 }, + { "name": "Police", "rank": 73 }, + { "name": "Guns", "rank": 60 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Reincarnation", "rank": 45 } + ], + "title": { + "romaji": "Sasaki to Pii-chan", + "english": "Sasaki and Peeps", + "native": "佐々木とピーちゃん" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706270400 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704634032, + "updatedAt": 1705819903, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx152682-p91VzQq75uZV.jpg" + } + }, + { + "id": 166610, + "idMal": 55813, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "マッシュル-MASHLE- 第2期", + "MASHLE 2nd Season", + "MASHLE: MAGIC AND MUSCLES - The Divine Visionary Candidate Exam Arc", + "肌肉魔法使-MASHLE- 神覺者候補選拔試驗篇", + "MASHLE: Магия и мускулы. Экзамен на звание Вестника Бога" + ], + "genres": ["Action", "Comedy", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 85 }, + { "name": "Parody", "rank": 85 }, + { "name": "School", "rank": 76 }, + { "name": "Fitness", "rank": 76 }, + { "name": "Shounen", "rank": 76 }, + { "name": "Witch", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Bullying", "rank": 40 }, + { "name": "Asexual", "rank": 25 } + ], + "title": { + "romaji": "MASHLE: Kami Shinkakusha Kouho Senbatsu Shiken-hen", + "english": "MASHLE: MAGIC AND MUSCLES Season 2", + "native": "マッシュル-MASHLE- 神覚者候補選抜試験編" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706365800 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704639983, + "updatedAt": 1705931647, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166610-IjJ8YLOKsua4.jpg" + } + }, + { + "id": 156131, + "idMal": 53488, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Banished from the brave man's group, I decided to lead a slow life in the back country. 2nd", + "I Was Kicked out of the Hero’s Party Because I Wasn’t a True Companion so I Decided to Have a Slow Life at the Frontier Season 2", + "ผมโดนกลุ่มผู้กล้าขับไส เลยต้องไปสโลว์ไลฟ์ที่ชายแดน ภาค 2", + "Изгнанный из отряда героя, я решил поселиться в глубинке 2" + ], + "genres": ["Action", "Adventure", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Magic", "rank": 70 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Harem", "rank": 53 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Elf", "rank": 30 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Swordplay", "rank": 20 }, + { "name": "Assassins", "rank": 20 } + ], + "title": { + "romaji": "Shin no Nakama ja Nai to Yuusha no Party wo Oidasareta node, Henkyou de Slow Life suru Koto ni shimashita 2nd", + "english": "Banished from the Hero's Party, I Decided to Live a Quiet Life in the Countryside Season 2", + "native": "真の仲間じゃないと勇者のパーティーを追い出されたので、辺境でスローライフすることにしました 2nd" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706448600 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704643256, + "updatedAt": 1706098058, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156131-aZPpDX61BIeo.jpg" + } + }, + { + "id": 168374, + "idMal": 56352, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "ชีวิตลูปที่ 7 ของนางร้าย ขอเป็นเจ้าสาวนอนกลิ้งสบายในแดนอดีตศัตรู", + "Седьмая беззаботная жизнь злодейки в браке со злейшим врагом" + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Time Manipulation", "rank": 90 }, + { "name": "Female Protagonist", "rank": 83 }, + { "name": "Reincarnation", "rank": 82 }, + { "name": "Ojou-sama", "rank": 80 }, + { "name": "Shoujo", "rank": 74 }, + { "name": "Villainess", "rank": 62 }, + { "name": "Politics", "rank": 60 }, + { "name": "Swordplay", "rank": 52 }, + { "name": "Kuudere", "rank": 46 }, + { "name": "Economics", "rank": 40 }, + { "name": "Medicine", "rank": 40 }, + { "name": "Tomboy", "rank": 40 }, + { "name": "Alchemy", "rank": 20 }, + { "name": "Agriculture", "rank": 20 } + ], + "title": { + "romaji": "Loop 7-kaime no Akuyaku Reijou wa, Moto Tekikoku de Jiyuu Kimamana Hanayome Seikatsu wo Mankitsu Suru", + "english": "7th Time Loop: The Villainess Enjoys a Carefree Life Married to Her Worst Enemy!", + "native": "ループ7回目の悪役令嬢は、元敵国で自由気ままな花嫁生活を満喫する" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706450400 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704649271, + "updatedAt": 1706172472, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx168374-WAEBeVAegRnw.jpg" + } + }, + { + "id": 151807, + "idMal": 52299, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "나 혼자만 레벨업", + "Na Honjaman Level Up", + "Solo Leveling: Поднятие уровня в одиночку" + ], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Dungeon", "rank": 96 }, + { "name": "Male Protagonist", "rank": 96 }, + { "name": "Necromancy", "rank": 91 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Cultivation", "rank": 87 }, + { "name": "Magic", "rank": 86 }, + { "name": "Super Power", "rank": 81 }, + { "name": "War", "rank": 80 }, + { "name": "Anti-Hero", "rank": 75 }, + { "name": "Gore", "rank": 68 }, + { "name": "Tragedy", "rank": 66 }, + { "name": "Cosmic Horror", "rank": 66 }, + { "name": "Alternate Universe", "rank": 60 }, + { "name": "Travel", "rank": 58 }, + { "name": "Dystopian", "rank": 57 }, + { "name": "Angels", "rank": 56 }, + { "name": "Time Manipulation", "rank": 56 }, + { "name": "Post-Apocalyptic", "rank": 54 }, + { "name": "Isekai", "rank": 52 }, + { "name": "Age Regression", "rank": 48 }, + { "name": "Bullying", "rank": 45 }, + { "name": "Dragons", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Swordplay", "rank": 20 } + ], + "title": { + "romaji": "Ore dake Level Up na Ken", + "english": "Solo Leveling", + "native": "俺だけレベルアップな件" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706367600 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704690800, + "updatedAt": 1706002141, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151807-m1gX3iwfIsLu.png" + } + }, + { + "id": 162002, + "idMal": 54617, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Villain-san's Day Off", + "休假日的坏人先生", + "คุณวายร้ายกับวันหยุดสบายๆ ของเขา", + "Выходной злодея" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 95 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Urban", "rank": 79 }, + { "name": "Shoujo", "rank": 75 }, + { "name": "Iyashikei", "rank": 75 }, + { "name": "Tokusatsu", "rank": 60 }, + { "name": "Henshin", "rank": 60 }, + { "name": "Aliens", "rank": 60 }, + { "name": "Monster Boy", "rank": 60 }, + { "name": "Twins", "rank": 60 }, + { "name": "Animals", "rank": 40 } + ], + "title": { + "romaji": "Kyuujitsu no Warumono-san", + "english": "Mr. Villain's Day Off", + "native": "休日のわるものさん" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706459700 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704696546, + "updatedAt": 1706083400, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162002-a3bxGItJSRJ0.jpg" + } + }, + { + "id": 164244, + "idMal": 55129, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Stupid angel dances with the devil", + "Die mit dem Teufel tanzt", + "愚蠢天使與惡魔共舞", + "Глупый ангел пляшет с демоном" + ], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 84 }, + { "name": "Angels", "rank": 84 }, + { "name": "Seinen", "rank": 40 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Oroka na Tenshi wa Akuma to Odoru", + "english": "The Foolish Angel Dances with the Devil", + "native": "愚かな天使は悪魔と踊る" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706545800 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704745152, + "updatedAt": 1705948649, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx164244-cOP5eMVqVIew.jpg" + } + }, + { + "id": 155963, + "idMal": 53421, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Dosanko Gyaru Is Mega Cute", + "Dosanko Gyaru wa Namaramenkoi", + "สาวแกลเมืองเหนือน่าฮักขนาด", + "Dosakoi", + "どさこい", + "Девчонки с Хоккайдо просто чума!" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Love Triangle", "rank": 100 }, + { "name": "Gyaru", "rank": 96 }, + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Heterosexual", "rank": 92 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Teens' Love", "rank": 79 }, + { "name": "Kuudere", "rank": 79 }, + { "name": "Female Harem", "rank": 74 }, + { "name": "Rural", "rank": 73 }, + { "name": "School", "rank": 70 }, + { "name": "Nudity", "rank": 70 }, + { "name": "Shounen", "rank": 68 }, + { "name": "Surreal Comedy", "rank": 20 } + ], + "title": { + "romaji": "Dosanko Gal wa Namaramenkoi", + "english": "Hokkaido Gals Are Super Adorable!", + "native": "道産子ギャルはなまらめんこい" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706542200 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704796008, + "updatedAt": 1706004711, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx155963-kOnLUDAEamUe.jpg" + } + }, + { + "id": 166522, + "idMal": 55774, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Princesse, c'est l'heure de la « Torture »", + "公主殿下,「拷問」的時間到了", + "Время пытки, принцесса" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Food", "rank": 92 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Iyashikei", "rank": 75 }, + { "name": "Surreal Comedy", "rank": 73 }, + { "name": "Cute Girls Doing Cute Things", "rank": 70 }, + { "name": "Demons", "rank": 68 }, + { "name": "Slapstick", "rank": 68 }, + { "name": "Monster Girl", "rank": 65 }, + { "name": "Episodic", "rank": 50 }, + { "name": "Gyaru", "rank": 20 }, + { "name": "Tanned Skin", "rank": 20 } + ], + "title": { + "romaji": "Hime-sama, \"Goumon\" no Jikan desu", + "english": "'Tis Time for \"Torture,\" Princess", + "native": "姫様“拷問”の時間です" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706540400 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704801303, + "updatedAt": 1706090793, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166522-pUnBSDFzs9DD.jpg" + } + }, + { + "id": 163076, + "idMal": 54837, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "ชีวิตไม่ง่ายของนางร้าย LV99", + "Light Magic and the Hero", + "Злодейка 99 уровня: Да, я скрытый босс, но не повелительница демонов" + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Villainess", "rank": 90 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Magic", "rank": 79 }, + { "name": "Kuudere", "rank": 77 }, + { "name": "Isekai", "rank": 74 }, + { "name": "Shoujo", "rank": 60 }, + { "name": "Ojou-sama", "rank": 53 }, + { "name": "School", "rank": 40 }, + { "name": "Demons", "rank": 30 }, + { "name": "CGI", "rank": 20 }, + { "name": "Reincarnation", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Akuyaku Reijou Level 99: Watashi wa Ura Boss desu ga Maou de wa Arimasen", + "english": "Villainess Level 99: I May Be the Hidden Boss but I'm Not the Demon Lord", + "native": "悪役令嬢レベル99 ~私は裏ボスですが魔王ではありません~" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706625000 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704877311, + "updatedAt": 1705562189, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163076-zwNndcqDSEGs.jpg" + } + }, + { + "id": 147642, + "idMal": 51648, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 24, + "synonyms": [ + "เส้นทางพลิกผันชองราชันอมตะ", + "TUUA", + "Petualang Mayat Hidup yang Tidak Diinginkan", + "Нежеланно бессмертный авантюрист" + ], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Dungeon", "rank": 66 }, + { "name": "Magic", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Skeleton", "rank": 50 }, + { "name": "Monster Boy", "rank": 20 }, + { "name": "Reincarnation", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Vampire", "rank": 20 }, + { "name": "Zombie", "rank": 20 } + ], + "title": { + "romaji": "Nozomanu Fushi no Boukensha", + "english": "The Unwanted Undead Adventurer", + "native": "望まぬ不死の冒険者" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706274000 }, + "mediaListEntry": { + "progress": 3, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704888598, + "updatedAt": 1705897332, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx147642-SztpXNn9ke6P.jpg" + } + }, + { + "id": 162144, + "idMal": 54632, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Surgeon Elise", + " Oegwauisa Elise", + "외과의사 엘리제", + "เอลิเซ่ แพทย์หญิงทะลุมิติ", + "L'Impérieux Destin du Dr. Elise", + "Доктор Элизе: леди со скальпелем" + ], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Medicine", "rank": 93 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Age Regression", "rank": 60 }, + { "name": "Foreign", "rank": 60 }, + { "name": "Work", "rank": 60 }, + { "name": "Ojou-sama", "rank": 60 }, + { "name": "Marriage", "rank": 60 }, + { "name": "Villainess", "rank": 57 }, + { "name": "Shoujo", "rank": 40 }, + { "name": "Male Harem", "rank": 20 }, + { "name": "Royal Affairs", "rank": 20 } + ], + "title": { + "romaji": "Gekai Elise", + "english": "Doctor Elise: The Royal Lady with the Lamp", + "native": "外科医エリーゼ" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706704200 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704979144, + "updatedAt": 1705671528, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162144-T0y7XyTFhSYJ.jpg" + } + }, + { + "id": 167087, + "idMal": 55973, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "Cherry Magic! 30 ยังซิงกับเวทมนตร์ปิ๊งรัก", + "如果30歲還是處男,似乎就能成為魔法師", + "チェリまほ", + "CherryMaho", + "Оказывается, можно стать волшебником, если хранить девственность до 30 лет" + ], + "genres": ["Comedy", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Male Protagonist", "rank": 100 }, + { "name": "Boys' Love", "rank": 96 }, + { "name": "Work", "rank": 94 }, + { "name": "Super Power", "rank": 87 }, + { "name": "LGBTQ+ Themes", "rank": 86 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Josei", "rank": 65 }, + { "name": "Magic", "rank": 60 } + ], + "title": { + "romaji": "30-sai made Doutei da to Mahou Tsukai ni Nareru Rashii", + "english": "Cherry Magic! Thirty Years of Virginity Can Make You a Wizard?!", + "native": "30歳まで童貞だと魔法使いになれるらしい" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706713200 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704982675, + "updatedAt": 1705549338, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167087-3ZM69QhaQ3FE.jpg" + } + }, + { + "id": 153818, + "idMal": 52816, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Ведьма и зверь"], + "genres": ["Action", "Adventure", "Drama", "Fantasy"], + "tags": [ + { "name": "Witch", "rank": 90 }, + { "name": "Seinen", "rank": 90 }, + { "name": "Gender Bending", "rank": 87 }, + { "name": "Body Swapping", "rank": 85 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Gore", "rank": 77 }, + { "name": "Urban Fantasy", "rank": 73 }, + { "name": "Magic", "rank": 72 }, + { "name": "Zombie", "rank": 70 }, + { "name": "Necromancy", "rank": 70 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Urban", "rank": 56 }, + { "name": "Vampire", "rank": 45 }, + { "name": "Revenge", "rank": 20 } + ], + "title": { + "romaji": "Majo to Yajuu", + "english": "The Witch and the Beast", + "native": "魔女と野獣" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706804880 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705107624, + "updatedAt": 1705760411, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx153818-Pse25ALrNqMu.jpg" + } + }, + { + "id": 166093, + "idMal": 55636, + "status": "RELEASING", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["小酒館Basue", "Бар «Снэк Басуэ»"], + "genres": ["Comedy"], + "tags": [ + { "name": "Bar", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Slapstick", "rank": 50 } + ], + "title": { + "romaji": "Snack Basue", + "english": "Snack Basue", + "native": "スナックバス江" + }, + "nextAiringEpisode": { "episode": 3, "airingAt": 1706285100 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705119154, + "updatedAt": 1705816525, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166093-dibytcX5V7G3.jpg" + } + }, + { + "id": 165598, + "idMal": 55528, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Bang Brave Bang Bravern", "Взрывной храбрец Брэйверн"], + "genres": ["Action", "Mecha"], + "tags": [ + { "name": "Primarily Adult Cast", "rank": 91 }, + { "name": "Super Robot", "rank": 85 }, + { "name": "Boys' Love", "rank": 85 }, + { "name": "Military", "rank": 82 }, + { "name": "Aliens", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Parody", "rank": 79 }, + { "name": "Foreign", "rank": 73 }, + { "name": "CGI", "rank": 60 }, + { "name": "Guns", "rank": 60 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Real Robot", "rank": 52 }, + { "name": "Meta", "rank": 50 }, + { "name": "Nudity", "rank": 20 }, + { "name": "War", "rank": 20 } + ], + "title": { + "romaji": "Yuuki Bakuhatsu Bang Bravern", + "english": "Brave Bang Bravern!", + "native": "勇気爆発バーンブレイバーン" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706799360 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705219329, + "updatedAt": 1705750049, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165598-1lBYBaLrI8NA.jpg" + } + }, + { + "id": 156891, + "idMal": 53590, + "status": "RELEASING", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [ + "การผจญภัยของเทมเมอร์มือใหม่กับสไลม์สุดด๋อย", + "最弱魔物使開始了撿垃圾之旅。", + "Слабейшая укротительница отправляется в путешествие по сбору мусора" + ], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Homeless", "rank": 93 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Isekai", "rank": 83 }, + { "name": "Reincarnation", "rank": 83 }, + { "name": "Magic", "rank": 75 }, + { "name": "Travel", "rank": 75 }, + { "name": "Iyashikei", "rank": 60 } + ], + "title": { + "romaji": "Saijaku Tamer wa Gomi Hiroi no Tabi wo Hajimemashita.", + "english": "The Weakest Tamer Began a Journey to Pick Up Trash", + "native": "最弱テイマーはゴミ拾いの旅を始めました。" + }, + "nextAiringEpisode": { "episode": 3, "airingAt": 1706277600 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705236714, + "updatedAt": 1705836284, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx156891-bw91QNdptQEG.jpg" + } + }, + { + "id": 165254, + "idMal": 55358, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Буттигири?!"], + "genres": ["Action", "Supernatural"], + "tags": [ + { "name": "Primarily Male Cast", "rank": 91 }, + { "name": "Delinquents", "rank": 88 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "School", "rank": 84 }, + { "name": "Magic", "rank": 79 }, + { "name": "Male Harem", "rank": 79 }, + { "name": "Mythology", "rank": 73 }, + { "name": "Gangs", "rank": 70 }, + { "name": "Bisexual", "rank": 62 }, + { "name": "Heterosexual", "rank": 35 } + ], + "title": { + "romaji": "BUCCHIGIRI?!", + "english": "BUCCHIGIRI?!", + "native": "ぶっちぎり?!" + }, + "nextAiringEpisode": { "episode": 3, "airingAt": 1706364000 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705307306, + "updatedAt": 1705840900, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx165254-VyebZ8cyb0u0.jpg" + } + }, + { + "id": 173216, + "idMal": 57538, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV_SHORT", + "duration": 4, + "synonyms": [], + "genres": ["Action"], + "tags": [ + { "name": "Animals", "rank": 60 }, + { "name": "Dinosaurs", "rank": 60 }, + { "name": "Kids", "rank": 20 }, + { "name": "Full CGI", "rank": 20 } + ], + "title": { + "romaji": "Sai-Kyo-Oh! Zukan: The Ultimate Battles", + "english": null, + "native": "最強王図鑑 ~The Ultimate Battles~" + }, + "nextAiringEpisode": { "episode": 4, "airingAt": 1706306400 }, + "mediaListEntry": { + "progress": 2, + "progressVolumes": null, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705590656, + "updatedAt": 1705898315, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173216-gtERsAl4GB2j.png" + } + }, + { + "id": 167140, + "idMal": null, + "status": "RELEASING", + "type": "ANIME", + "episodes": 3, + "chapters": null, + "format": "OVA", + "duration": 10, + "synonyms": [ + "Classroom for Heroes OVA", + "Hero Classroom OVA", + "英雄教室 真のテルマエ", + "英雄教室 バンドやろうぜ!", + "英雄教室 ソフィさんちのごくあたりまえの食卓" + ], + "genres": ["Fantasy", "Slice of Life"], + "tags": [], + "title": { + "romaji": "Eiyuu Kyoushitsu OVA", + "english": null, + "native": "英雄教室 OVA" + }, + "nextAiringEpisode": { "episode": 2, "airingAt": 1709046000 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690884241, + "updatedAt": 1696271993, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167140-SKhnhhhAy9v9.jpg" + } + }, + { + "id": 169295, + "idMal": 56653, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["バンドリ!アヴェムジカ"], + "genres": ["Music"], + "tags": [ + { "name": "Band", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 66 }, + { "name": "Female Protagonist", "rank": 60 } + ], + "title": { + "romaji": "BanG Dream! Ave Mujica", + "english": null, + "native": "BanG Dream! Ave Mujica" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694719020, + "updatedAt": 1696271993, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2025 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169295-uZFfxemmCWvI.jpg" + } + }, + { + "id": 169440, + "idMal": 56700, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Reborn as a Vending Machine, I Now Wander the Dungeon Season 2" + ], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Language Barrier", "rank": 79 }, + { "name": "Food", "rank": 79 }, + { "name": "Isekai", "rank": 79 }, + { "name": "Dungeon", "rank": 79 }, + { "name": "Reincarnation", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Parody", "rank": 60 }, + { "name": "Economics", "rank": 60 } + ], + "title": { + "romaji": "Jidou Hanbaiki ni Umarekawatta Ore wa Meikyuu wo Samayou 2nd Season", + "english": null, + "native": "自動販売機に生まれ変わった俺は迷宮を彷徨う 2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695254980, + "updatedAt": 1696271993, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169440-rw5tTc6OmbJH.jpg" + } + }, + { + "id": 162147, + "idMal": 54633, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "ONA", + "duration": 18, + "synonyms": [ + "Pocket Monsters Concierge", + "Pokémon Portvakt", + "Konsjerżka Pokémonów", + "La concierge Pokémon" + ], + "genres": ["Fantasy", "Slice of Life"], + "tags": [ + { "name": "Animals", "rank": 92 }, + { "name": "Stop Motion", "rank": 90 }, + { "name": "Iyashikei", "rank": 80 }, + { "name": "Work", "rank": 80 }, + { "name": "Female Protagonist", "rank": 55 } + ], + "title": { + "romaji": "Pokémon Concierge", + "english": "Pokémon Concierge", + "native": "ポケモンコンシェルジュ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696198978, + "updatedAt": 1700029474, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162147-90IXqW7pehgw.jpg" + } + }, + { + "id": 159429, + "idMal": 54650, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 73, + "synonyms": ["Precure 20th Anniversary Commemoration Movie"], + "genres": ["Mahou Shoujo"], + "tags": [ + { "name": "Crossover", "rank": 100 }, + { "name": "Philosophy", "rank": 100 }, + { "name": "Henshin", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 79 } + ], + "title": { + "romaji": "Precure All Stars F", + "english": null, + "native": "プリキュアオールスターズF(エフ)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696307651, + "updatedAt": 1697854789, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx159429-qxuWHkvSyTHz.jpg" + } + }, + { + "id": 169227, + "idMal": 56487, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "TV_SHORT", + "duration": 3, + "synonyms": ["松犬"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Animals", "rank": 20 }, + { "name": "Twins", "rank": 20 }, + { "name": "No Dialogue", "rank": 20 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Iyashikei", "rank": 20 } + ], + "title": { "romaji": "Matsuinu", "english": null, "native": "まついぬ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696751667, + "updatedAt": 1697854789, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169227-ez97csCzeejg.jpg" + } + }, + { + "id": 170018, + "idMal": 56877, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["The Blue Orchestra Season 2"], + "genres": ["Drama", "Music"], + "tags": [], + "title": { + "romaji": "Ao no Orchestra 2nd Season", + "english": null, + "native": "青のオーケストラ 第2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696755550, + "updatedAt": 1697854789, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170018-j5L1IV7srCPn.jpg" + } + }, + { + "id": 170661, + "idMal": 56741, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "SPECIAL", + "duration": 12, + "synonyms": [ + "TenPuru: No One Can Live on Loneliness Specials", + "TenPuru Episode 13" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 84 }, + { "name": "Body Swapping", "rank": 66 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Bondage", "rank": 46 } + ], + "title": { + "romaji": "Temple Specials", + "english": "TenPuru: No Way, Why Is It So Big… / You Mustn’t Touch That", + "native": "てんぷる Specials" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1698877757, + "updatedAt": 1700028918, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/b170661-RFax9ltd49HO.jpg" + } + }, + { + "id": 139359, + "idMal": 49842, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Mixed Gender Harem", "rank": 90 }, + { "name": "Male Harem", "rank": 75 }, + { "name": "Female Harem", "rank": 70 }, + { "name": "Isekai", "rank": 66 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Villainess", "rank": 60 }, + { "name": "Shoujo", "rank": 60 }, + { "name": "Reincarnation", "rank": 20 }, + { "name": "Incest", "rank": 20 } + ], + "title": { + "romaji": "Otome Game no Hametsu Flag shika Nai Akuyaku Reijou ni Tensei shiteshimatta… Movie", + "english": "My Next Life as a Villainess: All Routes Lead to Doom! Movie", + "native": "映画 乙女ゲームの破滅フラグしかない悪役令嬢に転生してしまった…" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699238144, + "updatedAt": 1700102254, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx139359-JiHbeMddI3mx.jpg" + } + }, + { + "id": 130706, + "idMal": 48425, + "status": "FINISHED", + "type": "ANIME", + "episodes": 12, + "chapters": null, + "format": "ONA", + "duration": 24, + "synonyms": ["Akuma-kun (Shin Anime)", "Акума-кун"], + "genres": ["Adventure", "Fantasy", "Horror", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 80 }, + { "name": "Monster Boy", "rank": 79 }, + { "name": "Youkai", "rank": 79 }, + { "name": "Detective", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Adoption", "rank": 60 }, + { "name": "Anti-Hero", "rank": 60 }, + { "name": "Crime", "rank": 60 }, + { "name": "Angels", "rank": 60 }, + { "name": "Philosophy", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Urban Fantasy", "rank": 60 }, + { "name": "Body Horror", "rank": 40 }, + { "name": "Family Life", "rank": 40 }, + { "name": "Gore", "rank": 40 }, + { "name": "Guns", "rank": 20 } + ], + "title": { + "romaji": "Akuma-kun (ONA)", + "english": "Akuma Kun", + "native": "悪魔くん (ONA)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699472314, + "updatedAt": 1699472323, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx130706-nu8D23EjKltW.jpg" + } + }, + { + "id": 166532, + "idMal": 55802, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": 26, + "synonyms": [], + "genres": ["Comedy", "Drama", "Music", "Slice of Life"], + "tags": [ + { "name": "Primarily Child Cast", "rank": 73 }, + { "name": "Idol", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Ensemble Cast", "rank": 20 }, + { "name": "Work", "rank": 20 }, + { "name": "Cute Girls Doing Cute Things", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "THE iDOLM@STER Cinderella Girls: U149 OVA", + "english": null, + "native": "アイドルマスター シンデレラガールズ U149 新作アニメ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699934758, + "updatedAt": 1699934763, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166532-MmwtZQJ7Q2hf.jpg" + } + }, + { + "id": 99088, + "idMal": 35737, + "status": "FINISHED", + "type": "ANIME", + "episodes": 8, + "chapters": null, + "format": "ONA", + "duration": 60, + "synonyms": ["プルートウ", "ПЛУТОН"], + "genres": ["Action", "Mystery", "Psychological", "Sci-Fi"], + "tags": [ + { "name": "Robots", "rank": 98 }, + { "name": "Artificial Intelligence", "rank": 97 }, + { "name": "Revenge", "rank": 97 }, + { "name": "Detective", "rank": 96 }, + { "name": "Seinen", "rank": 93 }, + { "name": "Ensemble Cast", "rank": 91 }, + { "name": "Police", "rank": 90 }, + { "name": "Memory Manipulation", "rank": 86 }, + { "name": "Crime", "rank": 85 }, + { "name": "Conspiracy", "rank": 84 }, + { "name": "Tragedy", "rank": 81 }, + { "name": "Politics", "rank": 81 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Philosophy", "rank": 78 }, + { "name": "Foreign", "rank": 77 }, + { "name": "War", "rank": 77 }, + { "name": "Amnesia", "rank": 71 }, + { "name": "Dystopian", "rank": 68 }, + { "name": "Travel", "rank": 63 }, + { "name": "Noir", "rank": 60 }, + { "name": "Anachronism", "rank": 56 }, + { "name": "Guns", "rank": 55 }, + { "name": "Cult", "rank": 53 }, + { "name": "Adoption", "rank": 52 }, + { "name": "Terrorism", "rank": 50 }, + { "name": "Cyberpunk", "rank": 40 } + ], + "title": { "romaji": "PLUTO", "english": "PLUTO", "native": "PLUTO" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699934767, + "updatedAt": 1699934771, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx99088-4Icp2tI40TZL.png" + } + }, + { + "id": 170206, + "idMal": null, + "status": "FINISHED", + "type": "ANIME", + "episodes": 8, + "chapters": null, + "format": "ONA", + "duration": 26, + "synonyms": [ + "Scott Pilgrim zaskakuje", + "Scott Pilgrim da el salto", + "Σκοτ Πίλγκριμ: Η Σειρά", + "Скотт Пилигрим жмет на газ", + "Scott Pilgrim: A Série", + "Scott Pilgrim prend son envol", + "Скотт Пілігрим стає до бою" + ], + "genres": [ + "Action", + "Comedy", + "Drama", + "Mystery", + "Romance", + "Supernatural" + ], + "tags": [ + { "name": "Female Protagonist", "rank": 95 }, + { "name": "Primarily Adult Cast", "rank": 95 }, + { "name": "Detective", "rank": 93 }, + { "name": "Meta", "rank": 93 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Urban", "rank": 90 }, + { "name": "Foreign", "rank": 89 }, + { "name": "Time Manipulation", "rank": 81 }, + { "name": "Parody", "rank": 81 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Band", "rank": 78 }, + { "name": "Super Power", "rank": 78 }, + { "name": "LGBTQ+ Themes", "rank": 77 }, + { "name": "Bisexual", "rank": 73 }, + { "name": "Acting", "rank": 68 }, + { "name": "Hikikomori", "rank": 64 }, + { "name": "Robots", "rank": 60 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Boys' Love", "rank": 49 }, + { "name": "Anti-Hero", "rank": 48 }, + { "name": "Male Protagonist", "rank": 45 }, + { "name": "Age Gap", "rank": 35 }, + { "name": "Swordplay", "rank": 26 }, + { "name": "Ninja", "rank": 25 }, + { "name": "Skateboarding", "rank": 25 }, + { "name": "Twins", "rank": 20 } + ], + "title": { + "romaji": "Scott Pilgrim Takes Off", + "english": "Scott Pilgrim Takes Off", + "native": "スコット・ピルグリム テイクス・オフ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700028849, + "updatedAt": 1700028859, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170206-OQYWJWKKvO3g.jpg" + } + }, + { + "id": 163363, + "idMal": 54923, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": ["PolPri Movie"], + "genres": ["Slice of Life", "Sports"], + "tags": [ + { "name": "Dancing", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "CGI", "rank": 20 } + ], + "title": { + "romaji": "Pole Princess!! Movie", + "english": null, + "native": "劇場版 ポールプリンセス!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700028921, + "updatedAt": 1700102308, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163363-KTP19xPR3i3k.jpg" + } + }, + { + "id": 161474, + "idMal": 54870, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 75, + "synonyms": [ + "Rascal Does Not Dream of a Knapsack Kid", + "Ao Buta", + "青ブタ" + ], + "genres": ["Drama", "Psychological", "Romance", "Supernatural"], + "tags": [ + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Family Life", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 75 } + ], + "title": { + "romaji": "Seishun Buta Yarou wa Randoseru Girl no Yume wo Minai", + "english": null, + "native": "青春ブタ野郎はランドセルガールの夢を見ない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700028930, + "updatedAt": 1700102328, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx161474-yLgY2vGrkVHY.jpg" + } + }, + { + "id": 158928, + "idMal": 53888, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": 110, + "synonyms": ["SxF Movie", "劇場版 スパイファミリー"], + "genres": [ + "Action", + "Adventure", + "Comedy", + "Slice of Life", + "Supernatural" + ], + "tags": [ + { "name": "Family Life", "rank": 80 }, + { "name": "Espionage", "rank": 73 }, + { "name": "Assassins", "rank": 66 }, + { "name": "Found Family", "rank": 20 } + ], + "title": { + "romaji": "SPY×FAMILY CODE: White", + "english": "SPY x FAMILY CODE: White ", + "native": "SPY×FAMILY CODE: White" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700028967, + "updatedAt": 1700028973, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158928-CJ8fFwUQOPbu.jpg" + } + }, + { + "id": 164551, + "idMal": 55237, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "SPECIAL", + "duration": 24, + "synonyms": ["Dropkick on My Devil!! -End of Century Edition-"], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Monster Girl", "rank": 73 }, + { "name": "Travel", "rank": 50 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Jashin-chan Dropkick [Seikimatsu-hen]", + "english": "Dropkick on My Devil!!: Apocalypse Day", + "native": "邪神ちゃんドロップキック【世紀末編】" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700028984, + "updatedAt": 1700102290, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx164551-QysYBZwUrpYv.png" + } + }, + { + "id": 163329, + "idMal": 54918, + "status": "FINISHED", + "type": "ANIME", + "episodes": 13, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": ["Tokyo Revengers: Tenjiku Arc", "Tokyo Revengers Season 3"], + "genres": ["Action", "Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Gangs", "rank": 97 }, + { "name": "Male Protagonist", "rank": 95 }, + { "name": "Time Manipulation", "rank": 92 }, + { "name": "Primarily Male Cast", "rank": 90 }, + { "name": "Mafia", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Revenge", "rank": 79 }, + { "name": "Delinquents", "rank": 76 }, + { "name": "Ensemble Cast", "rank": 73 }, + { "name": "Tragedy", "rank": 71 }, + { "name": "Urban", "rank": 70 }, + { "name": "Crime", "rank": 68 }, + { "name": "Age Regression", "rank": 56 }, + { "name": "Boys' Love", "rank": 55 }, + { "name": "Motorcycles", "rank": 53 }, + { "name": "Body Horror", "rank": 50 }, + { "name": "Guns", "rank": 46 }, + { "name": "Heterosexual", "rank": 46 }, + { "name": "Twins", "rank": 30 } + ], + "title": { + "romaji": "Tokyo Revengers: Tenjiku-hen", + "english": "Tokyo Revengers Season 2 Part 2", + "native": "東京リベンジャーズ 天竺編" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700029416, + "updatedAt": 1700029420, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx163329-lGJRnYV9dcjc.jpg" + } + }, + { + "id": 166977, + "idMal": null, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": null, + "synonyms": ["Princess Principal OVA"], + "genres": ["Slice of Life"], + "tags": [{ "name": "Female Protagonist", "rank": 79 }], + "title": { + "romaji": "Princess Principal: Crown Handler - Chapter 3: Cost for Custom Cars", + "english": null, + "native": "プリンセス・プリンシパル Crown Handler 第3章「Cost for Custom Cars」" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700029448, + "updatedAt": 1700102273, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166977-7fZ1DgkiQ98C.png" + } + }, + { + "id": 169511, + "idMal": null, + "status": "FINISHED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "OVA", + "duration": null, + "synonyms": ["Noble Farmer OVA"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 60 }, + { "name": "Agriculture", "rank": 20 }, + { "name": "Rural", "rank": 20 }, + { "name": "Educational", "rank": 20 }, + { "name": "Autobiographical", "rank": 20 }, + { "name": "Economics", "rank": 20 } + ], + "title": { + "romaji": "Hyakushou Kizoku OVA", + "english": null, + "native": "百姓貴族 OVA" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700029463, + "updatedAt": 1700029466, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169511-a5mS4Zxxho11.jpg" + } + }, + { + "id": 152681, + "idMal": 52481, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["Days with my Step Sister", "แง้มหัวใจยัยน้องสาวจำเป็น"], + "genres": ["Comedy", "Psychological", "Romance", "Slice of Life"], + "tags": [ + { "name": "Inseki", "rank": 92 }, + { "name": "Heterosexual", "rank": 92 }, + { "name": "Philosophy", "rank": 84 }, + { "name": "Family Life", "rank": 76 }, + { "name": "School", "rank": 73 }, + { "name": "Gyaru", "rank": 44 } + ], + "title": { + "romaji": "Gimai Seikatsu", + "english": null, + "native": "義妹生活" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700278103, + "updatedAt": 1700278108, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx152681-4eFZSIo0XutU.jpg" + } + }, + { + "id": 158559, + "idMal": 53802, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "2.5 Dimensional Seduction", + "2.5 Jigen no Yuuwaku", + "2.5 มิติ ริริสะ", + "Ririsa of 2.5 Dimension" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Cosplay", "rank": 95 }, + { "name": "Otaku Culture", "rank": 84 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Photography", "rank": 66 }, + { "name": "School Club", "rank": 66 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Female Harem", "rank": 46 }, + { "name": "Gyaru", "rank": 40 } + ], + "title": { + "romaji": "2.5 Jigen no Ririsa", + "english": null, + "native": "2.5次元の誘惑" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700278165, + "updatedAt": 1700278169, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx158559-W3bKi3Nxmfp3.jpg" + } + }, + { + "id": 133007, + "idMal": 48820, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": [ + "Magical Girl Madoka Magica Movie 4", + "Puella Magi Madoka Magica Movie 4" + ], + "genres": ["Mahou Shoujo"], + "tags": [ + { "name": "Female Protagonist", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "Magic", "rank": 94 }, + { "name": "Tragedy", "rank": 88 }, + { "name": "Yuri", "rank": 80 }, + { "name": "Witch", "rank": 79 }, + { "name": "Philosophy", "rank": 75 }, + { "name": "Super Power", "rank": 70 }, + { "name": "Urban Fantasy", "rank": 52 }, + { "name": "Guns", "rank": 50 }, + { "name": "Kuudere", "rank": 46 }, + { "name": "Time Manipulation", "rank": 20 } + ], + "title": { + "romaji": "Mahou Shoujo Madoka☆Magica: Walpurgis no Kaiten", + "english": "Puella Magi Madoka Magica the Movie -Walpurgisnacht: Rising-", + "native": "劇場版 魔法少女まどか☆マギカ〈ワルプルギスの廻天〉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700470232, + "updatedAt": 1700470235, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx133007-uhswI9xjfURV.jpg" + } + }, + { + "id": 162987, + "idMal": 54791, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": ["Given Movie (Sequel)"], + "genres": ["Drama", "Music", "Romance"], + "tags": [ + { "name": "Boys' Love", "rank": 75 }, + { "name": "LGBTQ+ Themes", "rank": 66 }, + { "name": "Primarily Male Cast", "rank": 50 } + ], + "title": { + "romaji": "Given: Hiiragi mix", + "english": null, + "native": "ギヴン 柊mix" + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1706281200 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700470262, + "updatedAt": 1700470265, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162987-gRFCJagC9bm2.jpg" + } + }, + { + "id": 134761, + "idMal": 49073, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": ["Mobile Suit Gundam SEED FREEDOM"], + "genres": ["Drama", "Mecha"], + "tags": [ + { "name": "Real Robot", "rank": 79 }, + { "name": "Military", "rank": 60 } + ], + "title": { + "romaji": "Kidou Senshi Gundam SEED FREEDOM", + "english": null, + "native": "機動戦士ガンダムSEED FREEDOM" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700470525, + "updatedAt": 1700470528, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx134761-UCVG3V6t6gJq.jpg" + } + }, + { + "id": 162842, + "idMal": 54754, + "status": "RELEASING", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": 24, + "synonyms": [], + "genres": ["Action", "Adventure", "Drama", "Fantasy", "Mystery"], + "tags": [ + { "name": "Post-Apocalyptic", "rank": 20 }, + { "name": "Conspiracy", "rank": 20 } + ], + "title": { + "romaji": "Hikari no Ou 2nd Season", + "english": "The Fire Hunter Season 2", + "native": "火狩りの王 第2シーズン" + }, + "nextAiringEpisode": { "episode": 3, "airingAt": 1706450400 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700470758, + "updatedAt": 1700470762, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx162842-zs6SfZgw6SYL.jpg" + } + }, + { + "id": 171030, + "idMal": 57390, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Magic", "rank": 90 }, + { "name": "Henshin", "rank": 80 }, + { "name": "Animals", "rank": 80 }, + { "name": "Kids", "rank": 75 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 46 }, + { "name": "Shapeshifting", "rank": 20 } + ], + "title": { + "romaji": "Wonderful Precure!", + "english": null, + "native": "わんだふるぷりきゅあ!" + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1707003000 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701306235, + "updatedAt": 1701306238, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171030-OHbrMfbA2q4f.jpg" + } + }, + { + "id": 129195, + "idMal": 47158, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "ImoUza", + "My Friend's Little Sister Has It In for Me!", + "น้องสาวเพื่อนตัวร้ายกับนายจืดจาง" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Love Triangle", "rank": 73 }, + { "name": "Female Harem", "rank": 20 } + ], + "title": { + "romaji": "Tomodachi no Imouto ga Ore ni dake Uzai", + "english": null, + "native": "友達の妹が俺にだけウザい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701669954, + "updatedAt": 1701669959, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx129195-Q6xfjlDiXCKK.png" + } + }, + { + "id": 171346, + "idMal": 57488, + "status": "FINISHED", + "type": "ANIME", + "episodes": 4, + "chapters": null, + "format": "ONA", + "duration": 1, + "synonyms": [], + "genres": ["Fantasy"], + "tags": [ + { "name": "Animals", "rank": 20 }, + { "name": "Rural", "rank": 20 }, + { "name": "No Dialogue", "rank": 20 }, + { "name": "Full CGI", "rank": 20 }, + { "name": "Kids", "rank": 20 } + ], + "title": { + "romaji": "Kabigon to Karakara", + "english": null, + "native": "カビゴンとカラカラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702360501, + "updatedAt": 1702360504, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171346-dA3AJ4iGfAo9.jpg" + } + }, + { + "id": 171748, + "idMal": 57567, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["シャイ"], + "genres": ["Action", "Drama"], + "tags": [ + { "name": "Superhero", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Ninja", "rank": 50 }, + { "name": "LGBTQ+ Themes", "rank": 46 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "SHY 2nd Season", + "english": null, + "native": "SHY 第2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702927005, + "updatedAt": 1702927014, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171748-0oM2ZETiCAMz.jpg" + } + }, + { + "id": 171689, + "idMal": 57562, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV_SHORT", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Agriculture", "rank": 20 }, + { "name": "Animals", "rank": 20 } + ], + "title": { + "romaji": "Hyakushou Kizoku 2nd Season", + "english": null, + "native": "百姓貴族 第2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703099267, + "updatedAt": 1703099272, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171689-5BcfnJmT51bY.jpg" + } + }, + { + "id": 172019, + "idMal": 57592, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["Dr.STONE Season 4", "Dr.STONE 第4期", "ドクターストーン"], + "genres": ["Action", "Adventure", "Comedy", "Sci-Fi"], + "tags": [ + { "name": "Educational", "rank": 79 }, + { "name": "Travel", "rank": 60 }, + { "name": "Shounen", "rank": 40 }, + { "name": "Ensemble Cast", "rank": 20 }, + { "name": "Espionage", "rank": 20 } + ], + "title": { + "romaji": "Dr. STONE: SCIENCE FUTURE", + "english": null, + "native": "Dr.STONE SCIENCE FUTURE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703195754, + "updatedAt": 1703195758, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172019-RkWXI38Ll8NB.jpg" + } + }, + { + "id": 172258, + "idMal": 57616, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "The 100 Girlfriends Who Really, Really, Really, Really, REALLY Love You 2", + "100 Kanojo 2", + "100Kano 2", + "Hyakkano 2" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 100 }, + { "name": "Female Harem", "rank": 96 }, + { "name": "Heterosexual", "rank": 84 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Meta", "rank": 79 }, + { "name": "Parody", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Age Regression", "rank": 40 }, + { "name": "MILF", "rank": 30 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Kimi no Koto ga Dai Dai Dai Dai Daisuki na 100-nin no Kanojo 2nd Season", + "english": null, + "native": "君のことが大大大大大好きな100人の彼女 第2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703427930, + "updatedAt": 1703427934, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172258-4aEdJyCDHYEJ.jpg" + } + }, + { + "id": 171630, + "idMal": 57557, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": null, + "duration": null, + "synonyms": ["ザワンピース"], + "genres": ["Adventure"], + "tags": [ + { "name": "Pirates", "rank": 96 }, + { "name": "Ships", "rank": 87 }, + { "name": "Shounen", "rank": 86 }, + { "name": "Super Power", "rank": 86 }, + { "name": "Male Protagonist", "rank": 81 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Travel", "rank": 79 } + ], + "title": { + "romaji": "THE ONE PIECE", + "english": "THE ONE PIECE", + "native": "THE ONE PIECE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703461735, + "updatedAt": 1703461735, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171630-CULIbflZbhK1.jpg" + } + }, + { + "id": 171637, + "idMal": 57554, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Drama", "Romance"], + "tags": [ + { "name": "Samurai", "rank": 60 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Historical", "rank": 40 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Rurouni Kenshin: Meiji Kenkaku Romantan - Kyoto Douran", + "english": null, + "native": "るろうに剣心 -明治剣客浪漫譚-京都動乱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703468445, + "updatedAt": 1703468456, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171637-autSUMT9SGEB.jpg" + } + }, + { + "id": 172192, + "idMal": 57612, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "A Returner's Magic Should Be Special Season 2", + "Gwihwanjaui Mabeobeun", + "Teukbyeolhaeya Hamnida", + "귀환자의 마법은 특별해야 합니다" + ], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [], + "title": { + "romaji": "Kikansha no Mahou wa Tokubetsu desu 2nd Season", + "english": null, + "native": "帰還者の魔法は特別です 第2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703468478, + "updatedAt": 1703468482, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172192-psefogU2KEoD.jpg" + } + }, + { + "id": 171952, + "idMal": 57584, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": ["The Eminence in Shadow: Lost Echoes"], + "genres": ["Action", "Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 96 }, + { "name": "Chuunibyou", "rank": 96 }, + { "name": "Magic", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Dystopian", "rank": 50 } + ], + "title": { + "romaji": "Kage no Jitsuryokusha ni Naritakute!: Zankyou-hen", + "english": null, + "native": "劇場版 陰の実力者になりたくて! 残響編" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703468489, + "updatedAt": 1703468492, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx171952-ExbQyH6DnA33.jpg" + } + }, + { + "id": 172463, + "idMal": 57658, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "Jujutsu Kaisen: Culling Games", + "JJK3", + "Jujutsu Kaisen 3rd Season" + ], + "genres": ["Action", "Drama", "Supernatural"], + "tags": [ + { "name": "Shounen", "rank": 80 }, + { "name": "Super Power", "rank": 80 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Death Game", "rank": 78 }, + { "name": "Primarily Teen Cast", "rank": 76 }, + { "name": "Survival", "rank": 66 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Gambling", "rank": 60 }, + { "name": "Martial Arts", "rank": 55 }, + { "name": "Swordplay", "rank": 52 }, + { "name": "Demons", "rank": 50 }, + { "name": "Ensemble Cast", "rank": 40 } + ], + "title": { + "romaji": "Jujutsu Kaisen: Shimetsu Kaiyuu", + "english": null, + "native": "呪術廻戦 死滅回游" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703794298, + "updatedAt": 1703794303, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172463-MbyLGjnXcpZu.png" + } + }, + { + "id": 151799, + "idMal": 52293, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": null, + "duration": null, + "synonyms": [ + "PSG2", + " P&SWG2", + "NEW PSG", + "Panty & Stocking with Garterbelt Season 2" + ], + "genres": ["Action", "Comedy", "Ecchi", "Supernatural"], + "tags": [ + { "name": "Angels", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 } + ], + "title": { + "romaji": "NEW PANTY AND STOCKING", + "english": null, + "native": "NEW PANTY AND STOCKING" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704524873, + "updatedAt": 1704524878, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151799-kYJeWq3umQ9W.jpg" + } + }, + { + "id": 170221, + "idMal": 56948, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "ONA", + "duration": 21, + "synonyms": [ + "The Dangers in My Heart Spin-off", + "The Dangers in My Heart: Bonus Dangers", + "Boku no Kokoro no Yabai Yatsu: Tsuiyaba", + "僕ヤバ ツイヤバ" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "School", "rank": 66 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Female Protagonist", "rank": 66 } + ], + "title": { + "romaji": "Boku no Kokoro no Yabai Yatsu: Twi-Yaba", + "english": "The Dangers in My Heart Special", + "native": "僕の心のヤバイやつ ツイヤバ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704536424, + "updatedAt": 1704536427, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170221-5QNbaEZrxkfv.png" + } + }, + { + "id": 169584, + "idMal": 56738, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [ + "The Duke of Death and His Maid Season 3", + "เมดสาวแสบร้ายกับคุณชายยมทูต ซีซั่น 3", + "คุณชายวิปริตกับเมดสาวรอบจัด ภาค 3" + ], + "genres": ["Comedy", "Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Heterosexual", "rank": 60 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Full CGI", "rank": 20 }, + { "name": "Maids", "rank": 20 }, + { "name": "Witch", "rank": 20 }, + { "name": "Magic", "rank": 20 } + ], + "title": { + "romaji": "Shinigami Bocchan to Kuro Maid 3rd Season", + "english": null, + "native": "死神坊ちゃんと黒メイド 第3期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704536534, + "updatedAt": 1704536538, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx169584-XGjdb9pqijZM.png" + } + }, + { + "id": 167486, + "idMal": 55889, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "OVA", + "duration": null, + "synonyms": [ + "Watashi no Shiawase na Kekkon OVA", + "My Happy Marriage OVA", + "わたしの幸せな結婚 OAD", + "WataKon OVA" + ], + "genres": ["Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Shoujo", "rank": 50 }, + { "name": "Marriage", "rank": 20 } + ], + "title": { + "romaji": "Watashi no Shiawase na Katachi", + "english": null, + "native": "わたしの幸せなかたち" + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1710428400 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704536807, + "updatedAt": 1704536810, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167486-EVz4sqKjf7W4.jpg" + } + }, + { + "id": 173174, + "idMal": 57754, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": [ + "バンドリ!It's MyGO!!!!! Movie", + "BanG Dream! It's MyGO!!!!! 前編 : 春の陽だまり、迷い猫", + "BanG Dream! It's MyGO!!!!! 後編 : うたう、僕らになれるうた & FILM LIVE" + ], + "genres": ["Drama", "Music"], + "tags": [ + { "name": "Band", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 } + ], + "title": { + "romaji": "BanG Dream! It's MyGO!!!!! Movie", + "english": null, + "native": "劇場版 BanG Dream! It's MyGO!!!!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704794168, + "updatedAt": 1704794175, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173174-daPL36z54FEC.png" + } + }, + { + "id": 166531, + "idMal": 55791, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Mystery", "Psychological", "Supernatural"], + "tags": [ + { "name": "Acting", "rank": 94 }, + { "name": "Idol", "rank": 89 }, + { "name": "Revenge", "rank": 88 }, + { "name": "Seinen", "rank": 85 }, + { "name": "Anti-Hero", "rank": 85 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Twins", "rank": 83 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Reincarnation", "rank": 78 }, + { "name": "Love Triangle", "rank": 69 }, + { "name": "Urban", "rank": 66 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Swordplay", "rank": 55 } + ], + "title": { + "romaji": "[Oshi no Ko] 2nd Season", + "english": "Oshi no Ko Season 2", + "native": "【推しの子】第2期" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704875002, + "updatedAt": 1704875006, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx166531-bpS9jjA82WSS.jpg" + } + }, + { + "id": 167984, + "idMal": 56175, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 2, + "chapters": null, + "format": "MOVIE", + "duration": 40, + "synonyms": ["大室家 dear friends", "大室家 dear sisters"], + "genres": [], + "tags": [ + { "name": "Female Protagonist", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "Family Life", "rank": 86 }, + { "name": "School", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 75 }, + { "name": "Yuri", "rank": 63 } + ], + "title": { "romaji": "Oomuro-ke", "english": null, "native": "大室家" }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1706799600 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704897880, + "updatedAt": 1704897884, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167984-vZELUFDNk0Ax.jpg" + } + }, + { + "id": 170935, + "idMal": 57184, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "ONA", + "duration": 88, + "synonyms": [ + "グレートプリテンダー ラズブリウト", + "グレプリrazbliuto", + "GrePre razbliuto" + ], + "genres": ["Action", "Drama", "Thriller"], + "tags": [ + { "name": "Travel", "rank": 79 }, + { "name": "Triads", "rank": 79 }, + { "name": "Revenge", "rank": 60 }, + { "name": "Foreign", "rank": 60 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Amnesia", "rank": 50 } + ], + "title": { + "romaji": "GREAT PRETENDER: razbliuto", + "english": "GREAT PRETENDER razbliuto", + "native": "GREAT PRETENDER razbliuto" + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1708614000 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704897895, + "updatedAt": 1704897899, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx170935-XkUrGgv0gsL4.jpg" + } + }, + { + "id": 168872, + "idMal": 56538, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "ONA", + "duration": null, + "synonyms": ["ฝากใจไปถึงเธอ ซีซั่น 3"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 100 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "School", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Kimi ni Todoke 3RD SEASON", + "english": "Kimi ni Todoke: From Me to You Season 3", + "native": "君に届け 3RD SEASON" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704992870, + "updatedAt": 1704992873, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx168872-u7NQPxaG6J1a.jpg" + } + }, + { + "id": 172420, + "idMal": 57647, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "MOVIE", + "duration": null, + "synonyms": [ + "Uma Musume: Pretty Derby Movie", + "劇場版 ウマ娘 プリティーダービー", + "ウマ娘 プリティーダービー BEGINNING OF A NEW ERA", + "Uma Musume: Pretty Derby - Shin Jidai no Tobira" + ], + "genres": ["Drama", "Slice of Life", "Sports"], + "tags": [ + { "name": "Kemonomimi", "rank": 80 }, + { "name": "Athletics", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 73 } + ], + "title": { + "romaji": "Uma Musume: Pretty Derby - BEGINNING OF A NEW ERA", + "english": null, + "native": "ウマ娘 プリティーダービー 新時代の扉" + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1716476400 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705119676, + "updatedAt": 1705119680, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx172420-HESdYonTsoee.jpg" + } + }, + { + "id": 151639, + "idMal": 52563, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure"], + "tags": [{ "name": "Ninja", "rank": 79 }], + "title": { + "romaji": "Ninja Kamui", + "english": "Ninja Kamui", + "native": null + }, + "nextAiringEpisode": { "episode": 1, "airingAt": 1707627600 }, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705759064, + "updatedAt": 1705759067, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx151639-7KqJ7BgaM9Mx.png" + } + }, + { + "id": 167404, + "idMal": 56055, + "status": "FINISHED", + "type": "ANIME", + "episodes": 1, + "chapters": null, + "format": "ONA", + "duration": 25, + "synonyms": ["الوحوش: لعنة التنين"], + "genres": ["Action", "Comedy"], + "tags": [ + { "name": "Samurai", "rank": 100 }, + { "name": "Swordplay", "rank": 100 }, + { "name": "Dragons", "rank": 84 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Historical", "rank": 46 }, + { "name": "Time Skip", "rank": 40 } + ], + "title": { + "romaji": "MONSTERS: Ippaku Sanjou Hiryuu Jigoku", + "english": "MONSTERS: 103 Mercies Dragon Damnation", + "native": "MONSTERS 一百三情飛龍侍極" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705767004, + "updatedAt": 1705767009, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx167404-QMZJVARntkbv.jpg" + } + }, + { + "id": 173523, + "idMal": 57859, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": ["A Workplace Where You Can't Help But Smile"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Drawing", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Work", "rank": 50 }, + { "name": "LGBTQ+ Themes", "rank": 40 }, + { "name": "Yuri", "rank": 20 }, + { "name": "Cute Girls Doing Cute Things", "rank": 20 } + ], + "title": { + "romaji": "Egao no Taenai Shokuba Desu.", + "english": null, + "native": "笑顔のたえない職場です。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705893351, + "updatedAt": 1705893356, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2025 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173523-4sk65H0m0Lhc.jpg" + } + }, + { + "id": 173780, + "idMal": 57907, + "status": "NOT_YET_RELEASED", + "type": "ANIME", + "episodes": null, + "chapters": null, + "format": "TV", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 50 }, + { "name": "Isekai", "rank": 20 }, + { "name": "Dragons", "rank": 20 } + ], + "title": { + "romaji": "Tate no Yuusha no Nariagari Season 4", + "english": "The Rising of the Shield Hero Season 4", + "native": "盾の勇者の成り上がり Season 4" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": null, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705929251, + "updatedAt": 1705929260, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx173780-VGbQ7vqEHPaj.jpg" + } + } ] diff --git a/src/lib/Data/Static/SampleMedia/manga.json b/src/lib/Data/Static/SampleMedia/manga.json index 1ff651b1..82aa4024 100644 --- a/src/lib/Data/Static/SampleMedia/manga.json +++ b/src/lib/Data/Static/SampleMedia/manga.json @@ -1,29639 +1,30760 @@ [ - { - "id": 85401, - "idMal": 61191, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["After Effects Radio"], - "genres": ["Horror"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "Cosmic Horror", "rank": 50 }, - { "name": "Achronological Order", "rank": 50 }, - { "name": "Body Horror", "rank": 40 } - ], - "title": { "romaji": "Kouishou Radio", "english": "PTSD Radio", "native": "後遺症ラジオ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1681896039, - "updatedAt": 1695498504, - "score": 67, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85401-3FuaR3VSY89o.png" - } - }, - { - "id": 133500, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Favorite Idol Became My Little Sister"], - "genres": ["Comedy"], - "tags": [ - { "name": "Idol", "rank": 73 }, - { "name": "Yuri", "rank": 60 }, - { "name": "Female Protagonist", "rank": 30 }, - { "name": "Family Life", "rank": 20 } - ], - "title": { - "romaji": "Oshi ga Imouto ni Narimashite", - "english": null, - "native": "推しが妹になりまして。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1683272230, - "updatedAt": 1695109200, - "score": 73, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx133500-p92VAMFI14BR.jpg" - } - }, - { - "id": 150440, - "idMal": 148054, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Monster Girl", "rank": 91 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "School", "rank": 88 }, - { "name": "Coming of Age", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Dragons", "rank": 83 }, - { "name": "Urban Fantasy", "rank": 80 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Family Life", "rank": 79 }, - { "name": "Shounen", "rank": 75 }, - { "name": "Primarily Teen Cast", "rank": 70 }, - { "name": "Super Power", "rank": 68 }, - { "name": "Slapstick", "rank": 57 } - ], - "title": { "romaji": "Ruri Dragon", "english": "RuriDragon", "native": "ルリドラゴン" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1686665517, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150440-ZgOHRsvdwsVo.jpg" - } - }, - { - "id": 137970, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Classmate Became My Maid "], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Tsundere", "rank": 79 }, - { "name": "School", "rank": 60 }, - { "name": "Maids", "rank": 60 } - ], - "title": { - "romaji": "Doukyuusei Maid to Danshikousei Hanashi", - "english": null, - "native": "同級生メイドと男子高生の話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 2, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1689825895, - "updatedAt": 1704450511, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx137970-ybTCPQHI3TK0.jpg" - } - }, - { - "id": 116572, - "idMal": 135205, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Brought Home a Succubus Who Failed to Find a Job "], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Succubus", "rank": 79 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Nekomimi", "rank": 20 }, - { "name": "Bullying", "rank": 20 } - ], - "title": { - "romaji": "Shuukatsu Shippai shita Succubus-san wo Hiroimashita", - "english": null, - "native": "就活失敗したサキュバスさんを拾いました" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 34, - "progressVolumes": 3, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1693951654, - "updatedAt": 1704544703, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116572-gnySiDybZgvd.jpg" - } - }, - { - "id": 119767, - "idMal": 128534, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["สะดุดรักยัยขี้อาย"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Cute Girls Doing Cute Things", "rank": 75 }, - { "name": "Work", "rank": 72 }, - { "name": "College", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Love Triangle", "rank": 56 }, - { "name": "Shounen", "rank": 53 }, - { "name": "Heterosexual", "rank": 50 } - ], - "title": { - "romaji": "Kanojo, Hitomishirimasu", - "english": "Rent-A-(Really Shy!)-Girlfriend", - "native": "彼女、人見知ります" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 19, - "progressVolumes": 3, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1694805001, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119767-1y8YtTNOmQpo.jpg" - } - }, - { - "id": 168348, - "idMal": 162514, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Gyaru", "rank": 60 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 40 }, - { "name": "Tanned Skin", "rank": 30 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Delinquents", "rank": 20 } - ], - "title": { - "romaji": "Torima Minshuku Yadori Tekina!", - "english": null, - "native": "とりま民宿やどり的な!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1695978092, - "updatedAt": 1705488775, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168348-lwdqdOLFvqtz.jpg" - } - }, - { - "id": 30028, - "idMal": 28, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["ナナ"], - "genres": ["Drama", "Music", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 98 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Band", "rank": 90 }, - { "name": "Primarily Adult Cast", "rank": 88 }, - { "name": "Tragedy", "rank": 83 }, - { "name": "Netorare", "rank": 80 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Time Skip", "rank": 74 }, - { "name": "LGBTQ+ Themes", "rank": 72 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Bisexual", "rank": 60 }, - { "name": "Rape", "rank": 54 }, - { "name": "Found Family", "rank": 53 }, - { "name": "Drugs", "rank": 40 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Achronological Order", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Mahjong", "rank": 15 } - ], - "title": { "romaji": "NANA", "english": "Nana", "native": "NANA" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1681896084, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30028-UxaCSA7qg1u3.png" - } - }, - { - "id": 115149, - "idMal": 124242, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 165, - "format": "MANGA", - "duration": null, - "synonyms": ["Meika-San Can't Conceal Her Emotions", "รักล้นใจของยัยสาวเมด"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Maids", "rank": 95 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "School", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Ojou-sama", "rank": 60 }, - { "name": "Tragedy", "rank": 50 }, - { "name": "Gyaru", "rank": 50 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Time Skip", "rank": 30 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Meika-san wa Oshikorosenai", - "english": null, - "native": "メイカさんは押しころせない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682401558, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115149-ryOO4mFRJQVI.jpg" - } - }, - { - "id": 125860, - "idMal": 133478, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 21, - "format": "MANGA", - "duration": null, - "synonyms": ["Nina Is Plotting My Death!", "妮娜醬想要暗殺爸爸"], - "genres": ["Action", "Comedy", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 66 }, - { "name": "Assassins", "rank": 50 }, - { "name": "Found Family", "rank": 20 } - ], - "title": { - "romaji": "Nina wa Papa wo Ansatsu shitai", - "english": "Nina is Plotting Daddy's Death", - "native": "ニーナはパパを暗殺したい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682566053, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125860-xORRbYSAfTrb.png" - } - }, - { - "id": 53571, - "idMal": 23571, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 37, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 97 }, - { "name": "Ensemble Cast", "rank": 92 }, - { "name": "Primarily Child Cast", "rank": 91 }, - { "name": "Seinen", "rank": 88 }, - { "name": "Tragedy", "rank": 82 }, - { "name": "Autobiographical", "rank": 70 }, - { "name": "Rural", "rank": 68 }, - { "name": "Cars", "rank": 60 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Delinquents", "rank": 45 }, - { "name": "Time Skip", "rank": 30 }, - { "name": "Heterosexual", "rank": 30 }, - { "name": "Baseball", "rank": 25 } - ], - "title": { "romaji": "Sunny", "english": "Sunny", "native": "Sunny" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683160148, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53571-c3hqIJ4GdaLW.png" - } - }, - { - "id": 152855, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 106, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Tsuntsuntsuntsuntsuntsuntsuntsuntsuntsuntsundere Girl Getting Less and Less Tsun Day by Day" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Tsundere", "rank": 96 }, - { "name": "Heterosexual", "rank": 96 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "POV", "rank": 68 }, - { "name": "School", "rank": 60 }, - { "name": "Episodic", "rank": 40 }, - { "name": "Bullying", "rank": 23 } - ], - "title": { - "romaji": "1-nichi Goto ni Tsun ga Hetteku Tsuntsuntsuntsuntsuntsuntsuntsuntsuntsuntsundere Joshi", - "english": null, - "native": "1日ごとにツンが減ってくツンツンツンツンツンツンツンツンツンツンツンデレ女子" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683352824, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152855-96IDxlc5TTpD.jpg" - } - }, - { - "id": 105516, - "idMal": 117528, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 74, - "format": "MANGA", - "duration": null, - "synonyms": ["Futari de Koi o suru Riyuu", "Toutes les raisons de s'aimer"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Shoujo", "rank": 80 }, - { "name": "School", "rank": 73 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Male Harem", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Urban", "rank": 20 } - ], - "title": { - "romaji": "Futari de Koi wo Suru Riyuu", - "english": null, - "native": "ふたりで恋をする理由" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683356697, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105516-dlZvtkb53QNf.jpg" - } - }, - { - "id": 101434, - "idMal": 113626, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 131, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Story About Treating a Female Knight Who Has Never Been Treated as a Woman as a Woman" - ], - "genres": ["Action", "Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Love Triangle", "rank": 100 }, - { "name": "Tomboy", "rank": 97 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Tsundere", "rank": 82 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Female Harem", "rank": 73 }, - { "name": "Swordplay", "rank": 70 }, - { "name": "Magic", "rank": 67 }, - { "name": "Elf", "rank": 55 }, - { "name": "Shounen", "rank": 53 }, - { "name": "Succubus", "rank": 40 }, - { "name": "Demons", "rank": 40 }, - { "name": "Witch", "rank": 33 }, - { "name": "Gender Bending", "rank": 28 } - ], - "title": { - "romaji": "Ima made Ichido mo Onna Atsukaisareta Koto ga nai Jokishi wo Onna Atsukai Suru", - "english": "How to Treat a Lady Knight Right", - "native": "今まで一度も女扱いされたことがない女騎士を女扱いする漫画" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683429986, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101434-XVqisqdlvU0A.jpg" - } - }, - { - "id": 86531, - "idMal": 92803, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Haruta & Chika"], - "genres": ["Music", "Mystery", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 50 }, - { "name": "Shounen", "rank": 50 }, - { "name": "Band", "rank": 50 }, - { "name": "School Club", "rank": 20 } - ], - "title": { - "romaji": "HaruChika: Haruta to Chika wa Seishun suru", - "english": null, - "native": "ハルチカ ~ハルタとチカは青春する~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684096504, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86531-rGy1t7OfzRuK.jpg" - } - }, - { - "id": 108432, - "idMal": 126542, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Ore no Tomodachi ga Kawai Sugite Komaru!", - "I am Worried that my Childhood Friend is too Cute!", - "TomoKawa", - "ともかわ" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Gender Bending", "rank": 95 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Nudity", "rank": 79 } - ], - "title": { - "romaji": "Ore no Tomodachi ♂♀ ga Kawaisugite Komaru!", - "english": null, - "native": "俺の友達♂♀が可愛すぎて困る!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684133899, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108432-5Vq9GkqAj5ng.jpg" - } - }, - { - "id": 91865, - "idMal": 73729, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 28, - "format": "MANGA", - "duration": null, - "synonyms": ["Apartmeito", "Apart Mate", "100 x 200", "Nagame no Ii Heya"], - "genres": ["Romance"], - "tags": [ - { "name": "Josei", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 66 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Episodic", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 10 } - ], - "title": { "romaji": "Apartmate", "english": null, "native": "アパルトめいと" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684135675, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/91865-vwqSpsDomEvc.jpg" - } - }, - { - "id": 147149, - "idMal": 148467, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Story About Smoking at the Back of the Supermarket", - "スーパーの裏でヤニ吸う話", - "Super no Ura de Yani Suu Hanashi", - "Behind the Supermarket Smoking with You" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 96 }, - { "name": "Heterosexual", "rank": 93 }, - { "name": "Primarily Adult Cast", "rank": 85 }, - { "name": "Work", "rank": 80 }, - { "name": "Age Gap", "rank": 80 }, - { "name": "Urban", "rank": 79 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Male Protagonist", "rank": 71 } - ], - "title": { - "romaji": "Super no Ura de Yani Suu Futari", - "english": "Smoking Behind the Supermarket with You", - "native": "スーパーの裏でヤニ吸うふたり" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684228338, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147149-9DQ4upJAV2kQ.jpg" - } - }, - { - "id": 98543, - "idMal": 105029, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["패러렐 파라다이스", "พาราเรลพาราไดส์"], - "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Female Harem", "rank": 100 }, - { "name": "Defloration", "rank": 96 }, - { "name": "Ahegao", "rank": 92 }, - { "name": "Isekai", "rank": 89 }, - { "name": "Nudity", "rank": 89 }, - { "name": "Seinen", "rank": 85 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Crossdressing", "rank": 84 }, - { "name": "Rape", "rank": 83 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Tragedy", "rank": 82 }, - { "name": "Dystopian", "rank": 82 }, - { "name": "Group Sex", "rank": 82 }, - { "name": "Lost Civilization", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 80 }, - { "name": "Amnesia", "rank": 79 }, - { "name": "Succubus", "rank": 79 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Witch", "rank": 79 }, - { "name": "Memory Manipulation", "rank": 79 }, - { "name": "Bondage", "rank": 79 }, - { "name": "Masochism", "rank": 79 }, - { "name": "Nakadashi", "rank": 79 }, - { "name": "Time Manipulation", "rank": 70 }, - { "name": "Irrumatio", "rank": 70 }, - { "name": "Kuudere", "rank": 70 }, - { "name": "Sadism", "rank": 70 }, - { "name": "Squirting", "rank": 70 }, - { "name": "Gods", "rank": 66 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Deepthroat", "rank": 60 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Exhibitionism", "rank": 60 }, - { "name": "Amputation", "rank": 50 }, - { "name": "Maids", "rank": 50 }, - { "name": "Virginity", "rank": 50 }, - { "name": "Elf", "rank": 40 }, - { "name": "Shapeshifting", "rank": 40 }, - { "name": "Masturbation", "rank": 40 }, - { "name": "Gender Bending", "rank": 34 }, - { "name": "Anachronism", "rank": 30 }, - { "name": "Cannibalism", "rank": 26 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Blackmail", "rank": 20 }, - { "name": "Femdom", "rank": 20 }, - { "name": "Watersports", "rank": 10 } - ], - "title": { - "romaji": "Parallel Paradise", - "english": "Parallel Paradise", - "native": "パラレルパラダイス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684307754, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx98543-yqesW6ME1ruj.jpg" - } - }, - { - "id": 45805, - "idMal": 15805, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 54, - "format": "MANGA", - "duration": null, - "synonyms": ["Koukin Otome x Amnesia", "Dusk Maiden of Amnesia", "Niepamięć panny zmierzchu"], - "genres": ["Horror", "Mystery", "Romance", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 100 }, - { "name": "School", "rank": 83 }, - { "name": "Denpa", "rank": 79 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Dissociative Identities", "rank": 72 }, - { "name": "Tragedy", "rank": 66 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Amnesia", "rank": 55 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Shounen", "rank": 40 }, - { "name": "School Club", "rank": 40 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Tasogare Otome x Amnesia", - "english": null, - "native": "黄昏乙女×アムネジア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684317277, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx45805-GaLIeACbsnGy.png" - } - }, - { - "id": 30664, - "idMal": 664, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 120, - "format": "MANGA", - "duration": null, - "synonyms": ["アキラ"], - "genres": ["Action", "Horror", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Dystopian", "rank": 98 }, - { "name": "Cyberpunk", "rank": 96 }, - { "name": "Military", "rank": 95 }, - { "name": "Post-Apocalyptic", "rank": 94 }, - { "name": "Seinen", "rank": 86 }, - { "name": "Tragedy", "rank": 86 }, - { "name": "Super Power", "rank": 84 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Gore", "rank": 79 }, - { "name": "Survival", "rank": 79 }, - { "name": "Delinquents", "rank": 77 }, - { "name": "Philosophy", "rank": 77 }, - { "name": "Body Horror", "rank": 77 }, - { "name": "Drugs", "rank": 74 }, - { "name": "War", "rank": 70 }, - { "name": "Cult", "rank": 70 }, - { "name": "Gangs", "rank": 67 }, - { "name": "Motorcycles", "rank": 66 }, - { "name": "Anti-Hero", "rank": 65 }, - { "name": "Afterlife", "rank": 60 }, - { "name": "Coming of Age", "rank": 56 }, - { "name": "Nudity", "rank": 42 }, - { "name": "Reincarnation", "rank": 20 }, - { "name": "Basketball", "rank": 20 }, - { "name": "Bullying", "rank": 20 } - ], - "title": { "romaji": "AKIRA", "english": "Akira", "native": "AKIRA" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684396298, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1982 }, - "endDate": { "year": 1990 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30664-JJq9tosQvlpW.jpg" - } - }, - { - "id": 98842, - "idMal": 105084, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "지박소년 하나코 군", - "Hanako, duch ze szkolnej toalety", - "Hanako-Kun e os mistérios do colégio Kamome", - "Hanako-Kun, El Fantasma del Lavabo", - "地缚少年花子君", - "ฮานาโกะคุง วิญญาณติดที่", - "Hanako kun - I sette misteri dell'Accademia Kamome", - "\"Cậu\" ma nhà xí Hanako", - "Туалетний привид Ханако", - "Туалетный мальчик Ханако" - ], - "genres": ["Action", "Comedy", "Drama", "Mystery", "Romance", "Supernatural"], - "tags": [ - { "name": "Youkai", "rank": 92 }, - { "name": "Mythology", "rank": 91 }, - { "name": "Ghost", "rank": 90 }, - { "name": "Urban Fantasy", "rank": 88 }, - { "name": "School", "rank": 87 }, - { "name": "Afterlife", "rank": 82 }, - { "name": "Twins", "rank": 80 }, - { "name": "Female Protagonist", "rank": 74 }, - { "name": "Tragedy", "rank": 74 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Shounen", "rank": 71 }, - { "name": "Revenge", "rank": 68 }, - { "name": "Suicide", "rank": 66 }, - { "name": "Gore", "rank": 64 }, - { "name": "Alternate Universe", "rank": 60 }, - { "name": "Magic", "rank": 56 }, - { "name": "LGBTQ+ Themes", "rank": 56 }, - { "name": "Body Horror", "rank": 54 }, - { "name": "Slapstick", "rank": 54 }, - { "name": "Survival", "rank": 53 }, - { "name": "Gods", "rank": 50 }, - { "name": "Yandere", "rank": 49 }, - { "name": "Mermaid", "rank": 48 }, - { "name": "Tsundere", "rank": 47 }, - { "name": "Time Manipulation", "rank": 45 }, - { "name": "Love Triangle", "rank": 36 }, - { "name": "Shrine Maiden", "rank": 33 }, - { "name": "Body Swapping", "rank": 20 } - ], - "title": { - "romaji": "Jibaku Shounen Hanako-kun", - "english": "Toilet-Bound Hanako-kun", - "native": "地縛少年 花子くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684456234, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx98842-Ji0v423UZ4er.jpg" - } - }, - { - "id": 138443, - "idMal": 151471, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["A Woman Who Will Mess Up Your Emotions", "The Woman Who Messes With My Emotions"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "4-koma", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Bullying", "rank": 20 } - ], - "title": { - "romaji": "Joucho wo Mechakucha ni Shitekuru Onna ", - "english": null, - "native": "情緒をめちゃくちゃにしてくる女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684672409, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138443-9FsJrlrFDBgn.png" - } - }, - { - "id": 153904, - "idMal": 154717, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Dating the kind of Girl you Shouldn't Get Involved With", - "A Dangerous Type Became My Girlfriend" - ], - "genres": ["Psychological", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "POV", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Time Skip", "rank": 60 }, - { "name": "Family Life", "rank": 40 } - ], - "title": { - "romaji": "Kaka Kano: Kakawatte wa Ikenai Type no Musume ga Kanojo ni Natta", - "english": null, - "native": "かかかの ~関わってはいけないタイプの娘が彼女になった~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684738483, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153904-2phbOKd8wKtM.jpg" - } - }, - { - "id": 135930, - "idMal": 138015, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 43, - "format": "MANGA", - "duration": null, - "synonyms": ["Dog and Scum"], - "genres": ["Drama", "Psychological", "Romance"], - "tags": [ - { "name": "Amnesia", "rank": 95 }, - { "name": "Seinen", "rank": 82 }, - { "name": "Urban", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 74 }, - { "name": "Heterosexual", "rank": 71 }, - { "name": "Love Triangle", "rank": 67 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Netorare", "rank": 60 }, - { "name": "Nudity", "rank": 45 }, - { "name": "Yandere", "rank": 41 }, - { "name": "Suicide", "rank": 40 } - ], - "title": { "romaji": "Inu to Kuzu", "english": null, "native": "犬と屑" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684742254, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135930-mxPxahht8jqB.png" - } - }, - { - "id": 132144, - "idMal": 146878, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Return of The Mount Hua Sect", - "Volcano Return", - "Return of the Flowery Mountain Sect", - "劍尊歸來", - "หวนคืนสู่ฮวาซาน" - ], - "genres": ["Action", "Adventure"], - "tags": [ - { "name": "Swordplay", "rank": 96 }, - { "name": "Wuxia", "rank": 89 }, - { "name": "Reincarnation", "rank": 89 }, - { "name": "Martial Arts", "rank": 84 }, - { "name": "Religion", "rank": 79 }, - { "name": "Politics", "rank": 79 }, - { "name": "Anti-Hero", "rank": 79 }, - { "name": "Cultivation", "rank": 76 }, - { "name": "Full Color", "rank": 74 }, - { "name": "Male Protagonist", "rank": 71 }, - { "name": "Historical", "rank": 70 }, - { "name": "Revenge", "rank": 43 }, - { "name": "Gore", "rank": 40 }, - { "name": "Primarily Male Cast", "rank": 40 }, - { "name": "Economics", "rank": 24 }, - { "name": "Zombie", "rank": 20 } - ], - "title": { - "romaji": "Hwasangwihwan", - "english": "Return of the Blossoming Blade", - "native": "화산귀환" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684829227, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx132144-RExqQIf7EXm2.jpg" - } - }, - { - "id": 38144, - "idMal": 8144, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 97, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Lost Continent of the Sky", - "Misplaced by Heaven", - "Heaven’s Lost Property", - "Tombée du ciel: Sora no otoshimoto" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Angels", "rank": 90 }, - { "name": "School", "rank": 85 }, - { "name": "Surreal Comedy", "rank": 80 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Artificial Intelligence", "rank": 79 }, - { "name": "Slavery", "rank": 79 }, - { "name": "Parody", "rank": 79 }, - { "name": "Slapstick", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Chibi", "rank": 66 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Gods", "rank": 60 }, - { "name": "Religion", "rank": 60 }, - { "name": "Philosophy", "rank": 60 }, - { "name": "Astronomy", "rank": 60 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Rural", "rank": 60 }, - { "name": "Gender Bending", "rank": 40 }, - { "name": "Yakuza", "rank": 40 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Found Family", "rank": 40 }, - { "name": "Torture", "rank": 40 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Martial Arts", "rank": 40 }, - { "name": "Conspiracy", "rank": 40 }, - { "name": "Meta", "rank": 20 }, - { "name": "Suicide", "rank": 20 }, - { "name": "Clone", "rank": 20 }, - { "name": "Time Manipulation", "rank": 20 }, - { "name": "Lost Civilization", "rank": 20 }, - { "name": "Memory Manipulation", "rank": 20 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Battle Royale", "rank": 10 } - ], - "title": { "romaji": "Sora no Otoshimono", "english": null, "native": "そらのおとしもの" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684829781, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38144-mPs2QWbRy2n3.jpg" - } - }, - { - "id": 148242, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 5, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama"], - "tags": [], - "title": { "romaji": "Akari", "english": null, "native": "あかり" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684835247, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx148242-a1cAB3URPKKE.jpg" - } - }, - { - "id": 116401, - "idMal": 125182, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 110, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Are You Really Getting Married?", - "結婚するって, 本当ですか 365 Days To The Wedding", - "Map for The Wedding", - "แต่งงานที่ว่านี่เรื่องจริงเหรอครับ" - ], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Work", "rank": 84 }, - { "name": "Marriage", "rank": 84 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Heterosexual", "rank": 74 }, - { "name": "Female Protagonist", "rank": 72 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "Primarily Adult Cast", "rank": 71 }, - { "name": "Kuudere", "rank": 64 }, - { "name": "Family Life", "rank": 60 }, - { "name": "Rural", "rank": 60 }, - { "name": "Office Lady", "rank": 40 }, - { "name": "Travel", "rank": 40 }, - { "name": "LGBTQ+ Themes", "rank": 20 } - ], - "title": { - "romaji": "Kekkon Suru tte, Hontou desu ka: 365 Days To The Wedding", - "english": "365 Days to the Wedding", - "native": "結婚するって、本当ですか 365 Days To The Wedding" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684974708, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116401-PdVZJ3G432Qj.png" - } - }, - { - "id": 130750, - "idMal": 138703, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["今年的三石同學哪裡有點怪"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "School", "rank": 30 } - ], - "title": { - "romaji": "Kotoshi no Mitsuishi-san wa Doko ka Okashii", - "english": null, - "native": "今年の三石さんはどこかおかしい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685060911, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx130750-rkum7Tv3OfuQ.png" - } - }, - { - "id": 119149, - "idMal": 136261, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Short Short Short-san", "Short Short Short"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { - "romaji": "Shouto Shouto Shouto-san", - "english": null, - "native": "ショートショートショートさん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685065093, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119149-Hgqy7s6ZQVuu.png" - } - }, - { - "id": 100557, - "idMal": 104829, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 69, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Sachiiro no One Room", - "Pokój w kolorach szczęścia", - "Una Habitación del Color de la Felicidad", - "Color of Happiness", - "Una stanza di felicità", - "Pokoj v barvách štěstí" - ], - "genres": ["Drama", "Psychological", "Romance", "Slice of Life"], - "tags": [ - { "name": "Rehabilitation", "rank": 94 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Tragedy", "rank": 91 }, - { "name": "Male Protagonist", "rank": 89 }, - { "name": "Bullying", "rank": 83 }, - { "name": "Crime", "rank": 83 }, - { "name": "Denpa", "rank": 79 }, - { "name": "Philosophy", "rank": 76 }, - { "name": "Suicide", "rank": 70 }, - { "name": "Yandere", "rank": 67 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Age Gap", "rank": 55 }, - { "name": "Found Family", "rank": 55 }, - { "name": "Rape", "rank": 52 }, - { "name": "Homeless", "rank": 50 }, - { "name": "Delinquents", "rank": 40 }, - { "name": "Gender Bending", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Coastal", "rank": 20 } - ], - "title": { - "romaji": "Sachi-iro no One Room", - "english": "One Room of Happiness", - "native": "幸色のワンルーム" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685194815, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100557-55nghYjyfP4i.jpg" - } - }, - { - "id": 127909, - "idMal": 140778, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 34, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Cute Girls Doing Cute Things", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "4-koma", "rank": 20 } - ], - "title": { - "romaji": "Rutou-san ni wa Kanaimasen!", - "english": null, - "native": "瑠東さんには敵いません!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685325552, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx127909-mLsKulxw2zcz.jpg" - } - }, - { - "id": 107282, - "idMal": 118196, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 203, - "format": "MANGA", - "duration": null, - "synonyms": [ - "That Girl Isn't Just Cute", - "That Girl Is Not Just Cute", - "Kawaii Dake janai Onnanoko Manga", - "かわいいだけじゃない女の子漫画", - "Miss Shikimori Is Not Just Cute", - "귀엽기만 한 게 아닌 시키모리 양", - "คุณชิกิโมริไม่ได้น่ารักแค่อย่างเดียวนะ", - "Shikimori n'est pas juste mignonne", - "Shikimori es más que una cara bonita", - "我家女友可不止可爱呢", - "Моя девушка не только милая", - "式守同學不只可愛而已" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 87 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "School", "rank": 83 }, - { "name": "Heterosexual", "rank": 83 }, - { "name": "Episodic", "rank": 78 }, - { "name": "Cute Boys Doing Cute Things", "rank": 70 }, - { "name": "Coming of Age", "rank": 68 }, - { "name": "Femdom", "rank": 68 }, - { "name": "Cute Girls Doing Cute Things", "rank": 66 }, - { "name": "Shounen", "rank": 62 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Love Triangle", "rank": 29 } - ], - "title": { - "romaji": "Kawaii dake ja Nai Shikimori-san", - "english": "Shikimori's Not Just a Cutie", - "native": "可愛いだけじゃない式守さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685353437, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107282-ZzzqzHRZShT6.png" - } - }, - { - "id": 140475, - "idMal": 144267, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["薰香花朵凛然綻放", "Kaoruhana"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 93 }, - { "name": "School", "rank": 86 }, - { "name": "Shounen", "rank": 82 }, - { "name": "Male Protagonist", "rank": 81 }, - { "name": "Female Protagonist", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "Delinquents", "rank": 64 }, - { "name": "Food", "rank": 52 }, - { "name": "Urban", "rank": 50 } - ], - "title": { - "romaji": "Kaoru Hana wa Rin to Saku", - "english": "The Fragrant Flower Blooms With Dignity", - "native": "薫る花は凛と咲く" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685363244, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140475-QEGtrmdvbpOv.jpg" - } - }, - { - "id": 145120, - "idMal": 147780, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Philia Rose - The Prophecy of the Crown of Thorns", - "Filiarose – The Crown of Thorns Prophecy", - "ฟิลเลียโรเซ่กับคำทำนายแห่งมงกุฎหนาม" - ], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "War", "rank": 95 }, - { "name": "Full Color", "rank": 80 }, - { "name": "Age Regression", "rank": 79 }, - { "name": "Religion", "rank": 79 }, - { "name": "Suicide", "rank": 79 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Magic", "rank": 75 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Orphan", "rank": 66 }, - { "name": "Gore", "rank": 60 }, - { "name": "Conspiracy", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Swordplay", "rank": 46 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Slavery", "rank": 40 }, - { "name": "Found Family", "rank": 20 } - ], - "title": { - "romaji": "Pilliaroje: Gasiwanggwanui Yeeon", - "english": "Philia Rosé: The Prophecy of the Crown of Thorns", - "native": "필리아로제 - 가시왕관의 예언" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685420324, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145120-QrsoQwVoY8gr.jpg" - } - }, - { - "id": 116621, - "idMal": 119383, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 74, - "format": "MANGA", - "duration": null, - "synonyms": ["What I Get for Marrying a Demon Bride"], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Oniyome to Kekkon Shite Shimatta Kekka", - "english": "My Wife is an Oni", - "native": "鬼嫁と結婚してしまった結果" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685443444, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116621-2hdXcBWdwGaI.jpg" - } - }, - { - "id": 74929, - "idMal": 44929, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 53, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Ecchi", "Psychological", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 95 }, - { "name": "Seinen", "rank": 94 }, - { "name": "Coming of Age", "rank": 86 }, - { "name": "School", "rank": 80 }, - { "name": "Love Triangle", "rank": 65 }, - { "name": "Bisexual", "rank": 62 }, - { "name": "LGBTQ+ Themes", "rank": 60 }, - { "name": "Age Gap", "rank": 56 }, - { "name": "Yuri", "rank": 48 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "Kuzu no Honkai", "english": "Scum's Wish", "native": "クズの本懐" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685474644, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx74929-xuO2cAsBiTZS.png" - } - }, - { - "id": 104045, - "idMal": 115122, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "My Wish is To Fall in Love Until You Die", - "Love you till you die", - "I Want to Love You Until You Die", - "네가 죽을 때까지 사랑하고 싶어", - "與妳相戀到生命盡頭", - "เพียงได้รักตราบสิ้นลมหายใจ" - ], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Tragedy", "rank": 96 }, - { "name": "Yuri", "rank": 91 }, - { "name": "Magic", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "War", "rank": 83 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Dystopian", "rank": 77 }, - { "name": "School", "rank": 67 }, - { "name": "Gore", "rank": 42 }, - { "name": "Body Horror", "rank": 28 } - ], - "title": { - "romaji": "Kimi ga Shinu made Koi wo Shitai", - "english": null, - "native": "きみが死ぬまで恋をしたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685684474, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx104045-uUwe9V8nG56B.png" - } - }, - { - "id": 112269, - "idMal": 122124, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "MANGA", - "duration": null, - "synonyms": [ - "叔教女壞", - "叔教女坏", - "叔叔教女●中生做壞壞的事", - "叔叔教女●中生做坏坏的事", - "아저씨가 여고생에게 나쁜 짓을 알려주는 이야기", - "A Story About an Old Man Teaches Bad Things to a School Girl", - "Дяденька плохому •• научит" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Age Gap", "rank": 60 }, - { "name": "School", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Josei", "rank": 20 } - ], - "title": { - "romaji": "Oji-san ga Joshi●sei ni Warui Koto wo Oshieru Hanashi", - "english": null, - "native": "おじさんが女子●生に悪いことを教える話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685786119, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112269-4W0Re9cm76Xs.jpg" - } - }, - { - "id": 126944, - "idMal": 147447, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 103, - "format": "MANGA", - "duration": null, - "synonyms": ["No Answer Girl", "Unreachable Girl", "保护刁蛮大小姐", "無解少女"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Denpa", "rank": 79 }, - { "name": "Tsundere", "rank": 73 }, - { "name": "Male Protagonist", "rank": 68 }, - { "name": "Full Color", "rank": 66 }, - { "name": "Bullying", "rank": 60 }, - { "name": "Ojou-sama", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "School", "rank": 55 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Time Skip", "rank": 40 }, - { "name": "Urban", "rank": 20 }, - { "name": "LGBTQ+ Themes", "rank": 20 } - ], - "title": { "romaji": "Nodab Sonyeo", "english": "She's Hopeless", "native": "노답소녀" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685786124, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126944-pGOZn3OW6fOv.jpg" - } - }, - { - "id": 30104, - "idMal": 104, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Yotsuba and!", "Yotsuba!", "Yotsubato", "Ёцуба!", "요츠바랑!"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 98 }, - { "name": "Iyashikei", "rank": 96 }, - { "name": "Episodic", "rank": 88 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Cute Girls Doing Cute Things", "rank": 77 }, - { "name": "Seinen", "rank": 73 }, - { "name": "Rural", "rank": 61 }, - { "name": "Tomboy", "rank": 57 }, - { "name": "Adoption", "rank": 57 }, - { "name": "Primarily Female Cast", "rank": 55 }, - { "name": "Slapstick", "rank": 20 } - ], - "title": { "romaji": "Yotsuba to!", "english": "Yotsuba&!", "native": "よつばと!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685839858, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30104-Qv5SLPFRRAqJ.jpg" - } - }, - { - "id": 100584, - "idMal": 111276, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Iyashikei", "rank": 97 }, - { "name": "Kemonomimi", "rank": 90 }, - { "name": "Gods", "rank": 84 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Youkai", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 75 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Monster Girl", "rank": 42 }, - { "name": "Urban Fantasy", "rank": 20 }, - { "name": "Video Games", "rank": 16 } - ], - "title": { - "romaji": "Sewayaki Kitsune no Senko-san", - "english": null, - "native": "世話やきキツネの仙狐さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685871891, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100584-nsNlmE5aTDhe.jpg" - } - }, - { - "id": 146139, - "idMal": 147712, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Match Made in Heaven by Chance", "偶然成了天生一對", "Quizás fue el Destino"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 85 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Full Color", "rank": 84 }, - { "name": "Marriage", "rank": 79 }, - { "name": "Rehabilitation", "rank": 79 }, - { "name": "Family Life", "rank": 77 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "Primarily Adult Cast", "rank": 71 }, - { "name": "Fitness", "rank": 64 }, - { "name": "Tsundere", "rank": 56 }, - { "name": "Kuudere", "rank": 55 }, - { "name": "Work", "rank": 50 }, - { "name": "Writing", "rank": 50 }, - { "name": "Urban", "rank": 20 }, - { "name": "Software Development", "rank": 20 } - ], - "title": { - "romaji": "Eojjeodaboni Cheonsaengyeonbun", - "english": "Maybe Meant to Be", - "native": "어쩌다보니 천생연분" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685877934, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx146139-RgslAivhNmMP.jpg" - } - }, - { - "id": 87395, - "idMal": 70345, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Необъятный океан", "ก๊วนป่วนชวนบุ๋งบุ๋ง"], - "genres": ["Comedy", "Romance", "Slice of Life", "Sports"], - "tags": [ - { "name": "Slapstick", "rank": 98 }, - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Surreal Comedy", "rank": 93 }, - { "name": "Seinen", "rank": 90 }, - { "name": "College", "rank": 88 }, - { "name": "Nudity", "rank": 88 }, - { "name": "Primarily Adult Cast", "rank": 87 }, - { "name": "Bar", "rank": 81 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Scuba Diving", "rank": 77 }, - { "name": "Love Triangle", "rank": 75 }, - { "name": "Otaku Culture", "rank": 64 }, - { "name": "Kuudere", "rank": 64 }, - { "name": "Tsundere", "rank": 57 }, - { "name": "Meta", "rank": 55 }, - { "name": "Female Harem", "rank": 54 }, - { "name": "Yandere", "rank": 42 }, - { "name": "Gore", "rank": 42 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Incest", "rank": 37 }, - { "name": "LGBTQ+ Themes", "rank": 36 } - ], - "title": { "romaji": "Grand Blue", "english": "Grand Blue Dreaming", "native": "ぐらんぶる" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685934507, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87395-QGyh7Fc3YV3G.jpg" - } - }, - { - "id": 100991, - "idMal": 112115, - "status": "CANCELLED", - "type": "MANGA", - "episodes": null, - "chapters": 123, - "format": "MANGA", - "duration": null, - "synonyms": ["ดารายอดอัจฉริยะ"], - "genres": ["Drama", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Acting", "rank": 100 }, - { "name": "Work", "rank": 93 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Coming of Age", "rank": 78 }, - { "name": "Shounen", "rank": 73 }, - { "name": "Philosophy", "rank": 71 }, - { "name": "Educational", "rank": 50 }, - { "name": "Primarily Adult Cast", "rank": 30 }, - { "name": "Twins", "rank": 20 } - ], - "title": { "romaji": "act-age", "english": "ACT-AGE", "native": "アクタージュ act-age" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685939120, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100991-iAa5tfGjInDf.png" - } - }, - { - "id": 106434, - "idMal": 117078, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Tomboy", "rank": 91 }, - { "name": "Heterosexual", "rank": 83 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "School", "rank": 72 }, - { "name": "Shounen", "rank": 65 }, - { "name": "Athletics", "rank": 20 }, - { "name": "Yuri", "rank": 16 } - ], - "title": { - "romaji": "Hitomi-chan wa Hitomishiri", - "english": "Hitomi-chan is Shy With Strangers", - "native": "瞳ちゃんは人見知り" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685952560, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106434-0XVrugvoaYNG.jpg" - } - }, - { - "id": 108900, - "idMal": 105870, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 39, - "format": "MANGA", - "duration": null, - "synonyms": ["The Mitarai’s House is On Fire"], - "genres": ["Drama", "Mystery", "Psychological", "Thriller"], - "tags": [ - { "name": "Josei", "rank": 80 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Revenge", "rank": 75 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Amnesia", "rank": 40 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Ojou-sama", "rank": 20 }, - { "name": "Rehabilitation", "rank": 20 }, - { "name": "Hikikomori", "rank": 20 } - ], - "title": { - "romaji": "Mitarai-ke, Enjou Suru", - "english": "Burn the House Down", - "native": "御手洗家、炎上する" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686037795, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108900-sSpf8TfVZf16.jpg" - } - }, - { - "id": 31649, - "idMal": 1649, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 201, - "format": "MANGA", - "duration": null, - "synonyms": ["ライアーゲーム", "Liar Game: El Juego de los Mentirosos"], - "genres": ["Drama", "Psychological"], - "tags": [ - { "name": "Gambling", "rank": 92 }, - { "name": "Seinen", "rank": 91 }, - { "name": "Primarily Adult Cast", "rank": 82 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Cult", "rank": 73 }, - { "name": "Ensemble Cast", "rank": 63 }, - { "name": "Death Game", "rank": 60 }, - { "name": "Transgender", "rank": 54 }, - { "name": "Bullying", "rank": 40 }, - { "name": "Coming of Age", "rank": 10 } - ], - "title": { "romaji": "LIAR GAME", "english": null, "native": "LIAR GAME" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686037799, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31649-zKUMKIrXO8u5.jpg" - } - }, - { - "id": 85703, - "idMal": 77827, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 94, - "format": "MANGA", - "duration": null, - "synonyms": ["와타리 군의 XX가 붕괴 직전"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Love Triangle", "rank": 70 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Female Harem", "rank": 53 }, - { "name": "Coming of Age", "rank": 50 } - ], - "title": { - "romaji": "Watari-kun no xx ga Houkai Sunzen", - "english": "Watari-kun's ****** Is about to Collapse", - "native": "渡くんの××が崩壊寸前" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686053240, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx85703-xm8ZYtoRieS0.jpg" - } - }, - { - "id": 30102, - "idMal": 102, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 137, - "format": "MANGA", - "duration": null, - "synonyms": ["Furuba", "Fruba", "フルバ", "水果篮子", "후르츠 바스켓 "], - "genres": ["Comedy", "Drama", "Psychological", "Romance", "Supernatural"], - "tags": [ - { "name": "Animals", "rank": 91 }, - { "name": "Shoujo", "rank": 90 }, - { "name": "Mythology", "rank": 86 }, - { "name": "Ensemble Cast", "rank": 85 }, - { "name": "Tragedy", "rank": 85 }, - { "name": "School", "rank": 82 }, - { "name": "Philosophy", "rank": 80 }, - { "name": "Shapeshifting", "rank": 80 }, - { "name": "Rehabilitation", "rank": 77 }, - { "name": "Heterosexual", "rank": 77 }, - { "name": "Reincarnation", "rank": 76 }, - { "name": "Female Protagonist", "rank": 72 }, - { "name": "Found Family", "rank": 68 }, - { "name": "Family Life", "rank": 67 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "Tsundere", "rank": 65 }, - { "name": "Coming of Age", "rank": 64 }, - { "name": "Age Gap", "rank": 62 }, - { "name": "Henshin", "rank": 60 }, - { "name": "Love Triangle", "rank": 54 }, - { "name": "Crossdressing", "rank": 51 }, - { "name": "Incest", "rank": 44 }, - { "name": "Orphan", "rank": 40 }, - { "name": "Memory Manipulation", "rank": 33 }, - { "name": "Delinquents", "rank": 25 }, - { "name": "Dissociative Identities", "rank": 24 }, - { "name": "Revenge", "rank": 20 }, - { "name": "Teacher", "rank": 20 }, - { "name": "Disability", "rank": 20 } - ], - "title": { - "romaji": "Fruits Basket", - "english": "Fruits Basket", - "native": "フルーツバスケット" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686101188, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30102-MJuQ0e0k2CgU.png" - } - }, - { - "id": 117785, - "idMal": 133362, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 222, - "format": "MANGA", - "duration": null, - "synonyms": ["Senpai is Mine", "สู้เขาน้องหนูเพื่อนร่วมงาน"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 84 }, - { "name": "Office Lady", "rank": 82 }, - { "name": "Primarily Adult Cast", "rank": 82 }, - { "name": "Full Color", "rank": 82 }, - { "name": "Love Triangle", "rank": 80 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Work", "rank": 67 }, - { "name": "Heterosexual", "rank": 65 }, - { "name": "POV", "rank": 60 }, - { "name": "Nudity", "rank": 40 } - ], - "title": { "romaji": "Ganbare, Douki-chan", "english": null, "native": "がんばれ同期ちゃん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686130761, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117785-Icd6yzmYHD9w.jpg" - } - }, - { - "id": 141355, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Waka-chan is Pushy Again", - "วากะจัง สาวแอ๊บใสหัวใจมีรัก", - "Waka-chan is Flirty Again", - "A Hidden Side to my Crush" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Tsundere", "rank": 79 }, - { "name": "Love Triangle", "rank": 70 }, - { "name": "Full Color", "rank": 66 }, - { "name": "College", "rank": 50 }, - { "name": "Heterosexual", "rank": 50 }, - { "name": "School Club", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Waka-chan wa Kyou mo Azatoi", - "english": "A Hidden Side to my Crush", - "native": "和歌ちゃんは今日もあざとい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686135602, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b141355-K4NCcnLlMLtJ.png" - } - }, - { - "id": 119121, - "idMal": 127062, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 235, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Ichizu Bitch na Kouhai no Hanashi", - "一途ビッチな後輩の話", - "Ichizu de Bitch na Kouhai", - "一途でビッチな後輩" - ], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 85 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 70 }, - { "name": "4-koma", "rank": 60 }, - { "name": "Yandere", "rank": 20 }, - { "name": "Nudity", "rank": 10 } - ], - "title": { "romaji": "Ichizu Bitch-chan", "english": null, "native": "一途ビッチちゃん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686140485, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119121-veDHCSKGKFHa.png" - } - }, - { - "id": 145528, - "idMal": 161291, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 91, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Romance", "Supernatural"], - "tags": [ - { "name": "Full Color", "rank": 79 }, - { "name": "Ghost", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 } - ], - "title": { "romaji": "Saengjongobaek", "english": "Dating to Survive", "native": "생존고백" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686188096, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145528-hJFbfmiQeFTC.jpg" - } - }, - { - "id": 99898, - "idMal": 105395, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Noel the Mortal Fate", "Higyaku no Noeru"], - "genres": ["Adventure", "Mystery", "Supernatural"], - "tags": [{ "name": "Josei", "rank": 79 }], - "title": { "romaji": "Higyaku no Noel", "english": null, "native": "被虐のノエル" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686223597, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99898-LY7TN1WSsTbO.jpg" - } - }, - { - "id": 86647, - "idMal": 90498, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 99, - "format": "MANGA", - "duration": null, - "synonyms": ["惰性67%", "Dasei 67 %", "Inertia 67 Percent", "ยัยเฉื่อย 67% กับหอพักป่วนชวนน็อตหลุด"], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "College", "rank": 82 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Drawing", "rank": 60 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Nudity", "rank": 50 }, - { "name": "Episodic", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Cosplay", "rank": 30 } - ], - "title": { "romaji": "Dasei 67 Percent", "english": null, "native": "惰性67パーセント" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686223854, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86647-jVZo1d32uoHq.jpg" - } - }, - { - "id": 118304, - "idMal": 126333, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 100, - "format": "MANGA", - "duration": null, - "synonyms": ["Futaribocchi no Otaku Circle no Hime"], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "School Club", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Futari Bocchi no Otasaa no Hime ", - "english": null, - "native": "ふたりぼっちのオタサーの姫" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686223868, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118304-xAiZpEbMQoSc.jpg" - } - }, - { - "id": 98305, - "idMal": 101851, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Akebi-chan no Serafuku", - "Akebi's Sailor Uniform", - "La divisa scolastica di Akebi" - ], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 95 }, - { "name": "School", "rank": 93 }, - { "name": "Iyashikei", "rank": 92 }, - { "name": "Cute Girls Doing Cute Things", "rank": 92 }, - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Coming of Age", "rank": 86 }, - { "name": "Seinen", "rank": 71 }, - { "name": "Yuri", "rank": 68 } - ], - "title": { - "romaji": "Akebi-chan no Sailor Fuku", - "english": null, - "native": "明日ちゃんのセーラー服" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686223884, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx98305-bCZ6qJI7cdfe.jpg" - } - }, - { - "id": 38157, - "idMal": 8157, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 154, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kami-sama Hajimemashita", - "Jak zostałam bóstwem!?", - "Divine Nanami", - "Очень приятно, бог" - ], - "genres": ["Comedy", "Fantasy", "Romance", "Supernatural"], - "tags": [ - { "name": "Shoujo", "rank": 97 }, - { "name": "Female Protagonist", "rank": 95 }, - { "name": "Kemonomimi", "rank": 84 }, - { "name": "Demons", "rank": 79 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Youkai", "rank": 77 }, - { "name": "Urban Fantasy", "rank": 66 }, - { "name": "Gods", "rank": 63 }, - { "name": "Monster Boy", "rank": 60 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Amnesia", "rank": 56 }, - { "name": "School", "rank": 53 }, - { "name": "Yandere", "rank": 50 }, - { "name": "Time Manipulation", "rank": 48 }, - { "name": "Historical", "rank": 40 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Male Harem", "rank": 40 }, - { "name": "Age Regression", "rank": 20 } - ], - "title": { - "romaji": "Kamisama Hajimemashita", - "english": "Kamisama Kiss", - "native": "神様はじめました" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686225107, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38157-CCtYXzoNb2bc.jpg" - } - }, - { - "id": 70481, - "idMal": 40481, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Oomuroke", "Oomuro Family", "OMRK", "Ohmuro Family", "Ohmuro-ke"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Primarily Child Cast", "rank": 79 }, - { "name": "Yuri", "rank": 72 }, - { "name": "Cute Girls Doing Cute Things", "rank": 70 }, - { "name": "School", "rank": 30 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { "romaji": "Oomuro-ke", "english": null, "native": "大室家" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686226922, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx70481-SjcIKQv4gBEw.png" - } - }, - { - "id": 105791, - "idMal": 116766, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I Shaved. Then I Brought a High School Girl Home.", - "โกนหนวดไปทำงาน แล้วกลับบ้านมาพบเธอ" - ], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Age Gap", "rank": 84 }, - { "name": "Love Triangle", "rank": 82 }, - { "name": "Work", "rank": 79 }, - { "name": "Urban", "rank": 79 }, - { "name": "Office Lady", "rank": 79 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Harem", "rank": 76 }, - { "name": "Tragedy", "rank": 53 }, - { "name": "Female Protagonist", "rank": 48 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Gyaru", "rank": 42 }, - { "name": "Shounen", "rank": 30 } - ], - "title": { - "romaji": "Hige wo Soru. Soshite Joshikousei wo Hirou.", - "english": "Higehiro: After Being Rejected, I Shaved and Took In a High School Runaway", - "native": "ひげを剃る。そして女子高生を拾う。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686293008, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105791-HamYdne051zk.jpg" - } - }, - { - "id": 86283, - "idMal": 75991, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 187, - "format": "MANGA", - "duration": null, - "synonyms": ["Harekon.", "后宫婚", "하렘혼"], - "genres": ["Drama", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 85 }, - { "name": "Nudity", "rank": 80 }, - { "name": "Seinen", "rank": 70 }, - { "name": "Primarily Adult Cast", "rank": 70 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Marriage", "rank": 60 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Netorare", "rank": 20 }, - { "name": "Yandere", "rank": 20 } - ], - "title": { "romaji": "Hare-Kon.", "english": "Harem Marriage", "native": "ハレ婚。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686293012, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86283-6xPnEtV7JxnZ.png" - } - }, - { - "id": 104473, - "idMal": 110750, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 22, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The One I like Is My Sister but Not My Sister", - "The One I Love is My Little Sister But She's Not a Little Sister" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Writing", "rank": 73 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Shounen", "rank": 60 } - ], - "title": { - "romaji": "Ore ga Suki nano wa Imouto dakedo Imouto ja Nai", - "english": null, - "native": "俺が好きなのは妹だけど妹じゃない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686353158, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104473-mRWNsmKK3p5h.jpg" - } - }, - { - "id": 107729, - "idMal": 123150, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 73, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kuno Chiyo the Precog", - "Yochinouryoku Manga - Kuno Chiyo", - "Kuno Chiyo The Esper" - ], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Super Power", "rank": 100 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "4-koma", "rank": 60 }, - { "name": "School", "rank": 53 } - ], - "title": { - "romaji": "Yochinouryoku Manga: Kuno Chiyo", - "english": "Chiyo Kuno the Psychic", - "native": "予知能力まんが・九能ちよ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686355733, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107729-WfgMoPuHroMk.png" - } - }, - { - "id": 55229, - "idMal": 25229, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 34, - "format": "MANGA", - "duration": null, - "synonyms": ["Sweet Sweets Stories"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Shoujo", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "School", "rank": 60 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "College", "rank": 20 }, - { "name": "School Club", "rank": 20 }, - { "name": "Teacher", "rank": 20 }, - { "name": "Tomboy", "rank": 20 }, - { "name": "Twins", "rank": 20 }, - { "name": "Anthology", "rank": 10 } - ], - "title": { "romaji": "Sugars", "english": null, "native": "シュガーズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686356832, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b55229-abvUCqXd2smi.jpg" - } - }, - { - "id": 106473, - "idMal": 118301, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Shed! Ryugasaki-san", "Сбрось кожу, Рюгасаки-сан!"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Monster Girl", "rank": 84 }, - { "name": "School", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Shapeshifting", "rank": 60 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Mukasete! Ryugasaki-san", - "english": "Shed that Skin, Ryugasaki-san!", - "native": "剥かせて!竜ケ崎さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686380817, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106473-z8BE6mWjqdxY.jpg" - } - }, - { - "id": 131238, - "idMal": 139400, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Drawing", "rank": 79 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Nudity", "rank": 40 } - ], - "title": { - "romaji": "Nido to Jidori Okutte Yannai!", - "english": "I'll Never Send a Selfie Again!", - "native": "二度と自撮り送ってやんない!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686380823, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx131238-xsEotM4rTotl.jpg" - } - }, - { - "id": 110577, - "idMal": 121679, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I Want You To Make a Disgusted Face and Show Me Your Underwear", - "I Want You To Show Me Your Panties With a Disgusted Face" - ], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Seinen", "rank": 75 }, - { "name": "Maids", "rank": 60 }, - { "name": "Parody", "rank": 60 }, - { "name": "Gods", "rank": 60 }, - { "name": "Time Manipulation", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Slapstick", "rank": 50 }, - { "name": "Shrine Maiden", "rank": 40 }, - { "name": "Male Protagonist", "rank": 40 } - ], - "title": { - "romaji": "Iya na Kao sare nagara Opantsu Misete Moraitai: Yo wa Pantsu ga Mitai zo", - "english": null, - "native": "嫌な顔されながらおパンツ見せてもらいたい ~余はパンツが見たいぞ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686381322, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110577-bQwEnQWHEO4x.jpg" - } - }, - { - "id": 134388, - "idMal": 148319, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 40, - "format": "MANGA", - "duration": null, - "synonyms": ["センシティブ:敏感な問題"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Office Lady", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Work", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Full Color", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Squirting", "rank": 20 }, - { "name": "Ashikoki", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Feet", "rank": 20 } - ], - "title": { - "romaji": "Mingamhan Munje", - "english": "A Sensitive Issue", - "native": "민감한 문제" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686387846, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b134388-qjqIxN1kw51H.jpg" - } - }, - { - "id": 156313, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["君をトリコに"], - "genres": ["Fantasy", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Succubus", "rank": 60 }, - { "name": "Defloration", "rank": 50 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Teacher", "rank": 20 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "College", "rank": 20 }, - { "name": "Angels", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Magic", "rank": 20 } - ], - "title": { - "romaji": "Jeonggireul Juseyo", - "english": "Please Give Me Energy", - "native": "정기를 주세요" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686427134, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156313-s3zY0AqfN6CL.png" - } - }, - { - "id": 30564, - "idMal": 564, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 383, - "format": "MANGA", - "duration": null, - "synonyms": ["ガンツ", "Gantz/Osaka"], - "genres": ["Action", "Drama", "Ecchi", "Horror", "Psychological", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Survival", "rank": 99 }, - { "name": "Seinen", "rank": 96 }, - { "name": "Gore", "rank": 91 }, - { "name": "Aliens", "rank": 90 }, - { "name": "Tragedy", "rank": 88 }, - { "name": "Death Game", "rank": 88 }, - { "name": "Urban", "rank": 85 }, - { "name": "Guns", "rank": 80 }, - { "name": "Nudity", "rank": 76 }, - { "name": "Cosmic Horror", "rank": 75 }, - { "name": "Philosophy", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 66 }, - { "name": "Super Power", "rank": 61 }, - { "name": "Terrorism", "rank": 52 }, - { "name": "Vampire", "rank": 50 }, - { "name": "Assassins", "rank": 46 }, - { "name": "Heterosexual", "rank": 45 }, - { "name": "Female Harem", "rank": 43 }, - { "name": "Dinosaurs", "rank": 40 }, - { "name": "Youkai", "rank": 38 }, - { "name": "CGI", "rank": 20 }, - { "name": "Trains", "rank": 20 } - ], - "title": { "romaji": "GANTZ", "english": "Gantz", "native": "GANTZ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686445559, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30564-ucMJLXpxHJKI.jpg" - } - }, - { - "id": 99703, - "idMal": 103123, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 43, - "format": "MANGA", - "duration": null, - "synonyms": [ - "This Love That Won't Reach", - "My Unrequited Love", - "Secret Crush on My Sister", - "Tatoe Todokanu Ito da toshitemo", - "Meine unerwiderte Liebe" - ], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 95 }, - { "name": "Yuri", "rank": 94 }, - { "name": "Family Life", "rank": 93 }, - { "name": "Love Triangle", "rank": 80 }, - { "name": "Coming of Age", "rank": 74 }, - { "name": "LGBTQ+ Themes", "rank": 73 }, - { "name": "Age Gap", "rank": 56 }, - { "name": "Time Skip", "rank": 50 }, - { "name": "Ensemble Cast", "rank": 45 }, - { "name": "School", "rank": 42 } - ], - "title": { - "romaji": "Tatoe Todokanu Ito da to Shite mo", - "english": "If I Could Reach You", - "native": "たとえとどかぬ糸だとしても" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686460962, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99703-kflVbOP5KFn5.jpg" - } - }, - { - "id": 104263, - "idMal": 114935, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 168, - "format": "MANGA", - "duration": null, - "synonyms": ["Torture Club Girls After School", "방과 후의 고문소녀"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "School Club", "rank": 93 }, - { "name": "School", "rank": 92 }, - { "name": "Large Breasts", "rank": 86 }, - { "name": "Female Harem", "rank": 82 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Bondage", "rank": 65 }, - { "name": "Shounen", "rank": 56 }, - { "name": "Nudity", "rank": 53 } - ], - "title": { - "romaji": "Houkago no Goumon Shoujo", - "english": null, - "native": "放課後の拷問少女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686467069, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104263-DTkVFaIdtglQ.jpg" - } - }, - { - "id": 88348, - "idMal": 57081, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Tomekichi Otoko no Ko Sakuhinshuu", - "Kanjo no Furi", - "Tsutaerarenai", - "Kare dake no Kanojo", - "Okashi na Shikaeshi", - "Kawaii tte Iwanaide!", - "Boku wo Ki ni shite", - "Tomodachi datta no ni!", - "Akujo", - "Yakusoku" - ], - "genres": ["Ecchi"], - "tags": [{ "name": "Crossdressing", "rank": 79 }, { "name": "Boys' Love", "rank": 20 }], - "title": { - "romaji": "Oto☆Koi", - "english": null, - "native": "おと☆こい -とめきちオトコの娘作品集-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686554216, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx88348-y3mdPxdVb4y6.jpg" - } - }, - { - "id": 44115, - "idMal": 14115, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 43, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 98 }, - { "name": "Male Protagonist", "rank": 94 }, - { "name": "School", "rank": 82 }, - { "name": "Boys' Love", "rank": 80 }, - { "name": "Femboy", "rank": 79 }, - { "name": "Shounen", "rank": 70 }, - { "name": "LGBTQ+ Themes", "rank": 66 }, - { "name": "Gender Bending", "rank": 62 }, - { "name": "Yuri", "rank": 40 } - ], - "title": { "romaji": "Prunus Girl", "english": null, "native": "プラナス・ガール" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686554261, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx44115-QcH1sTWNYTyg.jpg" - } - }, - { - "id": 59949, - "idMal": 29949, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 7, - "format": "MANGA", - "duration": null, - "synonyms": ["Josou Shounen Anthologies", "Onna no Ko Keikaku"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Boys' Love", "rank": 79 }, - { "name": "Crossdressing", "rank": 79 }, - { "name": "Anthology", "rank": 79 }, - { "name": "School", "rank": 50 } - ], - "title": { - "romaji": "Josou Shounen Anthology Comic: Shiro-gumi", - "english": null, - "native": "女装少年アンソロジーコミック 白組" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686554274, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx59949-MZUXeBTYHRwt.png" - } - }, - { - "id": 85887, - "idMal": 85802, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 34, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Boy Who Cried Wolf Tells a Lie Today Also", - "Ookami Shounen wa Kyou mo Uso o Kasaneru" - ], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 94 }, - { "name": "Love Triangle", "rank": 88 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Heterosexual", "rank": 72 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Gender Bending", "rank": 65 }, - { "name": "School", "rank": 56 } - ], - "title": { - "romaji": "Ookami Shounen wa Kyou mo Uso wo Kasaneru", - "english": null, - "native": "狼少年は今日も嘘を重ねる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686630794, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85887-hRhYV86pTahS.png" - } - }, - { - "id": 128160, - "idMal": 134028, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Matchmaking of the Amagami Household", - "ด้ายแดงผูกรักบ้านอามากามิ", - "結緣甘神神社", - "甘神家的连理枝" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Shrine Maiden", "rank": 97 }, - { "name": "Male Protagonist", "rank": 96 }, - { "name": "Female Harem", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Shounen", "rank": 84 }, - { "name": "Tsundere", "rank": 75 }, - { "name": "Gods", "rank": 60 }, - { "name": "Time Manipulation", "rank": 55 }, - { "name": "Body Swapping", "rank": 20 } - ], - "title": { - "romaji": "Amagami-san Chi no Enmusubi", - "english": "Tying the Knot with an Amagami Sister", - "native": "甘神さんちの縁結び" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686702196, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128160-Zc1m3o79aW4O.jpg" - } - }, - { - "id": 86952, - "idMal": 95353, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "So I'm a spider what about it?", - " what about it?", - "แมงมุมแล้วไง ข้องใจเหรอคะ ", - "Sí, soy una araña, ¿qué pasa?" - ], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Reincarnation", "rank": 97 }, - { "name": "Isekai", "rank": 90 }, - { "name": "Monster Girl", "rank": 88 }, - { "name": "Gods", "rank": 85 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Anti-Hero", "rank": 79 }, - { "name": "Female Protagonist", "rank": 77 }, - { "name": "Dungeon", "rank": 72 }, - { "name": "Magic", "rank": 71 }, - { "name": "Dragons", "rank": 70 }, - { "name": "Video Games", "rank": 62 }, - { "name": "War", "rank": 60 }, - { "name": "Dissociative Identities", "rank": 50 }, - { "name": "Gender Bending", "rank": 40 } - ], - "title": { - "romaji": "Kumo desu ga, Nani ka?", - "english": "So I'm a Spider, So What?", - "native": "蜘蛛ですが、なにか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686816771, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86952-ah2w3DFY2Uek.jpg" - } - }, - { - "id": 87459, - "idMal": 99969, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 7, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Private Report on My Lesbian Experience With Loneliness", - " Minha Experiência Lésbica Com A Solidão ", - "Solitude d'un autre genre", - "Moje lesbijskie doświadczenia w walce z samotnością ", - "Моя интимная жизнь с одиночеством", - "Mi experiencia lesbiana con la soledad", - "Мій лесбійський досвід самотности", - "Solitude d'un autre genre", - "Meine lesbische Erfahrung mit Einsamkeit" - ], - "genres": ["Drama", "Ecchi", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Autobiographical", "rank": 95 }, - { "name": "Coming of Age", "rank": 92 }, - { "name": "Non-fiction", "rank": 92 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "LGBTQ+ Themes", "rank": 82 }, - { "name": "Rehabilitation", "rank": 81 }, - { "name": "Family Life", "rank": 79 }, - { "name": "Disability", "rank": 78 }, - { "name": "POV", "rank": 76 }, - { "name": "Yuri", "rank": 75 }, - { "name": "Philosophy", "rank": 74 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Drawing", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 68 }, - { "name": "Survival", "rank": 65 }, - { "name": "Achronological Order", "rank": 54 }, - { "name": "Denpa", "rank": 53 }, - { "name": "Nudity", "rank": 49 }, - { "name": "Urban", "rank": 43 }, - { "name": "Full Color", "rank": 36 } - ], - "title": { - "romaji": "Sabishisugite Rezu Fuzoku ni Ikimashita Report", - "english": "My Lesbian Experience With Loneliness", - "native": "さびしすぎてレズ風俗に行きましたレポ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686825185, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87459-KE9nHgcJhtgU.png" - } - }, - { - "id": 56819, - "idMal": 26819, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "MANGA", - "duration": null, - "synonyms": ["NakaImo", "Who Is \"IMOUTO\"?", "My Little Sister is Among Them!"], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Amnesia", "rank": 40 } - ], - "title": { - "romaji": "Kono Naka ni Hitori, Imouto ga Iru!", - "english": null, - "native": "この中に1人、妹がいる!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686833590, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx56819-5li8QWQ0MkvY.jpg" - } - }, - { - "id": 159020, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Sister Who Cannot Stand Me Is Scary"], - "genres": ["Psychological", "Romance"], - "tags": [ - { "name": "Yandere", "rank": 70 }, - { "name": "Inseki", "rank": 60 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Ore no Koto ga Daikirai na Imouto ga Kowai", - "english": null, - "native": "俺のことが大嫌いな妹が怖い" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686836572, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159020-qsyyP4WWlWfT.jpg" - } - }, - { - "id": 129225, - "idMal": 134339, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Want To See You Embarassed", "เทคนี้ที่ผมถ่ายเป็นเรื่องน่าอายที่เธอไม่คัท"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 80 }, - { "name": "Masturbation", "rank": 76 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Exhibitionism", "rank": 73 }, - { "name": "Nudity", "rank": 72 }, - { "name": "Seinen", "rank": 70 }, - { "name": "Large Breasts", "rank": 68 }, - { "name": "Acting", "rank": 66 }, - { "name": "Female Protagonist", "rank": 56 }, - { "name": "School", "rank": 55 }, - { "name": "Love Triangle", "rank": 50 }, - { "name": "Teacher", "rank": 50 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Cosplay", "rank": 37 } - ], - "title": { - "romaji": "Hajirau Kimi ga Mitainda", - "english": null, - "native": "恥じらう君が見たいんだ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686875509, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx129225-7sfi5AXGPivk.jpg" - } - }, - { - "id": 151601, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Trapped in the Academy’s Eroge"], - "genres": ["Action", "Drama", "Fantasy", "Hentai", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 86 }, - { "name": "Full Color", "rank": 80 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Isekai", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "College", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Defloration", "rank": 79 }, - { "name": "Succubus", "rank": 73 }, - { "name": "Teacher", "rank": 73 }, - { "name": "Nakadashi", "rank": 70 }, - { "name": "Twins", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Boobjob", "rank": 50 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Dungeon", "rank": 20 }, - { "name": "Masochism", "rank": 20 }, - { "name": "Yuri", "rank": 20 }, - { "name": "Threesome", "rank": 20 }, - { "name": "Bondage", "rank": 20 }, - { "name": "MILF", "rank": 20 } - ], - "title": { - "romaji": "Academy Yageme Binguihaessda.", - "english": "Trapped in a Hentai Game Academy", - "native": "아카데미 야겜에 빙의했다." - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686890335, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151601-gxVOd84himii.png" - } - }, - { - "id": 99022, - "idMal": 107562, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Zapiski zielarki", - "Les Carnets de l'apothicaire", - "I diari della speziale", - "Dược sư tự sự", - "ตำรับปริศนา หมอยาแห่งวังหลัง", - "Монолог Травниці", - "Diários de Uma Apotecária", - "藥師少女的獨語", - "药屋少女的呢喃", - "Los diarios de la boticaria" - ], - "genres": ["Drama", "Mystery"], - "tags": [ - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Medicine", "rank": 90 }, - { "name": "Detective", "rank": 86 }, - { "name": "Historical", "rank": 83 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Foreign", "rank": 77 }, - { "name": "Drugs", "rank": 75 }, - { "name": "Primarily Female Cast", "rank": 74 }, - { "name": "Seinen", "rank": 72 }, - { "name": "Politics", "rank": 63 }, - { "name": "Work", "rank": 62 }, - { "name": "Crime", "rank": 60 }, - { "name": "Maids", "rank": 60 }, - { "name": "Adoption", "rank": 55 }, - { "name": "Heterosexual", "rank": 54 }, - { "name": "Episodic", "rank": 50 }, - { "name": "Conspiracy", "rank": 50 }, - { "name": "Asexual", "rank": 46 }, - { "name": "Suicide", "rank": 40 }, - { "name": "Chibi", "rank": 40 }, - { "name": "Ojou-sama", "rank": 40 } - ], - "title": { - "romaji": "Kusuriya no Hitorigoto", - "english": "The Apothecary Diaries", - "native": "薬屋のひとりごと" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686893779, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99022-Hh2WdyNgR8HM.jpg" - } - }, - { - "id": 113322, - "idMal": 110929, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["약사의 혼잣말", "เสียงรำพึงจากหมอยา -บันทึกไขปริศนาแห่งวังหลังของเหมาเหมา-"], - "genres": ["Drama", "Mystery", "Slice of Life"], - "tags": [ - { "name": "Medicine", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Historical", "rank": 60 } - ], - "title": { - "romaji": "Kusuriya no Hitorigoto: Maomao no Koukyuu Nazotoki Techou", - "english": null, - "native": "薬屋のひとりごと 猫猫の後宮謎解き手帳" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686893782, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113322-gwV3eakaVqZQ.png" - } - }, - { - "id": 125439, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The little demon lord is exposed!"], - "genres": ["Action", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 73 }, - { "name": "Demons", "rank": 73 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Full Color", "rank": 50 } - ], - "title": { - "romaji": "Xiao Motou Baolu La!", - "english": "Busted! Darklord", - "native": "小魔头暴露啦!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686898534, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b125439-ck86SINAgJyA.jpg" - } - }, - { - "id": 107780, - "idMal": 118026, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Hero Who Seeks Revenge Shall Exterminate With Darkness", - " The Strongest Brave Who Craves for Revenge, Extinguish with the Power of Darkness", - "The Dark Massacre of the Vengeful Hero", - "こいねが勇者", - "Koinega Yuusha", - "สุดยอดผู้กล้าเปิดบัญชีแค้น", - "The Brave Wish Revenging", - "渴望復仇的最強勇者憑藉黑暗之力展開殲滅無雙" - ], - "genres": ["Action", "Drama"], - "tags": [ - { "name": "Revenge", "rank": 96 }, - { "name": "Anti-Hero", "rank": 96 }, - { "name": "Gore", "rank": 90 }, - { "name": "Seinen", "rank": 82 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Reincarnation", "rank": 71 }, - { "name": "Body Horror", "rank": 70 }, - { "name": "Rape", "rank": 60 }, - { "name": "Nudity", "rank": 58 }, - { "name": "Drugs", "rank": 42 }, - { "name": "Demons", "rank": 36 }, - { "name": "Group Sex", "rank": 20 } - ], - "title": { - "romaji": "Fukushuu wo Koinegau Saikyou Yuusha wa, Yami no Chikara de Senmetsu Musou suru", - "english": null, - "native": "復讐を希う最強勇者は、闇の力で殲滅無双する" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686914225, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107780-SWoW1oBmgU8K.jpg" - } - }, - { - "id": 30873, - "idMal": 873, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 187, - "format": "MANGA", - "duration": null, - "synonyms": ["Wagtail"], - "genres": ["Action", "Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Super Power", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Battle Royale", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Fugitive", "rank": 70 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Dissociative Identities", "rank": 60 }, - { "name": "Gods", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Delinquents", "rank": 40 }, - { "name": "Espionage", "rank": 40 } - ], - "title": { "romaji": "Sekirei", "english": "Sekirei", "native": "セキレイ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686918998, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30873-Ta0oMK1QTdWc.png" - } - }, - { - "id": 147562, - "idMal": 147414, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 13, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Love Triangle", "rank": 20 }, - { "name": "Revenge", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Yuri", "rank": 20 }, - { "name": "Bisexual", "rank": 20 } - ], - "title": { - "romaji": "Kachime ga Nai no wa Ore Dake ka!", - "english": null, - "native": "勝ち目がないのは俺だけか!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686962195, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147562-hQJD2OnmQQoz.jpg" - } - }, - { - "id": 86279, - "idMal": 91514, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 121, - "format": "MANGA", - "duration": null, - "synonyms": ["Kushuku Gakkou no Alice", "寄宿学校的朱丽叶", "รักลับๆ ข้ามหอของนายหมากับน้องแมว"], - "genres": ["Action", "Comedy", "Romance"], - "tags": [ - { "name": "School", "rank": 96 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Gangs", "rank": 76 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Foreign", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Politics", "rank": 53 }, - { "name": "Swordplay", "rank": 46 }, - { "name": "Time Skip", "rank": 46 }, - { "name": "Crossdressing", "rank": 41 }, - { "name": "LGBTQ+ Themes", "rank": 28 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Male Harem", "rank": 20 }, - { "name": "Female Harem", "rank": 20 } - ], - "title": { - "romaji": "Kishuku Gakkou no Juliet", - "english": "Boarding School Juliet", - "native": "寄宿学校のジュリエット" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686982468, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86279-UF065BhrwVHW.jpg" - } - }, - { - "id": 107978, - "idMal": 119624, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 58, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Results From When I Time Leaped to My Second Year of High School and Confessed to the Teacher I Liked at the Time", - "Kou 2 ni Time Leaped Shita Ore ga, Touji suki Datta Sensei ni Kokutta Kekka" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Age Regression", "rank": 86 }, - { "name": "Age Gap", "rank": 80 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Teacher", "rank": 77 }, - { "name": "Time Manipulation", "rank": 66 }, - { "name": "School", "rank": 60 }, - { "name": "MILF", "rank": 60 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Female Protagonist", "rank": 40 } - ], - "title": { - "romaji": "Kou-2 ni Time Leap Shita Ore ga, Touji suki Datta Sensei ni Kokutta Kekka", - "english": "I Time-Traveled and Confessed to My Teacher Crush", - "native": "高2にタイムリープした俺が、当時好きだった先生に告った結果" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686992460, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107978-2Nhuf5MCtlUn.jpg" - } - }, - { - "id": 98382, - "idMal": 103206, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 233, - "format": "MANGA", - "duration": null, - "synonyms": ["Rokudou no Akujo-tachi"], - "genres": ["Action", "Comedy", "Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Delinquents", "rank": 97 }, - { "name": "Magic", "rank": 79 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "School", "rank": 65 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Yakuza", "rank": 60 }, - { "name": "Male Protagonist", "rank": 55 }, - { "name": "Martial Arts", "rank": 50 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Crime", "rank": 20 } - ], - "title": { "romaji": "Rokudou no Onna-tachi", "english": null, "native": "六道の悪女たち" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687002317, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx98382-Y8RVkFzsAbY1.jpg" - } - }, - { - "id": 128997, - "idMal": 125256, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 62, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I Want To Be Close", - "I Want to Become Acquaintances", - "ขอใกล้ชิดสนิทรักอีกสักนิด คุณมิยาเซ็น" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Delinquents", "rank": 50 }, - { "name": "Heterosexual", "rank": 50 }, - { "name": "Shounen", "rank": 40 } - ], - "title": { - "romaji": "Ochikazuki ni Naritai Miyazen-san", - "english": "Miss Miyazen Would Love to Get Closer to You", - "native": "お近づきになりたい宮膳さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687040272, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128997-zRlglSCyP5zL.jpg" - } - }, - { - "id": 117278, - "idMal": 128837, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "MANGA", - "duration": null, - "synonyms": ["Fallen Dog God -SLASHDOG-", "Daten no Inugami: Slash Døg", "SLASH/DOG"], - "genres": ["Adventure", "Comedy", "Drama", "Ecchi", "Romance", "Slice of Life", "Supernatural"], - "tags": [], - "title": { - "romaji": "Daten no Inugami: SLASHDØG", - "english": null, - "native": "堕天の狗神 −SLASHDØG−" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687153288, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117278-VCEBA0nlcUuZ.jpg" - } - }, - { - "id": 166117, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 37, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I'm Worried About My Classmate Who's Covered in Bruises", - "I'm Worried About My Classmate That's Covered in Bruises", - "Azadarake no Classmate ga Shinpai de" - ], - "genres": ["Drama"], - "tags": [ - { "name": "Bullying", "rank": 75 }, - { "name": "Tsundere", "rank": 66 }, - { "name": "Heterosexual", "rank": 60 } - ], - "title": { - "romaji": "Azadarake no Classmate ga Shinpai", - "english": null, - "native": "痣だらけのクラスメイトが心配で" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687229788, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166117-8HFjVgVjNXt6.jpg" - } - }, - { - "id": 122337, - "idMal": 130934, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "She is the neighbour Angel, I am spoilt by her.", - "The Case of the Neighbourhood Angel Turning into a Degenerate Unaware", - "The Case of Being Turned into a Good-for-nothing by my Neighbour the Angel", - "ขาดคุณนางฟ้าข้างห้องไป ผมคงมีชีวิตต่อไปไม่ได้อีกแล้ว", - "關於我在無意間被隔壁的天使變成廢柴這件事" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 77 }, - { "name": "School", "rank": 73 }, - { "name": "Food", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 40 } - ], - "title": { - "romaji": "Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken", - "english": "The Angel Next Door Spoils Me Rotten", - "native": "お隣の天使様にいつの間にか駄目人間にされていた件" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687411707, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122337-vy8L0b1ySIQr.jpg" - } - }, - { - "id": 99409, - "idMal": 107035, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 15, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Isekai Goumon-hime", - "Another World Torture Princess", - "Torture Princess of Another World", - "이세계 고문공주", - "Fremd Torturchen", - "Torture Princess" - ], - "genres": ["Action", "Drama", "Fantasy", "Horror", "Supernatural"], - "tags": [ - { "name": "Gore", "rank": 95 }, - { "name": "Seinen", "rank": 84 }, - { "name": "Isekai", "rank": 84 }, - { "name": "Tragedy", "rank": 55 } - ], - "title": { - "romaji": "Isekai Goumon Hime", - "english": "Torture Princess: Fremd Torturchen", - "native": "異世界拷問姫" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687420456, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99409-H8Pa4PHDEn1K.jpg" - } - }, - { - "id": 85533, - "idMal": 78537, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 190, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Skilled Teaser Takagi-san", - "Takagi-san Experta en Bromas Pesadas", - "Nicht schon wieder, Takagi-san!", - "Quand Takagi me taquine", - "Takagi - A Mestra das Pegadinhas", - "แกล้งนัก รักนะ รู้ยัง ", - "Nhất quỷ nhì ma, thứ ba Takagi" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 92 }, - { "name": "Achronological Order", "rank": 92 }, - { "name": "Slapstick", "rank": 86 }, - { "name": "Primarily Child Cast", "rank": 81 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Iyashikei", "rank": 71 }, - { "name": "Shounen", "rank": 64 }, - { "name": "Episodic", "rank": 20 }, - { "name": "Bullying", "rank": 20 } - ], - "title": { - "romaji": "Karakai Jouzu no Takagi-san", - "english": "Teasing Master Takagi-san", - "native": "からかい上手の高木さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687429267, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85533-lrXvNT9iH9sY.jpg" - } - }, - { - "id": 142781, - "idMal": 146643, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "ONE_SHOT", - "duration": null, - "synonyms": ["Jujutsu Kaisen Chapter 168.5", "Jujutsu Kaisen 0.5"], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [{ "name": "Shounen", "rank": 79 }], - "title": { - "romaji": "Jujutsu Kaisen Bangai-hen", - "english": "Jujutsu Kaisen: Bonus Manga", - "native": "呪術廻戦 番外編" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687438440, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx142781-S9MDqdoubJ6X.jpg" - } - }, - { - "id": 101120, - "idMal": 104862, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Watashi no Yuri wa Oshigotodesu!", - "ลิลี่ผลิบานเพราะเป็นงานหรอกนะคะ!", - "Café Liebe", - "Schwestern in Liebe!", - "Yuri to moja praca!", - "百合是我的工作!" - ], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Work", "rank": 88 }, - { "name": "Meta", "rank": 88 }, - { "name": "Yuri", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 87 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Acting", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 70 }, - { "name": "Gyaru", "rank": 55 }, - { "name": "School", "rank": 53 }, - { "name": "Parody", "rank": 50 }, - { "name": "Netorare", "rank": 20 } - ], - "title": { - "romaji": "Watashi no Yuri wa Oshigoto desu!", - "english": "Yuri Is My Job!", - "native": "私の百合はお仕事です!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687486767, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101120-amBJIqs6SEsE.jpg" - } - }, - { - "id": 106820, - "idMal": 117726, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Cheat Pharmicist's Slow Life: Making a Drug Store in Another World", - "ชีวิตสโลว์ไลฟ์ของหมอยาสุดโกง ~เปิดร้านขายยาที่ต่างโลก~" - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Kemonomimi", "rank": 79 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Medicine", "rank": 79 }, - { "name": "Ghost", "rank": 60 }, - { "name": "Isekai", "rank": 55 } - ], - "title": { - "romaji": "Cheat Kusushi no Slow Life: Isekai ni Tsukurou Drugstore", - "english": "Drugstore in Another World: The Slow Life of a Cheat Pharmacist", - "native": "チート薬師のスローライフ ​異世界に作ろうドラッグストア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687505886, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106820-4aWNuKUcs5sa.jpg" - } - }, - { - "id": 110175, - "idMal": 120451, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 48, - "format": "MANGA", - "duration": null, - "synonyms": [ - "JK 하루는 이세계에서 창부가 되었다", - "JK Haru: życie prostytutki w innym świecie", - "女高中生小春在異世界成為娼妓" - ], - "genres": ["Ecchi", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 94 }, - { "name": "Prostitution", "rank": 93 }, - { "name": "Isekai", "rank": 92 }, - { "name": "Tragedy", "rank": 92 }, - { "name": "Josei", "rank": 79 }, - { "name": "Nudity", "rank": 78 }, - { "name": "Acting", "rank": 76 }, - { "name": "Bullying", "rank": 50 }, - { "name": "Rape", "rank": 40 }, - { "name": "Super Power", "rank": 13 } - ], - "title": { - "romaji": "JK Haru wa Isekai de Shoufu ni Natta", - "english": "JK Haru is a Sex Worker in Another World", - "native": "JKハルは異世界で娼婦になった" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687514224, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110175-EtfbIxIIEHVy.png" - } - }, - { - "id": 33046, - "idMal": 3046, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 23, - "format": "MANGA", - "duration": null, - "synonyms": ["Iinari! Aibureeshon"], - "genres": ["Action", "Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Watersports", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Shounen", "rank": 50 } - ], - "title": { - "romaji": "Iinari! Aibration", - "english": null, - "native": "いいなり!あいぶれーしょん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687657656, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/3046.jpg" - } - }, - { - "id": 41684, - "idMal": 11684, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 41, - "format": "MANGA", - "duration": null, - "synonyms": ["Dominanodo!"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Tsundere", "rank": 80 }, - { "name": "Bullying", "rank": 80 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Nudity", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Shounen", "rank": 50 }, - { "name": "Slavery", "rank": 50 }, - { "name": "Feet", "rank": 40 }, - { "name": "Slapstick", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Parody", "rank": 20 } - ], - "title": { "romaji": "Domina no Do!", "english": null, "native": "どみなのド!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687657663, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx41684-3mCZy8lJvIEM.jpg" - } - }, - { - "id": 59847, - "idMal": 29847, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 85, - "format": "MANGA", - "duration": null, - "synonyms": ["Angel Drops", "Tenshi no Doroppu"], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "Primarily Child Cast", "rank": 79 }, - { "name": "Angels", "rank": 60 }, - { "name": "Watersports", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Yuri", "rank": 50 }, - { "name": "Surreal Comedy", "rank": 20 } - ], - "title": { "romaji": "Tenshi no Drop", "english": "Angel's Drop", "native": "天使のドロップ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687657667, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx59847-x55LIozttIfK.jpg" - } - }, - { - "id": 33048, - "idMal": 3048, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 154, - "format": "MANGA", - "duration": null, - "synonyms": ["Kiss×sis", "Kiss×sis"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 99 }, - { "name": "Heterosexual", "rank": 95 }, - { "name": "Nudity", "rank": 94 }, - { "name": "Twins", "rank": 92 }, - { "name": "Masturbation", "rank": 88 }, - { "name": "Love Triangle", "rank": 84 }, - { "name": "Incest", "rank": 81 }, - { "name": "Inseki", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Seinen", "rank": 76 }, - { "name": "School", "rank": 74 }, - { "name": "Watersports", "rank": 69 }, - { "name": "Teacher", "rank": 60 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Yuri", "rank": 20 }, - { "name": "Rape", "rank": 13 } - ], - "title": { "romaji": "Kiss x Sis", "english": null, "native": "キスxシス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687657684, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33048-5T9bGeZlCvSP.png" - } - }, - { - "id": 144226, - "idMal": 145860, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Horror", "Mystery", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Rural", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Higurashi no Naku Koro ni Oni", - "english": null, - "native": "ひぐらしのなく頃に 鬼" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687683445, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144226-JgHgYfHiT2pB.jpg" - } - }, - { - "id": 31362, - "idMal": 1362, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["HidaSke"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "4-koma", "rank": 96 }, - { "name": "Cute Girls Doing Cute Things", "rank": 94 }, - { "name": "Drawing", "rank": 79 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "School", "rank": 73 }, - { "name": "Seinen", "rank": 53 }, - { "name": "Yuri", "rank": 20 } - ], - "title": { - "romaji": "Hidamari Sketch", - "english": "Sunshine Sketch", - "native": "ひだまりスケッチ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687751456, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31362-bZ4pbDvA0bdj.png" - } - }, - { - "id": 134709, - "idMal": 138203, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Uketsukejou Saikyou", - "I'm the guild receptionist, but since I don't want to work overtime, I think I'll just solo the boss", - "I'm a Guild Receptionist, but I Hate Overtime So I'm Going to Slay the Boss Solo", - "Girumasu" - ], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Work", "rank": 50 }, - { "name": "Dungeon", "rank": 50 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Super Power", "rank": 20 }, - { "name": "Magic", "rank": 20 } - ], - "title": { - "romaji": "Guild no Uketsukejou desu ga, Zangyou wa Iya nanode Boss wo Solo Tobatsu Shiyou to Omoimasu", - "english": "I May Be a Guild Receptionist, but I’ll Solo Any Boss to Clock Out on Time", - "native": "ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687764169, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134709-A7O4qIAqy1CT.jpg" - } - }, - { - "id": 108069, - "idMal": 113912, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 135, - "format": "MANGA", - "duration": null, - "synonyms": ["Hino-san is a Dummy", "Hino, You Dummy!"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 97 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "School", "rank": 81 }, - { "name": "Tsundere", "rank": 76 }, - { "name": "Delinquents", "rank": 60 }, - { "name": "Age Gap", "rank": 30 }, - { "name": "Body Swapping", "rank": 26 } - ], - "title": { "romaji": "Hino-san no Baka", "english": null, "native": "飛野さんのバカ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687772109, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108069-0o09tvykf8Pu.jpg" - } - }, - { - "id": 124621, - "idMal": 130633, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Rare Marriage: How to Grill Our Love", - "Grilling for Two", - "Rare Love", - "Grilling Together", - "จุดรักเราด้วยเตาถ่าน" - ], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Food", "rank": 98 }, - { "name": "Primarily Adult Cast", "rank": 88 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Family Life", "rank": 77 }, - { "name": "Outdoor", "rank": 64 }, - { "name": "Rural", "rank": 60 }, - { "name": "Educational", "rank": 57 }, - { "name": "Office Lady", "rank": 33 }, - { "name": "Iyashikei", "rank": 20 } - ], - "title": { - "romaji": "Yaiteru Futari", - "english": "How to Grill Our Love", - "native": "焼いてるふたり" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687833848, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx124621-g3dTY9fb8Frj.jpg" - } - }, - { - "id": 141756, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 96 }, - { "name": "Villainess", "rank": 91 }, - { "name": "Bullying", "rank": 87 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Full Color", "rank": 80 }, - { "name": "Isekai", "rank": 65 }, - { "name": "School", "rank": 62 }, - { "name": "Time Manipulation", "rank": 60 }, - { "name": "Magic", "rank": 55 }, - { "name": "Age Regression", "rank": 53 } - ], - "title": { - "romaji": "Qing Qifu Wo Ba, Eyi Xiaojie!", - "english": "Please Bully Me, Miss Villainess!", - "native": "请欺负我吧,恶役小姐!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687853886, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141756-6veAkPU4jW0p.jpg" - } - }, - { - "id": 112963, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Teens' Love", "rank": 79 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Delinquents", "rank": 60 }, - { "name": "School", "rank": 60 } - ], - "title": { - "romaji": "Sono Aegigoe, Hitorijime: Fujoshi ga Motete Iin desu ka?", - "english": "Your Moans Are Mine Alone -Is It Okay for a Yaoi Fangirl to Be Popular?-", - "native": "その喘ぎ声、ひとりじめ~腐女子がモテていいんですか?~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687875708, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112963-S644QmnxZ84r.jpg" - } - }, - { - "id": 135165, - "idMal": 139653, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 28, - "format": "MANGA", - "duration": null, - "synonyms": ["Love-Kyo: My Private Tutor is too XXX for Me to Study"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Teacher", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Time Skip", "rank": 20 } - ], - "title": { - "romaji": "Lovekyo: Katei Kyoushi ga ×× Sugite Benkyou Dokoro Janai", - "english": null, - "native": "らぶキョ~家庭教師が××すぎて勉強どころじゃない~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687912091, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135165-IB5Df9ZrtDTN.jpg" - } - }, - { - "id": 122161, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Amazing New World", "Wonderful New World", "すばらしき新世界", "美麗新世界"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 88 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Nudity", "rank": 88 }, - { "name": "Revenge", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Work", "rank": 79 }, - { "name": "Office Lady", "rank": 73 }, - { "name": "Female Harem", "rank": 72 }, - { "name": "Blackmail", "rank": 70 }, - { "name": "Primarily Adult Cast", "rank": 66 }, - { "name": "MILF", "rank": 66 }, - { "name": "Rape", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "Public Sex", "rank": 60 }, - { "name": "Large Breasts", "rank": 60 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Squirting", "rank": 60 }, - { "name": "Voyeur", "rank": 40 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Threesome", "rank": 40 }, - { "name": "Rimjob", "rank": 20 }, - { "name": "Bisexual", "rank": 20 }, - { "name": "Sex Toys", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Ashikoki", "rank": 20 }, - { "name": "Drugs", "rank": 20 } - ], - "title": { - "romaji": "Meotjin Sinsegye", - "english": "Brave New World", - "native": "멋진 신세계" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687929859, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b122161-TiVVDGIyebvZ.jpg" - } - }, - { - "id": 138603, - "idMal": 141833, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "หน้าร้อนที่ฮิคารุจากไป", - "Der Sommer, in dem Hikaru starb", - "O Verão em que Hikaru Morreu", - "Lato, kiedy umarł Hikaru", - "El verano en que Hikaru murio", - "L'estate in cui Hikaru è morto" - ], - "genres": ["Horror", "Mystery", "Psychological", "Supernatural", "Thriller"], - "tags": [ - { "name": "Monster Boy", "rank": 99 }, - { "name": "Male Protagonist", "rank": 91 }, - { "name": "Rural", "rank": 86 }, - { "name": "Body Horror", "rank": 84 }, - { "name": "Seinen", "rank": 83 }, - { "name": "Tragedy", "rank": 83 }, - { "name": "LGBTQ+ Themes", "rank": 78 }, - { "name": "Boys' Love", "rank": 76 }, - { "name": "Cosmic Horror", "rank": 72 }, - { "name": "Primarily Teen Cast", "rank": 70 } - ], - "title": { - "romaji": "Hikaru ga Shinda Natsu", - "english": "The Summer Hikaru Died", - "native": "光が死んだ夏" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687932384, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138603-j0gcshf7PVkN.jpg" - } - }, - { - "id": 98397, - "idMal": 104271, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 153, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Trail of Blood", - "Rastros de Sangre", - "Les Liens du sang", - "สายเลือดวิปริต", - "Tracce di Sangue", - "Krew na szlaku" - ], - "genres": ["Drama", "Horror", "Psychological"], - "tags": [ - { "name": "Tragedy", "rank": 93 }, - { "name": "Seinen", "rank": 92 }, - { "name": "Family Life", "rank": 86 }, - { "name": "Denpa", "rank": 86 }, - { "name": "Coming of Age", "rank": 85 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Suicide", "rank": 77 }, - { "name": "Crime", "rank": 74 }, - { "name": "Time Skip", "rank": 71 }, - { "name": "Bullying", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Amnesia", "rank": 60 }, - { "name": "Anti-Hero", "rank": 53 }, - { "name": "Memory Manipulation", "rank": 53 }, - { "name": "Nudity", "rank": 49 }, - { "name": "School", "rank": 47 }, - { "name": "Police", "rank": 47 }, - { "name": "Tomboy", "rank": 46 }, - { "name": "Philosophy", "rank": 40 }, - { "name": "Cosmic Horror", "rank": 20 } - ], - "title": { "romaji": "Chi no Wadachi", "english": "Blood on the Tracks", "native": "血の轍" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687932391, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx98397-5b3kSYyw7ykd.jpg" - } - }, - { - "id": 101176, - "idMal": 112774, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "El Hombre y el Gato", - "Le chat qui rendait l'homme heureux et inversement", - "Starszy Pan i kot ", - "วันนุ่มนุ่มของลุงกับแมว", - "Chú già nuôi mèo ú" - ], - "genres": ["Drama", "Slice of Life"], - "tags": [ - { "name": "Animals", "rank": 97 }, - { "name": "Iyashikei", "rank": 95 }, - { "name": "Found Family", "rank": 88 }, - { "name": "Primarily Adult Cast", "rank": 85 }, - { "name": "School", "rank": 79 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Chibi", "rank": 72 }, - { "name": "Cute Boys Doing Cute Things", "rank": 70 }, - { "name": "Shounen", "rank": 40 }, - { "name": "Work", "rank": 40 } - ], - "title": { - "romaji": "Ojisama to Neko", - "english": "A Man and His Cat", - "native": "おじさまと猫" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687932404, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101176-No1SQf8YBkMk.jpg" - } - }, - { - "id": 118354, - "idMal": 131884, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 79, - "format": "MANGA", - "duration": null, - "synonyms": ["Even in a Different World, I Tried Working as a Call Girl"], - "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Isekai Demo Fuuzoku Jou Yatte Mita", - "english": "Call Girl in Another World", - "native": "異世界でも風俗嬢やってみた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687943712, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118354-MzuXw7mWxdfe.jpg" - } - }, - { - "id": 116186, - "idMal": 126699, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["ห้วงเหวลึกของเด็กหนุ่ม"], - "genres": ["Drama", "Psychological", "Romance"], - "tags": [ - { "name": "Tragedy", "rank": 93 }, - { "name": "Suicide", "rank": 90 }, - { "name": "Seinen", "rank": 89 }, - { "name": "Coming of Age", "rank": 85 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Crime", "rank": 80 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Yandere", "rank": 78 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Age Gap", "rank": 74 }, - { "name": "Nudity", "rank": 72 }, - { "name": "Teacher", "rank": 66 }, - { "name": "Ensemble Cast", "rank": 66 }, - { "name": "LGBTQ+ Themes", "rank": 64 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Idol", "rank": 60 }, - { "name": "Bullying", "rank": 50 }, - { "name": "Hikikomori", "rank": 48 }, - { "name": "Marriage", "rank": 40 }, - { "name": "Time Skip", "rank": 30 }, - { "name": "Transgender", "rank": 20 } - ], - "title": { "romaji": "Shounen no Abyss", "english": "Boy's Abyss", "native": "少年のアビス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687947104, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116186-KgIa6Zf6I1iH.jpg" - } - }, - { - "id": 86898, - "idMal": 82745, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 78, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Ajin-chan wa Kataritai", - "Демі-чян бажають потеревенити", - "Interviews mit Monster-Mädchen" - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Monster Girl", "rank": 100 }, - { "name": "School", "rank": 93 }, - { "name": "Dullahan", "rank": 80 }, - { "name": "Vampire", "rank": 77 }, - { "name": "Mythology", "rank": 70 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Succubus", "rank": 68 }, - { "name": "Cute Girls Doing Cute Things", "rank": 67 }, - { "name": "Female Harem", "rank": 37 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Bullying", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 } - ], - "title": { - "romaji": "Demi-chan wa Kataritai", - "english": "Interviews with Monster Girls", - "native": "亜人ちゃんは語りたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687953972, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86898-lIrpjlQqzVhc.png" - } - }, - { - "id": 85139, - "idMal": 57015, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 196, - "format": "MANGA", - "duration": null, - "synonyms": ["The Truth Is I am...", "จุ๊จุ๊ จะบอกว่าฉันคือ…"], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "School", "rank": 100 }, - { "name": "Vampire", "rank": 92 }, - { "name": "Heterosexual", "rank": 83 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Monster Girl", "rank": 79 }, - { "name": "Demons", "rank": 75 }, - { "name": "Female Harem", "rank": 75 }, - { "name": "Love Triangle", "rank": 72 }, - { "name": "Time Manipulation", "rank": 70 }, - { "name": "Shounen", "rank": 66 }, - { "name": "Aliens", "rank": 65 }, - { "name": "Urban Fantasy", "rank": 20 }, - { "name": "Werewolf", "rank": 20 }, - { "name": "Ghost", "rank": 20 }, - { "name": "Ninja", "rank": 20 }, - { "name": "Age Gap", "rank": 20 } - ], - "title": { - "romaji": "Jitsu wa Watashi wa", - "english": "My Monster Secret: Actually, I Am…", - "native": "実は私は" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687953990, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85139-vBIvJiRLeyE4.jpg" - } - }, - { - "id": 30894, - "idMal": 894, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 40, - "format": "MANGA", - "duration": null, - "synonyms": ["Rosario and Vampire", "Rosario+Vampire - Tılsımlı Kolye ve Vampir"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Vampire", "rank": 96 }, - { "name": "Monster Girl", "rank": 93 }, - { "name": "Female Harem", "rank": 85 }, - { "name": "Magic", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 73 }, - { "name": "Witch", "rank": 70 }, - { "name": "Demons", "rank": 70 }, - { "name": "Succubus", "rank": 65 }, - { "name": "School", "rank": 60 }, - { "name": "Dissociative Identities", "rank": 60 }, - { "name": "School Club", "rank": 60 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Heterosexual", "rank": 46 }, - { "name": "Tragedy", "rank": 40 }, - { "name": "Delinquents", "rank": 40 }, - { "name": "Mermaid", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Bisexual", "rank": 20 }, - { "name": "Gore", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Rosario to Vampire", - "english": "Rosario+Vampire", - "native": "ロザリオとバンパイア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687953999, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30894-brvhN8LsZ0lP.png" - } - }, - { - "id": 140569, - "idMal": 142990, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Sci-Fi"], - "tags": [ - { "name": "Ojou-sama", "rank": 86 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Episodic", "rank": 65 }, - { "name": "Surreal Comedy", "rank": 60 }, - { "name": "Tokusatsu", "rank": 60 }, - { "name": "Kaiju", "rank": 60 }, - { "name": "Aliens", "rank": 40 }, - { "name": "Meta", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Parody", "rank": 40 }, - { "name": "Robots", "rank": 40 } - ], - "title": { "romaji": "Giant Ojou-sama", "english": null, "native": "ジャイアントお嬢様" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687994392, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140569-skk6QoJ8w6MO.png" - } - }, - { - "id": 149337, - "idMal": 147483, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["You Talk Too Much, So Just Shut It Already!, You're Too Noisy!"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Disability", "rank": 79 }, - { "name": "School", "rank": 60 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Language Barrier", "rank": 20 } - ], - "title": { - "romaji": "Kimi wa Yakamashi Tojite yo Kuchi wo!", - "english": null, - "native": "君は喧し閉じてよ口を!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688065254, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b149337-mvMmCdeiYuRu.jpg" - } - }, - { - "id": 121716, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Sci-Fi"], - "tags": [{ "name": "Anthology", "rank": 60 }, { "name": "Shounen", "rank": 20 }], - "title": { - "romaji": "Robotics;Notes: Dengeki Comic Anthology", - "english": null, - "native": "ROBOTICS;NOTES 電撃コミックアンソロジー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102954, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx121716-RrgLZ2r4sC1K.jpg" - } - }, - { - "id": 55604, - "idMal": 25604, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 16, - "format": "MANGA", - "duration": null, - "synonyms": ["Goodbye Piano Sonata"], - "genres": ["Drama", "Music", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Musical", "rank": 79 }, - { "name": "Band", "rank": 60 }, - { "name": "School Club", "rank": 50 }, - { "name": "Coming of Age", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Sayonara Piano Sonata", - "english": null, - "native": "さよならピアノソナタ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102958, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx55604-lDmwQaaVo7Qk.jpg" - } - }, - { - "id": 107286, - "idMal": 117038, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Anthology", "rank": 30 }, - { "name": "Gods", "rank": 20 }, - { "name": "Meta", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Hayai Hanashi ga Ikutsuka", - "english": null, - "native": "早い話がいくつか" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102974, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx107286-TTmSbQOn1ta0.jpg" - } - }, - { - "id": 85138, - "idMal": 58313, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "MANGA", - "duration": null, - "synonyms": ["ib", "Instant Bullet", "ib - Instant Bullet"], - "genres": ["Drama", "Fantasy", "Psychological", "Supernatural"], - "tags": [ - { "name": "Seinen", "rank": 95 }, - { "name": "Super Power", "rank": 80 }, - { "name": "Anti-Hero", "rank": 80 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Philosophy", "rank": 68 }, - { "name": "Time Manipulation", "rank": 66 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Female Harem", "rank": 40 }, - { "name": "Yandere", "rank": 32 } - ], - "title": { - "romaji": "ib: Instant Bullet", - "english": null, - "native": "ib -インスタントバレット-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102981, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85138-74SNsMS77eTC.jpg" - } - }, - { - "id": 131507, - "idMal": 135177, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 3, - "format": "MANGA", - "duration": null, - "synonyms": ["Original Hinatazaka"], - "genres": ["Adventure", "Comedy", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "Parody", "rank": 79 }, - { "name": "Magic", "rank": 70 }, - { "name": "Detective", "rank": 66 }, - { "name": "Zombie", "rank": 66 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Isekai", "rank": 55 }, - { "name": "Dinosaurs", "rank": 40 }, - { "name": "Pandemic", "rank": 20 } - ], - "title": { "romaji": "Gensaku Hinatazaka", "english": null, "native": "げんさくひなたざか" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102988, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx131507-WVNx2GQvdHzA.jpg" - } - }, - { - "id": 33986, - "idMal": 3986, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 58, - "format": "MANGA", - "duration": null, - "synonyms": ["«Страна чудес смертников»"], - "genres": ["Action", "Adventure", "Drama", "Sci-Fi", "Supernatural"], - "tags": [ - { "name": "Death Game", "rank": 100 }, - { "name": "Body Horror", "rank": 80 }, - { "name": "Prison", "rank": 79 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Super Power", "rank": 75 }, - { "name": "Dissociative Identities", "rank": 75 }, - { "name": "Tragedy", "rank": 75 }, - { "name": "Gore", "rank": 74 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Torture", "rank": 60 }, - { "name": "Dystopian", "rank": 55 }, - { "name": "Philosophy", "rank": 20 }, - { "name": "Suicide", "rank": 20 } - ], - "title": { - "romaji": "Deadman Wonderland", - "english": "Deadman Wonderland", - "native": "デッドマン・ワンダーランド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102995, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33986-eRw42IOKn6UI.jpg" - } - }, - { - "id": 58825, - "idMal": 28825, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 69, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Ookami Shoujo to Kuroouji", - "The Reason I Love You", - "Kimi wo Suki ni Natta Riyuu", - "Wolf Girl & Black Prince", - "Wilczyca i Czarny Książę" - ], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Shoujo", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Gyaru", "rank": 20 } - ], - "title": { - "romaji": "Ookami Shoujo to Kuro Ouji", - "english": "Wolf Girl and Black Prince", - "native": "オオカミ少女と黒王子" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688109988, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx58825-jAL4i3vf2lNN.jpg" - } - }, - { - "id": 128896, - "idMal": 133545, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Magic", "rank": 94 }, - { "name": "Witch", "rank": 93 }, - { "name": "Parody", "rank": 88 }, - { "name": "Urban Fantasy", "rank": 82 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Vampire", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Youkai", "rank": 73 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Found Family", "rank": 73 }, - { "name": "Dissociative Identities", "rank": 72 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "Werewolf", "rank": 65 }, - { "name": "Shounen", "rank": 62 }, - { "name": "Conspiracy", "rank": 55 }, - { "name": "Otaku Culture", "rank": 51 }, - { "name": "Meta", "rank": 46 }, - { "name": "Fashion", "rank": 40 }, - { "name": "Gore", "rank": 40 }, - { "name": "Age Regression", "rank": 33 }, - { "name": "Dragons", "rank": 20 } - ], - "title": { "romaji": "Witch Watch", "english": "WITCH WATCH", "native": "ウィッチウォッチ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688110018, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128896-VJfCBLFkm4Lb.jpg" - } - }, - { - "id": 100044, - "idMal": 98037, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 13, - "format": "MANGA", - "duration": null, - "synonyms": ["鼻血少女热恋中", "Hanadi Shoujo wa Koizakari", "Hanadishoujo ha Koizakari"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [{ "name": "Josei", "rank": 20 }], - "title": { - "romaji": "Hanaji Shoujo wa Koizakari", - "english": null, - "native": "鼻血少女は恋ざかり" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688115337, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100044-wBA3QI4tFUnK.jpg" - } - }, - { - "id": 74485, - "idMal": 44485, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 367, - "format": "MANGA", - "duration": null, - "synonyms": [ - "일곱 개의 대죄", - "Yedi Ölümcül Günah", - "الخطايا السبع المميتة", - "七大罪", - "Thất hình đại tội", - "Семь смертных грехов", - "ศึกตำนาน 7 อัศวิน" - ], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Shounen", "rank": 99 }, - { "name": "Ensemble Cast", "rank": 92 }, - { "name": "Demons", "rank": 91 }, - { "name": "Super Power", "rank": 86 }, - { "name": "Magic", "rank": 85 }, - { "name": "Reincarnation", "rank": 85 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Gods", "rank": 79 }, - { "name": "Memory Manipulation", "rank": 79 }, - { "name": "Fairy", "rank": 79 }, - { "name": "Fairy Tale", "rank": 75 }, - { "name": "War", "rank": 70 }, - { "name": "Male Protagonist", "rank": 69 }, - { "name": "Amnesia", "rank": 68 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Dissociative Identities", "rank": 60 }, - { "name": "Martial Arts", "rank": 60 }, - { "name": "Anti-Hero", "rank": 53 }, - { "name": "Revenge", "rank": 53 }, - { "name": "Bar", "rank": 46 }, - { "name": "Heterosexual", "rank": 45 }, - { "name": "Animals", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Time Manipulation", "rank": 40 }, - { "name": "Lost Civilization", "rank": 20 }, - { "name": "Found Family", "rank": 20 } - ], - "title": { - "romaji": "Nanatsu no Taizai", - "english": "The Seven Deadly Sins", - "native": "七つの大罪" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688284066, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx74485-mFbj0sQEcBur.jpg" - } - }, - { - "id": 30026, - "idMal": 26, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["ハンター×ハンター", "HxH", "헌터×헌터", "القناص"], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Shounen", "rank": 91 }, - { "name": "Super Power", "rank": 89 }, - { "name": "Cultivation", "rank": 89 }, - { "name": "Ensemble Cast", "rank": 85 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Primarily Male Cast", "rank": 77 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Travel", "rank": 74 }, - { "name": "Revenge", "rank": 73 }, - { "name": "Anti-Hero", "rank": 73 }, - { "name": "Crime", "rank": 72 }, - { "name": "Chimera", "rank": 72 }, - { "name": "Tragedy", "rank": 71 }, - { "name": "Assassins", "rank": 71 }, - { "name": "Urban Fantasy", "rank": 70 }, - { "name": "Battle Royale", "rank": 70 }, - { "name": "Politics", "rank": 69 }, - { "name": "Coming of Age", "rank": 68 }, - { "name": "Death Game", "rank": 66 }, - { "name": "Gangs", "rank": 65 }, - { "name": "Martial Arts", "rank": 60 }, - { "name": "Gore", "rank": 60 }, - { "name": "Ships", "rank": 60 }, - { "name": "Conspiracy", "rank": 58 }, - { "name": "Lost Civilization", "rank": 56 }, - { "name": "Video Games", "rank": 54 }, - { "name": "Card Battle", "rank": 54 }, - { "name": "Mafia", "rank": 49 }, - { "name": "Animals", "rank": 45 }, - { "name": "LGBTQ+ Themes", "rank": 44 }, - { "name": "Demons", "rank": 35 }, - { "name": "Transgender", "rank": 35 }, - { "name": "Time Manipulation", "rank": 32 }, - { "name": "Amnesia", "rank": 30 }, - { "name": "Cannibalism", "rank": 28 }, - { "name": "Gender Bending", "rank": 26 }, - { "name": "Samurai", "rank": 26 }, - { "name": "Asexual", "rank": 25 } - ], - "title": { "romaji": "HUNTER×HUNTER", "english": "Hunter x Hunter", "native": "HUNTER×HUNTER" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688293460, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30026-uCvXMudMzmwI.jpg" - } - }, - { - "id": 86123, - "idMal": 86337, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["블랙 클로버"], - "genres": ["Action", "Comedy", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 95 }, - { "name": "Shounen", "rank": 95 }, - { "name": "Super Power", "rank": 86 }, - { "name": "Demons", "rank": 84 }, - { "name": "Male Protagonist", "rank": 83 }, - { "name": "Lost Civilization", "rank": 72 }, - { "name": "Dissociative Identities", "rank": 71 }, - { "name": "Elf", "rank": 70 }, - { "name": "Time Skip", "rank": 60 }, - { "name": "Cultivation", "rank": 58 }, - { "name": "Time Manipulation", "rank": 56 }, - { "name": "Heterosexual", "rank": 56 }, - { "name": "Triads", "rank": 53 }, - { "name": "Tragedy", "rank": 45 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Age Regression", "rank": 40 }, - { "name": "Female Harem", "rank": 38 }, - { "name": "Dungeon", "rank": 27 } - ], - "title": { - "romaji": "Black Clover", - "english": "Black Clover", - "native": "ブラッククローバー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688293476, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86123-yRZuDFrUEDGu.png" - } - }, - { - "id": 134369, - "idMal": 136979, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Charms Are Wasted On Kuroiwa Medaka", "คุโรอิวะ เมดากะ ไม่เข้าใจความน่ารักของฉันเลย"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 100 }, - { "name": "Heterosexual", "rank": 92 }, - { "name": "Love Triangle", "rank": 85 }, - { "name": "Female Protagonist", "rank": 81 }, - { "name": "School", "rank": 77 }, - { "name": "Tsundere", "rank": 77 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Shounen", "rank": 74 }, - { "name": "Kuudere", "rank": 70 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "Religion", "rank": 64 }, - { "name": "Cosplay", "rank": 60 }, - { "name": "Yandere", "rank": 44 }, - { "name": "Nudity", "rank": 33 } - ], - "title": { - "romaji": "Kuroiwa Medaka ni Watashi no Kawaii ga Tsuujinai", - "english": "Medaka Kuroiwa is Impervious to My Charms", - "native": "黒岩メダカに私の可愛いが通じない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688296107, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134369-1ccMwIqM23F7.jpg" - } - }, - { - "id": 113501, - "idMal": 122353, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "求妳快走吧,阿久津!", - "Please Go Home, Akutsu-san!", - "Yankee Musume", - "ヤンキー娘" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Iyashikei", "rank": 100 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Tsundere", "rank": 86 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Heterosexual", "rank": 84 }, - { "name": "Gyaru", "rank": 83 }, - { "name": "Delinquents", "rank": 81 }, - { "name": "Episodic", "rank": 80 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Tomboy", "rank": 65 }, - { "name": "Nudity", "rank": 50 }, - { "name": "School", "rank": 48 }, - { "name": "Bullying", "rank": 32 } - ], - "title": { - "romaji": "Kaette Kudasai! Akutsu-san", - "english": "Please Go Home, Miss Akutsu!", - "native": "帰ってください! 阿久津さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688388205, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113501-rVSt4fVTEAy2.jpg" - } - }, - { - "id": 107462, - "idMal": 108566, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Mahou Shoujo", "Slice of Life"], - "tags": [ - { "name": "Urban Fantasy", "rank": 98 }, - { "name": "Female Protagonist", "rank": 97 }, - { "name": "Demons", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Magic", "rank": 89 }, - { "name": "Cute Girls Doing Cute Things", "rank": 89 }, - { "name": "Yuri", "rank": 85 }, - { "name": "4-koma", "rank": 81 }, - { "name": "Memory Manipulation", "rank": 66 }, - { "name": "Amnesia", "rank": 63 }, - { "name": "Henshin", "rank": 61 }, - { "name": "Super Power", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Kemonomimi", "rank": 53 }, - { "name": "Gods", "rank": 48 }, - { "name": "Youkai", "rank": 43 }, - { "name": "School", "rank": 40 }, - { "name": "Tsundere", "rank": 30 } - ], - "title": { - "romaji": "Machikado Mazoku", - "english": "The Demon Girl Next Door", - "native": "まちカドまぞく" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688388332, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107462-aNPsVx2SY1tz.jpg" - } - }, - { - "id": 140482, - "idMal": 142224, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Magilumiere Co. Ltd.", - "Magi Lumiere Corporation", - "MagiLumiere Co., Ltd.", - "บริษัทจำกัด แมจิลูเมียร์", - "Companhia das Garotas Mágicas Magilumiere" - ], - "genres": ["Action", "Comedy", "Fantasy", "Mahou Shoujo"], - "tags": [ - { "name": "Work", "rank": 100 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Primarily Adult Cast", "rank": 85 }, - { "name": "Magic", "rank": 82 }, - { "name": "Henshin", "rank": 82 }, - { "name": "Superhero", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Office Lady", "rank": 74 }, - { "name": "Urban", "rank": 66 }, - { "name": "Shounen", "rank": 57 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Tokusatsu", "rank": 20 } - ], - "title": { - "romaji": "Kabushiki Gaisha Magi Lumiere", - "english": "Magilumiere Magical Girls Inc.", - "native": "株式会社マジルミエ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688388340, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140482-2CNdAfTnFyUs.jpg" - } - }, - { - "id": 125571, - "idMal": 130778, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 18, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Noble Girl With a Crush on a Plain and Studious Guy Finds the Arrogant Prince to Be a Nuisance" - ], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "School", "rank": 73 }, - { "name": "Shoujo", "rank": 70 }, - { "name": "Ojou-sama", "rank": 70 }, - { "name": "Magic", "rank": 60 }, - { "name": "Love Triangle", "rank": 20 } - ], - "title": { - "romaji": "Gariben Jimi Moe Reijou wa, Ore-sama Ouji nado Oyobi denai", - "english": "The Lady Likes a Nerd over Princes", - "native": "ガリ勉地味萌え令嬢は、俺様王子などお呼びでない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688451638, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125571-OPsSe2zcq7Ig.jpg" - } - }, - { - "id": 106232, - "idMal": 116472, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 26, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Romance"], - "tags": [ - { "name": "Yuri", "rank": 95 }, - { "name": "Drawing", "rank": 92 }, - { "name": "LGBTQ+ Themes", "rank": 82 }, - { "name": "Primarily Adult Cast", "rank": 78 }, - { "name": "Female Protagonist", "rank": 77 }, - { "name": "Work", "rank": 76 }, - { "name": "Otaku Culture", "rank": 71 }, - { "name": "Office Lady", "rank": 65 } - ], - "title": { "romaji": "Still Sick", "english": "Still Sick", "native": "Still Sick" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688451646, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx106232-LfXVW5dROdap.jpg" - } - }, - { - "id": 105332, - "idMal": 117840, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 110, - "format": "MANGA", - "duration": null, - "synonyms": ["Love Fragance", "Du riechst so gut", "Zapach miłości ", "Sudore e sapone"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Primarily Adult Cast", "rank": 89 }, - { "name": "Sweat", "rank": 89 }, - { "name": "Office Lady", "rank": 89 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Heterosexual", "rank": 85 }, - { "name": "Work", "rank": 80 }, - { "name": "Seinen", "rank": 75 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Disability", "rank": 52 }, - { "name": "Love Triangle", "rank": 32 } - ], - "title": { "romaji": "Ase to Sekken", "english": "Sweat and Soap", "native": "あせとせっけん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688463144, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105332-ulsuWUvkMBDU.jpg" - } - }, - { - "id": 108440, - "idMal": 121226, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 46, - "format": "MANGA", - "duration": null, - "synonyms": ["Vampeerz, My Peer Vampires", "Vampires", "แวมเพียร์ซ แวมไพร์สุดที่รัก"], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Yuri", "rank": 91 }, - { "name": "Vampire", "rank": 90 }, - { "name": "Age Gap", "rank": 90 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Primarily Child Cast", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 68 }, - { "name": "Seinen", "rank": 65 }, - { "name": "School", "rank": 60 }, - { "name": "Nudity", "rank": 51 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { "romaji": "Vampeerz", "english": "Vampeerz", "native": "ヴァンピアーズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688467059, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108440-StfziwjQbhwJ.png" - } - }, - { - "id": 119650, - "idMal": 128538, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Wata-Nare", - "我們不可能成為戀人!絕對不行。 (※似乎可行?) ", - "There's No Way I Can Have a Lover! *Or Maybe There Is!?", - "¡No hay manera de que pueda tener un amante! ¿O quizá sí?", - "Um Amor Impossível! Ou Não... " - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 98 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "School", "rank": 85 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 70 }, - { "name": "Female Harem", "rank": 54 }, - { "name": "Seinen", "rank": 13 } - ], - "title": { - "romaji": "Watashi ga Koibito ni Nareru Wake Naijan, Murimuri! (※Muri ja Nakatta!?)", - "english": "There's No Freaking Way I'll be Your Lover! Unless...", - "native": "わたしが恋人になれるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688550167, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119650-L2gWJ6TJYvGd.png" - } - }, - { - "id": 30010, - "idMal": 10, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 214, - "format": "MANGA", - "duration": null, - "synonyms": ["xxxHolic•籠", "×××ホリック•ロウ", "xxxHolic Rou", "xxxHolic Cage", "Holic"], - "genres": ["Comedy", "Drama", "Mystery", "Supernatural"], - "tags": [ - { "name": "Magic", "rank": 96 }, - { "name": "Youkai", "rank": 86 }, - { "name": "Mythology", "rank": 85 }, - { "name": "Clone", "rank": 79 }, - { "name": "Seinen", "rank": 77 }, - { "name": "Crossover", "rank": 77 }, - { "name": "Ghost", "rank": 76 }, - { "name": "Witch", "rank": 68 }, - { "name": "Philosophy", "rank": 55 }, - { "name": "Urban Fantasy", "rank": 52 }, - { "name": "School", "rank": 26 }, - { "name": "Heterosexual", "rank": 25 } - ], - "title": { "romaji": "xxxHolic", "english": "xxxHOLiC", "native": "×××ホリック" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688656578, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30010-NEPm8nwp7e0M.png" - } - }, - { - "id": 137714, - "idMal": 147528, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["That Girl Is Cute... But Dangerous?", "Jirai Nandesuka? Chihara-san"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 75 }, - { "name": "School", "rank": 70 }, - { "name": "Male Protagonist", "rank": 65 } - ], - "title": { - "romaji": "Jirai Nan desu ka? Chihara-san", - "english": null, - "native": "地雷なんですか?地原さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688704196, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx137714-L9dXZ1uhfVBz.jpg" - } - }, - { - "id": 138373, - "idMal": 140330, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 47, - "format": "MANGA", - "duration": null, - "synonyms": ["I'm in Love with the Older Girl Next Door", "NegaSuki"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Age Gap", "rank": 75 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Heterosexual", "rank": 46 }, - { "name": "School", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Tonari no Oneesan ga Suki", - "english": null, - "native": "隣のお姉さんが好き" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688704224, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138373-cBayoc1v4Ipj.jpg" - } - }, - { - "id": 144563, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 23, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [], - "title": { - "romaji": "Black Kokka wo Tsuihou Saretakedo [Zen Jidou Eirei Shoukan] ga Arukara Nani mo Komaranai.: Saikyou Class no Eirei 1000 Karada ga Shiranai Uchi ni Shigoto wo Katazukete Kurerushi, Minna Yasashikute Igokochi Iin de, Imasara Gen no Kuni ni wa Modorimasen.", - "english": null, - "native": "ブラック国家を追放されたけど【全自動・英霊召喚】があるから何も困らない。~最強クラスの英霊1000体が知らないうちに仕事を片付けてくれるし、みんな優しくて居心地いいんで、今さら元の国には戻りません。~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688704483, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144563-JLrIJAGeuIzx.png" - } - }, - { - "id": 143147, - "idMal": 144453, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "お互い言いたいことが言えない店員とお客さんの漫画", - "Otagai Itai koto ga Ienai Tenin to Okyaku-san no Manga" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 75 }, - { "name": "Food", "rank": 60 }, - { "name": "Work", "rank": 20 }, - { "name": "Teacher", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { "romaji": "Kuchibeta Shokudou", "english": null, "native": "くちべた食堂" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688705396, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143147-GlDf4i3hxmD3.jpg" - } - }, - { - "id": 138577, - "idMal": 143991, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["อาฟเตอร์ก็อด "], - "genres": ["Action", "Supernatural"], - "tags": [ - { "name": "Gods", "rank": 100 }, - { "name": "Revenge", "rank": 95 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Pandemic", "rank": 73 }, - { "name": "Dystopian", "rank": 72 }, - { "name": "Body Horror", "rank": 60 }, - { "name": "Torture", "rank": 53 }, - { "name": "Mythology", "rank": 46 }, - { "name": "Gore", "rank": 40 }, - { "name": "Yuri", "rank": 33 }, - { "name": "Urban Fantasy", "rank": 20 }, - { "name": "Boys' Love", "rank": 20 } - ], - "title": { "romaji": "After God", "english": "After God", "native": "アフターゴッド" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688706185, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138577-Rev53Zj2JbNC.png" - } - }, - { - "id": 146858, - "idMal": 145320, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["No more love with the girls", "Osananajimi to wa Love Comedy ni Naranai"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Love Triangle", "rank": 95 }, - { "name": "School", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Tsundere", "rank": 70 }, - { "name": "Female Harem", "rank": 50 }, - { "name": "Parody", "rank": 20 }, - { "name": "Meta", "rank": 20 } - ], - "title": { - "romaji": "Osananajimi to wa Love Come ni Naranai", - "english": null, - "native": "幼馴染とはラブコメにならない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688706222, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx146858-lGlRWfAxqUnL.jpg" - } - }, - { - "id": 103084, - "idMal": 111477, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Le labo de Musubu", "Musubu, The Girl Working There", "Il duro lavoro di Musubu"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Work", "rank": 80 }, - { "name": "Medicine", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 50 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Asoko de Hataraku Musubu-san", - "english": null, - "native": "あそこではたらくムスブさん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711205, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103084-mlzWw4paJO4E.jpg" - } - }, - { - "id": 158905, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Psychological", "Romance", "Slice of Life"], - "tags": [{ "name": "Yuri", "rank": 80 }], - "title": { - "romaji": "Kimochi Warui kara Kimi ga Suki", - "english": null, - "native": "きもちわるいから君がすき" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711241, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx158905-y1tWHkRlDw1r.jpg" - } - }, - { - "id": 143719, - "idMal": 142649, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Mikadono sisters are surprisingly easy to deal with."], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 85 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Tomboy", "rank": 75 }, - { "name": "School", "rank": 60 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Love Triangle", "rank": 10 } - ], - "title": { - "romaji": "Mikadono Sanshimai wa Angai, Choroi.", - "english": null, - "native": "帝乃三姉妹は案外、チョロい。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711351, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143719-u5c2HrIY4ITW.jpg" - } - }, - { - "id": 155896, - "idMal": 152806, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Dragon and Chameleon"], - "genres": ["Drama", "Supernatural"], - "tags": [ - { "name": "Body Swapping", "rank": 66 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Shounen", "rank": 50 }, - { "name": "Otaku Culture", "rank": 40 }, - { "name": "Drawing", "rank": 20 }, - { "name": "Work", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { - "romaji": "Ryuu to Chameleon", - "english": "Dragon and Chameleon", - "native": "龍とカメレオン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711364, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155896-XwIdQv5n2S8s.jpg" - } - }, - { - "id": 87158, - "idMal": 55361, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 193, - "format": "MANGA", - "duration": null, - "synonyms": ["Marinko Yumi", "Marineko Yumi"], - "genres": ["Comedy"], - "tags": [{ "name": "Military", "rank": 79 }, { "name": "Shounen", "rank": 20 }], - "title": { "romaji": "Marine Corps Yumi", "english": null, "native": "まりんこゆみ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711373, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87158-QrqSIQmcmorR.jpg" - } - }, - { - "id": 120171, - "idMal": 128164, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I Turned Into a Gyaru and Tried out My Best Friend", - "I Became a Black Gal So I Fucked My Best Friend", - "De Playboy a Conejita" - ], - "genres": ["Romance"], - "tags": [ - { "name": "Gender Bending", "rank": 98 }, - { "name": "Boys' Love", "rank": 96 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Bisexual", "rank": 77 }, - { "name": "Nudity", "rank": 70 }, - { "name": "Gyaru", "rank": 70 }, - { "name": "Tanned Skin", "rank": 60 }, - { "name": "Anal Sex", "rank": 60 }, - { "name": "Masturbation", "rank": 53 } - ], - "title": { - "romaji": "Kuro Gal ni Natta Kara Shinyuu to Yatte Mita.", - "english": "Fucked By My Best Friend", - "native": "黒ギャルになったから親友とヤってみた。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688719932, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx120171-OLVFDx1WCdoT.png" - } - }, - { - "id": 122673, - "idMal": 131524, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 14, - "format": "MANGA", - "duration": null, - "synonyms": ["Atelier Ryza: Ever Darkness & the Secret Hideout"], - "genres": ["Action", "Adventure", "Comedy", "Drama", "Fantasy"], - "tags": [ - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Magic", "rank": 20 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Ryza no Atelier: Tokoyami no Joou to Himitsu no Kakurega", - "english": null, - "native": "ライザのアトリエ ~常闇の女王と秘密の隠れ家~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689058078, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b122673-UoaRWwHqlBEt.jpg" - } - }, - { - "id": 109310, - "idMal": 119375, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "It's Time for \"Interrogation,\" Princess!", - "Princesse, c'est l'heure de la “Torture”", - "공주님 '고문'시간입니다", - "Es hora de torturarte, princesa", - "องค์หญิง ได้เวลา\"ทรมาน\"แล้วค่ะ", - "公主殿下,「拷問」的時間到了" - ], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Demons", "rank": 90 }, - { "name": "Episodic", "rank": 90 }, - { "name": "Food", "rank": 90 }, - { "name": "Monster Girl", "rank": 88 }, - { "name": "Satire", "rank": 85 }, - { "name": "Slapstick", "rank": 84 }, - { "name": "Iyashikei", "rank": 82 }, - { "name": "Cute Girls Doing Cute Things", "rank": 80 }, - { "name": "Shounen", "rank": 68 }, - { "name": "Primarily Female Cast", "rank": 65 }, - { "name": "Magic", "rank": 60 }, - { "name": "Prison", "rank": 60 }, - { "name": "Surreal Comedy", "rank": 53 }, - { "name": "Anachronism", "rank": 50 }, - { "name": "Vampire", "rank": 40 } - ], - "title": { - "romaji": "Hime-sama, \"Goumon\" no Jikan desu", - "english": "'Tis Time for \"Torture,\" Princess", - "native": "姫様“拷問”の時間です" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689063963, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109310-rMdBHXXGbvFO.png" - } - }, - { - "id": 143516, - "idMal": 142629, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Religion", "rank": 95 }, - { "name": "Demons", "rank": 90 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Magic", "rank": 70 }, - { "name": "Gods", "rank": 68 }, - { "name": "Tragedy", "rank": 66 }, - { "name": "Gore", "rank": 60 }, - { "name": "Urban Fantasy", "rank": 60 }, - { "name": "Witch", "rank": 40 }, - { "name": "Philosophy", "rank": 40 }, - { "name": "Cannibalism", "rank": 33 }, - { "name": "Crossdressing", "rank": 20 } - ], - "title": { - "romaji": "Exorcist wo Otosenai", - "english": "Make the Exorcist Fall in Love", - "native": "エクソシストを堕とせない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689120643, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143516-kIK4iJpcCH30.jpg" - } - }, - { - "id": 119327, - "idMal": 126164, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Betrayed S-Rank Adventurer, I Make a Slave-Only Harem Guild With My Beloved Slaves", - "Betrayed S Rank adventurer I make slave-only harem guild with my loving slaves.", - "Uragirareta S Rank Boukensha no Ore wa, Ai Suru Dorei no Kanojora to Tomoni Dorei dake no Harem Guild o Tsukuru" - ], - "genres": ["Action", "Adventure", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Slavery", "rank": 100 }, - { "name": "Female Harem", "rank": 100 }, - { "name": "Nudity", "rank": 92 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Defloration", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Dragons", "rank": 79 }, - { "name": "Revenge", "rank": 79 }, - { "name": "Kaiju", "rank": 60 }, - { "name": "Goblin", "rank": 40 }, - { "name": "Virginity", "rank": 40 }, - { "name": "Masturbation", "rank": 20 } - ], - "title": { - "romaji": "Uragirareta S-Rank Boukensha no Ore wa, Aisuru Dorei no Kanojora to Tomo ni Dorei dake no Harem Guild wo Tsukuru", - "english": null, - "native": "裏切られたSランク冒険者の俺は、愛する奴隷の彼女らと共に奴隷だけのハーレムギルドを作る" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689219655, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119327-qvPYaMmsZOdg.jpg" - } - }, - { - "id": 150890, - "idMal": 162990, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 50, - "format": "MANGA", - "duration": null, - "synonyms": ["When I Returned to My Hometown, My Childhood Friend Was Broken"], - "genres": ["Drama", "Psychological", "Romance", "Slice of Life"], - "tags": [ - { "name": "Rehabilitation", "rank": 79 }, - { "name": "Full Color", "rank": 73 }, - { "name": "Tomboy", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Nudity", "rank": 50 }, - { "name": "Family Life", "rank": 40 }, - { "name": "Primarily Adult Cast", "rank": 40 }, - { "name": "Female Protagonist", "rank": 30 }, - { "name": "Large Breasts", "rank": 30 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { - "romaji": "Jimoto ni Kaettekitara Osananajimi ga Kowareteta", - "english": null, - "native": "地元に帰ってきたら幼馴染が壊れてた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689238490, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150890-tK6SlVrklKbY.jpg" - } - }, - { - "id": 136415, - "idMal": 152739, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 15, - "format": "MANGA", - "duration": null, - "synonyms": ["Hand Friend"], - "genres": ["Ecchi", "Psychological", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Netori", "rank": 20 }, - { "name": "Yuri", "rank": 20 } - ], - "title": { "romaji": "Tefure.", "english": null, "native": "テフレ。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689239490, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136415-qdymwntlrBqd.jpg" - } - }, - { - "id": 109713, - "idMal": 119965, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 70, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Swordplay", "rank": 79 }, - { "name": "Monster Girl", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Female Harem", "rank": 45 } - ], - "title": { "romaji": "Nukenai Seiken-chan", "english": null, "native": "ヌけない聖剣ちゃん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689242350, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109713-2wQaFsFsim6n.jpg" - } - }, - { - "id": 30401, - "idMal": 401, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 64, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Parasite", - "Parasitic Beasts", - "Ký Sinh Thú", - "Паразит", - "Kiseiju - L'ospite indesiderato", - "Pasożyt" - ], - "genres": ["Action", "Drama", "Horror", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Seinen", "rank": 95 }, - { "name": "Male Protagonist", "rank": 94 }, - { "name": "Body Horror", "rank": 87 }, - { "name": "Aliens", "rank": 86 }, - { "name": "Environmental", "rank": 80 }, - { "name": "Super Power", "rank": 76 }, - { "name": "Gore", "rank": 73 }, - { "name": "Shapeshifting", "rank": 73 }, - { "name": "Philosophy", "rank": 69 }, - { "name": "Tragedy", "rank": 67 }, - { "name": "Delinquents", "rank": 51 }, - { "name": "Heterosexual", "rank": 51 }, - { "name": "School", "rank": 40 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Nudity", "rank": 30 } - ], - "title": { "romaji": "Kiseijuu", "english": "Parasyte", "native": "寄生獣" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689296888, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1989 }, - "endDate": { "year": 1995 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30401-siY6wmwnHFi6.png" - } - }, - { - "id": 126559, - "idMal": 135264, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Psychological", "Sci-Fi", "Thriller"], - "tags": [ - { "name": "Post-Apocalyptic", "rank": 85 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Dystopian", "rank": 80 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Body Horror", "rank": 60 }, - { "name": "Female Protagonist", "rank": 46 }, - { "name": "Cult", "rank": 20 } - ], - "title": { "romaji": "Fool Night", "english": "Fool Night", "native": "フールナイト" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689297091, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126559-MiEb13mkdPBL.jpg" - } - }, - { - "id": 30676, - "idMal": 676, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 558, - "format": "MANGA", - "duration": null, - "synonyms": ["Inu-Yasha", "Inu Yasha", "Inu-Yasha. Baśń z feudalnych czasów"], - "genres": ["Adventure", "Comedy", "Drama", "Fantasy"], - "tags": [ - { "name": "Demons", "rank": 92 }, - { "name": "Youkai", "rank": 88 }, - { "name": "Shounen", "rank": 86 }, - { "name": "Historical", "rank": 83 }, - { "name": "Kemonomimi", "rank": 79 }, - { "name": "Reincarnation", "rank": 77 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Isekai", "rank": 66 }, - { "name": "Revenge", "rank": 66 }, - { "name": "Shrine Maiden", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Time Manipulation", "rank": 40 }, - { "name": "Nudity", "rank": 36 }, - { "name": "Body Horror", "rank": 30 } - ], - "title": { "romaji": "Inuyasha", "english": "InuYasha", "native": "犬夜叉" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689316991, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1996 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30676-kQTOiNRyKwqL.jpg" - } - }, - { - "id": 152920, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai", "Romance"], - "tags": [], - "title": { - "romaji": "Oppai Kyoufushou wa Momeba Naoru!?: Tsumande Namete... Oppai dake ja Tomarenai!", - "english": "Will I Get Over My Fear of Boobs If I Touch Them?", - "native": "おっぱい恐怖症は揉めば治る!?摘んで舐めて…おっぱいだけじゃ止まれないっ!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689354501, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152920-GQEBT8PgbLfl.jpg" - } - }, - { - "id": 151303, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Miss Yoka will lick it", "Yoka-san licks"], - "genres": ["Comedy", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "School", "rank": 20 }, - { "name": "Monster Girl", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { "romaji": "Yoka-san ga Nameru", "english": null, "native": "八日さんが舐める" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689358832, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151303-rKjhYAr2dMqb.png" - } - }, - { - "id": 31926, - "idMal": 1926, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 101, - "format": "MANGA", - "duration": null, - "synonyms": ["MGX", "NazoKanoX"], - "genres": ["Ecchi", "Mystery", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 85 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Idol", "rank": 36 }, - { "name": "Nudity", "rank": 33 }, - { "name": "Robots", "rank": 10 } - ], - "title": { - "romaji": "Nazo no Kanojo X", - "english": "Mysterious Girlfriend X", - "native": "謎の彼女X" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689358849, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31926-OIw9CUgaD2Hj.png" - } - }, - { - "id": 30936, - "idMal": 936, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 166, - "format": "MANGA", - "duration": null, - "synonyms": ["Homunkurusu"], - "genres": ["Drama", "Horror", "Mystery", "Psychological", "Supernatural"], - "tags": [ - { "name": "Philosophy", "rank": 96 }, - { "name": "Seinen", "rank": 94 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Primarily Adult Cast", "rank": 87 }, - { "name": "Amnesia", "rank": 85 }, - { "name": "Tragedy", "rank": 84 }, - { "name": "Denpa", "rank": 83 }, - { "name": "Anti-Hero", "rank": 78 }, - { "name": "Gore", "rank": 76 }, - { "name": "Homeless", "rank": 75 }, - { "name": "Body Horror", "rank": 71 }, - { "name": "Masturbation", "rank": 61 }, - { "name": "Crossdressing", "rank": 60 }, - { "name": "LGBTQ+ Themes", "rank": 60 }, - { "name": "Transgender", "rank": 60 }, - { "name": "Heterosexual", "rank": 56 }, - { "name": "Rape", "rank": 41 }, - { "name": "Economics", "rank": 30 }, - { "name": "Boys' Love", "rank": 25 } - ], - "title": { "romaji": "Homunculus", "english": "Homunculus", "native": "ホムンクルス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689476356, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30936-4syWQ7MpGx92.jpg" - } - }, - { - "id": 100843, - "idMal": 111380, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 32, - "format": "MANGA", - "duration": null, - "synonyms": ["My Entire Class Was Summoned to Another World Except for Me"], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Super Power", "rank": 70 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Love Triangle", "rank": 30 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Gods", "rank": 20 }, - { "name": "Artificial Intelligence", "rank": 20 } - ], - "title": { - "romaji": "Class ga Isekai Shoukan sareta Naka Ore dake Nokotta n desu ga", - "english": null, - "native": "クラスが異世界召喚されたなか俺だけ残ったんですが" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689480275, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100843-HxQyZDJWovl2.jpg" - } - }, - { - "id": 86645, - "idMal": 94128, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 67, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 79 }, - { "name": "Love Triangle", "rank": 66 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Adoption", "rank": 60 }, - { "name": "School", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Tomboy", "rank": 20 }, - { "name": "Female Harem", "rank": 10 } - ], - "title": { - "romaji": "Short Cake Cake", - "english": "Shortcake Cake", - "native": "ショートケーキケーキ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689499990, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86645-XcsLcLPdynGG.png" - } - }, - { - "id": 73661, - "idMal": 43661, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Seraph of the End", - "Owari no Serafu", - "OwaSera", - "Seraph of the End: Serafin dni ostatnich", - "Seraph of the End: Kıyamet Meleği", - "เทวทูตแห่งโลกมืด" - ], - "genres": ["Action", "Drama", "Mystery", "Supernatural"], - "tags": [ - { "name": "Vampire", "rank": 94 }, - { "name": "Post-Apocalyptic", "rank": 94 }, - { "name": "Shounen", "rank": 81 }, - { "name": "War", "rank": 80 }, - { "name": "Angels", "rank": 79 }, - { "name": "Military", "rank": 77 }, - { "name": "LGBTQ+ Themes", "rank": 77 }, - { "name": "Reincarnation", "rank": 73 }, - { "name": "Cosmic Horror", "rank": 71 }, - { "name": "Found Family", "rank": 70 }, - { "name": "Demons", "rank": 69 }, - { "name": "Revenge", "rank": 62 }, - { "name": "Conspiracy", "rank": 60 }, - { "name": "Lost Civilization", "rank": 53 }, - { "name": "Orphan", "rank": 50 }, - { "name": "Pandemic", "rank": 45 }, - { "name": "School", "rank": 24 } - ], - "title": { - "romaji": "Owari no Seraph", - "english": "Seraph of the End: Vampire Reign", - "native": "終わりのセラフ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581369, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx73661-PJX2JcBAUYCx.png" - } - }, - { - "id": 113802, - "idMal": 123093, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Isekai Bishoujo Juniku Ojisan to", - "fabiniku", - "เกิดใหม่ต่างโลก เพื่อนผมน่ารักโฮกเลยครับ" - ], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Gender Bending", "rank": 90 }, - { "name": "Isekai", "rank": 84 }, - { "name": "Slapstick", "rank": 79 }, - { "name": "Parody", "rank": 79 }, - { "name": "Satire", "rank": 79 }, - { "name": "Boys' Love", "rank": 70 }, - { "name": "LGBTQ+ Themes", "rank": 63 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Bisexual", "rank": 60 }, - { "name": "Travel", "rank": 60 }, - { "name": "Chuunibyou", "rank": 60 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Gods", "rank": 52 }, - { "name": "Meta", "rank": 40 }, - { "name": "Super Power", "rank": 40 }, - { "name": "Elf", "rank": 33 }, - { "name": "Magic", "rank": 20 }, - { "name": "Tsundere", "rank": 20 } - ], - "title": { - "romaji": "Fantasy Bishoujo Juniku Oji-san to", - "english": "Life with an Ordinary Guy Who Reincarnated into a Total Fantasy Knockout", - "native": "異世界美少女受肉おじさんと" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581596, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113802-RYw6pqCdy9tg.jpg" - } - }, - { - "id": 114646, - "idMal": 127624, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["GGWP. ~Young Ladies Don't Play Fighting Games~", "GGWP"], - "genres": [], - "tags": [ - { "name": "Video Games", "rank": 90 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "School", "rank": 83 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Ojou-sama", "rank": 66 }, - { "name": "Otaku Culture", "rank": 66 }, - { "name": "E-Sports", "rank": 62 }, - { "name": "Yuri", "rank": 61 }, - { "name": "Seinen", "rank": 48 } - ], - "title": { - "romaji": "Tai-Ari deshita.: Ojou-sama wa Kakutou Game Nante Shinai", - "english": "Young Ladies Don’t Play Fighting Games", - "native": "対ありでした。~お嬢さまは格闘ゲームなんてしない~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689619655, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114646-ARJ7qPL1yxGN.png" - } - }, - { - "id": 155958, - "idMal": 154861, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Cooking Wizard"], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Isekai", "rank": 50 }, - { "name": "Food", "rank": 50 }, - { "name": "Magic", "rank": 50 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Full Color", "rank": 20 } - ], - "title": { - "romaji": "Yorihaneun Mabeopsa", - "english": "Cooking Sorcerer", - "native": "요리하는 마법사" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689619727, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155958-I4yHjtPPBOhO.jpg" - } - }, - { - "id": 139966, - "idMal": 141506, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 19, - "format": "MANGA", - "duration": null, - "synonyms": ["Nyanta and Pomeko – Even if you say you believe me now, it’s too late."], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 70 }, - { "name": "Writing", "rank": 66 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Coming of Age", "rank": 40 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Rehabilitation", "rank": 20 } - ], - "title": { - "romaji": "Nyanta to Pomeko: Imasara Shinjite Iru to Iwaretemo Mou Teokure da", - "english": null, - "native": "にゃん太とポメ子~いまさら信じていると言われてももう手遅れだ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689619788, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx139966-QMveIcku71WN.jpg" - } - }, - { - "id": 144945, - "idMal": 153771, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 18, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama"], - "tags": [ - { "name": "Incest", "rank": 79 }, - { "name": "Drawing", "rank": 60 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { "romaji": "Imouto ga Oshi Sugiru", "english": null, "native": "妹が推すぎる" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689621094, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144945-g2uh6DX9zyw3.jpg" - } - }, - { - "id": 163717, - "idMal": 157805, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 8, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { - "romaji": "Genkai 5-byou Mae!! \"Omorashi\" Shoujo Anthology Comic", - "english": null, - "native": "限界5秒前!!”おもらし”少女アンソロジーコミック" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689621241, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163717-CJ767EcffQhn.jpg" - } - }, - { - "id": 163503, - "idMal": 157602, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 5, - "format": "MANGA", - "duration": null, - "synonyms": ["Omorashi Shoujo Anthology Comic"], - "genres": ["Comedy", "Ecchi"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { - "romaji": "Kocchi Minaide!! Omorashi Shoujo no Kekkai Anthology Comic", - "english": null, - "native": "こっち見ないで!! おもらし少女の決壊アンソロジーコミック" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689621270, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163503-79qwoIAsHgxl.jpg" - } - }, - { - "id": 59211, - "idMal": 29211, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Gekkan Shoujo Nozaki Kun", - "Mistrz romansu Nozaki", - "Nozaki & Truyện tranh thiếu nữ", - "L'Assistente Del Mese", - "Nozaki y su revista mensual para chicas" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Drawing", "rank": 94 }, - { "name": "Ensemble Cast", "rank": 90 }, - { "name": "Parody", "rank": 90 }, - { "name": "4-koma", "rank": 85 }, - { "name": "School", "rank": 82 }, - { "name": "Work", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Shounen", "rank": 75 }, - { "name": "Otaku Culture", "rank": 68 }, - { "name": "Tomboy", "rank": 64 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Bisexual", "rank": 53 }, - { "name": "Educational", "rank": 51 }, - { "name": "School Club", "rank": 40 } - ], - "title": { - "romaji": "Gekkan Shoujo Nozaki-kun", - "english": "Monthly Girls' Nozaki-kun", - "native": "月刊少女野崎くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689632454, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx59211-ltc4FW9inrms.jpg" - } - }, - { - "id": 99089, - "idMal": 104064, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 19, - "format": "MANGA", - "duration": null, - "synonyms": ["Академія відьмочок"], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 100 }, - { "name": "School", "rank": 93 }, - { "name": "Witch", "rank": 84 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 66 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Goblin", "rank": 20 }, - { "name": "Dragons", "rank": 20 }, - { "name": "Foreign", "rank": 20 } - ], - "title": { - "romaji": "Little Witch Academia", - "english": "Little Witch Academia", - "native": "リトルウィッチアカデミア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689652738, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx99089-ftSgAunhzubU.png" - } - }, - { - "id": 60871, - "idMal": 30871, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 26, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Drama", "Mecha", "Romance", "Sci-Fi"], - "tags": [{ "name": "Shounen", "rank": 79 }], - "title": { "romaji": "Guilty Crown", "english": "Guilty Crown", "native": "ギルティクラウン" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689668844, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/30871-Tr4YrQUB4UEL.jpg" - } - }, - { - "id": 104061, - "idMal": 105156, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 21, - "format": "MANGA", - "duration": null, - "synonyms": ["Grimm Gritty"], - "genres": ["Action", "Adventure", "Ecchi", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Isekai", "rank": 20 }, - { "name": "Fairy Tale", "rank": 20 }, - { "name": "Idol", "rank": 20 } - ], - "title": { "romaji": "Grimm & Gritty", "english": null, "native": "グリム&グリッティ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689668864, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104061-bl1gQt84zAP3.jpg" - } - }, - { - "id": 30736, - "idMal": 736, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 75, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Phantom Master: Dark Hero from Ruined Empire", - "Shin-am Heng-uhsah", - "The New Secret Royal Inspector" - ], - "genres": ["Action", "Adventure", "Drama", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Historical", "rank": 79 }, - { "name": "Magic", "rank": 50 }, - { "name": "Swordplay", "rank": 50 }, - { "name": "Gore", "rank": 40 }, - { "name": "Super Power", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Full Color", "rank": 13 } - ], - "title": { - "romaji": "Shin Angyo Onshi", - "english": "Blade of the Phantom Master", - "native": "新暗行御史" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689670732, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30736-vY9gP2Vy6jQU.jpg" - } - }, - { - "id": 117169, - "idMal": 126740, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 6, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Succubus", "rank": 100 }, - { "name": "Flat Chest", "rank": 79 }, - { "name": "Feet", "rank": 79 }, - { "name": "Femdom", "rank": 70 }, - { "name": "Demons", "rank": 60 } - ], - "title": { - "romaji": "Boku wa Chiisana Succubus no Shimobe", - "english": null, - "native": "僕は小さな淫魔のしもべ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689720251, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117169-BVhCCBeTmE6d.jpg" - } - }, - { - "id": 133628, - "idMal": 156060, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": ["Sasha-chan is Coming! ☆"], - "genres": ["Hentai"], - "tags": [ - { "name": "Age Gap", "rank": 79 }, - { "name": "Flat Chest", "rank": 60 }, - { "name": "Idol", "rank": 40 }, - { "name": "Rape", "rank": 20 } - ], - "title": { - "romaji": "Sasha-chan ga Iku", - "english": null, - "native": "サーシャちゃんがイクッ☆" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689720268, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx133628-5vl4Bl4Mznu6.jpg" - } - }, - { - "id": 147902, - "idMal": 151303, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Turns Out My Dick Was a Cute Girl"], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Surreal Comedy", "rank": 90 }, - { "name": "Cute Girls Doing Cute Things", "rank": 90 }, - { "name": "Male Protagonist", "rank": 86 }, - { "name": "Body Horror", "rank": 72 }, - { "name": "Shapeshifting", "rank": 60 }, - { "name": "School", "rank": 20 } - ], - "title": { - "romaji": "Ore no Kokan wa Bishoujo Datta no ka", - "english": null, - "native": "俺の股間は美少女だったのか" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689737621, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147902-08IWPAf14CU2.jpg" - } - }, - { - "id": 30572, - "idMal": 572, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 86, - "format": "MANGA", - "duration": null, - "synonyms": ["Midori's Days", "Midori, Échame una Mano"], - "genres": ["Comedy", "Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Rehabilitation", "rank": 79 }, - { "name": "Love Triangle", "rank": 66 }, - { "name": "Delinquents", "rank": 50 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Otaku Culture", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { "romaji": "Midori no Hibi", "english": "Midori Days", "native": "美鳥の日々" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689740892, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/572.jpg" - } - }, - { - "id": 119483, - "idMal": 123449, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 14, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Hypersexuality", "rank": 79 }, - { "name": "Anthology", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 } - ], - "title": { "romaji": "Shikiyoku INFINITE", "english": null, "native": "色欲INFINITE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689742715, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119483-wnwHOvvXQQ6s.jpg" - } - }, - { - "id": 163593, - "idMal": 157742, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Sweet Cinderella"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Food", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { "romaji": "Amama Cinderella", "english": null, "native": "甘々シンデレラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689828925, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163593-q4TqbueE4GLr.jpg" - } - }, - { - "id": 99649, - "idMal": 110742, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 611, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A maiden in love with a man-in-drag", - "A Maiden in Love with a Maiden Boy", - "OtoKoi" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 92 }, - { "name": "4-koma", "rank": 90 }, - { "name": "Love Triangle", "rank": 76 }, - { "name": "Female Protagonist", "rank": 68 }, - { "name": "Gender Bending", "rank": 65 }, - { "name": "LGBTQ+ Themes", "rank": 60 }, - { "name": "Coming of Age", "rank": 40 }, - { "name": "Transgender", "rank": 40 }, - { "name": "Male Harem", "rank": 24 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Otome Danshi ni Koisuru Otome", - "english": null, - "native": "乙女男子に恋する乙女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689837310, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99649-RAQmXHABvCHa.jpg" - } - }, - { - "id": 159094, - "idMal": 161719, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Tell Me Melty Blood Dojo! ~Miyako and Her First Fighting Game~", - "Oshiete Melty Blood Doujou! - Miyako to Hajimete no Kaku Game", - "教えてメルブラ道場!~都古とはじめての格ゲー~" - ], - "genres": ["Action", "Comedy", "Supernatural"], - "tags": [ - { "name": "Vampire", "rank": 79 }, - { "name": "Maids", "rank": 79 }, - { "name": "Educational", "rank": 79 }, - { "name": "Twins", "rank": 79 }, - { "name": "Age Regression", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Urban", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Video Games", "rank": 60 }, - { "name": "Advertisement", "rank": 60 } - ], - "title": { - "romaji": "MELTY BLOOD: TYPE LUMINA Piece in Paradise", - "english": null, - "native": "MELTY BLOOD: TYPE LUMINA Piece in Paradise" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689848132, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159094-wosRhCTts1VX.jpg" - } - }, - { - "id": 93893, - "idMal": 86196, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "ONE_SHOT", - "duration": null, - "synonyms": ["Secret Note"], - "genres": ["Romance"], - "tags": [{ "name": "School", "rank": 20 }, { "name": "Shoujo", "rank": 20 }], - "title": { "romaji": "Himitsu Note", "english": null, "native": "ひみつノート" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689890489, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx93893-Ai6PPi0MnGFf.png" - } - }, - { - "id": 41865, - "idMal": 11865, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 75, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy"], - "tags": [ - { "name": "Yuri", "rank": 100 }, - { "name": "4-koma", "rank": 70 }, - { "name": "LGBTQ+ Themes", "rank": 68 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Age Gap", "rank": 50 } - ], - "title": { "romaji": "Poor Poor LIPS", "english": null, "native": "プアプアLIPS" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689890521, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx41865-mzuyuF2sXXxk.png" - } - }, - { - "id": 93880, - "idMal": 86177, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 6, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Sister*Sister", - "Kiss kara Hajimaru Koigokoro", - "Sayonara no Saki no Kisetsu wa", - "Gomen ne", - "Daisuki.", - "Natsu to Hizashi to Kimi no Senaka" - ], - "genres": [], - "tags": [{ "name": "Yuri", "rank": 79 }], - "title": { "romaji": "Himitsu, Hitotsu", "english": null, "native": "ひみつ、ひとつ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689890542, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx93880-Rb5CFQ0qzQwZ.png" - } - }, - { - "id": 104481, - "idMal": 107106, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 39, - "format": "MANGA", - "duration": null, - "synonyms": ["Najlepsza na świecie"], - "genres": ["Comedy", "Ecchi", "Supernatural"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "4-koma", "rank": 79 }, - { "name": "Parody", "rank": 60 }, - { "name": "School", "rank": 40 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { "romaji": "Kimi wo Mawashitai.", "english": null, "native": "君を回したい。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689898354, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104481-iqDDCAYgcRwN.jpg" - } - }, - { - "id": 30097, - "idMal": 97, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 47, - "format": "MANGA", - "duration": null, - "synonyms": ["ディアーズ"], - "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Aliens", "rank": 79 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Slavery", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 } - ], - "title": { "romaji": "DearS", "english": "DearS", "native": "DearS" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901348, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30097-J9k6uEAKpIgm.jpg" - } - }, - { - "id": 30446, - "idMal": 446, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 308, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Ah! My Goddess", - "Oh Ma Déesse!", - "โอ้! เทพธิดา", - "幸運女神", - "我的女神", - "Lum - Nữ thần hộ mệnh" - ], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Gods", "rank": 100 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Motorcycles", "rank": 60 }, - { "name": "College", "rank": 60 }, - { "name": "Demons", "rank": 53 }, - { "name": "Female Harem", "rank": 53 }, - { "name": "Cars", "rank": 50 }, - { "name": "Male Protagonist", "rank": 30 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Alchemy", "rank": 20 }, - { "name": "Robots", "rank": 20 } - ], - "title": { - "romaji": "Aa! Megami-sama!", - "english": "Oh My Goddess!", - "native": "ああっ女神さまっ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901358, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1988 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30446-jZGZDauOOb8Q.png" - } - }, - { - "id": 79967, - "idMal": 49967, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 70, - "format": "MANGA", - "duration": null, - "synonyms": ["My Wife is the Student Council President!"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 79 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Okusama ga Seito Kaichou!", - "english": null, - "native": "おくさまが生徒会長!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901404, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx79967-lFnV1KlZh6Vh.png" - } - }, - { - "id": 57317, - "idMal": 27317, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Okusan: Oh! My Sweet Honey!!"], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 97 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Female Protagonist", "rank": 76 }, - { "name": "Nudity", "rank": 45 } - ], - "title": { "romaji": "Oku-san", "english": null, "native": "おくさん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901420, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx57317-kLBiENsxSgpk.jpg" - } - }, - { - "id": 87160, - "idMal": 95206, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 280, - "format": "MANGA", - "duration": null, - "synonyms": ["เรื่องหนักอกของอามาโนะ เมกุมิ!"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "School", "rank": 96 }, - { "name": "Shounen", "rank": 85 }, - { "name": "School Club", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Coming of Age", "rank": 70 }, - { "name": "Male Protagonist", "rank": 55 }, - { "name": "Love Triangle", "rank": 50 }, - { "name": "Gyaru", "rank": 50 } - ], - "title": { - "romaji": "Amano Megumi wa Suki Darake!", - "english": null, - "native": "天野めぐみはスキだらけ!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901442, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87160-eqkAYd7Htv44.png" - } - }, - { - "id": 86655, - "idMal": 92160, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 62, - "format": "MANGA", - "duration": null, - "synonyms": [ - "White Sugar Garden, Black Salt Cage", - "ハッピーシュガーライフ Extra Life", - "Happy Sugar Life Extra Life", - "Extra Lifeさとうの叔母", - "Extra Lifeあさひ&しょうこ" - ], - "genres": ["Drama", "Horror", "Mystery", "Psychological"], - "tags": [ - { "name": "Tragedy", "rank": 97 }, - { "name": "Yandere", "rank": 92 }, - { "name": "Female Protagonist", "rank": 92 }, - { "name": "Anti-Hero", "rank": 91 }, - { "name": "Yuri", "rank": 83 }, - { "name": "Age Gap", "rank": 77 }, - { "name": "Achronological Order", "rank": 70 }, - { "name": "Suicide", "rank": 66 }, - { "name": "Gore", "rank": 65 }, - { "name": "Rape", "rank": 55 }, - { "name": "Shounen", "rank": 54 }, - { "name": "Work", "rank": 52 }, - { "name": "School", "rank": 40 } - ], - "title": { - "romaji": "Happy Sugar Life", - "english": "Happy Sugar Life", - "native": "ハッピーシュガーライフ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901494, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86655-lIHakr50wCDY.jpg" - } - }, - { - "id": 55035, - "idMal": 25035, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 160, - "format": "MANGA", - "duration": null, - "synonyms": ["Cyclops Shoujo Saipu"], - "genres": ["Comedy", "Slice of Life"], - "tags": [{ "name": "School", "rank": 79 }, { "name": "Seinen", "rank": 60 }], - "title": { - "romaji": "Cyclops Shoujo Saipu~", - "english": null, - "native": "サイクロプス少女さいぷ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901511, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/25035.jpg" - } - }, - { - "id": 58533, - "idMal": 28533, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Watashi ga Motenai no wa Dou Kangaetemo Omaera ga Warui!", - "Watamote", - "สาวมืดมนอลวนหารัก" - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 94 }, - { "name": "Female Protagonist", "rank": 91 }, - { "name": "Rehabilitation", "rank": 90 }, - { "name": "Ensemble Cast", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Otaku Culture", "rank": 78 }, - { "name": "Satire", "rank": 77 }, - { "name": "Coming of Age", "rank": 71 }, - { "name": "LGBTQ+ Themes", "rank": 70 }, - { "name": "Hikikomori", "rank": 67 }, - { "name": "Parody", "rank": 66 }, - { "name": "Bisexual", "rank": 65 }, - { "name": "Meta", "rank": 64 }, - { "name": "Yuri", "rank": 63 }, - { "name": "Female Harem", "rank": 61 }, - { "name": "Chuunibyou", "rank": 60 }, - { "name": "Shounen", "rank": 48 }, - { "name": "Yandere", "rank": 26 }, - { "name": "Acting", "rank": 20 } - ], - "title": { - "romaji": "Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui!", - "english": "No Matter How I Look at It, It's You Guys' Fault I'm Not Popular!", - "native": "私がモテないのはどう考えてもお前らが悪い!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901570, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx58533-svgTPMaF3J7y.png" - } - }, - { - "id": 30318, - "idMal": 318, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Love Diary", - "Manga Love Story", - "Manga Sutra", - "Step up - Love Story", - "Miłość krok po kroku" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Nudity", "rank": 97 }, - { "name": "Educational", "rank": 92 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Family Life", "rank": 60 }, - { "name": "Female Harem", "rank": 45 }, - { "name": "Primarily Adult Cast", "rank": 40 } - ], - "title": { "romaji": "Futari Ecchi", "english": null, "native": "ふたりエッチ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901591, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1996 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30318-sCCZOBHKiU5f.jpg" - } - }, - { - "id": 33288, - "idMal": 3288, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 63, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "Idol", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Work", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Urban", "rank": 40 } - ], - "title": { "romaji": "Love Lucky!", "english": null, "native": "ラブ・らっきぃ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901601, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33288-IKkRU1M4rqcN.png" - } - }, - { - "id": 119129, - "idMal": 110588, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 28, - "format": "MANGA", - "duration": null, - "synonyms": ["The Exorcist & the Collared Demon"], - "genres": ["Fantasy", "Romance", "Supernatural"], - "tags": [ - { "name": "4-koma", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Tsundere", "rank": 20 } - ], - "title": { - "romaji": "Exorcist to Kubiwa no Akuma", - "english": null, - "native": "エクソシストと首輪の悪魔" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689925508, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119129-eUz5yR7xYGDy.jpg" - } - }, - { - "id": 112342, - "idMal": 124780, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Fell in Love, so I Tried Livestreaming.", "KoiCas"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "VTuber", "rank": 79 }, - { "name": "Love Triangle", "rank": 77 }, - { "name": "Hikikomori", "rank": 74 }, - { "name": "Otaku Culture", "rank": 73 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Female Harem", "rank": 63 }, - { "name": "Idol", "rank": 36 }, - { "name": "Chuunibyou", "rank": 30 }, - { "name": "School", "rank": 30 }, - { "name": "Crossdressing", "rank": 28 } - ], - "title": { - "romaji": "Koi Shita no de Haishin Shite Mita", - "english": null, - "native": "恋したので配信してみた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689981065, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112342-58ZhX9HoQC0p.jpg" - } - }, - { - "id": 30671, - "idMal": 671, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 162, - "format": "MANGA", - "duration": null, - "synonyms": [ - "To LOVE-Ru Trouble", - "To-Love-Ru", - "To Love You", - "To Love You - Trouble", - "วุ่นรักยัยต่างดาว " - ], - "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Female Harem", "rank": 100 }, - { "name": "Nudity", "rank": 96 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Heterosexual", "rank": 86 }, - { "name": "Aliens", "rank": 84 }, - { "name": "School", "rank": 80 }, - { "name": "Shounen", "rank": 80 }, - { "name": "Dissociative Identities", "rank": 65 }, - { "name": "Assassins", "rank": 53 }, - { "name": "Kuudere", "rank": 50 }, - { "name": "Body Swapping", "rank": 50 }, - { "name": "Gender Bending", "rank": 40 }, - { "name": "Isekai", "rank": 20 } - ], - "title": { "romaji": "To LOVE-Ru", "english": "To Love Ru", "native": "To LOVEる -とらぶる-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689996178, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx30671-cwnEkatRF2oB.jpg" - } - }, - { - "id": 152284, - "idMal": 152415, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Tensei Coliseum", - "Reincarnation Coliseum", - "Reincarnation Coliseum: Using the Weakest Skills in Order to Defeat the Strongest Women and Create a Slave Harem", - "Reincarnation Colosseum: Using the Weakest Skills in Order to Defeat the Strongest Women and Create a Slave Harem" - ], - "genres": ["Action", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 80 }, - { "name": "Slavery", "rank": 73 }, - { "name": "Female Harem", "rank": 73 }, - { "name": "Magic", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Tomboy", "rank": 53 }, - { "name": "Torture", "rank": 50 }, - { "name": "Transgender", "rank": 40 }, - { "name": "Battle Royale", "rank": 20 }, - { "name": "Threesome", "rank": 20 } - ], - "title": { - "romaji": "Tensei Colosseum: Saijaku Skill de Saikyou no Onna-tachi wo Kouryaku Shite Dorei Harem Tsukurimasu", - "english": null, - "native": "転生コロシアム~最弱スキルで最強の女たちを攻略して奴隷ハーレム作ります~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690091984, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152284-9kat9f3v31dA.jpg" - } - }, - { - "id": 31745, - "idMal": 1745, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 77, - "format": "MANGA", - "duration": null, - "synonyms": ["Il Talismano - Omamori Himari"], - "genres": ["Action", "Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Demons", "rank": 79 }, - { "name": "Nekomimi", "rank": 79 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "School", "rank": 40 }, - { "name": "Swordplay", "rank": 20 }, - { "name": "Magic", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Omamori Himari", - "english": "Omamori Himari", - "native": "おまもりひまり" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690092037, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31745-Zv9XRQuKpVSc.png" - } - }, - { - "id": 31568, - "idMal": 1568, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 53, - "format": "MANGA", - "duration": null, - "synonyms": ["Asakiyumemishi: Genji Monogatari", "The Tale of Genji", "Asakiyumemishi"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Historical", "rank": 79 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Classic Literature", "rank": 73 }, - { "name": "Shoujo", "rank": 60 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Asaki Yumemishi: Genji Monogatari", - "english": "The Tale of Genji: Dreams At Dawn", - "native": "あさきゆめみし 源氏物語" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690190774, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1979 }, - "endDate": { "year": 1993 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31568-EyXl72zHYlnF.png" - } - }, - { - "id": 130483, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Aquela Que Me Atentava", "俺のワルな同級生"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 80 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Bullying", "rank": 75 }, - { "name": "College", "rank": 75 }, - { "name": "Virginity", "rank": 66 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Masturbation", "rank": 60 }, - { "name": "Defloration", "rank": 53 }, - { "name": "Cunnilingus", "rank": 53 }, - { "name": "Boobjob", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Threesome", "rank": 20 }, - { "name": "Deepthroat", "rank": 20 }, - { "name": "Squirting", "rank": 20 } - ], - "title": { - "romaji": "Iljin Dongchangnyeo", - "english": "My High School Bully", - "native": "일진동창녀" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690408227, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b130483-Xa1bLkCu3erV.jpg" - } - }, - { - "id": 30663, - "idMal": 663, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 124, - "format": "MANGA", - "duration": null, - "synonyms": ["Rec: Yume no Kiroku", "Silver Street Romance"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [{ "name": "Seinen", "rank": 50 }, { "name": "Heterosexual", "rank": 20 }], - "title": { "romaji": "Rec", "english": null, "native": "レック" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690419758, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30663-8JXKq5BVU1BZ.png" - } - }, - { - "id": 45821, - "idMal": 15821, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 14, - "format": "MANGA", - "duration": null, - "synonyms": ["Yosuga no Sora: In Solitude, Where We Are Least Alone."], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Twins", "rank": 88 }, - { "name": "Incest", "rank": 86 }, - { "name": "School", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Rural", "rank": 79 }, - { "name": "Shrine Maiden", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Yandere", "rank": 55 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Shounen", "rank": 40 } - ], - "title": { "romaji": "Yosuga no Sora", "english": null, "native": "ヨスガノソラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690497479, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx45821-DW6GqkE9mbmB.jpg" - } - }, - { - "id": 101175, - "idMal": 109408, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Międzygatunkowi recenzenci"], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Monster Girl", "rank": 90 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Nudity", "rank": 85 }, - { "name": "Prostitution", "rank": 80 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Angels", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Large Breasts", "rank": 60 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Heterosexual", "rank": 50 }, - { "name": "Hypersexuality", "rank": 40 }, - { "name": "Bisexual", "rank": 30 } - ], - "title": { - "romaji": "Ishuzoku Reviewers", - "english": "Interspecies Reviewers", - "native": "異種族レビュアーズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690519209, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101175-P2x32Sd0yiDx.jpg" - } - }, - { - "id": 99324, - "idMal": 104241, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "入间同学入魔了", - "Welcome to Demon School, Iruma-kun!", - "Iruma w szkole demonów", - "อิรุมะคุง พจญในแดนปีศาจ!", - "Iruma giá đáo!", - "Iruma-kun en el instituto demoníaco", - "Iruma à l’école des démons", - "入間同學入魔了! " - ], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Demons", "rank": 96 }, - { "name": "Ensemble Cast", "rank": 92 }, - { "name": "Found Family", "rank": 92 }, - { "name": "Male Protagonist", "rank": 91 }, - { "name": "School", "rank": 90 }, - { "name": "Adoption", "rank": 80 }, - { "name": "Conspiracy", "rank": 79 }, - { "name": "Magic", "rank": 75 }, - { "name": "Shounen", "rank": 69 }, - { "name": "Isekai", "rank": 68 }, - { "name": "Crossdressing", "rank": 52 }, - { "name": "School Club", "rank": 50 }, - { "name": "Idol", "rank": 47 }, - { "name": "LGBTQ+ Themes", "rank": 35 }, - { "name": "Assassins", "rank": 26 } - ], - "title": { - "romaji": "Mairimashita! Iruma-kun", - "english": "Welcome to Demon School! Iruma-kun", - "native": "魔入りました!入間くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690862874, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99324-huvqo1tmm4pl.jpg" - } - }, - { - "id": 34632, - "idMal": 4632, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 147, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Dobranoc, Punpunie", - "Bonne nuit Punpun!", - "Boa noite, Punpun", - "Bona nit, Punpun", - "Buenas noches, Punpun", - "Gute Nacht, Punpun", - "잘자 뿡뿡", - "晚安布布", - "לילה טוב, פונפון", - "Buonanotte, Punpun", - "İyi Geceler, Punpun", - "ฝันดีนะปุนปุน", - "Laku noć, Punpune" - ], - "genres": ["Drama", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Coming of Age", "rank": 98 }, - { "name": "Seinen", "rank": 92 }, - { "name": "Tragedy", "rank": 91 }, - { "name": "Philosophy", "rank": 89 }, - { "name": "Denpa", "rank": 87 }, - { "name": "Suicide", "rank": 85 }, - { "name": "Heterosexual", "rank": 78 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Urban", "rank": 76 }, - { "name": "Time Skip", "rank": 72 }, - { "name": "Fugitive", "rank": 70 }, - { "name": "School", "rank": 63 }, - { "name": "Cult", "rank": 62 }, - { "name": "Surreal Comedy", "rank": 62 }, - { "name": "Meta", "rank": 61 }, - { "name": "Work", "rank": 60 }, - { "name": "Nudity", "rank": 59 }, - { "name": "Rape", "rank": 58 }, - { "name": "Anti-Hero", "rank": 58 }, - { "name": "Body Horror", "rank": 48 }, - { "name": "Large Breasts", "rank": 48 }, - { "name": "Love Triangle", "rank": 46 }, - { "name": "Golf", "rank": 40 } - ], - "title": { - "romaji": "Oyasumi Punpun", - "english": "Goodnight Punpun", - "native": "おやすみプンプン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691331119, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx34632-14deknANZitb.png" - } - }, - { - "id": 103082, - "idMal": 111403, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Horror", "Psychological"], - "tags": [ - { "name": "Revenge", "rank": 97 }, - { "name": "Gore", "rank": 94 }, - { "name": "Anti-Hero", "rank": 86 }, - { "name": "Bullying", "rank": 85 }, - { "name": "Body Horror", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Tragedy", "rank": 78 }, - { "name": "Seinen", "rank": 74 }, - { "name": "Yandere", "rank": 55 }, - { "name": "Dissociative Identities", "rank": 50 }, - { "name": "Time Skip", "rank": 50 }, - { "name": "Motorcycles", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { "romaji": "Pumpkin Night", "english": null, "native": "パンプキンナイト" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691434514, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx103082-LyfcRaS80jy7.jpg" - } - }, - { - "id": 92267, - "idMal": 75941, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 20, - "format": "MANGA", - "duration": null, - "synonyms": ["Idolising Gaiden: Orin Rising!"], - "genres": ["Action", "Ecchi", "Sci-Fi"], - "tags": [{ "name": "School", "rank": 20 }, { "name": "Seinen", "rank": 20 }], - "title": { - "romaji": "Ido-Lising! Gaiden: Orin Rising!", - "english": null, - "native": "アイドライジング!外伝 オリンライジング!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691447253, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx92267-jmZthmMvCNH2.jpg" - } - }, - { - "id": 86214, - "idMal": 88991, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 36, - "format": "MANGA", - "duration": null, - "synonyms": ["ナンパルチア", "Skill of Lure"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Full Color", "rank": 70 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "School", "rank": 50 } - ], - "title": { "romaji": "Yuhogui Gisul", "english": null, "native": "유혹의 기술" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691568186, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/86214-5SZgXVtSCm7p.jpg" - } - }, - { - "id": 33083, - "idMal": 3083, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Suzumiya Haruhi Series", - "La malinconia di Haruhi Suzumiya", - "La Mélancolie de Haruhi Suzumiya" - ], - "genres": ["Comedy", "Psychological", "Sci-Fi", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Philosophy", "rank": 95 }, - { "name": "School Club", "rank": 94 }, - { "name": "School", "rank": 92 }, - { "name": "Urban Fantasy", "rank": 90 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Aliens", "rank": 70 }, - { "name": "Parody", "rank": 66 }, - { "name": "Gods", "rank": 66 }, - { "name": "Time Manipulation", "rank": 65 }, - { "name": "Achronological Order", "rank": 60 }, - { "name": "Alternate Universe", "rank": 53 }, - { "name": "Kuudere", "rank": 50 }, - { "name": "Memory Manipulation", "rank": 46 }, - { "name": "Conspiracy", "rank": 46 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Chuunibyou", "rank": 33 }, - { "name": "Maids", "rank": 20 }, - { "name": "Otaku Culture", "rank": 20 }, - { "name": "Surreal Comedy", "rank": 20 } - ], - "title": { - "romaji": "Suzumiya Haruhi no Yuuutsu", - "english": "The Melancholy of Haruhi Suzumiya", - "native": "涼宮ハルヒの憂鬱" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692129159, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2003 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33083-tlDz3pkPz1Mc.jpg" - } - }, - { - "id": 165896, - "idMal": 158220, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Little Shark's Outings"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Educational", "rank": 79 }, - { "name": "Animals", "rank": 73 }, - { "name": "Full Color", "rank": 66 } - ], - "title": { "romaji": "Odekake Kozame", "english": null, "native": "おでかけ子ザメ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692716499, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165896-pv9dfTLWCw2N.jpg" - } - }, - { - "id": 152703, - "idMal": 150240, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Won't Sleep with You for Free", "กอดนี้ไม่ฟรีนะคะ"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 92 }, - { "name": "Prostitution", "rank": 91 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Nudity", "rank": 82 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "College", "rank": 53 }, - { "name": "Large Breasts", "rank": 53 }, - { "name": "Femdom", "rank": 50 }, - { "name": "Scissoring", "rank": 40 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Teacher", "rank": 30 }, - { "name": "Seinen", "rank": 20 }, - { "name": "MILF", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Squirting", "rank": 20 } - ], - "title": { - "romaji": "Tada de wa Dakaremasen", - "english": null, - "native": "タダでは抱かれません" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692972482, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152703-0uFh1FmMOqm8.jpg" - } - }, - { - "id": 103184, - "idMal": 115488, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 53, - "format": "MANGA", - "duration": null, - "synonyms": ["The Feelings of a Girl with Sanpaku Eyes"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Iyashikei", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Full Color", "rank": 53 }, - { "name": "School", "rank": 40 } - ], - "title": { - "romaji": "Sanpakugan-chan wa Tsutaetai.", - "english": "The Girl with the Sanpaku Eyes", - "native": "三白眼ちゃんは伝えたい。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693518111, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103184-otHs1iKcsUu5.jpg" - } - }, - { - "id": 86856, - "idMal": 81367, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 107, - "format": "MANGA", - "duration": null, - "synonyms": ["My Ball!"], - "genres": ["Comedy", "Ecchi", "Romance", "Sports"], - "tags": [ - { "name": "Football", "rank": 84 }, - { "name": "Primarily Female Cast", "rank": 65 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { "romaji": "Mai Ball!", "english": null, "native": "マイぼーる!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694052480, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86856-Mou9fcbVA5Lu.png" - } - }, - { - "id": 98686, - "idMal": 103939, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 167, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Aharen-san is unfathomable", - "Aharen-san is indicipherable", - "아하렌 양은 알 수 없어", - "测不准的阿波连同学", - "คุณอาฮาเรนนี่เข้าใจยากจริงๆ นะ" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 88 }, - { "name": "Iyashikei", "rank": 86 }, - { "name": "Meta", "rank": 84 }, - { "name": "Episodic", "rank": 82 }, - { "name": "Heterosexual", "rank": 82 }, - { "name": "Kuudere", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Parody", "rank": 74 }, - { "name": "Shounen", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 66 }, - { "name": "Crossdressing", "rank": 30 }, - { "name": "Gyaru", "rank": 30 }, - { "name": "Yuri", "rank": 20 }, - { "name": "LGBTQ+ Themes", "rank": 10 } - ], - "title": { - "romaji": "Aharen-san wa Hakarenai", - "english": null, - "native": "阿波連さんははかれない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694399427, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx98686-2WuFxpMS10RZ.png" - } - }, - { - "id": 143369, - "idMal": 150006, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 42, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Hentai", "Horror", "Romance", "Supernatural"], - "tags": [{ "name": "Zombie", "rank": 60 }, { "name": "Kemonomimi", "rank": 20 }], - "title": { - "romaji": "Yeochini Zombie!", - "english": "Zombie Girlfriend!", - "native": "여친이 좀비!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694491611, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143369-FmJl0sKrDTW2.jpg" - } - }, - { - "id": 99738, - "idMal": 103710, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 128, - "format": "MANGA", - "duration": null, - "synonyms": ["ช่วยที She ติดเกาะ?", "你遭難了嗎?"], - "genres": ["Adventure", "Comedy", "Ecchi"], - "tags": [ - { "name": "Survival", "rank": 100 }, - { "name": "Primarily Female Cast", "rank": 86 }, - { "name": "Educational", "rank": 82 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Nudity", "rank": 70 }, - { "name": "Cute Girls Doing Cute Things", "rank": 64 }, - { "name": "Yuri", "rank": 45 }, - { "name": "Crossdressing", "rank": 36 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Sounan desu ka?", - "english": "Are You Lost?", - "native": "ソウナンですか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694492322, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99738-pl3h39adRJtL.jpg" - } - }, - { - "id": 101315, - "idMal": 111357, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Anjou-san", - "Yancha Gal's Anjou-san", - "Anjou, A Naughty Girl", - "คุณอันโจหยอกนักเพราะรักนะ" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Gyaru", "rank": 93 }, - { "name": "Heterosexual", "rank": 84 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "School", "rank": 72 }, - { "name": "Seinen", "rank": 72 }, - { "name": "Urban", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Iyashikei", "rank": 50 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Coming of Age", "rank": 20 } - ], - "title": { - "romaji": "Yancha Gal no Anjou-san", - "english": null, - "native": "やんちゃギャルの安城さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694498491, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101315-8qNFN4mJRYO2.jpg" - } - }, - { - "id": 30016, - "idMal": 16, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 123, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Tsundere", "rank": 84 }, - { "name": "Female Harem", "rank": 82 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 70 }, - { "name": "College", "rank": 65 }, - { "name": "Primarily Adult Cast", "rank": 40 }, - { "name": "Time Skip", "rank": 40 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Samurai", "rank": 20 }, - { "name": "Coming of Age", "rank": 20 } - ], - "title": { "romaji": "Love Hina", "english": "Love Hina", "native": "ラブ ひな" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694911836, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30016-Oa2a7uJ7bHDd.jpg" - } - }, - { - "id": 90835, - "idMal": 68361, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 480, - "format": "MANGA", - "duration": null, - "synonyms": ["Sweet Life"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 50 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "Amai Seikatsu", "english": null, "native": "甘い生活" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694985145, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1990 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx90835-2UQzwEvrB34z.png" - } - }, - { - "id": 112544, - "idMal": 122863, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Kyuuryuu Generic Romance", "เกาลูน อุบัติรักปริศนาลับ", "九龍大眾浪漫"], - "genres": ["Drama", "Mystery", "Romance", "Sci-Fi", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 81 }, - { "name": "Clone", "rank": 79 }, - { "name": "Seinen", "rank": 78 }, - { "name": "Amnesia", "rank": 77 }, - { "name": "Work", "rank": 70 }, - { "name": "Dystopian", "rank": 70 }, - { "name": "Office Lady", "rank": 70 }, - { "name": "Primarily Adult Cast", "rank": 70 }, - { "name": "Alternate Universe", "rank": 68 }, - { "name": "Foreign", "rank": 57 }, - { "name": "LGBTQ+ Themes", "rank": 44 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Gender Bending", "rank": 36 }, - { "name": "Urban", "rank": 20 } - ], - "title": { - "romaji": "Kowloon Generic Romance", - "english": "Kowloon Generic Romance", - "native": "九龍ジェネリックロマンス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694985491, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112544-vDV8R4aykMTG.jpg" - } - }, - { - "id": 167001, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [{ "name": "Isekai", "rank": 20 }, { "name": "Female Protagonist", "rank": 20 }], - "title": { - "romaji": "Lv1 Maou no Ponkotsu Hishokan", - "english": null, - "native": "Lv1魔王のポンコツ秘書官" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695020563, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167001-XpbubrPfvH5O.jpg" - } - }, - { - "id": 33468, - "idMal": 3468, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 62, - "format": "MANGA", - "duration": null, - "synonyms": ["Usagi Drop: Bangaihen", "Un drôle de père"], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Family Life", "rank": 95 }, - { "name": "Age Gap", "rank": 94 }, - { "name": "Josei", "rank": 80 }, - { "name": "Time Skip", "rank": 76 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Adoption", "rank": 76 }, - { "name": "Love Triangle", "rank": 65 }, - { "name": "Male Protagonist", "rank": 53 }, - { "name": "Iyashikei", "rank": 50 }, - { "name": "Coming of Age", "rank": 50 }, - { "name": "Female Protagonist", "rank": 46 }, - { "name": "Work", "rank": 33 }, - { "name": "School", "rank": 33 }, - { "name": "Educational", "rank": 10 } - ], - "title": { "romaji": "Usagi Drop", "english": "Bunny Drop", "native": "うさぎドロップ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695975797, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/3468-hM6i0FBapg7g.jpg" - } - }, - { - "id": 102841, - "idMal": 106175, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["An Angel Swooped Down on Me!", "WATATEN!: an Angel Flew Down to Me"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 85 }, - { "name": "Food", "rank": 79 }, - { "name": "Age Gap", "rank": 76 }, - { "name": "Primarily Female Cast", "rank": 75 }, - { "name": "Yuri", "rank": 74 }, - { "name": "Primarily Child Cast", "rank": 70 }, - { "name": "Cosplay", "rank": 65 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Tomboy", "rank": 60 }, - { "name": "Hikikomori", "rank": 53 }, - { "name": "4-koma", "rank": 50 }, - { "name": "School", "rank": 35 } - ], - "title": { - "romaji": "Watashi ni Tenshi ga Maiorita!", - "english": null, - "native": "私に天使が舞い降りた!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696022301, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx102841-PowixK1gMBih.jpg" - } - }, - { - "id": 46688, - "idMal": 16688, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 15, - "format": "MANGA", - "duration": null, - "synonyms": ["Zvrácená", "Wypaczona"], - "genres": ["Horror"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "Yandere", "rank": 79 }, - { "name": "Gore", "rank": 73 }, - { "name": "Body Horror", "rank": 70 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Female Protagonist", "rank": 46 }, - { "name": "Cosplay", "rank": 33 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "Ibitsu", "english": "Ibitsu", "native": "イビツ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1696882449, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/n46688-yjEROWpqlwQw.png" - } - }, - { - "id": 168939, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 80 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Maids", "rank": 30 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Cheerleading", "rank": 20 } - ], - "title": { - "romaji": "Kanojo mo Kanojo Kanketsu Kinen Doujinshi", - "english": null, - "native": "カノジョも彼女完結記念同人誌" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1697141510, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168939-2ao6wVvLkgLV.jpg" - } - }, - { - "id": 100319, - "idMal": 110050, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 58, - "format": "MANGA", - "duration": null, - "synonyms": ["My Girlfriend is the Best!", "My Perfect Girlfriend!"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "4-koma", "rank": 82 }, - { "name": "Slapstick", "rank": 82 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Tomboy", "rank": 70 }, - { "name": "Shounen", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Tsundere", "rank": 26 } - ], - "title": { - "romaji": "Boku no Kanojo wa Saikou desu!", - "english": null, - "native": "僕の彼女は最高です!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1697658380, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100319-y4iw7wyYoojv.jpg" - } - }, - { - "id": 151361, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Spring Has Come", - "Pichi Pichi Chapu Chapu Ran Ran Ran", - "Christmas no Yoru ni.", - "Mou Ichido Kimi to," - ], - "genres": ["Hentai"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { "romaji": "Mite. Suketeruyo♥", "english": null, "native": "見て。透けてるよ♥" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1698797173, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151361-CDNO7u2Ljtux.jpg" - } - }, - { - "id": 54781, - "idMal": 24781, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 13, - "format": "MANGA", - "duration": null, - "synonyms": [ - "L.M.L. Let Me Lead", - "We’re Happy Family", - "Kuchidome Play!", - "Hagure Yuujo to Junjouha", - "Misaki to Take", - "Private Bitch", - "Campus Play", - "Tsuma Epu", - "Love Stocking", - "Omikuji", - "Karappo Yuujo" - ], - "genres": ["Hentai"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { "romaji": "Naked Play", "english": null, "native": "ネイキッドプレイ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699058347, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx54781-x6tA7TJVGOOH.jpg" - } - }, - { - "id": 85828, - "idMal": 66879, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "MANGA", - "duration": null, - "synonyms": ["Yurikuma Arashi"], - "genres": ["Drama", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 95 }, - { "name": "School", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Guns", "rank": 20 } - ], - "title": { "romaji": "Yuri Kuma Arashi", "english": "Yuri Bear Storm", "native": "ユリ熊嵐" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699403962, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/55828-VCTd7XONi7Qd.jpg" - } - }, - { - "id": 101754, - "idMal": 111621, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 78, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Pashiri na Boku to Koisuru Banchou", - "Errand Love", - "The Errand Boy and the Banchou in Love", - "The Lackey and the Delinquent Leader in Love" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Delinquents", "rank": 93 }, - { "name": "Tomboy", "rank": 84 }, - { "name": "Kuudere", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "School", "rank": 78 }, - { "name": "Bullying", "rank": 65 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Yuri", "rank": 53 }, - { "name": "Seinen", "rank": 50 } - ], - "title": { - "romaji": "Pashiri na Boku to Koisuru Banchou-san", - "english": "I Belong to the Baddest Girl at School", - "native": "パシリな僕と恋する番長さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699828714, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101754-ZBjFrQdeBve4.jpg" - } - }, - { - "id": 48597, - "idMal": 18597, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 59, - "format": "MANGA", - "duration": null, - "synonyms": ["Shiromabito", "산카레아"], - "genres": ["Comedy", "Ecchi", "Horror", "Romance", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 96 }, - { "name": "Zombie", "rank": 93 }, - { "name": "Shounen", "rank": 80 }, - { "name": "Amnesia", "rank": 80 }, - { "name": "Gore", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Medicine", "rank": 73 }, - { "name": "Love Triangle", "rank": 71 }, - { "name": "Ojou-sama", "rank": 40 }, - { "name": "Tomboy", "rank": 40 }, - { "name": "Nudity", "rank": 36 }, - { "name": "Maids", "rank": 20 }, - { "name": "Shrine Maiden", "rank": 20 }, - { "name": "Torture", "rank": 20 }, - { "name": "Slapstick", "rank": 20 }, - { "name": "Animals", "rank": 20 } - ], - "title": { "romaji": "Sankarea", "english": "Sankarea: Undying Love", "native": "さんかれあ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1699852654, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx48597-LYYobBXEUav7.png" - } - }, - { - "id": 85200, - "idMal": 57979, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 50 }, - { "name": "School", "rank": 50 }, - { "name": "Work", "rank": 20 }, - { "name": "Magic", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Ojou-sama", "rank": 20 } - ], - "title": { - "romaji": "Amagi Brilliant Park", - "english": "Amagi Brilliant Park", - "native": "甘城ブリリアントパーク" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700101492, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85200-NX9hr7HRdh6R.jpg" - } - }, - { - "id": 41793, - "idMal": 11793, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 85, - "format": "MANGA", - "duration": null, - "synonyms": ["Oniichan no Koto Nanka Zenzen Suki ja Nai n da kara ne"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 50 }, - { "name": "School", "rank": 50 }, - { "name": "Seinen", "rank": 50 } - ], - "title": { - "romaji": "Onii-chan no Koto nanka Zenzen Suki Janain Dakara ne!!", - "english": "I Don’t Like You At All, Big Brother!!", - "native": "お兄ちゃんのことなんかぜんぜん好きじゃないんだからねっ!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700158563, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/11793.jpg" - } - }, - { - "id": 103843, - "idMal": 107261, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["เคโมโนมิจิ ร้านสัตว์เลี้ยงในโลกแฟนตาซี", "萌獸寵物店"], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Animals", "rank": 95 }, - { "name": "Wrestling", "rank": 85 }, - { "name": "Parody", "rank": 80 }, - { "name": "Isekai", "rank": 79 }, - { "name": "Male Protagonist", "rank": 68 }, - { "name": "Dragons", "rank": 65 }, - { "name": "Kemonomimi", "rank": 60 }, - { "name": "Vampire", "rank": 60 }, - { "name": "Werewolf", "rank": 50 }, - { "name": "Female Harem", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Anthropomorphism", "rank": 20 } - ], - "title": { "romaji": "Kemono Michi", "english": null, "native": "けものみち" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700183132, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103843-pKRQogFGwHDk.jpg" - } - }, - { - "id": 30511, - "idMal": 511, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 29, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Romance", "Supernatural"], - "tags": [ - { "name": "Robots", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Steampunk", "rank": 20 } - ], - "title": { "romaji": "Sakura Taisen", "english": "Sakura Wars", "native": "サクラ大戦" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700441557, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2008 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b30511-U0HQ0JtbQJxR.jpg" - } - }, - { - "id": 43068, - "idMal": 13068, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["Asobiniikuyo!", "Asobi ni Ikuyo!"], - "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi"], - "tags": [{ "name": "Female Harem", "rank": 79 }, { "name": "Seinen", "rank": 50 }], - "title": { "romaji": "Asobi ni Iku yo!", "english": null, "native": "あそびにいくヨ!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700450811, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/13068.jpg" - } - }, - { - "id": 55197, - "idMal": 25197, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 106, - "format": "NOVEL", - "duration": null, - "synonyms": ["C3", "C Cube", "C^3", "C³ - CubexCursedxCurious"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [{ "name": "School", "rank": 50 }], - "title": { "romaji": "C³", "english": "C³", "native": "C3-シーキューブ-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700450980, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx55197-xHkCw7a8BaCR.jpg" - } - }, - { - "id": 119075, - "idMal": 126753, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Nana Shimazaki@Looking For Work", "Shimazaki Nana@Oshigoto Boshuuchuu"], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Drawing", "rank": 60 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Shimazaki Nana@Oshigoto Boshuu Chuu", - "english": null, - "native": "島崎奈々@お仕事募集中" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700480800, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119075-wtta6Hx5nVzb.jpg" - } - }, - { - "id": 155197, - "idMal": 151869, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Full Color", "rank": 60 }, - { "name": "Reincarnation", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Foreign", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Family Life", "rank": 20 } - ], - "title": { - "romaji": "Akdang Gongjakgaui Silse Mangnaettarimnida", - "english": "The Little Lady Behind the Villain", - "native": "악당 공작가의 실세 막내딸입니다" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700503714, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155197-zpvqSsWUaect.png" - } - }, - { - "id": 31122, - "idMal": 1122, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 98, - "format": "MANGA", - "duration": null, - "synonyms": ["Tsubomi's Secrets"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life", "Supernatural"], - "tags": [{ "name": "School", "rank": 50 }, { "name": "Shoujo", "rank": 50 }], - "title": { "romaji": "Naisho no Tsubomi", "english": null, "native": "ないしょのつぼみ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700517114, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31122-SHYgqczp7U4E.png" - } - }, - { - "id": 136785, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 10, - "format": "MANGA", - "duration": null, - "synonyms": ["Mother's Sex Lesson"], - "genres": ["Hentai"], - "tags": [ - { "name": "Incest", "rank": 20 }, - { "name": "MILF", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 } - ], - "title": { "romaji": "Hannari Otona Kyouiku", "english": null, "native": "はんなり大人教育" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700600200, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136785-ZYpHozjZCh1H.jpg" - } - }, - { - "id": 50242, - "idMal": 20242, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 82, - "format": "MANGA", - "duration": null, - "synonyms": ["Binbou Gami ga!", "Binboukami ga!", "Binbou Kami ga!", "Binpou-gami ga!"], - "genres": ["Adventure", "Comedy", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "Parody", "rank": 79 }, - { "name": "Meta", "rank": 79 }, - { "name": "Gods", "rank": 73 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Magic", "rank": 40 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Tsundere", "rank": 30 }, - { "name": "School", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { "romaji": "Binbougami ga!", "english": "Good Luck Girl!", "native": "貧乏神が!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700777404, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx50242-NAzOA8spHDYG.jpg" - } - }, - { - "id": 87005, - "idMal": 95016, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Poptepipic"], - "genres": ["Comedy"], - "tags": [ - { "name": "4-koma", "rank": 97 }, - { "name": "Surreal Comedy", "rank": 95 }, - { "name": "Parody", "rank": 92 }, - { "name": "Satire", "rank": 90 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 70 }, - { "name": "Chibi", "rank": 70 }, - { "name": "Meta", "rank": 60 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { "romaji": "Poputepipikku", "english": "Pop Team Epic", "native": "ポプテピピック" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700787861, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87005-bxODP6K6QAjH.jpg" - } - }, - { - "id": 94490, - "idMal": 87844, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 240, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Yakuza", "rank": 98 }, - { "name": "Seinen", "rank": 97 }, - { "name": "Urban", "rank": 96 }, - { "name": "Guns", "rank": 90 }, - { "name": "Assassins", "rank": 88 }, - { "name": "Primarily Adult Cast", "rank": 87 }, - { "name": "Crime", "rank": 85 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Nudity", "rank": 68 }, - { "name": "Bar", "rank": 53 }, - { "name": "Survival", "rank": 40 }, - { "name": "Gore", "rank": 26 } - ], - "title": { "romaji": "The Fable", "english": "The Fable", "native": "ザ・ファブル" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700859715, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx94490-rdtpGHQHOHHC.jpg" - } - }, - { - "id": 74583, - "idMal": 44583, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "MANGA", - "duration": null, - "synonyms": ["グッドタイムズ", "Bambina", "Don't Panic", "Baby", "Bad Communication"], - "genres": ["Hentai"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Anthology", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Tsundere", "rank": 40 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Teacher", "rank": 40 }, - { "name": "School", "rank": 40 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Threesome", "rank": 40 }, - { "name": "School Club", "rank": 20 }, - { "name": "Full Color", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Ashikoki", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Sex Toys", "rank": 20 } - ], - "title": { "romaji": "Good Times!!", "english": null, "native": "Good Times!!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700973819, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/44583.jpg" - } - }, - { - "id": 117480, - "idMal": 128356, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance", "Sci-Fi", "Slice of Life"], - "tags": [ - { "name": "Robots", "rank": 96 }, - { "name": "Artificial Intelligence", "rank": 90 }, - { "name": "Family Life", "rank": 80 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Philosophy", "rank": 60 }, - { "name": "Ghost", "rank": 53 } - ], - "title": { - "romaji": "Boku no Tsuma wa Kanjou ga Nai", - "english": "My Wife Has No Emotion", - "native": "僕の妻は感情がない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701110354, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117480-qxAgrIkKQqCa.jpg" - } - }, - { - "id": 106890, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 126, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 98 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Primarily Female Cast", "rank": 82 }, - { "name": "Ojou-sama", "rank": 79 }, - { "name": "School", "rank": 74 }, - { "name": "Drawing", "rank": 71 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Bullying", "rank": 58 }, - { "name": "Primarily Teen Cast", "rank": 53 }, - { "name": "Nudity", "rank": 46 } - ], - "title": { "romaji": "Tadokoro-san", "english": null, "native": "田所さん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701198399, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx106890-bitYeoUpAXqu.jpg" - } - }, - { - "id": 150276, - "idMal": 151451, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "The Gal In The Back Seat Likes Me. I Might Not Make It Anymore.", - "Ushiro no Seki no Gyaru ni Sukarete Shimatta. Mou Ore wa Dame Kamo Shirenai", - "後ろの席のぎゃるに好かれてしまった。もう俺は駄目かもしれない。", - "The gal is sitting behind me, and loves me.", - "被坐在後面的辣妹喜歡上,我快要沒轍了。" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Gyaru", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 } - ], - "title": { - "romaji": "Ushiro no Seki no Gal ni Sukarete Shimatta. Mou Ore wa Damekamoshirenai", - "english": null, - "native": "うしろの席のぎゃるに好かれてしまった。 もう俺はダメかもしれない。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701219217, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150276-rTfy4rnYNK8T.jpg" - } - }, - { - "id": 30089, - "idMal": 89, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 48, - "format": "MANGA", - "duration": null, - "synonyms": ["Super Gals!", "ギャルズ"], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 79 }, - { "name": "Gyaru", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { "romaji": "GALS!", "english": null, "native": "GALS!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701219463, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30089-GhAXx8Re8nRm.jpg" - } - }, - { - "id": 53485, - "idMal": 23485, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 65, - "format": "NOVEL", - "duration": null, - "synonyms": ["Haiyoru! Nyaruko-san"], - "genres": ["Comedy", "Sci-Fi"], - "tags": [ - { "name": "Parody", "rank": 79 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Tokusatsu", "rank": 20 }, - { "name": "Henshin", "rank": 20 } - ], - "title": { - "romaji": "Haiyore! Nyaruko-san", - "english": null, - "native": "這いよれ!ニャル子さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701671261, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53485-ktMOJG522MfA.jpg" - } - }, - { - "id": 38676, - "idMal": 8676, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Ecchi", "Romance"], - "tags": [{ "name": "Female Harem", "rank": 50 }, { "name": "Seinen", "rank": 50 }], - "title": { "romaji": "Baby Princess", "english": null, "native": "ベイビー・プリンセス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1701827362, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38676-09JlJ2Cxk1Ex.png" - } - }, - { - "id": 101724, - "idMal": 114417, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Uzaki-chan Wants to Play!", - "우자키 양은 놀고 싶어!", - "รุ่นน้องตัวป่วน อยากชวนเที่ยวเล่น" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Large Breasts", "rank": 93 }, - { "name": "Tsundere", "rank": 87 }, - { "name": "Primarily Adult Cast", "rank": 82 }, - { "name": "Seinen", "rank": 80 }, - { "name": "College", "rank": 78 }, - { "name": "Tomboy", "rank": 76 }, - { "name": "Heterosexual", "rank": 70 }, - { "name": "Male Protagonist", "rank": 68 }, - { "name": "Meta", "rank": 63 }, - { "name": "Slapstick", "rank": 63 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Bullying", "rank": 36 }, - { "name": "Iyashikei", "rank": 20 } - ], - "title": { - "romaji": "Uzaki-chan wa Asobitai!", - "english": "Uzaki-chan Wants to Hang Out!", - "native": "宇崎ちゃんは遊びたい!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702184954, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101724-OzatG05Yvc5v.jpg" - } - }, - { - "id": 109017, - "idMal": 120680, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Looking up to Magical Girls", - "Mahoako", - "I Admire Magical Girls, and...", - "Le mie adorate maghette" - ], - "genres": ["Comedy", "Ecchi", "Mahou Shoujo", "Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 94 }, - { "name": "Magic", "rank": 92 }, - { "name": "Nudity", "rank": 92 }, - { "name": "Parody", "rank": 90 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Anti-Hero", "rank": 90 }, - { "name": "Yuri", "rank": 88 }, - { "name": "Henshin", "rank": 83 }, - { "name": "Meta", "rank": 82 }, - { "name": "Masochism", "rank": 81 }, - { "name": "Bondage", "rank": 80 }, - { "name": "Yandere", "rank": 79 }, - { "name": "Seinen", "rank": 76 }, - { "name": "Primarily Teen Cast", "rank": 73 }, - { "name": "Torture", "rank": 60 }, - { "name": "Terrorism", "rank": 40 }, - { "name": "LGBTQ+ Themes", "rank": 33 } - ], - "title": { - "romaji": "Mahou Shoujo ni Akogarete", - "english": "Gushing over Magical Girls", - "native": "魔法少女にあこがれて" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702333385, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109017-bT3qVhgii0Xy.png" - } - }, - { - "id": 156344, - "idMal": 128823, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 16, - "format": "MANGA", - "duration": null, - "synonyms": ["Me, a Staple Food That Matched With The Mononoke Girls"], - "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Large Breasts", "rank": 79 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Monokano: Mononoke Kanojotachi to Matching Shita Shushoku no Ore", - "english": null, - "native": "ものカノ もののけ彼女たちとマッチングした主食の俺" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702850229, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b156344-XXu5BuEELGng.jpg" - } - }, - { - "id": 74489, - "idMal": 44489, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "La Tierra de las Gemas", - "L'Ère des Cristaux", - "Das Land der Juwelen", - "Terra das Gemas", - "Vương quốc bảo thạch", - "Terra das Gemas", - "HNK", - "LOTL" - ], - "genres": ["Action", "Drama", "Fantasy", "Mystery", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Philosophy", "rank": 94 }, - { "name": "Anthropomorphism", "rank": 94 }, - { "name": "Tragedy", "rank": 93 }, - { "name": "Seinen", "rank": 92 }, - { "name": "Coming of Age", "rank": 87 }, - { "name": "Religion", "rank": 87 }, - { "name": "Anti-Hero", "rank": 86 }, - { "name": "Body Horror", "rank": 83 }, - { "name": "Shapeshifting", "rank": 82 }, - { "name": "Cosmic Horror", "rank": 80 }, - { "name": "Revenge", "rank": 79 }, - { "name": "Dissociative Identities", "rank": 79 }, - { "name": "Time Skip", "rank": 78 }, - { "name": "Post-Apocalyptic", "rank": 77 }, - { "name": "Reincarnation", "rank": 77 }, - { "name": "Agender", "rank": 76 }, - { "name": "Ensemble Cast", "rank": 75 }, - { "name": "Memory Manipulation", "rank": 74 }, - { "name": "Space", "rank": 70 }, - { "name": "Aliens", "rank": 69 }, - { "name": "Swordplay", "rank": 60 }, - { "name": "Suicide", "rank": 55 } - ], - "title": { - "romaji": "Houseki no Kuni", - "english": "Land of the Lustrous", - "native": "宝石の国" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702884533, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx74489-bTNWsnzztzmI.jpg" - } - }, - { - "id": 107445, - "idMal": 118712, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 136, - "format": "MANGA", - "duration": null, - "synonyms": ["Yan-Garu", "Yankee-kun and the White Cane Girl", "Yankee-kun to Hakujou Gaaru"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Rehabilitation", "rank": 79 }, - { "name": "4-koma", "rank": 73 }, - { "name": "Male Protagonist", "rank": 72 }, - { "name": "Disability", "rank": 70 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Delinquents", "rank": 65 }, - { "name": "LGBTQ+ Themes", "rank": 56 }, - { "name": "Orphan", "rank": 20 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Yankee-kun to Hakujou Girl", - "english": "Love’s in Sight!", - "native": "ヤンキー君と白杖ガール" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703341073, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx107445-9Y91podh1R8v.jpg" - } - }, - { - "id": 128136, - "idMal": 140633, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [], - "title": { - "romaji": "Tonari ni Sumu Oshiego to Kekkon Shitai no desuga, Doushitara OK ga Morae Masu ka?", - "english": null, - "native": "隣に住む教え子と結婚したいのですが、どうしたらOKがもらえますか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703595245, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b128136-mOTRyxijcUER.jpg" - } - }, - { - "id": 172404, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [{ "name": "Public Sex", "rank": 20 }, { "name": "Exhibitionism", "rank": 20 }], - "title": { - "romaji": "Mukuchi na Tosho Iin to Sex Zuke. Natsuyasumi-hen Sex zuke no Futsukakan...", - "english": "Addicted to Sex With a Taciturn Library Committee Member: Summer Vacation", - "native": "無口な図書委員とセックス漬け。夏休み篇~セックス漬けの二日間…~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703626181, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172404-6mF2df9indGw.jpg" - } - }, - { - "id": 100143, - "idMal": 109840, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Питер Грилл и семя рационального мышления"], - "genres": ["Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Female Harem", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Monster Girl", "rank": 73 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Peter Grill to Kenja no Jikan", - "english": "Peter Grill and the Philosopher’s Time", - "native": "ピーター・グリルと賢者の時間" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703880151, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100143-jI8LNhAbBy9f.jpg" - } - }, - { - "id": 172702, - "idMal": 161754, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Villainess", "rank": 60 }, - { "name": "Josei", "rank": 20 } - ], - "title": { - "romaji": "Higeki no Genkyou to Naru Saikyou Gedou Last Boss Joou wa Tami no Tame ni Tsukushimasu. To The Savior", - "english": null, - "native": "悲劇の元凶となる最強外道ラスボス女王は民の為に尽くします。~To The Savior~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1704078013, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b172702-oZl20P9C52M2.jpg" - } - }, - { - "id": 172677, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Fantasy"], - "tags": [], - "title": { - "romaji": "Hikage Majo wa Kizukanai: Mahou Gakuen ni Nyuugaku Shita Tensai Imouto ga, Ane wa Motto Sugoi to Iifurashite Ita Nante", - "english": null, - "native": "日陰魔女は気づかない ~魔法学園に入学した天才妹が、姉はもっとすごいと言いふらしていたなんて~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705404349, - "updatedAt": 1705404349, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172677-1kBVNy6pNrCp.jpg" - } - }, - { - "id": 85763, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Zettai Junpaku: Mahou Shoujo"], - "genres": ["Hentai", "Mahou Shoujo"], - "tags": [{ "name": "Magic", "rank": 20 }], - "title": { "romaji": "Mahou Shoujo", "english": null, "native": "魔法少女" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705404525, - "updatedAt": 1705404525, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2003 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85763-nUCxZk9BgVwF.jpg" - } - }, - { - "id": 138830, - "idMal": 141736, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 22, - "format": "MANGA", - "duration": null, - "synonyms": ["一条同学总是情不自禁", "It Shows on Your Face"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 80 }, - { "name": "Vampire", "rank": 73 }, - { "name": "Seinen", "rank": 60 }, - { "name": "School Club", "rank": 60 }, - { "name": "School", "rank": 40 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Primarily Female Cast", "rank": 40 }, - { "name": "Crossdressing", "rank": 20 } - ], - "title": { - "romaji": "Ichijou-san wa Kao ni Deyasui", - "english": null, - "native": "一条さんは顔に出やすい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705468624, - "updatedAt": 1705468624, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138830-V6VAl3BKl3Bh.jpg" - } - }, - { - "id": 52986, - "idMal": 22986, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 52, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Gray And Wonder Around Her", - "Ran and the Grey World", - "Ran and the Ash-Coloured World", - "Ran and the Ash Colored World", - "Magical Doctor Becchin-sensei", - "Kurobane-tai no Kyou no Oshigoto", - "Shizuka no Ano Koro Sasurai Douchuuki", - "Minna no Hibi-kun Kokoro Koko ni Arazu", - "Kyou mo Yarimasu Ume Momo Sakura", - "Shoujo-tachi no Mizutama Ofuro Time", - "Magiczny świat Ran", - "Ran y el Mundo Gris", - "Ran và thế giới tro tàn" - ], - "genres": ["Comedy", "Drama", "Fantasy", "Romance", "Supernatural"], - "tags": [ - { "name": "Seinen", "rank": 95 }, - { "name": "Coming of Age", "rank": 88 }, - { "name": "Shapeshifting", "rank": 86 }, - { "name": "Witch", "rank": 85 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Magic", "rank": 78 }, - { "name": "Age Gap", "rank": 77 }, - { "name": "Werewolf", "rank": 68 }, - { "name": "Family Life", "rank": 65 }, - { "name": "Love Triangle", "rank": 62 }, - { "name": "Nudity", "rank": 56 }, - { "name": "Tragedy", "rank": 50 }, - { "name": "Heterosexual", "rank": 46 } - ], - "title": { - "romaji": "Ran to Haiiro no Sekai", - "english": "Ran and the Gray World", - "native": "乱と灰色の世界" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705471078, - "updatedAt": 1705471078, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx52986-xufIx5HhD8TW.jpg" - } - }, - { - "id": 101129, - "idMal": 110621, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 53, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Slice of Life"], - "tags": [ - { "name": "Isekai", "rank": 73 }, - { "name": "Food", "rank": 66 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Female Protagonist", "rank": 50 } - ], - "title": { - "romaji": "Isekai Omotenashi Gohan", - "english": null, - "native": "異世界おもてなしご飯" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705471086, - "updatedAt": 1705471086, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101129-dhPpQNKxJWJQ.jpg" - } - }, - { - "id": 109275, - "idMal": 125507, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 238, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Asu, Watashi wa Dareka no Kanojo", - "Tomorrow, I Will be Someone's Girlfriend", - "Asukano", - "明日カノ", - "Asukanojo" - ], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Work", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Philosophy", "rank": 70 }, - { "name": "Fashion", "rank": 70 }, - { "name": "Seinen", "rank": 65 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 46 }, - { "name": "LGBTQ+ Themes", "rank": 30 }, - { "name": "Age Gap", "rank": 30 }, - { "name": "College", "rank": 20 } - ], - "title": { - "romaji": "Ashita, Watashi wa Dareka no Kanojo", - "english": null, - "native": "明日、私は誰かのカノジョ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705570472, - "updatedAt": 1705570472, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109275-Rp58u7ON27tw.jpg" - } - }, - { - "id": 66267, - "idMal": 36267, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 80, - "format": "MANGA", - "duration": null, - "synonyms": ["I'm in Mari", "Dans l'intimité de Marie", "Dentro Mari"], - "genres": ["Drama", "Ecchi", "Mystery", "Psychological", "Thriller"], - "tags": [ - { "name": "Body Swapping", "rank": 99 }, - { "name": "Dissociative Identities", "rank": 97 }, - { "name": "Gender Bending", "rank": 95 }, - { "name": "Seinen", "rank": 92 }, - { "name": "Philosophy", "rank": 92 }, - { "name": "Hikikomori", "rank": 76 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "LGBTQ+ Themes", "rank": 67 }, - { "name": "Rehabilitation", "rank": 65 }, - { "name": "School", "rank": 63 }, - { "name": "Masturbation", "rank": 60 }, - { "name": "Yuri", "rank": 56 }, - { "name": "Nudity", "rank": 52 }, - { "name": "Bullying", "rank": 52 }, - { "name": "Tragedy", "rank": 45 } - ], - "title": { - "romaji": "Boku wa Mari no Naka", - "english": "Inside Mari", - "native": "ぼくは麻理のなか" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705654487, - "updatedAt": 1705654487, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx66267-2SiL38NU4RFj.jpg" - } - }, - { - "id": 173933, - "idMal": null, - "status": "NOT_YET_RELEASED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Mecha", "Sci-Fi"], - "tags": [ - { "name": "Henshin", "rank": 60 }, - { "name": "Robots", "rank": 20 }, - { "name": "Artificial Intelligence", "rank": 20 }, - { "name": "Assassins", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Crime", "rank": 20 }, - { "name": "Super Power", "rank": 20 }, - { "name": "Tanned Skin", "rank": 20 }, - { "name": "Space", "rank": 20 }, - { "name": "Espionage", "rank": 20 }, - { "name": "Tokusatsu", "rank": 20 }, - { "name": "Tomboy", "rank": 20 } - ], - "title": { "romaji": "Metallic Rouge", "english": null, "native": "メタリックルージュ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1706069221, - "updatedAt": 1706069221, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx173933-dvrs55xFepl6.png" - } - }, - { - "id": 122257, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 120, - "format": "MANGA", - "duration": null, - "synonyms": ["The Ark Is Me", "最惨房东并不惨", "Perdona, pero es mi habitación"], - "genres": ["Comedy", "Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 85 }, - { "name": "Full Color", "rank": 84 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Love Triangle", "rank": 76 }, - { "name": "Nudity", "rank": 76 }, - { "name": "Large Breasts", "rank": 72 }, - { "name": "Threesome", "rank": 68 }, - { "name": "Tsundere", "rank": 66 }, - { "name": "Group Sex", "rank": 60 }, - { "name": "Bullying", "rank": 51 }, - { "name": "Defloration", "rank": 50 }, - { "name": "Ahegao", "rank": 50 }, - { "name": "Nakadashi", "rank": 50 }, - { "name": "Deepthroat", "rank": 50 }, - { "name": "Bondage", "rank": 46 }, - { "name": "MILF", "rank": 40 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Netorase", "rank": 40 }, - { "name": "Facial", "rank": 40 }, - { "name": "Public Sex", "rank": 40 }, - { "name": "Cunnilingus", "rank": 30 }, - { "name": "Pregnant", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Femdom", "rank": 20 }, - { "name": "College", "rank": 20 }, - { "name": "Feet", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Sex Toys", "rank": 20 } - ], - "title": { - "romaji": "Bangjuineun Jeondeyo", - "english": "Excuse me, This is my Room", - "native": "방주인은 전데요" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1682065917, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b122257-owVNJxVmItw8.jpg" - } - }, - { - "id": 138564, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Owner Of A Building", "My Landlady Noona", "La hermana casera", "富家女姐姐"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 97 }, - { "name": "Heterosexual", "rank": 86 }, - { "name": "Full Color", "rank": 83 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Large Breasts", "rank": 75 }, - { "name": "Defloration", "rank": 73 }, - { "name": "Ahegao", "rank": 70 }, - { "name": "Chibi", "rank": 65 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Nakadashi", "rank": 53 }, - { "name": "Idol", "rank": 50 }, - { "name": "MILF", "rank": 40 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Boobjob", "rank": 40 }, - { "name": "Virginity", "rank": 40 }, - { "name": "Cosplay", "rank": 40 }, - { "name": "Squirting", "rank": 40 }, - { "name": "Deepthroat", "rank": 40 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Femdom", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Feet", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Sex Toys", "rank": 20 }, - { "name": "Work", "rank": 20 }, - { "name": "Watersports", "rank": 20 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Nekomimi", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { "romaji": "Geonmulju Nuna", "english": "Landlord Sisters", "native": "건물주 누나" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1682474444, - "updatedAt": 1705929594, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138564-h8bT8LJMYZSM.jpg" - } - }, - { - "id": 118408, - "idMal": 133641, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Death Is The Only Ending For The Villainess ", - "The Villain's Ending Is Death ", - "Agyeogui Endingeun Jugeumppun", - "恋爱手游的男主都很危险", - "恶役只有死亡结局", - "悪役のエンディングは死のみ", - " เป็นตัวร้ายก็ต้องตายเท่านั้น", - "O Único Destino da Vilã é a Morte", - "反派角色只有死亡結局", - "Penelope – Das Böse ist dem Tod geweiht", - "O Único Destino dos Vilões é a Morte", - "Єдиний фінал лиходіїв – смерть", - "Seule la mort attend la Vilaine", - "Kematian adalah Akhir Sang Antagonis" - ], - "genres": ["Drama", "Fantasy", "Psychological", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 97 }, - { "name": "Villainess", "rank": 94 }, - { "name": "Isekai", "rank": 93 }, - { "name": "Full Color", "rank": 92 }, - { "name": "Reincarnation", "rank": 92 }, - { "name": "Ojou-sama", "rank": 88 }, - { "name": "Video Games", "rank": 83 }, - { "name": "Male Harem", "rank": 83 }, - { "name": "Adoption", "rank": 83 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Bullying", "rank": 78 }, - { "name": "Historical", "rank": 73 }, - { "name": "Heterosexual", "rank": 62 }, - { "name": "Magic", "rank": 56 }, - { "name": "Yandere", "rank": 50 }, - { "name": "Slavery", "rank": 48 }, - { "name": "Tsundere", "rank": 45 }, - { "name": "Royal Affairs", "rank": 20 } - ], - "title": { - "romaji": "Agyeogui Ending Jugeumppun", - "english": "Villains Are Destined to Die", - "native": "악역의 엔딩은 죽음뿐" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1683356694, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118408-jsyZKWzpgkR6.jpg" - } - }, - { - "id": 141179, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Fox's Trap"], - "genres": ["Drama", "Romance", "Supernatural"], - "tags": [ - { "name": "Full Color", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Youkai", "rank": 20 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { "romaji": "Huli De Xianjing", "english": null, "native": "狐狸的陷阱" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684041427, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141179-t2JOD6iF3xnc.jpg" - } - }, - { - "id": 119363, - "idMal": 149871, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Peulleieo"], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 76 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Full Color", "rank": 60 }, - { "name": "Super Power", "rank": 50 }, - { "name": "Battle Royale", "rank": 40 }, - { "name": "Magic", "rank": 20 } - ], - "title": { "romaji": "Player", "english": null, "native": "플레이어" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684491835, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119363-9fERhWXiJST4.jpg" - } - }, - { - "id": 144198, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 125, - "format": "MANGA", - "duration": null, - "synonyms": ["霸佔人妻", "下宿物語"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Netori", "rank": 79 }, - { "name": "Full Color", "rank": 73 }, - { "name": "MILF", "rank": 66 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Handjob", "rank": 60 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Netorare", "rank": 60 }, - { "name": "Voyeur", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Blackmail", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Rimjob", "rank": 20 } - ], - "title": { "romaji": "Yubunyeo", "english": "Living with a MILF", "native": "유부녀" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684549241, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144198-M3yOb1MrHvBw.png" - } - }, - { - "id": 126299, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 53, - "format": "MANGA", - "duration": null, - "synonyms": ["Someday I Never Knew"], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [{ "name": "Full Color", "rank": 20 }], - "title": { - "romaji": "Weiceng Zhixiao de Na Yi Ri", - "english": "Someday I Never Knew", - "native": "未曾知晓的那一日" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684558514, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126299-r2SaZIEgDiFB.png" - } - }, - { - "id": 144494, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 93, - "format": "MANGA", - "duration": null, - "synonyms": ["モットねらいうち➸♡"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Full Color", "rank": 73 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "Nudity", "rank": 66 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Defloration", "rank": 60 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Rape", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 } - ], - "title": { - "romaji": "Geunyeoneun Undong Jung", - "english": "She's working out", - "native": "그녀는 운동 중" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684747651, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144494-wLXuWy7X9P5K.jpg" - } - }, - { - "id": 151890, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 60, - "format": "MANGA", - "duration": null, - "synonyms": ["Childhood Bride", "ハジけろ!夏の果実", "幸福小島"], - "genres": ["Drama", "Hentai", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 100 }, - { "name": "Male Protagonist", "rank": 100 }, - { "name": "Defloration", "rank": 96 }, - { "name": "Large Breasts", "rank": 92 }, - { "name": "Rural", "rank": 86 }, - { "name": "Full Color", "rank": 84 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "MILF", "rank": 80 }, - { "name": "Age Gap", "rank": 80 }, - { "name": "Inseki", "rank": 79 }, - { "name": "Cunnilingus", "rank": 76 }, - { "name": "Nakadashi", "rank": 76 }, - { "name": "Fellatio", "rank": 75 }, - { "name": "Squirting", "rank": 20 } - ], - "title": { "romaji": "Sokkupchingu ", "english": "Childhood Friend", "native": "소꿉친구" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685325539, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151890-V0pnQGeudhNh.jpg" - } - }, - { - "id": 157711, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 55, - "format": "MANGA", - "duration": null, - "synonyms": ["脫單神器"], - "genres": ["Comedy", "Drama", "Hentai", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Full Color", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Fellatio", "rank": 79 }, - { "name": "Defloration", "rank": 40 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Squirting", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "Chibi", "rank": 20 }, - { "name": "Rape", "rank": 10 } - ], - "title": { "romaji": "Heroine App", "english": "Dating Quest", "native": "히로인 어플" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1685477898, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157711-z472lobKuVuz.png" - } - }, - { - "id": 87443, - "idMal": 119539, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 97, - "format": "MANGA", - "duration": null, - "synonyms": ["ミスミスティック", "Miss Mystic"], - "genres": ["Drama", "Hentai", "Mystery", "Romance"], - "tags": [ - { "name": "Primarily Adult Cast", "rank": 100 }, - { "name": "Blackmail", "rank": 96 }, - { "name": "Revenge", "rank": 84 }, - { "name": "Full Color", "rank": 80 }, - { "name": "Bullying", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Femdom", "rank": 70 }, - { "name": "Rape", "rank": 60 }, - { "name": "Large Breasts", "rank": 60 }, - { "name": "Yandere", "rank": 50 }, - { "name": "Netorare", "rank": 40 }, - { "name": "Female Harem", "rank": 36 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Office Lady", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Drugs", "rank": 20 }, - { "name": "Time Skip", "rank": 20 } - ], - "title": { "romaji": "Ms. Mystic", "english": "Ms. Mystic", "native": "미스미스틱" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686112425, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87443-B1ZsYjTzcsBF.jpg" - } - }, - { - "id": 157601, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 38, - "format": "MANGA", - "duration": null, - "synonyms": ["Mating with Idols", "Idols Mating", "アイドルのハニートラップ"], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Idol", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { "romaji": "Idol's Jjakjisgi", "english": null, "native": "아이돌의 짝짓기" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686298609, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157601-Q5W451RUiPz9.jpg" - } - }, - { - "id": 145493, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["アヤシイ勉強会", "深度交流會"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 94 }, - { "name": "Nudity", "rank": 91 }, - { "name": "Ahegao", "rank": 90 }, - { "name": "Full Color", "rank": 87 }, - { "name": "Nakadashi", "rank": 85 }, - { "name": "Teacher", "rank": 84 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Large Breasts", "rank": 70 }, - { "name": "Netorase", "rank": 64 }, - { "name": "Group Sex", "rank": 63 }, - { "name": "Anal Sex", "rank": 60 }, - { "name": "Squirting", "rank": 60 }, - { "name": "Virginity", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Threesome", "rank": 60 }, - { "name": "Netori", "rank": 60 }, - { "name": "MILF", "rank": 60 }, - { "name": "Defloration", "rank": 60 }, - { "name": "College", "rank": 52 }, - { "name": "Netorare", "rank": 45 }, - { "name": "School Club", "rank": 40 }, - { "name": "Handjob", "rank": 40 }, - { "name": "Ashikoki", "rank": 40 }, - { "name": "Deepthroat", "rank": 40 }, - { "name": "Masturbation", "rank": 30 }, - { "name": "Cunnilingus", "rank": 30 }, - { "name": "Boobjob", "rank": 30 }, - { "name": "Sumata", "rank": 30 }, - { "name": "Facial", "rank": 30 }, - { "name": "Sex Toys", "rank": 30 }, - { "name": "Public Sex", "rank": 30 }, - { "name": "Voyeur", "rank": 20 }, - { "name": "Human Pet", "rank": 20 }, - { "name": "Tanned Skin", "rank": 20 }, - { "name": "Sadism", "rank": 20 }, - { "name": "Masochism", "rank": 20 } - ], - "title": { "romaji": "Sextudy Group", "english": "Sex Study Group", "native": "섹터디그룹" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686446144, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145493-l4xd6rshoTO1.jpg" - } - }, - { - "id": 133057, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 105, - "format": "MANGA", - "duration": null, - "synonyms": ["Water Overflow", "Desborde de Agua", "パラダイス・プール", "Paradise Pool"], - "genres": ["Drama", "Hentai", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Full Color", "rank": 73 }, - { "name": "Female Harem", "rank": 73 }, - { "name": "Nudity", "rank": 66 }, - { "name": "Swimming", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Work", "rank": 60 }, - { "name": "Threesome", "rank": 40 }, - { "name": "MILF", "rank": 40 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Squirting", "rank": 40 }, - { "name": "Large Breasts", "rank": 40 }, - { "name": "Bisexual", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Voyeur", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Virginity", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Ahegao", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Group Sex", "rank": 20 } - ], - "title": { "romaji": "Muri Neomchyeoyo", "english": "Dripping Wet", "native": "물이 넘쳐요" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686554345, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx133057-KlLgZW6w06sh.png" - } - }, - { - "id": 111411, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Fantasy", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Female Protagonist", "rank": 94 }, - { "name": "Revenge", "rank": 94 }, - { "name": "Acting", "rank": 85 }, - { "name": "Isekai", "rank": 82 }, - { "name": "Full Color", "rank": 80 }, - { "name": "Artificial Intelligence", "rank": 72 }, - { "name": "Body Swapping", "rank": 65 }, - { "name": "Ghost", "rank": 60 }, - { "name": "Alternate Universe", "rank": 50 }, - { "name": "Augmented Reality", "rank": 45 }, - { "name": "Historical", "rank": 40 }, - { "name": "Vampire", "rank": 40 }, - { "name": "Cultivation", "rank": 40 }, - { "name": "Anti-Hero", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Writing", "rank": 20 }, - { "name": "Adoption", "rank": 20 }, - { "name": "Gender Bending", "rank": 20 } - ], - "title": { - "romaji": "Wan Zha Chao Huang", - "english": "Cheating Men Must Die", - "native": "万渣朝凰" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686619724, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111411-vCSotomL1zOH.jpg" - } - }, - { - "id": 157094, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 51, - "format": "MANGA", - "duration": null, - "synonyms": ["Where is My Hammer", "美神のハンマー探し"], - "genres": ["Drama", "Fantasy", "Hentai"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Full Color", "rank": 79 }, - { "name": "Netori", "rank": 79 }, - { "name": "Gods", "rank": 73 }, - { "name": "Mythology", "rank": 60 }, - { "name": "Deepthroat", "rank": 60 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Exhibitionism", "rank": 20 }, - { "name": "Watersports", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Squirting", "rank": 20 }, - { "name": "Sumata", "rank": 20 }, - { "name": "Ahegao", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Threesome", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Group Sex", "rank": 20 }, - { "name": "Slavery", "rank": 20 } - ], - "title": { - "romaji": "Nae Mangchi Eodigasseo?", - "english": "Where Is My Little Stick?!", - "native": "내 망치 어디갔어?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686658963, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157094-POyjcKdZXAuD.jpg" - } - }, - { - "id": 152411, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Sex Stopwatch", "セッ◯ストップウォッチ", "セックスストップウォッチ", "色輪眼"], - "genres": ["Drama", "Fantasy", "Hentai", "Supernatural"], - "tags": [ - { "name": "Male Protagonist", "rank": 97 }, - { "name": "Sadism", "rank": 96 }, - { "name": "Masochism", "rank": 95 }, - { "name": "Super Power", "rank": 95 }, - { "name": "Time Manipulation", "rank": 94 }, - { "name": "Slavery", "rank": 93 }, - { "name": "Female Harem", "rank": 92 }, - { "name": "Nudity", "rank": 88 }, - { "name": "Full Color", "rank": 86 }, - { "name": "Defloration", "rank": 80 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Group Sex", "rank": 75 }, - { "name": "Squirting", "rank": 73 }, - { "name": "Ahegao", "rank": 73 }, - { "name": "Public Sex", "rank": 70 }, - { "name": "Threesome", "rank": 66 }, - { "name": "Nakadashi", "rank": 65 }, - { "name": "MILF", "rank": 65 }, - { "name": "Virginity", "rank": 60 }, - { "name": "Masturbation", "rank": 46 }, - { "name": "Fellatio", "rank": 46 }, - { "name": "Rape", "rank": 46 }, - { "name": "Exhibitionism", "rank": 46 }, - { "name": "Cunnilingus", "rank": 40 }, - { "name": "Anal Sex", "rank": 40 }, - { "name": "Facial", "rank": 20 }, - { "name": "Netori", "rank": 20 }, - { "name": "Rimjob", "rank": 20 }, - { "name": "Watersports", "rank": 20 }, - { "name": "Human Pet", "rank": 20 }, - { "name": "Yuri", "rank": 10 } - ], - "title": { "romaji": "Sextopwatch", "english": "Sextopwatch", "native": "섹톱워치" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686659017, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152411-7jvoGOyC3Eeq.jpg" - } - }, - { - "id": 153839, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 50, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [{ "name": "Full Color", "rank": 20 }, { "name": "Nudity", "rank": 20 }], - "title": { - "romaji": "Kingbatneun Geunyeo", - "english": "She's Driving Me Crazy", - "native": "킹받는 그녀" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686724724, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153839-IRw7bm5o2z1a.jpg" - } - }, - { - "id": 150109, - "idMal": 147683, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 60, - "format": "MANGA", - "duration": null, - "synonyms": ["BAD THINKING DIARY:バット・シンキング・ダイアリー"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 96 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "Nudity", "rank": 84 }, - { "name": "Full Color", "rank": 80 }, - { "name": "College", "rank": 62 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "Love Triangle", "rank": 53 }, - { "name": "Primarily Adult Cast", "rank": 53 }, - { "name": "Bisexual", "rank": 43 }, - { "name": "Defloration", "rank": 20 } - ], - "title": { - "romaji": "Bad Thinking Diary", - "english": "Bad Thinking Diary", - "native": "배드띵킹 다이어리" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686824232, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150109-keIierXbIixn.png" - } - }, - { - "id": 159502, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": 25, - "format": "MANGA", - "duration": null, - "synonyms": ["Wanna live by the countryside?"], - "genres": ["Drama", "Hentai", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Full Color", "rank": 73 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Rural", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { - "romaji": "Sigoreseo Gachi Salkka?", - "english": "Hometown Hotties", - "native": "시골에서 같이 살까?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686837321, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159502-54pgr9FC7ZTm.jpg" - } - }, - { - "id": 138039, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 100, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Keep It a Secret from Your Mother!", - "¡ES UN SECRETO PARA MAMÁ!", - "Keep This A Secret From Mom", - "お母さんには秘密だよ?" - ], - "genres": ["Comedy", "Hentai", "Romance", "Slice of Life"], - "tags": [ - { "name": "Large Breasts", "rank": 100 }, - { "name": "Female Harem", "rank": 100 }, - { "name": "Full Color", "rank": 98 }, - { "name": "Heterosexual", "rank": 96 }, - { "name": "Age Gap", "rank": 96 }, - { "name": "MILF", "rank": 93 }, - { "name": "Nudity", "rank": 90 }, - { "name": "Exhibitionism", "rank": 80 }, - { "name": "Nakadashi", "rank": 73 }, - { "name": "Threesome", "rank": 68 }, - { "name": "Fellatio", "rank": 68 }, - { "name": "Inseki", "rank": 67 }, - { "name": "Tomboy", "rank": 65 }, - { "name": "Incest", "rank": 64 }, - { "name": "Boobjob", "rank": 60 }, - { "name": "Yuri", "rank": 50 }, - { "name": "Cunnilingus", "rank": 50 }, - { "name": "Defloration", "rank": 40 }, - { "name": "Teacher", "rank": 40 }, - { "name": "Deepthroat", "rank": 40 }, - { "name": "Anal Sex", "rank": 30 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "College", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Group Sex", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Pregnant", "rank": 20 }, - { "name": "Virginity", "rank": 20 }, - { "name": "Chibi", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Rimjob", "rank": 20 } - ], - "title": { - "romaji": "Eommahanten Bimiriya!", - "english": "DON'T TELL MOM!", - "native": "엄마한텐 비밀이야!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693047653, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138039-eEp0nVBSeroT.jpg" - } - }, - { - "id": 154470, - "idMal": 163950, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Un secret bien gardé", "秘密の姉弟〜この関係に問題あり!?〜", "ความลับของพี่น้อง"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { "romaji": "Bimilnammae", "english": "Secret Siblings", "native": "비밀남매" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694497809, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154470-rNk6HgljYXBs.jpg" - } - }, - { - "id": 158019, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 40, - "format": "MANGA", - "duration": null, - "synonyms": ["Not in School!"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Teacher", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Full Color", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Chibi", "rank": 20 }, - { "name": "Deepthroat", "rank": 20 }, - { "name": "Ahegao", "rank": 20 } - ], - "title": { - "romaji": "Hakgyoeseon An Dwae!", - "english": "Let's Get Physical", - "native": "학교에선안돼!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694597504, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx158019-j5wPaP3JJ47e.jpg" - } - }, - { - "id": 162934, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Honestly, I like you a lot!", "Honestly, I like it a lot!"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Sasireun Neomu Joha!", - "english": "More Than You Think", - "native": "사실은 너무 좋아!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694598029, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b162934-RSFmsK7mgu14.jpg" - } - }, - { - "id": 161494, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 49, - "format": "MANGA", - "duration": null, - "synonyms": ["Boarding School"], - "genres": ["Comedy", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Deepthroat", "rank": 20 } - ], - "title": { "romaji": "Gisukhagwon", "english": "Pleasure Dorm", "native": "기숙학원" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694719288, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b161494-3xOAsdJpgWka.jpg" - } - }, - { - "id": 167229, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Go Ahead, Mom.", - "I'll Eat Your Mom First ", - "復仇母女丼", - "代理贖罪 -俺はアイツの母親に制裁する-" - ], - "genres": ["Drama", "Hentai"], - "tags": [ - { "name": "Full Color", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Revenge", "rank": 79 }, - { "name": "Bullying", "rank": 79 }, - { "name": "MILF", "rank": 79 }, - { "name": "Netori", "rank": 60 }, - { "name": "Sadism", "rank": 40 } - ], - "title": { - "romaji": "Eomma Meonjeo Deuseyo", - "english": "Eat First, Mom", - "native": "엄마 먼저 드세요" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694719375, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167229-RBETQJqBPODL.jpg" - } - }, - { - "id": 167230, - "idMal": 163605, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Trophy Wives", "新都市の人妻〜危険なエステの誘惑〜"], - "genres": ["Drama", "Hentai"], - "tags": [ - { "name": "Nudity", "rank": 20 }, - { "name": "Full Color", "rank": 20 }, - { "name": "Netori", "rank": 20 }, - { "name": "Masochism", "rank": 20 }, - { "name": "Masturbation", "rank": 20 }, - { "name": "Sadism", "rank": 20 }, - { "name": "Rimjob", "rank": 20 } - ], - "title": { - "romaji": "Sindosi Yubunyeo", - "english": "Rubbing It In", - "native": "신도시 유부녀" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694719687, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167230-F3JphX76ZaHL.jpg" - } - }, - { - "id": 166636, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Summer Retreat Girls", "Summer Mother and Daughter"], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Large Breasts", "rank": 79 }, - { "name": "Full Color", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Harem", "rank": 50 }, - { "name": "MILF", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Exhibitionism", "rank": 20 }, - { "name": "Bondage", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Deepthroat", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { "romaji": "Yeoreum Monyeo", "english": null, "native": "여름 모녀" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694719698, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b166636-fLHnvaLarlJb.jpg" - } - }, - { - "id": 157380, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 60, - "format": "MANGA", - "duration": null, - "synonyms": ["The Girls I couldn’t date before"], - "genres": ["Drama", "Fantasy", "Hentai", "Romance", "Supernatural"], - "tags": [ - { "name": "College", "rank": 79 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Full Color", "rank": 60 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Time Manipulation", "rank": 20 } - ], - "title": { - "romaji": "Meokji Moshaessdeon Yeosachindeul", - "english": "Girls I Couldn't Have", - "native": "먹지 못했던 여사친들" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694719712, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b157380-TlPS6hFo6LXV.jpg" - } - }, - { - "id": 155483, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 50, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Soaking Summer Vacation", - "#Dense #Summer #Firstlove", - "The Memories of That Summer Day", - "Paradise Club", - "A Night at the Ruins", - "Summer Showers", - "Please Fix the AC!", - "A Midsummer's Nightmare", - "This World's Harem Knight" - ], - "genres": ["Drama", "Fantasy", "Hentai", "Romance", "Slice of Life"], - "tags": [ - { "name": "Full Color", "rank": 20 }, - { "name": "Threesome", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Elf", "rank": 20 }, - { "name": "Defloration", "rank": 20 } - ], - "title": { - "romaji": "Heumppeokjeonneun Yeoreumhyuga", - "english": null, - "native": "흠뻑젖는 여름휴가" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694721583, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b155483-mY0jG9fx8ke3.jpg" - } - }, - { - "id": 144854, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 77, - "format": "MANGA", - "duration": null, - "synonyms": ["姊姊們的調教"], - "genres": ["Hentai", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 100 }, - { "name": "Full Color", "rank": 79 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Chibi", "rank": 79 }, - { "name": "Large Breasts", "rank": 73 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Nakadashi", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Defloration", "rank": 60 }, - { "name": "Inseki", "rank": 60 }, - { "name": "Office Lady", "rank": 50 }, - { "name": "Threesome", "rank": 40 }, - { "name": "Cunnilingus", "rank": 30 }, - { "name": "Femdom", "rank": 20 }, - { "name": "Public Sex", "rank": 20 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Incest", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Group Sex", "rank": 20 }, - { "name": "MILF", "rank": 10 }, - { "name": "Age Gap", "rank": 10 } - ], - "title": { - "romaji": "Nunaui Chingudeul", - "english": "My Sister's Friends", - "native": "누나의 친구들" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694799900, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144854-kdWgjGbmn9fk.jpg" - } - }, - { - "id": 169111, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Madam was my Teacher"], - "genres": ["Drama", "Hentai", "Romance"], - "tags": [{ "name": "Male Protagonist", "rank": 20 }, { "name": "Nudity", "rank": 20 }], - "title": { - "romaji": "Samonimeun Seonsaengnim", - "english": "My Teacher, Milady", - "native": "사모님은 선생님" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695664340, - "updatedAt": 1696150450, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b169111-xIc9twqystZd.jpg" - } - }, - { - "id": 166408, - "idMal": 159871, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 5, - "format": "MANGA", - "duration": null, - "synonyms": ["My Girlfriend Is a G-Cup!"], - "genres": ["Comedy", "Hentai", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Full Color", "rank": 79 }, - { "name": "Large Breasts", "rank": 73 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Drawing", "rank": 20 }, - { "name": "4-koma", "rank": 20 }, - { "name": "Boobjob", "rank": 10 }, - { "name": "Handjob", "rank": 10 } - ], - "title": { "romaji": "Yeochineun G-Cup!", "english": null, "native": "여친은 G컵!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695702056, - "updatedAt": 1695708956, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166408-coGteBf1k1Bs.jpg" - } - }, - { - "id": 169699, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Hole Diary", "水電工日誌"], - "genres": ["Drama", "Hentai"], - "tags": [ - { "name": "Full Color", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Netori", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 } - ], - "title": { - "romaji": "Gumeongilji : Mundansok", - "english": "Hole Journal: Unlocked", - "native": "구멍일지 : 문단속" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700472554, - "updatedAt": 1700472957, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169699-AtudecXMNJL2.png" - } - }, - { - "id": 105393, - "idMal": 132247, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Magia de Um Retornado tem que ser Especial", - "พลังขั้นเทพของจอมเวทจุติใหม่", - "Returner's Special Magic", - "重生者的魔法一定要特別", - "Магія поверненого має бути особливою", - "帰還者の魔法は特別です", - "Kikansha no Mahou wa Tokubetsu desu" - ], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Male Protagonist", "rank": 100 }, - { "name": "Magic", "rank": 98 }, - { "name": "Lost Civilization", "rank": 95 }, - { "name": "Full Color", "rank": 88 }, - { "name": "Terrorism", "rank": 88 }, - { "name": "Historical", "rank": 86 }, - { "name": "Age Regression", "rank": 85 }, - { "name": "School", "rank": 80 }, - { "name": "Time Manipulation", "rank": 80 }, - { "name": "War", "rank": 80 }, - { "name": "Swordplay", "rank": 79 }, - { "name": "Time Skip", "rank": 79 }, - { "name": "Demons", "rank": 76 }, - { "name": "Reincarnation", "rank": 76 }, - { "name": "Dungeon", "rank": 70 }, - { "name": "Ensemble Cast", "rank": 50 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Conspiracy", "rank": 20 }, - { "name": "Espionage", "rank": 20 }, - { "name": "Ojou-sama", "rank": 20 } - ], - "title": { - "romaji": "Gwihwanjaui Mabeobeun Teukbyeolhaeya Hamnida", - "english": "A Returner's Magic Should Be Special", - "native": "귀환자의 마법은 특별해야 합니다" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1702020534, - "updatedAt": 1704864823, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105393-oiHumQoBGKG5.jpg" - } - }, - { - "id": 171641, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Vtuber Confucius"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "VTuber", "rank": 60 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Anachronism", "rank": 50 }, - { "name": "Philosophy", "rank": 20 }, - { "name": "Gender Bending", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "4-koma", "rank": 20 } - ], - "title": { "romaji": "Vtuber Kongzi", "english": null, "native": "Vtuber孔子" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1703672811, - "updatedAt": 1705902813, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171641-xoVuzLA4DfXt.jpg" - } - }, - { - "id": 167464, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Addicted To My Stepmom", "繼母的香味", "抜け出せない母親の沼"], - "genres": ["Drama", "Hentai"], - "tags": [ - { "name": "Virginity", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Inseki", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Full Color", "rank": 60 }, - { "name": "MILF", "rank": 50 }, - { "name": "Office Lady", "rank": 50 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Age Gap", "rank": 50 }, - { "name": "College", "rank": 40 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Fellatio", "rank": 20 } - ], - "title": { "romaji": "Eommajungdok", "english": "Addicted to My Mom", "native": "엄마중독" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705597738, - "updatedAt": 1706094193, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b167464-EqvW2l3CPW2c.jpg" - } - }, - { - "id": 148311, - "idMal": 146324, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["How Do I Get Together With My Childhood Friend?"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "LGBTQ+ Themes", "rank": 93 }, - { "name": "Yuri", "rank": 92 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "School", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 50 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Doushitara Osananajimi no Kanojo ni Naremasu ka!?", - "english": "How Do I Turn My Best Friend Into My Girlfriend?", - "native": "どうしたら幼馴染の彼女になれますか!?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 18, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1683272901, - "updatedAt": 1705148942, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx148311-XwldLGlT6RFF.jpg" - } - }, - { - "id": 165012, - "idMal": 158565, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Useless Idol and the Only Fan in the World", - "Damedol to Sekai ni Hitori dake no Fan", - "ダメドルと世界に一人だけのファン" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Idol", "rank": 84 }, - { "name": "Otaku Culture", "rank": 72 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "College", "rank": 20 } - ], - "title": { - "romaji": "Damedol to Sekai ni 1-ri dake no Fan", - "english": null, - "native": "ダメドルと世界に1人だけのファン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 19, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685063418, - "updatedAt": 1705408976, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165012-C4BAS3nujr76.png" - } - }, - { - "id": 124676, - "idMal": 129795, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["You Like Me (Mama), Not My Daughter?!"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Age Gap", "rank": 90 }, - { "name": "Large Breasts", "rank": 80 }, - { "name": "Adoption", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "MILF", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Coming of Age", "rank": 70 }, - { "name": "Family Life", "rank": 70 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Cosplay", "rank": 20 } - ], - "title": { - "romaji": "Musume ja Nakute Mama ga Suki nano!?", - "english": "You Like Me, Not My Daughter?!", - "native": "娘じゃなくて私が好きなの!? " - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685443287, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx124676-x5xApm3n1gHZ.jpg" - } - }, - { - "id": 152283, - "idMal": 151780, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Gal niPA-chan wants to be hit on"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Masturbation", "rank": 79 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Gyaru", "rank": 60 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Primarily Female Cast", "rank": 40 }, - { "name": "Seinen", "rank": 30 } - ], - "title": { - "romaji": "Gal Nipa-chan wa Semararetai", - "english": null, - "native": "ギャルにぱちゃんはせまられたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 30, - "progressVolumes": 4, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685512105, - "updatedAt": 1706078661, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152283-Llpdzn7wQWs6.png" - } - }, - { - "id": 86339, - "idMal": 64603, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Wakako Sake", "와카코와 술"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Food", "rank": 100 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 } - ], - "title": { "romaji": "Wakako-Zake", "english": "Wakako Zake", "native": "ワカコ酒" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685602922, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86339-N09aOPuMFqlS.jpg" - } - }, - { - "id": 159142, - "idMal": 154679, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Yandere", "rank": 84 }, - { "name": "Heterosexual", "rank": 77 }, - { "name": "Female Protagonist", "rank": 68 }, - { "name": "Historical", "rank": 67 }, - { "name": "Ojou-sama", "rank": 66 }, - { "name": "Assassins", "rank": 60 }, - { "name": "Shoujo", "rank": 53 }, - { "name": "Prostitution", "rank": 40 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Gore", "rank": 20 } - ], - "title": { - "romaji": "Hotaru no Yomeiri", - "english": "Firefly Wedding", - "native": "ホタルの嫁入り" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685788084, - "updatedAt": 1699205615, - "score": 76, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159142-S9GSi03mT8Qa.jpg" - } - }, - { - "id": 164400, - "idMal": 158827, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Nanjou-san Wants to Be Held by Me"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Otaku Culture", "rank": 79 }, - { "name": "Gyaru", "rank": 73 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "School", "rank": 30 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Nanjou-san wa Boku ni Dakaretai", - "english": null, - "native": "南條さんは僕に抱かれたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685953912, - "updatedAt": 1705917397, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164400-PsoM3GNCG9dl.jpg" - } - }, - { - "id": 164303, - "idMal": 158707, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["دَينُونَة ماريا"], - "genres": ["Drama", "Thriller"], - "tags": [ - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Revenge", "rank": 88 }, - { "name": "Bullying", "rank": 85 }, - { "name": "Seinen", "rank": 85 }, - { "name": "Tragedy", "rank": 80 }, - { "name": "School", "rank": 75 }, - { "name": "Torture", "rank": 60 }, - { "name": "Nudity", "rank": 50 }, - { "name": "Teacher", "rank": 40 }, - { "name": "Gore", "rank": 20 }, - { "name": "Denpa", "rank": 20 } - ], - "title": { "romaji": "Maria no Danzai", "english": null, "native": "聖母の断罪" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 17, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686035753, - "updatedAt": 1705148579, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164303-LKTWK0q9zbrc.jpg" - } - }, - { - "id": 152914, - "idMal": 151269, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Psychological", "Romance"], - "tags": [{ "name": "Heterosexual", "rank": 20 }, { "name": "Shounen", "rank": 20 }], - "title": { - "romaji": "Joucho wo Mechakucha ni Shitekuru Onna", - "english": null, - "native": "情緒をめちゃくちゃにしてくる女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686140736, - "updatedAt": 1705887479, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152914-VMynaUuGAyvd.jpg" - } - }, - { - "id": 122809, - "idMal": 151859, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Want To...", "こんなことヤリたいの!〜誰にも止められない彼女〜"], - "genres": ["Drama", "Hentai"], - "tags": [ - { "name": "Nudity", "rank": 73 }, - { "name": "Public Sex", "rank": 66 }, - { "name": "Exhibitionism", "rank": 66 }, - { "name": "Masturbation", "rank": 30 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Hypersexuality", "rank": 20 } - ], - "title": { "romaji": "Hago Sipge", "english": "Temptress", "native": "하고 싶게" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 22, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686387942, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122809-xZuLpUteRM68.png" - } - }, - { - "id": 135007, - "idMal": 152312, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["A Scummy Gap Student With a Hard Life Calls Upon a Lady of the Night"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 84 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Age Gap", "rank": 50 }, - { "name": "Teacher", "rank": 50 }, - { "name": "Suicide", "rank": 20 } - ], - "title": { - "romaji": "Kuzu Rounin-sei, Jinsei ga Tsurai node Yoru no Onee-san wo Yonde Mita", - "english": null, - "native": "クズ浪人生、人生が辛いので夜のお姉さんを呼んでみた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686654947, - "updatedAt": 1699235691, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135007-ldHa3DKFW5wy.jpg" - } - }, - { - "id": 143379, - "idMal": 165663, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["A Story About a Very Ordinary Couple"], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 20 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Gokugoku Futsuu no Fuufu no Hanashi", - "english": null, - "native": "ごくごく普通の夫婦の話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 30, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686697038, - "updatedAt": 1705194546, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143379-xQKV9jk7mv6o.jpg" - } - }, - { - "id": 149544, - "idMal": 155861, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Guy She Was Interested in Wasn't a Guy At All", - "The Person She Fell For Wasn't A Boy", - "คนที่เธอปิ๊ง ความจริงไม่ใช่ผู้ชาย", - "La persona che mi piace non è un ragazzo" - ], - "genres": ["Music", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 96 }, - { "name": "LGBTQ+ Themes", "rank": 96 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Tomboy", "rank": 82 }, - { "name": "Gyaru", "rank": 75 }, - { "name": "Musical", "rank": 72 }, - { "name": "Work", "rank": 70 }, - { "name": "Primarily Female Cast", "rank": 69 }, - { "name": "School", "rank": 66 }, - { "name": "Gender Bending", "rank": 63 }, - { "name": "Fashion", "rank": 40 } - ], - "title": { - "romaji": "Ki ni Natteru Hito ga Otoko Janakatta", - "english": null, - "native": "気になってる人が男じゃなかった" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 72, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686725715, - "updatedAt": 1704023646, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx149544-kq2V5Y30kUZD.jpg" - } - }, - { - "id": 151750, - "idMal": 153816, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "She Was Actually My Stepsister ~Recently, The Sense Of Distance Between Me And My New Stepbrother Is Incredibly Close~" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Incest", "rank": 60 }, - { "name": "Video Games", "rank": 40 }, - { "name": "Gender Bending", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Inseki", "rank": 20 }, - { "name": "Acting", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Jitsu wa Imouto Deshita.: Saikin Giri no Otouto no Kyourikan ga Yatara Chikai Wake", - "english": null, - "native": "じつは義妹でした。 ~最近できた義理の弟の距離感がやたら近いわけ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686833916, - "updatedAt": 1702615868, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151750-QjMV2qwU5a24.jpg" - } - }, - { - "id": 165357, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Until This Social Outcast Becomes My Wife..."], - "genres": ["Slice of Life"], - "tags": [ - { "name": "POV", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Urban", "rank": 60 } - ], - "title": { - "romaji": "Tondemonai Komyushou-san ga Oku-san ni Naru made...", - "english": null, - "native": "とんでもないコミュ障さんが奥さんになるまで…" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 20, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687356928, - "updatedAt": 1696452679, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165357-iksHcTvMoTn9.jpg" - } - }, - { - "id": 165204, - "idMal": 159193, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Engagement of the Disgraced Witch and the Cross-Dressing Princess"], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 79 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Crossdressing", "rank": 50 }, - { "name": "Magic", "rank": 20 }, - { "name": "Villainess", "rank": 20 } - ], - "title": { - "romaji": "Kiraware Majo Reijou to Dansou Ouji no Konyaku", - "english": null, - "native": "嫌われ魔女令嬢と男装皇子の婚約" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688287659, - "updatedAt": 1703932189, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165204-f7RyP92t6Njm.png" - } - }, - { - "id": 139817, - "idMal": 147456, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Kissed My Girlfriend's Little Sister"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Family Life", "rank": 79 }, - { "name": "Twins", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Male Protagonist", "rank": 40 } - ], - "title": { - "romaji": "Kanojo no Imouto to Kiss wo Shita.", - "english": null, - "native": "カノジョの妹とキスをした。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688550090, - "updatedAt": 1702889103, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx139817-smyafOTC4rVT.png" - } - }, - { - "id": 159655, - "idMal": 156835, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kusunoki-san Failed to Debut in High School", - "She Is (Not) a Cool Girl (in High School)" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 73 }, - { "name": "School", "rank": 60 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 40 }, - { "name": "Time Skip", "rank": 30 }, - { "name": "Josei", "rank": 20 } - ], - "title": { - "romaji": "Kusunoki-san wa Koukou Debut ni Shippaishiteiru", - "english": "Kusunoki’s Flunking Her High School Glow-Up", - "native": "楠木さんは高校デビューに失敗している" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688704164, - "updatedAt": 1705903412, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159655-Kv58QINz1rXm.jpg" - } - }, - { - "id": 153669, - "idMal": 150994, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 60 }, - { "name": "Assassins", "rank": 20 }, - { "name": "Espionage", "rank": 20 }, - { "name": "Yandere", "rank": 20 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Josei", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { - "romaji": "Assassin & Cinderella", - "english": "Assassin & Cinderella", - "native": "アサシン&シンデレラ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688706202, - "updatedAt": 1695109200, - "score": 71, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153669-1AHwEQ0zuEdM.jpg" - } - }, - { - "id": 146568, - "idMal": 154751, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Maguro-chan Wants to be Eaten!"], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "4-koma", "rank": 20 }, - { "name": "Fishing", "rank": 20 }, - { "name": "Animals", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Henshin", "rank": 20 } - ], - "title": { - "romaji": "Maguro-chan wa Taberaretai!", - "english": null, - "native": "マグロちゃんは食べられたい!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711293, - "updatedAt": 1704627014, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx146568-VDGWqr4U7G2V.jpg" - } - }, - { - "id": 143817, - "idMal": 143969, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Makeup", "rank": 73 }, - { "name": "Fashion", "rank": 60 }, - { "name": "Male Protagonist", "rank": 46 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Shounen", "rank": 40 }, - { "name": "Coming of Age", "rank": 20 } - ], - "title": { "romaji": "Bless", "english": "Bless", "native": "ブレス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711301, - "updatedAt": 1700708544, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143817-piVHHvDegXS1.jpg" - } - }, - { - "id": 131790, - "idMal": 144290, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["壞女孩"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "School", "rank": 50 }, - { "name": "Yuri", "rank": 50 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Cute Girls Doing Cute Things", "rank": 50 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { "romaji": "Bad Girl", "english": null, "native": "ばっどがーる" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711307, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx131790-rGtelxBNMPAp.jpg" - } - }, - { - "id": 143139, - "idMal": 137567, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["A Drift Girl And A Noble Moon"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Historical", "rank": 79 }, - { "name": "4-koma", "rank": 79 }, - { "name": "Time Manipulation", "rank": 73 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "School", "rank": 60 }, - { "name": "Yuri", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 } - ], - "title": { - "romaji": "Tsumugu Otome to Taishou no Tsuki", - "english": null, - "native": "紡ぐ乙女と大正の月" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711331, - "updatedAt": 1702806773, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143139-BnNJMqmoJBly.jpg" - } - }, - { - "id": 155090, - "idMal": 152592, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Snow Thaw & Love Letter"], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 84 }, - { "name": "School", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 } - ], - "title": { - "romaji": "Yukidoke to Agapanthus", - "english": null, - "native": "雪解けとアガパンサス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711369, - "updatedAt": 1697571434, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155090-yp4SvD0UCggm.jpg" - } - }, - { - "id": 162552, - "idMal": 157795, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Nekomimi", "rank": 50 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Kemonomimi", "rank": 40 }, - { "name": "Drugs", "rank": 26 } - ], - "title": { "romaji": "Yani Neko", "english": null, "native": "ヤニねこ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711380, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx162552-WKi8h70EIdSX.jpg" - } - }, - { - "id": 128260, - "idMal": 141584, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Gyaru Gamer ni Homeraretai", "I Want to Be Praised by a Gal Gamer!"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Video Games", "rank": 100 }, - { "name": "Gyaru", "rank": 92 }, - { "name": "Cute Girls Doing Cute Things", "rank": 80 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Tanned Skin", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Hikikomori", "rank": 45 } - ], - "title": { - "romaji": "Gal Gamer ni Homeraretai", - "english": "I Want a Gal Gamer to Praise Me", - "native": "ギャルゲーマーに褒められたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 42, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688879323, - "updatedAt": 1704182537, - "score": 83, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128260-B6G2i71bemtz.jpg" - } - }, - { - "id": 114527, - "idMal": 123437, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Tiny Senpai From Work", "My Company's Small Senpai"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Office Lady", "rank": 50 }, - { "name": "Work", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Episodic", "rank": 20 } - ], - "title": { - "romaji": "Uchi no Kaisha no Chiisai Senpai no Hanashi", - "english": null, - "native": "うちの会社の小さい先輩の話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 72, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688892688, - "updatedAt": 1704618553, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114527-FBiL2WgLv1Dv.jpg" - } - }, - { - "id": 122192, - "idMal": 126161, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Story of a Small Senior in My Company", - "My Company's Small Senpai", - "My Tiny Senpai From Work", - "รุ่นพี่ตัวน้อยดูท่าจะตกหลุมรัก" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Work", "rank": 80 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Office Lady", "rank": 50 }, - { "name": "Female Protagonist", "rank": 40 } - ], - "title": { - "romaji": "Uchi no Kaisha no Chiisai Senpai no Hanashi", - "english": null, - "native": "うちの会社の小さい先輩の話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 31, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688892908, - "updatedAt": 1704359440, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122192-MyNb6JvcV1m6.jpg" - } - }, - { - "id": 132664, - "idMal": 148476, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Dreaming Boy Is a Realist"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 20 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Female Harem", "rank": 20 } - ], - "title": { - "romaji": "Yumemiru Danshi wa Genjitsushugisha", - "english": null, - "native": "夢見る男子は現実主義者" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 18, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689024963, - "updatedAt": 1705547818, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx132664-JToaSpWFE3Jk.jpg" - } - }, - { - "id": 111265, - "idMal": 124128, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Ecchi", "Psychological", "Romance"], - "tags": [], - "title": { "romaji": "Liar Liar", "english": null, "native": "ライアー・ライアー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689051046, - "updatedAt": 1696013111, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111265-5VHNGBkWVDLo.png" - } - }, - { - "id": 103737, - "idMal": 119625, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Level 1 with S-rank Drop Rate is the Strongest"], - "genres": ["Adventure", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Level 1 dakedo Unique Skill de Saikyou desu", - "english": "My Unique Skill Makes Me OP even at Level 1", - "native": "レベル1だけどユニークスキルで最強です" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 24, - "progressVolumes": 4, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689160266, - "updatedAt": 1696013100, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx103737-tHgQuXzq78XH.jpg" - } - }, - { - "id": 117306, - "idMal": 98437, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Mystery", "Supernatural"], - "tags": [ - { "name": "Detective", "rank": 90 }, - { "name": "Youkai", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Classic Literature", "rank": 79 }, - { "name": "Historical", "rank": 79 }, - { "name": "Foreign", "rank": 79 }, - { "name": "Monster Boy", "rank": 79 }, - { "name": "Monster Girl", "rank": 79 }, - { "name": "Seinen", "rank": 65 }, - { "name": "Vampire", "rank": 60 }, - { "name": "Travel", "rank": 20 } - ], - "title": { - "romaji": "Undead Girl Murder Farce ", - "english": "Undead Girl Murder Farce", - "native": "アンデッドガール・マーダーファルス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689235551, - "updatedAt": 1696156698, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117306-ijQDGpJ8rd2J.jpg" - } - }, - { - "id": 147034, - "idMal": 155545, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["YOHANE THE PARHELION -Unpolarized Reflexion-"], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Cute Girls Doing Cute Things", "rank": 20 }, - { "name": "Magic", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Genjitsu no Yohane: Unpolarized Reflexion", - "english": null, - "native": "幻日のヨハネ -Unpolarized Reflexion-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 21, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689236193, - "updatedAt": 1703930701, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147034-vfu2l0ZKXdPp.jpg" - } - }, - { - "id": 130631, - "idMal": 137055, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Lv1 Demon Lord & One-Room Hero", "Level 1 Demon Lord & One Room Hero"], - "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Demons", "rank": 20 }, - { "name": "Hikikomori", "rank": 20 }, - { "name": "Isekai", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Lv1 Maou to One Room Yuusha", - "english": "Level 1 Demon Lord and One Room Hero", - "native": "Lv1魔王とワンルーム勇者" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 31, - "progressVolumes": 5, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689236833, - "updatedAt": 1699335098, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx130631-8vz4QjeLoXxy.jpg" - } - }, - { - "id": 107134, - "idMal": 126232, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Seven Magic Swords Rule", "Nanatsuma"], - "genres": ["Action", "Fantasy"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "School", "rank": 60 }, - { "name": "Magic", "rank": 50 }, - { "name": "Swordplay", "rank": 20 } - ], - "title": { - "romaji": "Nanatsu no Maken ga Shihai Suru", - "english": "Reign of the Seven Spellblades", - "native": "七つの魔剣が支配する" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689237403, - "updatedAt": 1699342863, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107134-VJ3gvvxKTvec.jpg" - } - }, - { - "id": 100193, - "idMal": 103866, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Classroom for Heroes"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Shounen", "rank": 70 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Demons", "rank": 60 } - ], - "title": { "romaji": "Eiyuu Kyoushitsu", "english": "Hero Classroom", "native": "英雄教室" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689237768, - "updatedAt": 1699342856, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100193-QPtqvZh2B4Q1.jpg" - } - }, - { - "id": 159149, - "idMal": 151028, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["A Drunk Thief Bought a Slave Girl", "Drunk Thief X Slave Girl"], - "genres": ["Fantasy", "Slice of Life"], - "tags": [ - { "name": "Slavery", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Yopparai Touzoku, Dorei no Shoujo wo Kau", - "english": null, - "native": "酔っぱらい盗賊、奴隷の少女を買う" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 13, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689238638, - "updatedAt": 1704616398, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159149-dA178hrz2sop.jpg" - } - }, - { - "id": 156916, - "idMal": 157079, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Lick."], - "genres": ["Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Love Triangle", "rank": 20 }, - { "name": "Yandere", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { "romaji": "Name.", "english": null, "native": "ナメ。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689239602, - "updatedAt": 1695705220, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156916-8Ko7pautCgp5.jpg" - } - }, - { - "id": 138436, - "idMal": 139032, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 80 }, - { "name": "Dungeon", "rank": 50 }, - { "name": "Parody", "rank": 50 } - ], - "title": { - "romaji": "Jidou Hanbaiki ni Umarekawatta Ore wa Meikyuu wo Samayou", - "english": "Reborn as a Vending Machine, I Now Wander the Dungeon", - "native": "自動販売機に生まれ変わった俺は迷宮を彷徨う" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689246611, - "updatedAt": 1699342738, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138436-D1DKUSCoi0Qp.jpg" - } - }, - { - "id": 85793, - "idMal": 73603, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kakegurui - Szał hazardu", - "Kakegurui – Das Leben ist ein Spiel", - "โคตรเซียนโรงเรียนพนัน", - "Gambling School", - "Kakegurui: Jugadores dementes" - ], - "genres": ["Drama", "Mystery", "Psychological"], - "tags": [ - { "name": "Gambling", "rank": 98 }, - { "name": "Card Battle", "rank": 92 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "School", "rank": 86 }, - { "name": "Poker", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 83 }, - { "name": "Anti-Hero", "rank": 82 }, - { "name": "Death Game", "rank": 78 }, - { "name": "Primarily Teen Cast", "rank": 72 }, - { "name": "Twins", "rank": 70 }, - { "name": "School Club", "rank": 68 }, - { "name": "Ojou-sama", "rank": 60 }, - { "name": "Villainess", "rank": 60 }, - { "name": "Drugs", "rank": 60 }, - { "name": "LGBTQ+ Themes", "rank": 60 }, - { "name": "Shounen", "rank": 54 }, - { "name": "Yuri", "rank": 52 }, - { "name": "Slavery", "rank": 50 }, - { "name": "Idol", "rank": 50 }, - { "name": "Bullying", "rank": 50 }, - { "name": "Male Protagonist", "rank": 48 } - ], - "title": { - "romaji": "Kakegurui", - "english": "Kakegurui: Compulsive Gambler", - "native": "賭ケグルイ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1689264973, - "updatedAt": 1704544228, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85793-TQK298mEYwqQ.png" - } - }, - { - "id": 166929, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Story of a Scary Consignee"], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "VTuber", "rank": 40 }, { "name": "Hikikomori", "rank": 20 }], - "title": { - "romaji": "Haitatsu-saki no Onee-san ga Kowa Sugiru Hanashi", - "english": null, - "native": "配達先のお姉さんが怖すぎる話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689304278, - "updatedAt": 1704747404, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166929-zr8k038DOp6v.jpg" - } - }, - { - "id": 166520, - "idMal": 159993, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Amai-san Is Cold and Sweet"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Kuudere", "rank": 50 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Age Gap", "rank": 20 } - ], - "title": { - "romaji": "Amai-san wa Tsumetakute Amai", - "english": null, - "native": "甘井さんは冷たくて甘い" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 24, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689304768, - "updatedAt": 1703871612, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166520-WUgUJPaPW2VH.jpg" - } - }, - { - "id": 163004, - "idMal": 160222, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The case about two sisters becoming extremely obsessed with me after I saved them" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Seinen", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Cosplay", "rank": 20 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Otoko Girai na Bijin Shimai wo Namae mo Tsugezu ni Tasuketara Ittai Dounaru?", - "english": null, - "native": "男嫌いな美人姉妹を名前も告げずに助けたら一体どうなる?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689374165, - "updatedAt": 1703932719, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163004-PEF8tOT8bYCs.jpg" - } - }, - { - "id": 101831, - "idMal": 106937, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Blue Orchestra", "ออเคสตราบรรเลงฝัน"], - "genres": ["Drama", "Music"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Musical", "rank": 73 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Rehabilitation", "rank": 40 }, - { "name": "School Club", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { "romaji": "Ao no Orchestra", "english": null, "native": "青のオーケストラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689455572, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101831-0tsq2z822evw.jpg" - } - }, - { - "id": 109122, - "idMal": 120643, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - " No one can live on loneliness", - "วัดป่วนชวนมารัก", - "TenPuru - Von Einsamkeit kann man nicht leben", - "妙廟美少女" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Surreal Comedy", "rank": 94 }, - { "name": "Seinen", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Female Harem", "rank": 90 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Slapstick", "rank": 85 }, - { "name": "Nun", "rank": 85 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Shrine Maiden", "rank": 79 }, - { "name": "Nudity", "rank": 45 }, - { "name": "Kuudere", "rank": 20 }, - { "name": "Maids", "rank": 20 } - ], - "title": { - "romaji": "Temple", - "english": "TenPuru -No One Can Live on Loneliness-", - "native": "てんぷる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 32, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689477855, - "updatedAt": 1699342842, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109122-86JvQEePvySE.jpg" - } - }, - { - "id": 166506, - "idMal": 159728, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Grim Reaper Falls in Love With a Human."], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "POV", "rank": 20 }, - { "name": "Afterlife", "rank": 20 }, - { "name": "Iyashikei", "rank": 20 }, - { "name": "Full Color", "rank": 20 } - ], - "title": { - "romaji": "Ningen ni Koisuru Shinigami-chan", - "english": null, - "native": "にんげんに恋する死神ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 32, - "progressVolumes": 4, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689621131, - "updatedAt": 1705595948, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166506-gSgnYKoOsZUb.jpg" - } - }, - { - "id": 107112, - "idMal": 106615, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The White Holy Woman and the Black Priest", - "White Saint and Black Pastor", - "백성녀와 흑목사", - "白聖女與黑牧師 " - ], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "4-koma", "rank": 73 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Shounen", "rank": 46 }, - { "name": "Religion", "rank": 30 }, - { "name": "Angels", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Super Power", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Shiro Seijo to Kuro Bokushi", - "english": "Saint Cecilia and Pastor Lawrence", - "native": "白聖女と黒牧師" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 20, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689799092, - "updatedAt": 1699342826, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx107112-KSuEkdir6dng.png" - } - }, - { - "id": 167062, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I'm Not Some Man's Dress-Up-Doll!", - "Don't Dress Up My Sweet Sweet Love!", - "女の子は男の為の着せ替え人形じゃねーんだよ", - "Onnanoko wa Otoko no Tame no Kisekae Ningyouja Nenda yo" - ], - "genres": ["Romance"], - "tags": [{ "name": "Fashion", "rank": 79 }, { "name": "Heterosexual", "rank": 20 }], - "title": { - "romaji": "Kawaii Koi wa Kikazaranai", - "english": null, - "native": "カワイイ恋は着飾らない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689825795, - "updatedAt": 1705037964, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167062-MlnHxi5V6ayU.jpg" - } - }, - { - "id": 122117, - "idMal": 137041, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "能幹貓今天也憂鬱", - "Mon chat à tout faire est encore déprimé", - "เรื่องน่ากลุ้มของเจ้าเหมียวผู้สามารถ" - ], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 75 }, - { "name": "Office Lady", "rank": 75 }, - { "name": "Animals", "rank": 73 }, - { "name": "Iyashikei", "rank": 73 }, - { "name": "Primarily Adult Cast", "rank": 66 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Anthropomorphism", "rank": 60 }, - { "name": "4-koma", "rank": 53 }, - { "name": "LGBTQ+ Themes", "rank": 53 }, - { "name": "Yuri", "rank": 50 } - ], - "title": { - "romaji": "Dekiru Neko wa Kyou mo Yuuutsu", - "english": "The Masterful Cat Is Depressed Again Today", - "native": "デキる猫は今日も憂鬱" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 37, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689975416, - "updatedAt": 1700601029, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122117-6E8PZL78Pk6G.jpg" - } - }, - { - "id": 111258, - "idMal": 118568, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Music", "Slice of Life"], - "tags": [ - { "name": "Band", "rank": 94 }, - { "name": "Cute Girls Doing Cute Things", "rank": 93 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Primarily Teen Cast", "rank": 89 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "4-koma", "rank": 86 }, - { "name": "Surreal Comedy", "rank": 83 }, - { "name": "Hikikomori", "rank": 78 }, - { "name": "Slapstick", "rank": 77 }, - { "name": "Tsundere", "rank": 73 }, - { "name": "Seinen", "rank": 65 }, - { "name": "Yuri", "rank": 63 }, - { "name": "LGBTQ+ Themes", "rank": 62 } - ], - "title": { - "romaji": "Bocchi the Rock!", - "english": "Bocchi the Rock!", - "native": "ぼっち・ざ・ろっく!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690010265, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111258-8T0fZUQtKo82.jpg" - } - }, - { - "id": 125060, - "idMal": 131446, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["This is good", "This Kind of Thing is Fine", "Partners 2.0"], - "genres": ["Comedy", "Drama", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 80 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Video Games", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 75 }, - { "name": "Seinen", "rank": 70 }, - { "name": "Nudity", "rank": 68 }, - { "name": "Work", "rank": 30 } - ], - "title": { "romaji": "Kou Iu no ga Ii", "english": null, "native": "こういうのがいい" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690147420, - "updatedAt": 1705295977, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125060-MYjOVpXQtjZv.jpg" - } - }, - { - "id": 167423, - "idMal": 161060, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Noa Is My Senior, and My Friend."], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Office Lady", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Work", "rank": 60 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Kuudere", "rank": 60 } - ], - "title": { - "romaji": "Noa-senpai wa Tomodachi.", - "english": null, - "native": "のあ先輩はともだち。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 13, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691694101, - "updatedAt": 1706000171, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167423-YntPE72Qy0xz.jpg" - } - }, - { - "id": 136674, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "My Classmate Nirugame-chan", - "Kyoshiri no Nirugame-chan to Usami-kun", - "Nirugame-chan With the Huge Ass and Usami-kun" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "School", "rank": 66 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Gyaru", "rank": 40 } - ], - "title": { - "romaji": "Kyojiri no Nirugame-chan to Usami-kun ", - "english": null, - "native": "巨尻のにるがめちゃんと宇佐美くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 43, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1692530640, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b136674-0Qf6AZbGcYEi.png" - } - }, - { - "id": 138230, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [{ "name": "Heterosexual", "rank": 50 }], - "title": { - "romaji": "Doya Kawaunchiku Kanojo-chan", - "english": null, - "native": "ドヤかわうんちく彼女ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1692531570, - "updatedAt": 1705472278, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138230-rhnozOwT0Mhj.jpg" - } - }, - { - "id": 138229, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Angelic Transfer Student and Mastaphobia-kun", - "The Angelic yet Devilish Transfer Student with Big Tits" - ], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "School", "rank": 79 }, { "name": "Heterosexual", "rank": 79 }], - "title": { - "romaji": "Tenshi na Tenkousei-chan to Kyonyuu Kyoufushou-kun", - "english": null, - "native": "天使な転校生ちゃんと巨乳恐怖症くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 13, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1692532040, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138229-w8LccPSh14gB.jpg" - } - }, - { - "id": 168255, - "idMal": 162004, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Yomega Kiss"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [{ "name": "School", "rank": 20 }, { "name": "Gyaru", "rank": 20 }], - "title": { "romaji": "Yome ga Kiss", "english": null, "native": "ヨメガキッす" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693107922, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168255-UHeExqZr8adP.jpg" - } - }, - { - "id": 168346, - "idMal": 162228, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Cousin"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Rural", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { "romaji": "Itoko no Ko", "english": null, "native": "いとこのこ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693115163, - "updatedAt": 1705308973, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168346-fV7RtW5edIuq.png" - } - }, - { - "id": 168153, - "idMal": 162151, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Saegusa-san Manifests Love With Glasses-senpai"], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "Shounen", "rank": 20 }], - "title": { - "romaji": "Saegusa-san wa Megane-senpai to Koi wo Egaku", - "english": null, - "native": "三枝さんはメガネ先輩と恋を描く" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693451841, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168153-EUuAnvaIJoMT.jpg" - } - }, - { - "id": 167278, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Spy Room 4-koma", "Spy Classroom 4-koma"], - "genres": ["Comedy", "Slice of Life"], - "tags": [{ "name": "Full Color", "rank": 20 }, { "name": "4-koma", "rank": 20 }], - "title": { "romaji": "Spy Kyoushitsu 4-koma", "english": null, "native": "スパイ教室 4コマ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693463725, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167278-6LCzK44O1sur.jpg" - } - }, - { - "id": 136508, - "idMal": 139899, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Does Android Count as Experience?", - "Does It Count if Your First Time Is With an Android?" - ], - "genres": ["Comedy", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Yuri", "rank": 96 }, - { "name": "Primarily Adult Cast", "rank": 80 }, - { "name": "Artificial Intelligence", "rank": 79 }, - { "name": "Nudity", "rank": 75 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Femdom", "rank": 70 }, - { "name": "Robots", "rank": 66 }, - { "name": "Office Lady", "rank": 64 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "MILF", "rank": 60 }, - { "name": "LGBTQ+ Themes", "rank": 50 }, - { "name": "Cyborg", "rank": 50 }, - { "name": "Love Triangle", "rank": 40 } - ], - "title": { - "romaji": "Android wa Keiken Ninzuu ni Hairimasu ka?", - "english": "Does it Count if You Lose Your Virginity to an Android?", - "native": "アンドロイドは経験人数に入りますか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693464091, - "updatedAt": 1705318779, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136508-VPiHtLM3t6Zv.jpg" - } - }, - { - "id": 120112, - "idMal": 130126, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Asumi-chan wa Lesbian Fuuzoku ni Kyoumi ga Arimasu!", - "Asumi-chan is interested in lesbian sex! " - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 97 }, - { "name": "Prostitution", "rank": 93 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "Primarily Adult Cast", "rank": 85 }, - { "name": "Nudity", "rank": 85 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Squirting", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 72 }, - { "name": "Work", "rank": 66 }, - { "name": "Cunnilingus", "rank": 66 }, - { "name": "Scissoring", "rank": 66 }, - { "name": "Masturbation", "rank": 60 }, - { "name": "College", "rank": 56 }, - { "name": "Cosplay", "rank": 45 }, - { "name": "Threesome", "rank": 30 } - ], - "title": { - "romaji": "Asumi-chan wa Rezu Fuuzoku ni Kyoumi ga Arimasu!", - "english": "Asumi-chan is Interested in Lesbian Brothels", - "native": "彩純ちゃんはレズ風俗に興味があります!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693465173, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx120112-fRg81ZZgLCxe.jpg" - } - }, - { - "id": 149790, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Even Though She Appears to be Uncompromising, She Has Totally Given In"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Tsundere", "rank": 84 }, - { "name": "Gyaru", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Delinquents", "rank": 10 } - ], - "title": { - "romaji": "Magenai Kan Dashi Terukedo Zenzen Chokkaku ni Magaru Onna", - "english": null, - "native": "曲げない感出してるけど全然直角に曲がる女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693557132, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx149790-oYqFgPtAG356.jpg" - } - }, - { - "id": 168726, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Even Though She's the Losing Heroine, The Bakeneko-chan Remains Undaunted"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [], - "title": { - "romaji": "Make Heroine Dakedo Megenai Bakeneko-chan", - "english": null, - "native": "負けヒロインだけどめげない化け猫ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693950920, - "updatedAt": 1705735412, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168726-EMJx8yILpyDl.png" - } - }, - { - "id": 168619, - "idMal": 162128, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Promise of 12cm with Cool Girl"], - "genres": ["Comedy", "Romance"], - "tags": [], - "title": { - "romaji": "Kakkoi Onnanoko to 12 Centimeter no Yakusoku", - "english": null, - "native": "カッコいい女の子と12センチの約束" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694073653, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168619-c5AFcEgaBuHR.jpg" - } - }, - { - "id": 49743, - "idMal": 19743, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Mister Clice"], - "genres": ["Action", "Adventure", "Comedy"], - "tags": [ - { "name": "Gender Bending", "rank": 79 }, - { "name": "Police", "rank": 50 }, - { "name": "Shounen", "rank": 50 } - ], - "title": { "romaji": "Mr. Clice", "english": null, "native": "ミスタークリス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694721891, - "updatedAt": 1704117602, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1985 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx49743-k3GqGICZjHOY.png" - } - }, - { - "id": 159925, - "idMal": 160302, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["恋ねが", "koinega"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 71 }, - { "name": "Josei", "rank": 60 }, - { "name": "Love Triangle", "rank": 53 }, - { "name": "LGBTQ+ Themes", "rank": 40 }, - { "name": "College", "rank": 33 } - ], - "title": { - "romaji": "Kono Koi wo Hoshi ni wa Negawanai", - "english": null, - "native": "この恋を星には願わない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694722260, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159925-1SnVY04JmOwE.png" - } - }, - { - "id": 151905, - "idMal": 146682, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Love Triangle", "rank": 73 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Boys' Love", "rank": 60 }, - { "name": "Crossdressing", "rank": 60 }, - { "name": "Twins", "rank": 40 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "Kimi Dake ga Hontou", "english": null, "native": "きみだけがほんとう" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694742357, - "updatedAt": 1702159955, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151905-WeA6qYv1mBac.jpg" - } - }, - { - "id": 159464, - "idMal": 156486, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Shark Maid of the Shore", "Nagisa no Shark Maid", "Shark Maid on the Shore"], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Maids", "rank": 60 }, - { "name": "Mermaid", "rank": 60 }, - { "name": "Rural", "rank": 50 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Female Protagonist", "rank": 10 } - ], - "title": { "romaji": "Nagisa no Saameido", "english": null, "native": "渚のサーメイド" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694984947, - "updatedAt": 1696150900, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159464-8yBLRq1ACCSy.jpg" - } - }, - { - "id": 165720, - "idMal": 160116, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Kunoichi Momoka is ready to eat?"], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "Ninja", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Ojou-sama", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Kunoichi Momoka Tabegoro desu?", - "english": null, - "native": "くノ一桃果食べごろです?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694985313, - "updatedAt": 1701724893, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165720-9Kwa8cEOxNJv.jpg" - } - }, - { - "id": 148777, - "idMal": 158376, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy"], - "tags": [ - { "name": "4-koma", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Yuri", "rank": 20 } - ], - "title": { "romaji": "One Loli Caba-Club", "english": null, "native": "おねロリキャバクラ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695099596, - "updatedAt": 1705149917, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b148777-alBCkwk6lkDi.jpg" - } - }, - { - "id": 169393, - "idMal": 162905, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Extraterrestrial Secrets", "Secret of the Alien"], - "genres": ["Drama", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Aliens", "rank": 75 }, - { "name": "Tragedy", "rank": 73 }, - { "name": "Gore", "rank": 64 }, - { "name": "School", "rank": 60 }, - { "name": "Suicide", "rank": 60 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Uchuujin no Kakushigoto", - "english": null, - "native": "宇宙人のかくしごと" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 19, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695460370, - "updatedAt": 1705902204, - "score": 78, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169393-p5OEwEqf88PP.jpg" - } - }, - { - "id": 153997, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The Yandere Pet Cat is Overly Domineering"], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Yandere", "rank": 66 }, - { "name": "Animals", "rank": 20 }, - { "name": "Nekomimi", "rank": 20 } - ], - "title": { - "romaji": "Dokusen Yoku ga Tsuyo Sugiru Yandere Kai Neko-chan", - "english": null, - "native": "独占欲が強すぎるヤンデレ飼い猫ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695555275, - "updatedAt": 1697243850, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153997-6ZanVL4XM1J9.jpg" - } - }, - { - "id": 169549, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Ex-girlfriend Teachers Want to Nurture Love by Making Slightly Naughty Visits to Your Home", - "Motokano Sensei wa, Choppiri Ecchi na Katei Houmon de Kimi to no Ai wo Hagukumitai." - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [], - "title": { - "romaji": "Moto Kano-sensei wa, Choppiri Ecchi na Katei Houmon de Kimi to no Ai wo Haguku Mitai.", - "english": null, - "native": "元カノ先生は、ちょっぴりエッチな家庭訪問できみとの愛を育みたい。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695555883, - "updatedAt": 1695555883, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169549-EzoAhABuCFbl.png" - } - }, - { - "id": 157636, - "idMal": 157247, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shoujo", "rank": 73 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 }, - { "name": "Marriage", "rank": 60 } - ], - "title": { - "romaji": "Kingyoya-san no Karisome Fuufu", - "english": null, - "native": "金魚屋さんのかりそめ夫婦" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695556086, - "updatedAt": 1698620785, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157636-xV4duymiBABH.jpg" - } - }, - { - "id": 164225, - "idMal": 158566, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Until Your Sword Breaks"], - "genres": ["Action", "Comedy", "Romance"], - "tags": [ - { "name": "Historical", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Revenge", "rank": 20 }, - { "name": "Swordplay", "rank": 20 } - ], - "title": { - "romaji": "Kimi no Katana ga Oreru made: Gekkyuu Matsuri no Koigataki", - "english": null, - "native": "君の刀が折れるまで ~月宮まつりの恋難き~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695556331, - "updatedAt": 1695558238, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164225-ZGOWLgXxGg83.jpg" - } - }, - { - "id": 145198, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["The New Teacher With Extremely Low Self-Esteem "], - "genres": [], - "tags": [], - "title": { - "romaji": "Jiko Kouteikan ga Mechakucha Hikui Shinnin no Sensei", - "english": null, - "native": "自己肯定感がめちゃくちゃ低い新任の先生" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695663449, - "updatedAt": 1695663504, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145198-baSAYGbuWZ3O.jpg" - } - }, - { - "id": 169593, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Crybaby Neighbour Gaiden: Takanashi-kun and Karasuma-san"], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [{ "name": "Age Gap", "rank": 20 }, { "name": "Heterosexual", "rank": 20 }], - "title": { - "romaji": "Batsu Naki Gaiden: Takanashi-kun to Karasuma-san", - "english": null, - "native": "バツ泣き外伝:小鳥遊くんと烏丸さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695704743, - "updatedAt": 1705288854, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169593-kPQ1EKKEkdHV.jpg" - } - }, - { - "id": 161477, - "idMal": 157273, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["If That's Love, Break It", "Destroy It All and Love Me in Hell"], - "genres": ["Drama", "Psychological", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 88 }, - { "name": "Bullying", "rank": 84 }, - { "name": "Blackmail", "rank": 79 }, - { "name": "School", "rank": 70 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Torture", "rank": 20 } - ], - "title": { - "romaji": "Zenbu Kowashite Jigoku de Aishite", - "english": null, - "native": "ぜんぶ壊して地獄で愛して" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695708477, - "updatedAt": 1705584016, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx161477-keQWQuZ2uP6B.jpg" - } - }, - { - "id": 159488, - "idMal": 155984, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["調子に乗った天才魔女の魔力が枯れるお話", "The genius witch lost MP."], - "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Magic", "rank": 60 }, - { "name": "Witch", "rank": 60 }, - { "name": "Rehabilitation", "rank": 60 }, - { "name": "Iyashikei", "rank": 60 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Male Protagonist", "rank": 40 } - ], - "title": { - "romaji": "Tensai Majo no Maryoku Kare", - "english": null, - "native": "天才魔女の魔力枯れ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 13, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696022403, - "updatedAt": 1702644760, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159488-jpNLSUYnkaeZ.jpg" - } - }, - { - "id": 169734, - "idMal": 163267, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 84 }, - { "name": "Primarily Adult Cast", "rank": 75 }, - { "name": "Gyaru", "rank": 75 }, - { "name": "Office Lady", "rank": 75 }, - { "name": "Marriage", "rank": 66 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "Gal Yome no Himitsu", "english": null, "native": "ギャル嫁の秘密" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696452921, - "updatedAt": 1705754225, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169734-nkZHjwPYtvqD.jpg" - } - }, - { - "id": 163218, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Umamusumemeshi"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Food", "rank": 66 }, - { "name": "Kemonomimi", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 } - ], - "title": { - "romaji": "Uma Musume: Pretty Derby - Uma Musumeshi", - "english": null, - "native": "ウマ娘 プリティーダービー うまむすめし" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697582962, - "updatedAt": 1697583233, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163218-Jjr5I6JTijiL.jpg" - } - }, - { - "id": 161433, - "idMal": 155911, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Now That We Draw"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Writing", "rank": 73 }, - { "name": "Drawing", "rank": 73 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Gyaru", "rank": 53 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { "romaji": "Kakunaru Ue wa", "english": null, "native": "描くなるうえは" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 18, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698543679, - "updatedAt": 1705194851, - "score": 86, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx161433-BJ3aSWX8CYwx.jpg" - } - }, - { - "id": 109501, - "idMal": 125052, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Lv999 Love for Yamada-kun", "Loving Yamada at LV999!"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Video Games", "rank": 95 }, - { "name": "Heterosexual", "rank": 93 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Otaku Culture", "rank": 82 }, - { "name": "Josei", "rank": 62 }, - { "name": "Virtual World", "rank": 50 }, - { "name": "College", "rank": 40 }, - { "name": "Primarily Adult Cast", "rank": 33 } - ], - "title": { - "romaji": "Yamada-kun to Lv999 no Koi wo Suru", - "english": "My Love Story with Yamada-kun at Lv999", - "native": "山田くんとLv999の恋をする" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1699074156, - "updatedAt": 1699074237, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109501-sCXfwgyuFKXR.jpg" - } - }, - { - "id": 170684, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Marriage", "rank": 60 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Seiryaku Kekkon wa Otakoi no Hajimari", - "english": null, - "native": "政略結婚はオタ恋のはじまり" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1699152879, - "updatedAt": 1702813090, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170684-J1YVVhbqjx86.jpg" - } - }, - { - "id": 170601, - "idMal": 164247, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Miss Regular Customer Wants to Enjoy"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [{ "name": "Heterosexual", "rank": 20 }, { "name": "Work", "rank": 20 }], - "title": { - "romaji": "Mankitsu Shitai Jouren-san", - "english": null, - "native": "まんきつしたい常連さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1699153011, - "updatedAt": 1705736268, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170601-ceIglr5NceCy.png" - } - }, - { - "id": 141152, - "idMal": 149000, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Kaguharasan no Fechi No-to", "Kaguhara's Fetish Notebook"], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Sweat", "rank": 85 }, - { "name": "Armpits", "rank": 82 }, - { "name": "Yuri", "rank": 74 }, - { "name": "School", "rank": 72 }, - { "name": "Feet", "rank": 52 }, - { "name": "Writing", "rank": 46 } - ], - "title": { - "romaji": "Kaguhara-san no Fetish Note", - "english": null, - "native": "香原さんのふぇちのーと" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1699332485, - "updatedAt": 1704455080, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141152-NZ550PGsvX7C.jpg" - } - }, - { - "id": 141322, - "idMal": 141875, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Honey Trap Sharehouse"], - "genres": ["Action", "Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Espionage", "rank": 64 }, - { "name": "Nudity", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Assassins", "rank": 50 }, - { "name": "Foreign", "rank": 40 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Honey Trap Shared House", - "english": "Honey Trap Shared House", - "native": "ハニートラップ・シェアハウス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1699842095, - "updatedAt": 1704119628, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141322-h95cc2ZDoyFG.jpg" - } - }, - { - "id": 171022, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I may be a Villainess, But Please Make Me Your Sex Slave!"], - "genres": ["Fantasy", "Hentai", "Romance"], - "tags": [ - { "name": "Isekai", "rank": 20 }, - { "name": "Villainess", "rank": 20 }, - { "name": "Slavery", "rank": 20 } - ], - "title": { - "romaji": "Akuyaku Reijou desu ga, Watashi wo Anata no Seidorei ni Shite Kudasai!", - "english": null, - "native": "悪役令嬢ですが、私をあなたの性奴隷にしてください!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701310756, - "updatedAt": 1705471922, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171022-yuLz7HBsYmNl.jpg" - } - }, - { - "id": 149817, - "idMal": 149585, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": 30, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Family Life", "rank": 20 }, - { "name": "Drawing", "rank": 20 }, - { "name": "Inseki", "rank": 20 }, - { "name": "Blackmail", "rank": 20 }, - { "name": "Netori", "rank": 20 }, - { "name": "Sumata", "rank": 20 }, - { "name": "Voyeur", "rank": 20 } - ], - "title": { - "romaji": "Jigoku ni Ochite yo, Onii-chan", - "english": null, - "native": "地獄に堕ちてよ、お兄ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1702535979, - "updatedAt": 1702536328, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx149817-XQJmbaGKuiZE.jpg" - } - }, - { - "id": 171758, - "idMal": 164769, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Wanna Shut Up Takamori-kun!!"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Super Power", "rank": 20 } - ], - "title": { - "romaji": "Takamori-kun wo Damarasetai!!", - "english": null, - "native": "高森くんを黙らせたいっ!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1703674386, - "updatedAt": 1706185581, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171758-NpEUPsRELYLO.jpg" - } - }, - { - "id": 168398, - "idMal": 162646, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Friend's Abnormally Cute Sister"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 60 }, - { "name": "Yandere", "rank": 50 }, - { "name": "Love Triangle", "rank": 50 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Osananajimi no Ijou Kawaii Imouto-chan", - "english": null, - "native": "幼馴染の異常可愛い妹ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1703933678, - "updatedAt": 1703934240, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168398-hVk2K4a0Oq11.jpg" - } - }, - { - "id": 172872, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Story About Getting a Haircut After Hearing Your Crush Prefers Short Hair", - "Cutting Her Hair After Finding out That the Person She Likes, Likes Short Cuts" - ], - "genres": ["Romance"], - "tags": [{ "name": "Heterosexual", "rank": 20 }, { "name": "School", "rank": 20 }], - "title": { - "romaji": "Suki na Hito ga Short Cut Suki to Shitte Kami Kiru Hanashi", - "english": null, - "native": "好きな人がショートカット好きと知って髪切る話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704349110, - "updatedAt": 1704747306, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172872-8PvT9lw4XMbs.jpg" - } - }, - { - "id": 171087, - "idMal": 165014, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy"], - "tags": [ - { "name": "Gyaru", "rank": 60 }, - { "name": "Yuri", "rank": 50 }, - { "name": "Primarily Adult Cast", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Time Skip", "rank": 20 } - ], - "title": { - "romaji": "Gal to Iinchou ga Guuzen Saikai Suru Hanashi", - "english": null, - "native": "ギャルと委員長が偶然再会する話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704531057, - "updatedAt": 1705313476, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171087-rTLEhoUPaKbA.png" - } - }, - { - "id": 172369, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["It's Quite Late, but I've Fallen in Love with my Childhood Friend"], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "Heterosexual", "rank": 20 }, { "name": "Primarily Teen Cast", "rank": 20 }], - "title": { - "romaji": "Imasara desu ga, Osananajimi wo Suki ni Natte Shimaimashita", - "english": null, - "native": "今さらですが、幼なじみを好きになってしまいました" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1704531171, - "updatedAt": 1705918075, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172369-94VNcXaAeylt.jpg" - } - }, - { - "id": 162901, - "idMal": 157084, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Mii-chan wa Kawaretai"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Shapeshifting", "rank": 50 }, - { "name": "Nekomimi", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Mi-chan wa Kawaretai", - "english": null, - "native": "みーちゃんは飼われたい " - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705594009, - "updatedAt": 1705594389, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx162901-p9GB3jRkvyh5.jpg" - } - }, - { - "id": 159658, - "idMal": 156734, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Why can't we stay as children?"], - "genres": ["Drama", "Slice of Life"], - "tags": [{ "name": "Female Protagonist", "rank": 20 }, { "name": "Coming of Age", "rank": 20 }], - "title": { - "romaji": "Hina no Mama ja Dame desu ka?", - "english": null, - "native": "ヒナのままじゃだめですか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705595696, - "updatedAt": 1705595696, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159658-TDUpxlpkiuJ7.jpg" - } - }, - { - "id": 170133, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Bandage Play"], - "genres": ["Romance"], - "tags": [{ "name": "Shoujo", "rank": 20 }, { "name": "College", "rank": 20 }], - "title": { "romaji": "Houtai Gokko", "english": null, "native": "包帯ごっこ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705918899, - "updatedAt": 1705919319, - "score": 82, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170133-hEKmVVtqkiCt.jpg" - } - }, - { - "id": 172110, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Thought She Was a Yandere, but Apparently She’s Even Worse"], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Yandere", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Yakuza", "rank": 60 }, - { "name": "Bullying", "rank": 60 }, - { "name": "POV", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "School", "rank": 40 } - ], - "title": { - "romaji": "Yandere ka to Omottara Motto Yabe Onna Datta", - "english": null, - "native": "ヤンデレかと思ったらもっとヤベー女だった" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 40, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705919649, - "updatedAt": 1705936127, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172110-KESxUlAvFNrS.jpg" - } - }, - { - "id": 164754, - "idMal": 158835, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["My Boyfriend Sometimes is a Girlfriend"], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Gender Bending", "rank": 73 }, - { "name": "School", "rank": 60 }, - { "name": "Bisexual", "rank": 60 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Crossdressing", "rank": 20 } - ], - "title": { "romaji": "Kareshi Tokidoki Kanojo", "english": null, "native": "彼氏時々彼女" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705920882, - "updatedAt": 1706012165, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164754-95rmiOcjvHZz.jpg" - } - }, - { - "id": 31504, - "idMal": 1504, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 5, - "format": "MANGA", - "duration": null, - "synonyms": ["GoGoMonster", "ゴーゴーモンスター"], - "genres": ["Drama", "Mystery", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Coming of Age", "rank": 96 }, - { "name": "Chuunibyou", "rank": 79 }, - { "name": "School", "rank": 76 }, - { "name": "Primarily Child Cast", "rank": 73 }, - { "name": "Seinen", "rank": 68 }, - { "name": "Philosophy", "rank": 60 } - ], - "title": { "romaji": "GOGO Monster", "english": "GoGo Monster", "native": "GOGOモンスター" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1683956417, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31504-iyxgOYnELv2c.png" - } - }, - { - "id": 103609, - "idMal": 116800, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 168, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 73 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Work", "rank": 20 }, - { "name": "Office Lady", "rank": 20 } - ], - "title": { - "romaji": "Bougyoryoku Zero no Yome", - "english": "No Guard Wife", - "native": "防御力ゼロの嫁" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 78, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685443453, - "updatedAt": 1695109200, - "score": 67, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b103609-a8eI9t5O1hhc.png" - } - }, - { - "id": 152752, - "idMal": 155191, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "School", "rank": 20 }, - { "name": "Shoujo", "rank": 20 }, - { "name": "Otaku Culture", "rank": 20 } - ], - "title": { - "romaji": "Kusattetemo Kimi ga Suki", - "english": "I Fell for a Fujoshi", - "native": "腐ってても君が好き" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 17, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685599319, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152752-4kByBFuGoiUU.png" - } - }, - { - "id": 97713, - "idMal": 102987, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 98, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Stand by Me", - " My Dear", - "Bis deine Knochen verrotten", - "Ossa - Stand by Me, My Dear" - ], - "genres": ["Horror", "Mystery", "Psychological", "Thriller"], - "tags": [ - { "name": "Gore", "rank": 72 }, - { "name": "Love Triangle", "rank": 63 }, - { "name": "Revenge", "rank": 60 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Nudity", "rank": 55 }, - { "name": "Crime", "rank": 40 }, - { "name": "Ensemble Cast", "rank": 40 }, - { "name": "Suicide", "rank": 20 }, - { "name": "Rape", "rank": 20 } - ], - "title": { - "romaji": "Hone ga Kusaru made", - "english": "Until Your Bones Rot", - "native": "骨が腐るまで" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685842327, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx97713-9RsC7XNcrrYX.jpg" - } - }, - { - "id": 156656, - "idMal": 153422, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 48, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Mystery"], - "tags": [ - { "name": "Tragedy", "rank": 92 }, - { "name": "Amnesia", "rank": 89 }, - { "name": "Family Life", "rank": 84 }, - { "name": "Male Protagonist", "rank": 77 }, - { "name": "Memory Manipulation", "rank": 75 }, - { "name": "Conspiracy", "rank": 70 }, - { "name": "Time Manipulation", "rank": 68 }, - { "name": "Bullying", "rank": 63 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "School", "rank": 54 }, - { "name": "Primarily Child Cast", "rank": 45 }, - { "name": "Rehabilitation", "rank": 45 }, - { "name": "Photography", "rank": 40 }, - { "name": "Found Family", "rank": 33 } - ], - "title": { - "romaji": "Ichinose-ke no Taizai", - "english": "The Ichinose Family's Deadly Sins", - "native": "一ノ瀬家の大罪" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 25, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685932037, - "updatedAt": 1702463035, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156656-GQDIOJyf1cmV.jpg" - } - }, - { - "id": 106301, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 475, - "format": "MANGA", - "duration": null, - "synonyms": ["The Boy in the All-Girls School "], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 94 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "School", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 76 }, - { "name": "Full Color", "rank": 70 }, - { "name": "Yandere", "rank": 55 }, - { "name": "Tsundere", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Maids", "rank": 20 }, - { "name": "Martial Arts", "rank": 20 } - ], - "title": { - "romaji": "Nüzi Xueyuan de Nansheng", - "english": "Boy in A Girls' School", - "native": "女子学院的男生" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685955471, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx106301-jUDzd6Y6qrlp.jpg" - } - }, - { - "id": 102490, - "idMal": 114871, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 35, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kaguya Wants to be Confessed to Official Doujin", - "가구야 님은 告ら하고자 동인 판" - ], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "School", "rank": 88 }, - { "name": "Parody", "rank": 85 }, - { "name": "School Club", "rank": 80 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Seinen", "rank": 76 }, - { "name": "Episodic", "rank": 76 }, - { "name": "Alternate Universe", "rank": 63 }, - { "name": "Teacher", "rank": 60 }, - { "name": "Time Skip", "rank": 60 }, - { "name": "Yuri", "rank": 50 }, - { "name": "Primarily Teen Cast", "rank": 50 }, - { "name": "Gender Bending", "rank": 40 } - ], - "title": { - "romaji": "Kaguya-sama wa Kokurasetai: Doujin-ban", - "english": "Kaguya-sama: Love is War - Doujin Edition", - "native": "かぐや様は告らせたい 同人版" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686280587, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx102490-RGwfbrB4ieH2.jpg" - } - }, - { - "id": 44718, - "idMal": 14718, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "MANGA", - "duration": null, - "synonyms": ["Kami Sen"], - "genres": ["Action", "Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "School", "rank": 50 }, - { "name": "Shounen", "rank": 50 } - ], - "title": { "romaji": "Kamisen.", "english": null, "native": "かみせん。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686290690, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx44718-NJLSUN9kITzK.png" - } - }, - { - "id": 143968, - "idMal": 159210, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": ["Even if You Are Short, XX Is Tall, Right?"], - "genres": ["Comedy", "Hentai", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 60 }, - { "name": "Heterosexual", "rank": 50 }, - { "name": "Public Sex", "rank": 50 }, - { "name": "Boobjob", "rank": 40 }, - { "name": "Fellatio", "rank": 40 }, - { "name": "Rimjob", "rank": 40 }, - { "name": "Sex Toys", "rank": 40 }, - { "name": "Virginity", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Anal Sex", "rank": 20 }, - { "name": "Pregnant", "rank": 20 }, - { "name": "Exhibitionism", "rank": 20 }, - { "name": "Crossdressing", "rank": 20 }, - { "name": "Tomboy", "rank": 20 } - ], - "title": { - "romaji": "Kineun Jagado XX-neun Keugeodeunyo?", - "english": "Short Stories, Big Secrets", - "native": "키는 작아도 XX는 크거든요?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686387006, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b143968-vbPI8aJTJUV3.jpg" - } - }, - { - "id": 85802, - "idMal": 70941, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 299, - "format": "MANGA", - "duration": null, - "synonyms": ["Dome x Kano", "家有女友", "חברה ביתית", "บทเรียนรักเส้นทางหัวใจ", "Love X Dilemma"], - "genres": ["Drama", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Inseki", "rank": 96 }, - { "name": "Love Triangle", "rank": 95 }, - { "name": "Coming of Age", "rank": 84 }, - { "name": "Tragedy", "rank": 83 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Writing", "rank": 74 }, - { "name": "Age Gap", "rank": 70 }, - { "name": "Family Life", "rank": 68 }, - { "name": "Heterosexual", "rank": 65 }, - { "name": "Female Harem", "rank": 63 }, - { "name": "Nudity", "rank": 63 }, - { "name": "School Club", "rank": 61 }, - { "name": "Crime", "rank": 60 }, - { "name": "School", "rank": 56 }, - { "name": "Acting", "rank": 54 }, - { "name": "Time Skip", "rank": 45 }, - { "name": "Food", "rank": 40 }, - { "name": "Teacher", "rank": 40 }, - { "name": "Shounen", "rank": 30 }, - { "name": "MILF", "rank": 30 }, - { "name": "Transgender", "rank": 20 }, - { "name": "Drugs", "rank": 20 }, - { "name": "Yandere", "rank": 10 }, - { "name": "Bisexual", "rank": 10 } - ], - "title": { - "romaji": "Domestic na Kanojo", - "english": "Domestic Girlfriend", - "native": "ドメスティックな彼女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 50, - "progressVolumes": 5, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686475813, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85802-iAXJNYwM0edv.png" - } - }, - { - "id": 86300, - "idMal": 92149, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 961, - "format": "MANGA", - "duration": null, - "synonyms": ["Tomo-chan wa Onna no ko!"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Tomboy", "rank": 98 }, - { "name": "4-koma", "rank": 91 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "School", "rank": 81 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Tsundere", "rank": 72 }, - { "name": "Primarily Teen Cast", "rank": 70 }, - { "name": "Athletics", "rank": 64 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Judo", "rank": 60 }, - { "name": "Martial Arts", "rank": 47 }, - { "name": "School Club", "rank": 35 } - ], - "title": { - "romaji": "Tomo-chan wa Onnanoko!", - "english": "Tomo-chan is a Girl!", - "native": "トモちゃんは女の子!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 201, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686548548, - "updatedAt": 1695109200, - "score": 82, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86300-VQWRaxoTXciF.jpg" - } - }, - { - "id": 123238, - "idMal": 130238, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Primarily Child Cast", "rank": 60 }, - { "name": "Female Protagonist", "rank": 40 } - ], - "title": { - "romaji": "Hajimete no Suwa-san", - "english": "My First Times with Suwa-san", - "native": "はじめての諏訪さん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686911310, - "updatedAt": 1702463026, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx123238-unkC8NkgIGXD.jpg" - } - }, - { - "id": 112981, - "idMal": 122448, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 158, - "format": "MANGA", - "duration": null, - "synonyms": [ - " Kubo-san wa Boku (Mobu) wo Yurusanai", - "久保同學不放過我", - "Kubo-san Doesn't Leave Me Be (a Mob)", - "คุณคุโบะไม่ยอมให้ผมเป็นตัวประกอบ", - "Kubo no me deja ser invisible" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Iyashikei", "rank": 96 }, - { "name": "Heterosexual", "rank": 90 }, - { "name": "School", "rank": 86 }, - { "name": "Primarily Teen Cast", "rank": 83 }, - { "name": "Female Protagonist", "rank": 81 }, - { "name": "Male Protagonist", "rank": 80 }, - { "name": "Chibi", "rank": 70 }, - { "name": "Seinen", "rank": 67 }, - { "name": "Cute Girls Doing Cute Things", "rank": 67 }, - { "name": "Coming of Age", "rank": 66 } - ], - "title": { - "romaji": "Kubo-san wa Mob wo Yurusanai", - "english": "Kubo Won't Let Me Be Invisible", - "native": "久保さんは僕を許さない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687082426, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112981-lI95vW7wk8Nv.jpg" - } - }, - { - "id": 164378, - "idMal": 157491, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Pocket Monster: Liko's Treasure", - "Pokémon: Liko no Takaramono", - "Pokémon: Liko’s Treasure" - ], - "genres": ["Action", "Adventure"], - "tags": [{ "name": "Female Protagonist", "rank": 40 }, { "name": "Shoujo", "rank": 33 }], - "title": { - "romaji": "Pocket Monsters: Liko no Takaramono", - "english": null, - "native": "ポケットモンスター~リコの宝物~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687398359, - "updatedAt": 1700721044, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164378-4ua0oXWHio9D.jpg" - } - }, - { - "id": 85471, - "idMal": 72989, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 79, - "format": "MANGA", - "duration": null, - "synonyms": ["Ero Manga Sensei", "น้องสาวของผมคืออาจารย์เอโรมังงะ"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Shounen", "rank": 60 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Family Life", "rank": 46 }, - { "name": "Drawing", "rank": 20 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Eromanga Sensei", - "english": "Eromanga Sensei", - "native": "エロマンガ先生" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687417238, - "updatedAt": 1699342852, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85471-8HgNG2bIXEzc.jpg" - } - }, - { - "id": 105469, - "idMal": 115710, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Tokyo Metropolitan Magic Technical School", - "Jujutsu Kaisen vol.0: Tokyo Metropolitan Magic Technical School", - "Tokyo Metropolitan Magic Technical College", - "東京都立咒術高等專門學校", - "东京都立咒术高等专门学校", - "JJK 0", - "주술회전. 0(외전): 눈부신 어둠 : 도쿄 도립 주술 고등전문학교", - "มหาเวทย์ผนึกมาร โรงเรียนเฉพาะทางไสยศาสตร์นครโตเกียว ", - "มหาเวทย์ผนึกมาร 0", - "東京都立呪術高等専門学校", - "Tokyo Toritsu Jujutsu Kodo Senmon Gakko", - "Chú thuật hồi chiến - Trường chuyên chú thuật Tokyo", - "جوجوتسو كايسن 0", - "Jujutsu Kaisen tom 0 - Technikum Jujutsu w Tokio " - ], - "genres": ["Action", "Supernatural"], - "tags": [ - { "name": "Shounen", "rank": 100 }, - { "name": "Demons", "rank": 93 }, - { "name": "Male Protagonist", "rank": 91 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "School", "rank": 76 }, - { "name": "Tragedy", "rank": 73 }, - { "name": "Super Power", "rank": 73 }, - { "name": "Magic", "rank": 70 }, - { "name": "Body Horror", "rank": 50 }, - { "name": "Ensemble Cast", "rank": 46 }, - { "name": "Mythology", "rank": 46 }, - { "name": "Swordplay", "rank": 40 }, - { "name": "Bullying", "rank": 35 }, - { "name": "Heterosexual", "rank": 32 } - ], - "title": { - "romaji": "Jujutsu Kaisen 0: Tokyo Toritsu Jujutsu Koutou Senmon Gakkou", - "english": "Jujutsu Kaisen 0", - "native": "呪術廻戦 0 東京都立呪術高等専門学校" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687438433, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105469-IvLF5yIf6LBC.jpg" - } - }, - { - "id": 100293, - "idMal": 110029, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 240, - "format": "MANGA", - "duration": null, - "synonyms": ["The Duke of Death and His Black Maid"], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Maids", "rank": 90 }, - { "name": "Witch", "rank": 80 }, - { "name": "Time Manipulation", "rank": 80 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Butler", "rank": 79 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Magic", "rank": 73 }, - { "name": "Shounen", "rank": 65 }, - { "name": "Nudity", "rank": 48 }, - { "name": "Tragedy", "rank": 36 } - ], - "title": { - "romaji": "Shinigami Bocchan to Kuro Maid", - "english": "The Duke of Death and His Maid", - "native": "死神坊ちゃんと黒メイド" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 27, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688021122, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100293-g9sQdBMt41HK.jpg" - } - }, - { - "id": 86635, - "idMal": 90125, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 281, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kaguya Wants to be Confessed To: The Geniuses' War of Love and Brains", - "카구야 님은 고백받고 싶어 ~천재들의 연애 두뇌전~", - "Miłość to wojna", - "Kaguya-sama wa Kokurasetai: Tensai-tachi no Renai Zunousen", - "Госпожа Кагуя: В любви как на войне. Любовная битва двух гениев", - "สารภาพรักกับคุณคางุยะซะดีๆ ~สงครามประสาทความรักของเหล่าอัจฉริยะ~ ", - "Kaguya-sama: Cuộc chiến tỏ tình", - "辉夜大小姐想让我告白 ~天才们的恋爱头脑战", - "輝夜姬想讓人告白~天才們的戀愛頭腦戰~" - ], - "genres": ["Comedy", "Psychological", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 91 }, - { "name": "Heterosexual", "rank": 91 }, - { "name": "Tsundere", "rank": 88 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Primarily Teen Cast", "rank": 85 }, - { "name": "School Club", "rank": 84 }, - { "name": "Ojou-sama", "rank": 84 }, - { "name": "Ensemble Cast", "rank": 82 }, - { "name": "Coming of Age", "rank": 82 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Parody", "rank": 77 }, - { "name": "Slapstick", "rank": 76 }, - { "name": "Seinen", "rank": 75 }, - { "name": "Meta", "rank": 74 }, - { "name": "Episodic", "rank": 70 }, - { "name": "Love Triangle", "rank": 70 }, - { "name": "LGBTQ+ Themes", "rank": 66 }, - { "name": "Politics", "rank": 63 }, - { "name": "Dissociative Identities", "rank": 54 }, - { "name": "Philosophy", "rank": 54 }, - { "name": "Bullying", "rank": 46 }, - { "name": "VTuber", "rank": 40 }, - { "name": "Conspiracy", "rank": 40 }, - { "name": "Crossdressing", "rank": 37 }, - { "name": "Foreign", "rank": 35 } - ], - "title": { - "romaji": "Kaguya-sama wa Kokurasetai: Tensaitachi no Renai Zunousen", - "english": "Kaguya-sama: Love is War", - "native": "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 105, - "progressVolumes": 10, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688909681, - "updatedAt": 1695109200, - "score": 88, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86635-EdaLQmsn86Fy.png" - } - }, - { - "id": 101208, - "idMal": 118583, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 28, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi"], - "tags": [ - { "name": "Surreal Comedy", "rank": 66 }, - { "name": "Yuri", "rank": 46 }, - { "name": "Animals", "rank": 20 } - ], - "title": { "romaji": "Tabako-chan", "english": null, "native": "たば子ちゃん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689220511, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101208-gHQGMJnpf0Of.jpg" - } - }, - { - "id": 117207, - "idMal": 125511, - "status": "CANCELLED", - "type": "MANGA", - "episodes": null, - "chapters": 18, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Queen Rasbos, a Strong Monarch That Might One Day Become the Source of Tragedy, Devotes Herself to Her People", - "Higeki no Genkyou to naru Saikyou Gedou Rasubosu Joou wa Min no tame ni Tsukushimasu." - ], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Reincarnation", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Isekai", "rank": 79 }, - { "name": "Ojou-sama", "rank": 79 }, - { "name": "Villainess", "rank": 79 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Josei", "rank": 60 }, - { "name": "Male Harem", "rank": 46 } - ], - "title": { - "romaji": "Higeki no Genkyou to Naru Saikyou Gedou Last Boss Joou wa Tami no Tame ni Tsukushimasu.", - "english": "The Most Heretical Last Boss Queen: From Villainess to Savior", - "native": "悲劇の元凶となる最強外道ラスボス女王は民の為に尽くします。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689236423, - "updatedAt": 1699342870, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117207-dBQSnL3mqVtC.jpg" - } - }, - { - "id": 119493, - "idMal": 127545, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 144, - "format": "MANGA", - "duration": null, - "synonyms": ["เรื่องอลวน คน ปิศาจ"], - "genres": ["Action", "Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Gender Bending", "rank": 95 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Ninja", "rank": 87 }, - { "name": "Youkai", "rank": 85 }, - { "name": "Nudity", "rank": 81 }, - { "name": "Urban Fantasy", "rank": 80 }, - { "name": "Heterosexual", "rank": 80 }, - { "name": "Femboy", "rank": 79 }, - { "name": "Shounen", "rank": 78 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Love Triangle", "rank": 70 }, - { "name": "Yuri", "rank": 68 }, - { "name": "LGBTQ+ Themes", "rank": 64 }, - { "name": "School", "rank": 60 }, - { "name": "Bisexual", "rank": 52 }, - { "name": "MILF", "rank": 46 } - ], - "title": { - "romaji": "Ayakashi Triangle", - "english": "Ayakashi Triangle", - "native": "あやかしトライアングル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 22, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690107984, - "updatedAt": 1699342833, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119493-dtva4KFa1z7I.jpg" - } - }, - { - "id": 30085, - "idMal": 85, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 69, - "format": "MANGA", - "duration": null, - "synonyms": ["Адзуманга"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 98 }, - { "name": "4-koma", "rank": 97 }, - { "name": "Ensemble Cast", "rank": 90 }, - { "name": "Cute Girls Doing Cute Things", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Female Protagonist", "rank": 77 }, - { "name": "Surreal Comedy", "rank": 64 }, - { "name": "Teacher", "rank": 63 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Coming of Age", "rank": 46 }, - { "name": "Tomboy", "rank": 32 }, - { "name": "Yuri", "rank": 30 }, - { "name": "Ojou-sama", "rank": 28 } - ], - "title": { - "romaji": "Azumanga Daiou", - "english": "Azumanga Daioh", - "native": "あずまんが大王" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690943644, - "updatedAt": 1699342847, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1999 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/n30085-EiFHtQfdeHjp.jpg" - } - }, - { - "id": 30646, - "idMal": 646, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 15, - "format": "MANGA", - "duration": null, - "synonyms": ["Fooly Cooly", "Furi Kuri"], - "genres": ["Comedy", "Sci-Fi"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Robots", "rank": 79 }, - { "name": "Aliens", "rank": 79 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Mopeds", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Baseball", "rank": 20 } - ], - "title": { "romaji": "FLCL", "english": "FLCL", "native": "フリクリ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690947552, - "updatedAt": 1696013119, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1999 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30646-WtnWjIeyF5C4.jpg" - } - }, - { - "id": 30012, - "idMal": 12, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 706, - "format": "MANGA", - "duration": null, - "synonyms": ["ブリーチ", "بلیچ", "سفید کننده", "死神"], - "genres": ["Action", "Adventure", "Supernatural"], - "tags": [ - { "name": "Shounen", "rank": 97 }, - { "name": "Swordplay", "rank": 91 }, - { "name": "Super Power", "rank": 86 }, - { "name": "Ghost", "rank": 84 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "War", "rank": 84 }, - { "name": "Ensemble Cast", "rank": 81 }, - { "name": "Afterlife", "rank": 80 }, - { "name": "Urban Fantasy", "rank": 73 }, - { "name": "Tragedy", "rank": 71 }, - { "name": "Conspiracy", "rank": 68 }, - { "name": "Large Breasts", "rank": 68 }, - { "name": "Philosophy", "rank": 61 }, - { "name": "Heterosexual", "rank": 54 }, - { "name": "Henshin", "rank": 53 }, - { "name": "Time Skip", "rank": 52 }, - { "name": "Anachronism", "rank": 50 }, - { "name": "Transgender", "rank": 46 }, - { "name": "Delinquents", "rank": 45 }, - { "name": "Body Horror", "rank": 40 }, - { "name": "Coming of Age", "rank": 40 } - ], - "title": { "romaji": "BLEACH", "english": "Bleach", "native": "BLEACH" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 76, - "progressVolumes": 8, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691158120, - "updatedAt": 1697352749, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30012-z7U138mUaPdN.png" - } - }, - { - "id": 30175, - "idMal": 175, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 6, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Touhou Sangatsu Sei - Eastern and Little Nature Deity", - "Touhou Sangatsusei ~ Eastern and Little Nature Deity" - ], - "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Magic", "rank": 95 }, - { "name": "Youkai", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Fairy", "rank": 79 }, - { "name": "Shrine Maiden", "rank": 79 }, - { "name": "Rural", "rank": 79 }, - { "name": "Female Protagonist", "rank": 50 } - ], - "title": { - "romaji": "Touhou Sangetsusei: Eastern and Little Nature Deity", - "english": null, - "native": "東方三月精 Eastern and Little Nature Deity" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691787548, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2005 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30175-oTEVT0v6ilXH.jpg" - } - }, - { - "id": 104285, - "idMal": 115070, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 58, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Adamas Witches", - "아다마스의 마녀들", - "Adamasu no Majotachi", - "Adamas no Majo-tachi" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Nudity", "rank": 96 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Femdom", "rank": 79 }, - { "name": "Slavery", "rank": 79 }, - { "name": "Asexual", "rank": 79 }, - { "name": "Age Gap", "rank": 79 }, - { "name": "Femboy", "rank": 79 }, - { "name": "MILF", "rank": 79 }, - { "name": "Blackmail", "rank": 79 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "School", "rank": 66 }, - { "name": "Gyaru", "rank": 66 }, - { "name": "Large Breasts", "rank": 66 }, - { "name": "Rape", "rank": 66 }, - { "name": "Ahegao", "rank": 60 }, - { "name": "Squirting", "rank": 60 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Group Sex", "rank": 60 }, - { "name": "Yuri", "rank": 60 }, - { "name": "Fellatio", "rank": 60 }, - { "name": "Boobjob", "rank": 60 }, - { "name": "Cunnilingus", "rank": 60 }, - { "name": "Crossdressing", "rank": 60 }, - { "name": "Dancing", "rank": 60 }, - { "name": "Swimming", "rank": 60 }, - { "name": "Feet", "rank": 53 }, - { "name": "Witch", "rank": 40 } - ], - "title": { - "romaji": "Adamas no Majotachi", - "english": "The Witches of Adamas", - "native": "アダマスの魔女たち" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693213369, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx104285-WZbbNt3TZqai.jpg" - } - }, - { - "id": 169152, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 42, - "format": "MANGA", - "duration": null, - "synonyms": ["Little devil sister in my house"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [{ "name": "Full Color", "rank": 20 }], - "title": { - "romaji": "Ore no Ie no Koakuma Imouto", - "english": null, - "native": "俺の家の小悪魔妹" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694596910, - "updatedAt": 1696652524, - "score": 67, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169152-1QQfGVqjKOuG.jpg" - } - }, - { - "id": 168358, - "idMal": 161356, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [ - "An Innocent Person", - "Kamen no Nakami", - "Scapegoat", - "仮面のなかみ", - "スケープゴート", - "Inside the Mask", - "trust you." - ], - "genres": ["Drama", "Psychological", "Thriller"], - "tags": [ - { "name": "Boys' Love", "rank": 79 }, - { "name": "Religion", "rank": 60 }, - { "name": "Crime", "rank": 60 }, - { "name": "Suicide", "rank": 40 } - ], - "title": { "romaji": "Kegare no Nai Hito", "english": null, "native": "穢れのない人" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694666887, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168358-yK5dTBs1cmAD.jpg" - } - }, - { - "id": 115993, - "idMal": 129868, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 40, - "format": "MANGA", - "duration": null, - "synonyms": ["Tsuyuno-chan wants to show "], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Armpits", "rank": 92 }, - { "name": "Exhibitionism", "rank": 90 }, - { "name": "Female Protagonist", "rank": 84 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Age Gap", "rank": 73 }, - { "name": "Seinen", "rank": 70 }, - { "name": "Gyaru", "rank": 63 }, - { "name": "Ensemble Cast", "rank": 40 } - ], - "title": { - "romaji": "Misetagari no Tsuyuno-chan", - "english": "Tsuyuno-chan Likes to Show Off", - "native": "見せたがりの露乃ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694719527, - "updatedAt": 1695328608, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115993-a0rX3mkeHv0p.png" - } - }, - { - "id": 165484, - "idMal": 162836, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 5, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Slice of Life"], - "tags": [], - "title": { "romaji": "Kaijuu-kun", "english": null, "native": "怪獣くん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694933980, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165484-nIghmjxUDNCD.jpg" - } - }, - { - "id": 169254, - "idMal": 162647, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 11, - "format": "MANGA", - "duration": null, - "synonyms": ["Shino and Ren"], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 86 }, - { "name": "School", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { "romaji": "Shino to Ren", "english": null, "native": "志乃と恋" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695095895, - "updatedAt": 1697048018, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169254-9oPq4p0tbTwT.jpg" - } - }, - { - "id": 127547, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 18, - "format": "MANGA", - "duration": null, - "synonyms": ["피콘 -PIQUANT-", "Pikon"], - "genres": ["Comedy", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 73 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Yuri", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Ensemble Cast", "rank": 20 } - ], - "title": { "romaji": "PIQUANT", "english": null, "native": "ピコン -PIQUANT-" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695101928, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx127547-zUA4xCfi8BoE.jpg" - } - }, - { - "id": 164612, - "idMal": 153799, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": ["Very Cute Otokonoko Anthology Comics"], - "genres": ["Romance"], - "tags": [ - { "name": "Crossdressing", "rank": 60 }, - { "name": "Femboy", "rank": 60 }, - { "name": "Boys' Love", "rank": 50 }, - { "name": "LGBTQ+ Themes", "rank": 50 }, - { "name": "Anthology", "rank": 20 } - ], - "title": { - "romaji": "Saikyou Kawaii Aitsu (♂) ni Dokidoki Saserarechau Anthology", - "english": null, - "native": "最強かわいいアイツ(♂)にドキドキさせられちゃうアンソロジー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695103543, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164612-3xtheih1nv2O.jpg" - } - }, - { - "id": 115893, - "idMal": 118186, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 48, - "format": "MANGA", - "duration": null, - "synonyms": ["Brother Ogre and Slave-chan"], - "genres": ["Action", "Drama", "Fantasy"], - "tags": [ - { "name": "Monster Boy", "rank": 20 }, - { "name": "Slavery", "rank": 20 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Ogre no Aniki to Dorei-chan", - "english": null, - "native": "オーガの兄貴と奴隷ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695254047, - "updatedAt": 1705932529, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115893-yjdhTyd7lumu.jpg" - } - }, - { - "id": 134263, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "MANGA", - "duration": null, - "synonyms": ["The Manga Guide Fizyka", "Le guide manga de la mécanique (du point)"], - "genres": ["Comedy", "Slice of Life", "Sports"], - "tags": [{ "name": "Female Protagonist", "rank": 60 }, { "name": "Educational", "rank": 60 }], - "title": { - "romaji": "Manga de Wakaru Butsuri: Rikigaku-hen", - "english": "The Manga Guide to Physics", - "native": "マンガでわかる物理 力学編" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696400443, - "updatedAt": 1696433899, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134263-VByM0R77uhcV.jpg" - } - }, - { - "id": 117595, - "idMal": 118046, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 108, - "format": "MANGA", - "duration": null, - "synonyms": ["Under The Same Roof"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "4-koma", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Video Games", "rank": 40 } - ], - "title": { - "romaji": "Mako-san wa Shindemo Jiritsu Shinai", - "english": null, - "native": "マコさん死んでも自立しない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698478665, - "updatedAt": 1698478665, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117595-v6uE93a3WpIl.jpg" - } - }, - { - "id": 76716, - "idMal": 46716, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 54, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "School", "rank": 92 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Revenge", "rank": 76 }, - { "name": "Heterosexual", "rank": 75 }, - { "name": "Female Harem", "rank": 70 }, - { "name": "Ojou-sama", "rank": 70 }, - { "name": "Love Triangle", "rank": 66 }, - { "name": "Shounen", "rank": 65 }, - { "name": "Tsundere", "rank": 64 }, - { "name": "Tragedy", "rank": 60 }, - { "name": "Bullying", "rank": 54 }, - { "name": "Kuudere", "rank": 53 }, - { "name": "Mafia", "rank": 40 }, - { "name": "Parody", "rank": 40 }, - { "name": "Slapstick", "rank": 40 }, - { "name": "Otaku Culture", "rank": 40 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Foreign", "rank": 33 }, - { "name": "Nudity", "rank": 20 }, - { "name": "Maids", "rank": 20 }, - { "name": "Cosplay", "rank": 20 }, - { "name": "Tanned Skin", "rank": 20 }, - { "name": "Guns", "rank": 20 } - ], - "title": { - "romaji": "Masamune-kun no Revenge", - "english": "Masamune-kun’s Revenge", - "native": "政宗くんのリベンジ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 13, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701150455, - "updatedAt": 1703147831, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx76716-wuf4DCyBf9aT.png" - } - }, - { - "id": 108184, - "idMal": 85856, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "MANGA", - "duration": null, - "synonyms": ["BanG Dream!: Hoshi no Kodou"], - "genres": ["Music"], - "tags": [ - { "name": "Musical", "rank": 79 }, - { "name": "Band", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "School", "rank": 50 } - ], - "title": { - "romaji": "BanG Dream!: Star Beat", - "english": null, - "native": "BanG Dream! 星の鼓動〈スタービート〉" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705405156, - "updatedAt": 1705405156, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108184-WkbjOzYOej7R.png" - } - }, - { - "id": 30726, - "idMal": 726, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 18, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 79 }, - { "name": "Swordplay", "rank": 79 }, - { "name": "Time Skip", "rank": 79 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Kids", "rank": 50 }, - { "name": "Gods", "rank": 20 }, - { "name": "Dragons", "rank": 20 }, - { "name": "Age Regression", "rank": 20 }, - { "name": "Anthropomorphism", "rank": 20 } - ], - "title": { - "romaji": "Zelda no Densetsu: Toki no Ocarina", - "english": "The Legend of Zelda: Ocarina of Time", - "native": "ゼルダの伝説 時のオカリナ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1684016438, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30726-GMOjJUmX3Cod.jpg" - } - }, - { - "id": 164836, - "idMal": 160534, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "A Story about a Gyaru Working at a Convenience Store Who Gets Closer to a Customer She’s Interested In", - "コンビニではじまる恋の話", - "Konbini de Hajimaru Koi no Hanashi" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Gyaru", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 53 }, - { "name": "Age Gap", "rank": 40 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { - "romaji": "Konbini Baito no Gal ga Kininaru Kyaku to Chikazuku Hanashi", - "english": null, - "native": "コンビニバイトのギャルが気になる客と近づく話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": 1, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1685953536, - "updatedAt": 1705547239, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164836-yWtkTo23geU4.jpg" - } - }, - { - "id": 136109, - "idMal": 142310, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["La luna en una noche de lluvia", "雨夜之月"], - "genres": ["Drama", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 86 }, - { "name": "Disability", "rank": 85 }, - { "name": "Female Protagonist", "rank": 80 }, - { "name": "LGBTQ+ Themes", "rank": 73 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "School", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Bullying", "rank": 46 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Amayo no Tsuki", - "english": "The Moon on a Rainy Night", - "native": "雨夜の月" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1688705806, - "updatedAt": 1705318003, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136109-2pm7Xx1pFrR2.jpg" - } - }, - { - "id": 125629, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": ["Enji Gakari"], - "genres": ["Comedy", "Ecchi", "Mecha", "Sci-Fi", "Slice of Life"], - "tags": [ - { "name": "Nudity", "rank": 79 }, - { "name": "Seinen", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { "romaji": "Enjigakari", "english": null, "native": "えんじがかり" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1694556456, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125629-1krv9NRAnsfo.jpg" - } - }, - { - "id": 147468, - "idMal": 145258, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Sukeban & Tenkousei", - "スケバンあつ子と転校生神崎", - "A Delinquent, A Transfer Student, and Their Silly Little Game", - "スケバンあつ子と転校生神崎", - "La macarra y la nueva" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 85 }, - { "name": "Delinquents", "rank": 80 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 75 }, - { "name": "Historical", "rank": 72 }, - { "name": "School", "rank": 66 }, - { "name": "Primarily Female Cast", "rank": 66 } - ], - "title": { "romaji": "Sukeban to Tenkousei", "english": null, "native": "スケバンと転校生" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 1, - "status": "PAUSED", - "repeat": 0, - "createdAt": 1695706766, - "updatedAt": 1705547271, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147468-iI7jWn7RrCMF.jpg" - } - }, - { - "id": 99559, - "idMal": 90810, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 22, - "format": "NOVEL", - "duration": null, - "synonyms": ["Nogi Wakaba is a Hero", "NoWaYu"], - "genres": ["Drama", "Fantasy", "Mahou Shoujo", "Psychological"], - "tags": [ - { "name": "Post-Apocalyptic", "rank": 96 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Tragedy", "rank": 88 }, - { "name": "Magic", "rank": 80 }, - { "name": "Henshin", "rank": 80 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Gods", "rank": 77 }, - { "name": "Cute Girls Doing Cute Things", "rank": 57 }, - { "name": "Agriculture", "rank": 56 } - ], - "title": { - "romaji": "Nogi Wakaba wa Yuusha de Aru", - "english": null, - "native": "乃木若葉は勇者である" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1684302912, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2017 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx99559-8uAOkOwpbe6I.png" - } - }, - { - "id": 42854, - "idMal": 12854, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 133, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "To Aru Majutsu no Kinsho Mokuroku", - "To Aru Majutsu no Index", - "A Certain Magic Index", - "อินเดกซ์คัมภีร์คาถาต้องห้าม", - "A Certain Magical Index: The Old Testament", - "魔法禁書目錄" - ], - "genres": ["Action", "Comedy", "Fantasy", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Magic", "rank": 98 }, - { "name": "Super Power", "rank": 84 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Amnesia", "rank": 80 }, - { "name": "War", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 77 }, - { "name": "Conspiracy", "rank": 76 }, - { "name": "Urban Fantasy", "rank": 75 }, - { "name": "Anti-Hero", "rank": 73 }, - { "name": "Foreign", "rank": 64 }, - { "name": "Nun", "rank": 60 }, - { "name": "Clone", "rank": 50 }, - { "name": "Female Harem", "rank": 37 } - ], - "title": { - "romaji": "Toaru Majutsu no Index", - "english": "A Certain Magical Index", - "native": "とある魔術の禁書目録" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687564674, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx42854-YymcguScxjIP.png" - } - }, - { - "id": 87049, - "idMal": 58757, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["Love Hero"], - "genres": ["Romance"], - "tags": [], - "title": { "romaji": "Renai Hero", "english": null, "native": "恋愛ヒーロー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102965, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87049-HO5OMkdOUKd1.png" - } - }, - { - "id": 87047, - "idMal": 57315, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 27, - "format": "NOVEL", - "duration": null, - "synonyms": ["Mojo-kai no Futekisetsu na Nichijou"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [{ "name": "School", "rank": 50 }], - "title": { - "romaji": "Mojo-kai no I-do-la na Nichijou", - "english": null, - "native": "も女会の不適切〈アイ・ド・ラ〉な日常" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688102969, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87047-3WYbYkpjLYkG.png" - } - }, - { - "id": 128580, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 10, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Romance"], - "tags": [], - "title": { - "romaji": "5-bu de Yomeru Mune Kyun na Last no Monogatari", - "english": null, - "native": "5分で読める胸キュンなラストの物語" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688103013, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128580-oIC7F6w1ZRGv.png" - } - }, - { - "id": 138829, - "idMal": 140150, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Comedy", "Drama", "Horror", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 79 }, - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 70 }, - { "name": "Detective", "rank": 60 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Work", "rank": 40 }, - { "name": "Love Triangle", "rank": 40 } - ], - "title": { - "romaji": "Chainsaw Man: Buddy Stories", - "english": "Chainsaw Man: Buddy Stories", - "native": "チェンソーマン バディ・ストーリーズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688196091, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138829-NthKwJR53d9O.jpg" - } - }, - { - "id": 114920, - "idMal": 138744, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["転天", "轉生公主與天才千金的魔法革命"], - "genres": ["Action", "Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 95 }, - { "name": "Magic", "rank": 91 }, - { "name": "Isekai", "rank": 82 }, - { "name": "Female Protagonist", "rank": 72 }, - { "name": "Reincarnation", "rank": 35 }, - { "name": "Villainess", "rank": 10 } - ], - "title": { - "romaji": "Tensei Oujo to Tensai Reijou no Mahou Kakumei", - "english": "The Magical Revolution of the Reincarnated Princess and the Genius Young Lady", - "native": "転生王女と天才令嬢の魔法革命" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688451631, - "updatedAt": 1696220638, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114920-aUJzJQuCq2FQ.jpg" - } - }, - { - "id": 38876, - "idMal": 8876, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 79 }, - { "name": "Anachronism", "rank": 73 }, - { "name": "Female Protagonist", "rank": 73 } - ], - "title": { "romaji": "Slayers", "english": "Slayers", "native": "スレイヤーズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688550012, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1990 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38876-8LzCgLM9UJe8.png" - } - }, - { - "id": 104474, - "idMal": 114895, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Behemoth’s Pet", - "I’m an S-Rank \"Behemoth\" Monster but I’m Living as a Knight (Pet) of an Elf Girl" - ], - "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [], - "title": { - "romaji": "S-Rank Monster no \"Behemoth\" Dakedo, Neko to Machigawarete Elf Musume no Pet to Shite Kurashitemasu", - "english": "I'm a \"Behemoth,\" an S-Ranked Monster, but Mistaken for a Cat, I Live as an Elf Girl's Pet", - "native": "Sランクモンスターの《ベヒーモス》だけど、猫と間違われてエルフ娘の騎士(ペット)として暮らしてます" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701557, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104474-93sHAhXoEGj6.jpg" - } - }, - { - "id": 86411, - "idMal": 57065, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Fantasy"], - "tags": [ - { "name": "War", "rank": 79 }, - { "name": "Military", "rank": 79 }, - { "name": "Foreign", "rank": 79 }, - { "name": "Politics", "rank": 70 }, - { "name": "Swordplay", "rank": 50 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Guns", "rank": 20 } - ], - "title": { - "romaji": "Haken no Kouki Altina", - "english": "Altina the Sword Princess", - "native": "覇剣の皇姫アルティーナ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689047750, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86411-KJkQD9T9RLse.jpg" - } - }, - { - "id": 103045, - "idMal": 104490, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 76, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Because I’ve Been Reincarnated as the Piggy Duke This Time I Will Say I Like You", - "Piggy duke want to say love to you", - "เกิดใหม่อ้วนเป็นหมูก็ขอสู้บอกรักเธอ​" - ], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [{ "name": "Male Protagonist", "rank": 79 }, { "name": "Isekai", "rank": 60 }], - "title": { - "romaji": "Buta Koushaku ni Tensei shita kara, Kondo wa Kimi ni Suki to Iitai", - "english": "Reincarnated as the Piggy Duke: This Time I'm Gonna Tell Her How I Feel!", - "native": "豚公爵に転生したから、今度は君に好きと言いたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689051730, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103045-dXcXQ5MT3DS5.jpg" - } - }, - { - "id": 69745, - "idMal": 39745, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 200, - "format": "NOVEL", - "duration": null, - "synonyms": ["Orphen", "Majutsushi Orphen Haguretabi"], - "genres": ["Action", "Adventure", "Drama", "Fantasy"], - "tags": [ - { "name": "Magic", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Dragons", "rank": 60 }, - { "name": "Demons", "rank": 60 } - ], - "title": { - "romaji": "Majutsushi Orphen", - "english": "Sorcerous Stabber Orphen: The Wayward Journey", - "native": "魔術士オーフェン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689312206, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1994 }, - "endDate": { "year": 2003 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx69745-NNIsBqIUHMcY.png" - } - }, - { - "id": 85568, - "idMal": 57035, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 46, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Owari no Seraph: Ichinose Guren", - " 16-sai no Hametsu", - "Catastrophe at Sixteen", - "เทวทูตเเห่งโลกมืด: อิจิโนเสะ กุเร็นกับการฟื้นคืนโลกในวัยสิบหก" - ], - "genres": ["Action", "Drama", "Supernatural"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Vampire", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Demons", "rank": 79 } - ], - "title": { - "romaji": "Owari no Seraph: Ichinose Guren, 16-sai no Catastrophe", - "english": "Seraph of the End: Guren Ichinose: Catastrophe at Sixteen", - "native": "終わりのセラフ 一瀬グレン、16歳の破滅" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581346, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85568-jIFkfQyDett3.png" - } - }, - { - "id": 111631, - "idMal": 121466, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["บูรณะมันวุ่นวาย ขายชาติเลยแล้วกัน", "天才王子的赤字國家重生術~對了,就來賣國吧~"], - "genres": ["Fantasy", "Romance"], - "tags": [ - { "name": "Military", "rank": 80 }, - { "name": "Politics", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "War", "rank": 73 }, - { "name": "Economics", "rank": 73 }, - { "name": "Religion", "rank": 60 }, - { "name": "Female Harem", "rank": 23 }, - { "name": "Crossdressing", "rank": 20 } - ], - "title": { - "romaji": "Tensai Ouji no Akaji Kokka Saisei Jutsu: Souda, Baikoku shiyou", - "english": "The Genius Prince's Guide to Raising a Nation Out of Debt (Hey, How About Treason?)", - "native": "天才王子の赤字国家再生術〜そうだ、売国しよう〜" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689581585, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111631-kdFLy8VlGzr1.png" - } - }, - { - "id": 113399, - "idMal": 128337, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Tearmoon Empire Story", - "Tearmoon Empire Story: Beginning from the Guillotine, a Story of Reincarnated Princess Making a Turn Around", - "บันทึกเรื่องราวจักรวรรดิเทียร์มูน จุดพลิกผันชะตากรรมของเจ้าหญิงเริ่มจากบนกิโยติน", - "Tearmoon Empire Story: De la guillotine à la rédemption d’une princesse réincarnée", - "Tearmoon Empire: Die Chroniken der Heiligen(?!) Mia", - "堤亞穆帝國物語~從斷頭台開始,公主重生後的逆轉人生~" - ], - "genres": ["Comedy", "Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Age Regression", "rank": 100 }, - { "name": "Conspiracy", "rank": 100 }, - { "name": "Female Protagonist", "rank": 97 }, - { "name": "Alternate Universe", "rank": 96 }, - { "name": "Politics", "rank": 80 }, - { "name": "Villainess", "rank": 80 }, - { "name": "Economics", "rank": 77 }, - { "name": "Reincarnation", "rank": 73 }, - { "name": "School", "rank": 63 }, - { "name": "Shoujo", "rank": 20 }, - { "name": "Time Manipulation", "rank": 20 } - ], - "title": { - "romaji": "Tearmoon Teikoku Monogatari: Dantoudai kara Hajimaru, Hime no Tensei Gyakuten Story", - "english": "Tearmoon Empire", - "native": "ティアムーン帝国物語 ~断頭台から始まる、姫の転生逆転ストーリー~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690068924, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113399-ar4LiUOEoxRn.jpg" - } - }, - { - "id": 77811, - "idMal": 47811, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 324, - "format": "NOVEL", - "duration": null, - "synonyms": ["Good Job Club"], - "genres": ["Comedy", "Slice of Life"], - "tags": [{ "name": "School", "rank": 79 }, { "name": "School Club", "rank": 60 }], - "title": { "romaji": "GJ-bu", "english": null, "native": "GJ部" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690068936, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/47811.jpg" - } - }, - { - "id": 30399, - "idMal": 399, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["การเดินทางของคิโนะ: The Beautiful World"], - "genres": ["Adventure", "Drama", "Fantasy", "Mystery", "Psychological", "Sci-Fi"], - "tags": [ - { "name": "Philosophy", "rank": 94 }, - { "name": "Episodic", "rank": 89 }, - { "name": "Dystopian", "rank": 86 }, - { "name": "Steampunk", "rank": 84 }, - { "name": "Guns", "rank": 80 }, - { "name": "Travel", "rank": 80 }, - { "name": "Foreign", "rank": 79 }, - { "name": "Achronological Order", "rank": 79 }, - { "name": "Motorcycles", "rank": 76 }, - { "name": "Anachronism", "rank": 75 }, - { "name": "Seinen", "rank": 65 }, - { "name": "Agender", "rank": 62 }, - { "name": "Animals", "rank": 60 }, - { "name": "Tragedy", "rank": 50 } - ], - "title": { - "romaji": "Kino no Tabi: the Beautiful World", - "english": "Kino's Journey: The Beautiful World", - "native": "キノの旅-the Beautiful World-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690068953, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30399-ePRU1jgaOBCG.jpg" - } - }, - { - "id": 96775, - "idMal": 96194, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 42, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Honzuki no Gekokujou ~Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen~ Dai 1-bu 「Hon ga Nai nara Tsukureba Ii!」", - "Honzuki no Gekokujou Part 1", - "Ascendance of a Bookworm Part 1", - "El ratón de biblioteca", - "การปฏิวัติของสาวน้อยหนอนหนังสือ ภาค 1 ถ้าไม่มีหนังสือก็ทำขึ้นมาเองเสียเลยสิ!", - "O Sonho de uma Apaixonada por Livros – Parte 1" - ], - "genres": ["Fantasy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Isekai", "rank": 84 }, - { "name": "Reincarnation", "rank": 79 }, - { "name": "Economics", "rank": 73 }, - { "name": "Work", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 60 }, - { "name": "Historical", "rank": 60 }, - { "name": "Family Life", "rank": 53 }, - { "name": "Magic", "rank": 53 }, - { "name": "Food", "rank": 30 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen Dai 1-bu - Hon ga Nai nara Tsukureba Ii!", - "english": "Ascendance of a Bookworm ~I'll do anything to become a librarian!~ Part 1 If there aren't any books, I'll just have make some!", - "native": "本好きの下剋上~司書になるためには手段を選んでいられません~第一部 「本がないなら作ればいい」" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690068962, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx96775-TFnKzz3A3Cnu.jpg" - } - }, - { - "id": 74167, - "idMal": 44167, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 11, - "format": "NOVEL", - "duration": null, - "synonyms": ["Moonlight", " Blask księżyca"], - "genres": ["Comedy", "Mystery", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 88 }, - { "name": "School", "rank": 80 }, - { "name": "Crime", "rank": 79 }, - { "name": "Detective", "rank": 79 } - ], - "title": { "romaji": "Gekkou", "english": null, "native": "月光" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690068973, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx74167-vZBrFyAV7Kyt.jpg" - } - }, - { - "id": 85877, - "idMal": 56155, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 40, - "format": "NOVEL", - "duration": null, - "synonyms": ["Gin no Juujika to Draculea", "Silver Cross and Draculea"], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance", "Supernatural"], - "tags": [{ "name": "Vampire", "rank": 79 }, { "name": "Female Harem", "rank": 50 }], - "title": { - "romaji": "Gin no Cross to Draculea", - "english": null, - "native": "銀の十字架とドラキュリア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690092076, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b85877-UfSBNqqSvV4W.jpg" - } - }, - { - "id": 55597, - "idMal": 25597, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 72, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [{ "name": "Female Harem", "rank": 50 }], - "title": { - "romaji": "Dakara Boku wa, H ga Dekinai", - "english": null, - "native": "だから僕は、Hができない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690092101, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx55597-F07y7Uf3Tk9Z.jpg" - } - }, - { - "id": 80663, - "idMal": 50663, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 38, - "format": "NOVEL", - "duration": null, - "synonyms": ["Maou na Ore to Ghoul no Yubiwa"], - "genres": ["Ecchi", "Fantasy", "Romance"], - "tags": [{ "name": "Female Harem", "rank": 50 }, { "name": "Shounen", "rank": 50 }], - "title": { - "romaji": "Maou na Ore to Fushihime no Yubiwa", - "english": null, - "native": "魔王なオレと不死姫の指輪" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690092110, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx80663-uX5hdULBJjZ7.jpg" - } - }, - { - "id": 50550, - "idMal": 20550, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 84, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "Female Harem", "rank": 50 }, { "name": "Shounen", "rank": 50 }], - "title": { "romaji": "Mayoi Neko Overrun!", "english": null, "native": "迷い猫オーバーラン!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690278561, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx50550-MkEaCpP0vvD3.jpg" - } - }, - { - "id": 105432, - "idMal": 105466, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 81, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Butler", "rank": 79 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Shoujo", "rank": 60 }, - { "name": "Ojou-sama", "rank": 60 }, - { "name": "Villainess", "rank": 60 } - ], - "title": { - "romaji": "Albert-ke no Reijou wa Botsuraku wo Goshomou desu", - "english": "Young Lady Albert Is Courting Disaster", - "native": "アルバート家の令嬢は没落をご所望です" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690278962, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105432-0aKnGYTc8i4j.jpg" - } - }, - { - "id": 86271, - "idMal": 70795, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["โอนลี่เซนส์ออนไลน์ "], - "genres": ["Action", "Adventure", "Fantasy", "Sci-Fi"], - "tags": [ - { "name": "Gender Bending", "rank": 79 }, - { "name": "Video Games", "rank": 79 }, - { "name": "Virtual World", "rank": 79 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Augmented Reality", "rank": 60 }, - { "name": "Archery", "rank": 60 }, - { "name": "Shounen", "rank": 50 } - ], - "title": { - "romaji": "Only Sense Online", - "english": null, - "native": "オンリーセンス・オンライン" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690317453, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86271-bhTbIdkoGG89.jpg" - } - }, - { - "id": 153870, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Fantasy"], - "tags": [ - { "name": "Vampire", "rank": 79 }, - { "name": "Video Games", "rank": 79 }, - { "name": "Virtual World", "rank": 79 } - ], - "title": { - "romaji": "Destiny Unchain Online: Kyuuketsuki Shoujo to Natte, Yagate \"Aka no Maou\" to Yobareru You ni Narimashita", - "english": null, - "native": "Destiny Unchain Online ~吸血鬼少女となって、やがて『赤の魔王』と呼ばれるようになりました~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690317464, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153870-khSsXDEzYbTH.png" - } - }, - { - "id": 125496, - "idMal": 142719, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Fantasy", "Psychological"], - "tags": [ - { "name": "Assassins", "rank": 79 }, - { "name": "Video Games", "rank": 79 }, - { "name": "Anti-Hero", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Gore", "rank": 60 }, - { "name": "Virtual World", "rank": 60 }, - { "name": "Isekai", "rank": 20 } - ], - "title": { - "romaji": "Genocide Online: Gokuaku Reijou no Play Nikki", - "english": null, - "native": "ジェノサイド・オンライン 極悪令嬢のプレイ日記" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690317493, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125496-jkBUCmr3fPRn.jpg" - } - }, - { - "id": 154096, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Fantasy"], - "tags": [], - "title": { - "romaji": "Blade Skill Online: Gomi Shokugyou de Saijaku Bukide Kuso Status no Ore, Itsunomanika \"Last Boss\" ni Nariagarimasu!", - "english": null, - "native": "ブレイドスキル・オンライン~ゴミ職業で最弱武器でクソステータスの俺、いつのまにか『ラスボス』に成り上がります!~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690317505, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154096-OBhlLlpQT4eO.jpg" - } - }, - { - "id": 109293, - "idMal": 119639, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "NOVEL", - "duration": null, - "synonyms": ["Công chúa ma cà rồng quyền năng chỉ muốn có một người em gái mà thôi"], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Vampire", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 50 }, - { "name": "Yuri", "rank": 46 } - ], - "title": { - "romaji": "Tonikaku Imouto ga Hoshii Saikyou no Kyuuketsu-hime wa Mujikaku Gohoushichuu", - "english": "Seriously Seeking Sister! Ultimate Vampire Princess Just Wants Little Sister; Plenty of Service Will Be Provided!", - "native": "とにかく妹が欲しい最強の吸血姫は無自覚ご奉仕中!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690503897, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109293-4RaWnhg5NBGg.jpg" - } - }, - { - "id": 64553, - "idMal": 34553, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 224, - "format": "NOVEL", - "duration": null, - "synonyms": ["Seirei Tsukai no Kenbu", "Seirei Tsukai no Kembu"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "School", "rank": 66 }, - { "name": "Female Harem", "rank": 66 }, - { "name": "Battle Royale", "rank": 60 }, - { "name": "Crossdressing", "rank": 40 }, - { "name": "Swordplay", "rank": 40 }, - { "name": "War", "rank": 20 }, - { "name": "Amnesia", "rank": 20 }, - { "name": "Gods", "rank": 20 }, - { "name": "Anti-Hero", "rank": 20 }, - { "name": "Assassins", "rank": 20 } - ], - "title": { - "romaji": "Seirei Tsukai no Blade Dance", - "english": null, - "native": "精霊使いの剣舞" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690515124, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx64553-aLTcQy8gA4ZV.jpg" - } - }, - { - "id": 86345, - "idMal": 83019, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Death Marching to the Parallel World Rhapsody", - "Death March kara Hajimaru Isekai Kyusoukyoku", - "DeathMa", - "โศกนาฏกรรมต่างโลกเริ่มต้นจากเดธมาร์ช" - ], - "genres": ["Adventure", "Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "Isekai", "rank": 90 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Shounen", "rank": 50 }, - { "name": "Nekomimi", "rank": 50 }, - { "name": "Slavery", "rank": 40 }, - { "name": "Kemonomimi", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Death March kara Hajimaru Isekai Kyousoukyoku", - "english": "Death March to the Parallel World Rhapsody", - "native": "デスマーチからはじまる異世界狂想曲" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690689528, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86345-2uPISO7yicOb.jpg" - } - }, - { - "id": 85470, - "idMal": 70261, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 334, - "format": "NOVEL", - "duration": null, - "synonyms": ["เกิดชาตินี้พี่ต้องเทพ"], - "genres": ["Adventure", "Drama", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Coming of Age", "rank": 94 }, - { "name": "Rehabilitation", "rank": 94 }, - { "name": "Isekai", "rank": 93 }, - { "name": "Magic", "rank": 91 }, - { "name": "Reincarnation", "rank": 90 }, - { "name": "Family Life", "rank": 82 }, - { "name": "Travel", "rank": 82 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Tragedy", "rank": 78 }, - { "name": "Ensemble Cast", "rank": 72 }, - { "name": "Survival", "rank": 72 }, - { "name": "Female Harem", "rank": 70 }, - { "name": "Gods", "rank": 63 }, - { "name": "Meta", "rank": 62 }, - { "name": "Time Manipulation", "rank": 62 }, - { "name": "Time Skip", "rank": 62 }, - { "name": "Demons", "rank": 60 }, - { "name": "Hikikomori", "rank": 56 }, - { "name": "Swordplay", "rank": 55 }, - { "name": "Tomboy", "rank": 53 }, - { "name": "Crossdressing", "rank": 52 }, - { "name": "Teacher", "rank": 50 }, - { "name": "Tsundere", "rank": 50 }, - { "name": "Elf", "rank": 50 }, - { "name": "Language Barrier", "rank": 50 }, - { "name": "School", "rank": 50 }, - { "name": "Slavery", "rank": 47 }, - { "name": "Episodic", "rank": 45 }, - { "name": "Dragons", "rank": 40 }, - { "name": "Nekomimi", "rank": 40 }, - { "name": "Amnesia", "rank": 40 }, - { "name": "Dungeon", "rank": 40 }, - { "name": "Otaku Culture", "rank": 40 }, - { "name": "Revenge", "rank": 40 }, - { "name": "Marriage", "rank": 40 }, - { "name": "Maids", "rank": 38 }, - { "name": "Ojou-sama", "rank": 30 }, - { "name": "Religion", "rank": 30 }, - { "name": "Archery", "rank": 20 }, - { "name": "Desert", "rank": 20 } - ], - "title": { - "romaji": "Mushoku Tensei: Isekai Ittara Honki Dasu", - "english": "Mushoku Tensei: Jobless Reincarnation", - "native": "無職転生 ~異世界行ったら本気だす~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1690850726, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx85470-jt6BF9tDWB2X.jpg" - } - }, - { - "id": 91235, - "idMal": 70709, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 8, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [{ "name": "School", "rank": 20 }], - "title": { "romaji": "Kokuhaku", "english": null, "native": "告白" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691496006, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/91235-Kt2PcPfvCVQ0.jpg" - } - }, - { - "id": 85166, - "idMal": 63271, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["Ero Manga Sensei", "น้องสาวของผมคืออาจารย์เอโรมังกะ"], - "genres": ["Comedy", "Drama", "Romance"], - "tags": [ - { "name": "Otaku Culture", "rank": 73 }, - { "name": "Female Harem", "rank": 50 }, - { "name": "Family Life", "rank": 40 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { "romaji": "Eromanga Sensei", "english": null, "native": "エロマンガ先生" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692268801, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85166-t8UWhf0MfpGs.jpg" - } - }, - { - "id": 142687, - "idMal": 156106, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["Sentenced to Brave Punishment"], - "genres": ["Action", "Comedy", "Drama", "Fantasy"], - "tags": [ - { "name": "Anti-Hero", "rank": 20 }, - { "name": "Gods", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Yuusha Kei ni Shosu: Choubatsu Yuusha 9004-tai Keimu Kiroku", - "english": "Sentenced to Be a Hero", - "native": "勇者刑に処す 懲罰勇者9004隊刑務記録" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692986376, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx142687-BFy2lofGgPKx.jpg" - } - }, - { - "id": 31315, - "idMal": 1315, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 8, - "format": "NOVEL", - "duration": null, - "synonyms": ["Boogiepop Series", "Boogiepop Doesn’t Laugh"], - "genres": ["Horror", "Mystery", "Psychological"], - "tags": [ - { "name": "Dissociative Identities", "rank": 88 }, - { "name": "Urban Fantasy", "rank": 83 }, - { "name": "Denpa", "rank": 80 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Achronological Order", "rank": 79 }, - { "name": "Agender", "rank": 40 }, - { "name": "Conspiracy", "rank": 40 }, - { "name": "LGBTQ+ Themes", "rank": 30 }, - { "name": "Super Power", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Boogiepop wa Warawanai", - "english": "Boogiepop and Others", - "native": "ブギーポップは笑わない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693347743, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1998 }, - "endDate": { "year": 1998 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx31315-KdFNOZlklUov.jpg" - } - }, - { - "id": 100828, - "idMal": 103834, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Would you even fall in love with a pervert as long as it's a cutie?", - "ถ้าน่ารักซะอย่าง จะลามกบ้างก็ได้ใช่มั้ยคะ" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 80 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "School Club", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Adoption", "rank": 40 }, - { "name": "Cute Girls Doing Cute Things", "rank": 20 } - ], - "title": { - "romaji": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", - "english": null, - "native": "可愛ければ変態でも好きになってくれますか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693466166, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100828-RSadjlKtHK6p.jpg" - } - }, - { - "id": 115457, - "idMal": 120683, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["I Have a Slow Living in Different World (I Wish) "], - "genres": ["Adventure", "Ecchi", "Fantasy"], - "tags": [{ "name": "Isekai", "rank": 20 }], - "title": { - "romaji": "Isekai de Slow Life wo (Ganbou)", - "english": null, - "native": "異世界でスローライフを(願望)" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693980721, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115457-RgD50X2BDb7e.jpg" - } - }, - { - "id": 86318, - "idMal": 63231, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Slave Harem in the Labyrinth of the Other World", - "Isekai Meikyuu De Dorei Harem wo", - "Isekai Meikyuu de Harem o" - ], - "genres": ["Drama", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Isekai", "rank": 66 }, - { "name": "Slavery", "rank": 60 }, - { "name": "Shounen", "rank": 50 }, - { "name": "Kemonomimi", "rank": 50 }, - { "name": "Monster Girl", "rank": 20 } - ], - "title": { - "romaji": "Isekai Meikyuu de Harem wo", - "english": null, - "native": "異世界迷宮でハーレムを" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693980831, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86318-WppmFFokDsXj.jpg" - } - }, - { - "id": 115165, - "idMal": 119609, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 18, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "A gentle dragon of 5000 years old, it was recognized as an evil dragon without any cause." - ], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [{ "name": "Female Protagonist", "rank": 20 }, { "name": "Dragons", "rank": 20 }], - "title": { - "romaji": "Yowai 5000-nen no Soushoku Dragon, Iwarenaki Jaryuu Nintei", - "english": null, - "native": "齢5000年の草食ドラゴン、いわれなき邪竜認定" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694048393, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b115165-amIlJiTXPbNn.jpg" - } - }, - { - "id": 94761, - "idMal": 88720, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Female Harem", "rank": 60 }, - { "name": "Isekai", "rank": 60 } - ], - "title": { - "romaji": "Isekai Konyoku Monogatari", - "english": "Mixed Bathing in Another Dimension", - "native": "異世界混浴物語" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694051254, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx94761-zbIxllYEc8NC.jpg" - } - }, - { - "id": 105723, - "idMal": 103761, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["This Hero is Invincible but \"Too Cautious\"", "ผู้กล้าสุดแกร่งขี้ระแวงขั้นวิกฤติ"], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 100 }, - { "name": "Gods", "rank": 90 }, - { "name": "Demons", "rank": 90 }, - { "name": "Magic", "rank": 85 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Anti-Hero", "rank": 75 }, - { "name": "Male Protagonist", "rank": 75 }, - { "name": "Female Protagonist", "rank": 70 }, - { "name": "Cultivation", "rank": 60 } - ], - "title": { - "romaji": "Kono Yuusha ga Ore Tueee Kuse ni Shinchou Sugiru", - "english": "The Hero Is Overpowered but Overly Cautious", - "native": "この勇者が俺TUEEEくせに慎重すぎる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694051465, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105723-dWT63dBGPTIP.jpg" - } - }, - { - "id": 91862, - "idMal": 73711, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "NOVEL", - "duration": null, - "synonyms": ["Medaka Box Juvenile: Novel Version"], - "genres": ["Action"], - "tags": [{ "name": "School", "rank": 20 }, { "name": "Shounen", "rank": 20 }], - "title": { - "romaji": "Medaka Box: Juvenile - Shousetsu-ban", - "english": null, - "native": "めだかボックス ジュブナイル 小説版" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694135508, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx91862-d9Vi4Rs3eBem.jpg" - } - }, - { - "id": 53116, - "idMal": 23116, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["Accelerated World"], - "genres": ["Action", "Romance", "Sci-Fi"], - "tags": [ - { "name": "Virtual World", "rank": 95 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Isekai", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Philosophy", "rank": 20 }, - { "name": "Henshin", "rank": 20 }, - { "name": "Tokusatsu", "rank": 20 } - ], - "title": { "romaji": "Accel World", "english": "Accel World", "native": "アクセル・ワールド" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694246559, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53116-gCcQtqrCNOGD.jpg" - } - }, - { - "id": 110770, - "idMal": 134941, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Isekai", "rank": 60 }, - { "name": "Maids", "rank": 60 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Anti-Hero", "rank": 60 }, - { "name": "Alternate Universe", "rank": 60 }, - { "name": "Monster Girl", "rank": 60 }, - { "name": "Reincarnation", "rank": 50 } - ], - "title": { - "romaji": "Jitsu wa Ore, Saikyou Deshita?", - "english": "Am I Actually the Strongest?", - "native": "実は俺、最強でした?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694247657, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110770-KXlvbOCHMOc4.jpg" - } - }, - { - "id": 145820, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], - "tags": [{ "name": "Male Protagonist", "rank": 20 }], - "title": { - "romaji": "Yuusha Densetsu no Uragawa de Ore wa Eiyuu Densetsu wo Tsukurimasu: Oudougoroshi no Eiyuutan", - "english": null, - "native": "勇者伝説の裏側で俺は英雄伝説を作ります 〜王道殺しの英雄譚〜" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695363659, - "updatedAt": 1695363666, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145820-5y5uBlvMRkho.jpg" - } - }, - { - "id": 170596, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Drama"], - "tags": [{ "name": "Idol", "rank": 79 }, { "name": "Tragedy", "rank": 79 }], - "title": { - "romaji": "[Oshi no Ko]: Ichibanboshi no Spica", - "english": null, - "native": "【推しの子】~一番星のスピカ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1698627209, - "updatedAt": 1698627215, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170596-qnmbdCiv0ZGv.jpg" - } - }, - { - "id": 135276, - "idMal": 138481, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": ["Too Many Losing Heroines ", "Makeine: Too Many Losing Heroines!"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { - "romaji": "Make Heroine ga Oosugiru!", - "english": null, - "native": "負けヒロインが多すぎる!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1702607447, - "updatedAt": 1702607450, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135276-BGRuVuGlHIQY.jpg" - } - }, - { - "id": 116266, - "idMal": 124940, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 144, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Two-Timing Fair and Square", - "She is also my Girlfriend", - "Girlfriend and Girlfriend", - "KanoKano", - "จะคนไหนก็แฟนสาว ", - "Kanojo Mo Kanojo - Confissões e Namoradas" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Harem", "rank": 93 }, - { "name": "Male Protagonist", "rank": 92 }, - { "name": "Surreal Comedy", "rank": 91 }, - { "name": "Heterosexual", "rank": 91 }, - { "name": "Parody", "rank": 90 }, - { "name": "Primarily Teen Cast", "rank": 90 }, - { "name": "Love Triangle", "rank": 87 }, - { "name": "Satire", "rank": 85 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 77 }, - { "name": "Shounen", "rank": 74 }, - { "name": "Tsundere", "rank": 72 }, - { "name": "Slapstick", "rank": 71 }, - { "name": "School", "rank": 64 }, - { "name": "Meta", "rank": 53 }, - { "name": "Yandere", "rank": 50 }, - { "name": "Cosplay", "rank": 40 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Slavery", "rank": 10 } - ], - "title": { - "romaji": "Kanojo mo Kanojo", - "english": "Girlfriend, Girlfriend", - "native": "カノジョも彼女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1684746827, - "updatedAt": 1700720987, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116266-VouBBsn4mVHc.jpg" - } - }, - { - "id": 163156, - "idMal": 157437, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Vampire", "rank": 91 }, - { "name": "Monster Girl", "rank": 88 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Tsundere", "rank": 73 }, - { "name": "Cute Girls Doing Cute Things", "rank": 65 }, - { "name": "Yuri", "rank": 60 }, - { "name": "School", "rank": 46 }, - { "name": "Mermaid", "rank": 40 }, - { "name": "Dragons", "rank": 20 }, - { "name": "Werewolf", "rank": 20 } - ], - "title": { - "romaji": "Pension Life Vampire", - "english": "The Pension Life Vampire", - "native": "ペンションライフ・ヴァンパイア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 20, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685145456, - "updatedAt": 1705797318, - "score": 78, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163156-RLH5kMqhM8oL.jpg" - } - }, - { - "id": 30013, - "idMal": 13, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["원피스", "וואן פיס ", "One Piece - Большой куш", "ワンピース"], - "genres": ["Action", "Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Pirates", "rank": 97 }, - { "name": "Travel", "rank": 96 }, - { "name": "Found Family", "rank": 95 }, - { "name": "Shounen", "rank": 93 }, - { "name": "Ensemble Cast", "rank": 91 }, - { "name": "Super Power", "rank": 87 }, - { "name": "Tragedy", "rank": 81 }, - { "name": "Ships", "rank": 80 }, - { "name": "Military", "rank": 80 }, - { "name": "Crime", "rank": 79 }, - { "name": "Fugitive", "rank": 78 }, - { "name": "Conspiracy", "rank": 78 }, - { "name": "Male Protagonist", "rank": 78 }, - { "name": "Politics", "rank": 77 }, - { "name": "War", "rank": 74 }, - { "name": "Slapstick", "rank": 73 }, - { "name": "Post-Apocalyptic", "rank": 73 }, - { "name": "Dystopian", "rank": 71 }, - { "name": "Primarily Adult Cast", "rank": 71 }, - { "name": "Time Skip", "rank": 70 }, - { "name": "Cultivation", "rank": 70 }, - { "name": "Lost Civilization", "rank": 69 }, - { "name": "Swordplay", "rank": 68 }, - { "name": "Slavery", "rank": 67 }, - { "name": "Anachronism", "rank": 67 }, - { "name": "Prison", "rank": 67 }, - { "name": "Environmental", "rank": 66 }, - { "name": "Gods", "rank": 66 }, - { "name": "Gangs", "rank": 65 }, - { "name": "Mythology", "rank": 65 }, - { "name": "Animals", "rank": 64 }, - { "name": "Anti-Hero", "rank": 64 }, - { "name": "Battle Royale", "rank": 64 }, - { "name": "Espionage", "rank": 62 }, - { "name": "Assassins", "rank": 62 }, - { "name": "Drugs", "rank": 62 }, - { "name": "Revenge", "rank": 62 }, - { "name": "Cyborg", "rank": 60 }, - { "name": "Adoption", "rank": 60 }, - { "name": "Amnesia", "rank": 60 }, - { "name": "Large Breasts", "rank": 60 }, - { "name": "Skeleton", "rank": 59 }, - { "name": "Samurai", "rank": 59 }, - { "name": "Desert", "rank": 58 }, - { "name": "Coming of Age", "rank": 56 }, - { "name": "Henshin", "rank": 56 }, - { "name": "Robots", "rank": 55 }, - { "name": "Food", "rank": 54 }, - { "name": "Medicine", "rank": 54 }, - { "name": "Dragons", "rank": 53 }, - { "name": "Guns", "rank": 53 }, - { "name": "Mermaid", "rank": 53 }, - { "name": "Centaur", "rank": 52 }, - { "name": "Oiran", "rank": 51 }, - { "name": "Ninja", "rank": 50 }, - { "name": "Angels", "rank": 50 }, - { "name": "Meta", "rank": 50 }, - { "name": "Trains", "rank": 49 }, - { "name": "Time Manipulation", "rank": 49 }, - { "name": "Monster Girl", "rank": 48 }, - { "name": "Zombie", "rank": 45 }, - { "name": "Memory Manipulation", "rank": 43 }, - { "name": "LGBTQ+ Themes", "rank": 43 }, - { "name": "Dinosaurs", "rank": 41 }, - { "name": "Religion", "rank": 40 }, - { "name": "Transgender", "rank": 40 }, - { "name": "Gender Bending", "rank": 36 }, - { "name": "Body Swapping", "rank": 33 }, - { "name": "Aliens", "rank": 33 }, - { "name": "Clone", "rank": 20 }, - { "name": "Terrorism", "rank": 20 } - ], - "title": { "romaji": "ONE PIECE", "english": "One Piece", "native": "ONE PIECE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1104, - "progressVolumes": 108, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685185012, - "updatedAt": 1705940473, - "score": 92, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1997 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30013-tZVlfBCHbrNL.jpg" - } - }, - { - "id": 163497, - "idMal": 158849, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "School", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Super Power", "rank": 60 } - ], - "title": { "romaji": "Nue no Onmyouji", "english": "Nue's Exorcist", "native": "鵺の陰陽師" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 33, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685191918, - "updatedAt": 1704498589, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163497-HNrC3KDTVxW5.jpg" - } - }, - { - "id": 160880, - "idMal": 156308, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Music", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 77 }, - { "name": "Male Protagonist", "rank": 71 }, - { "name": "Primarily Adult Cast", "rank": 68 }, - { "name": "College", "rank": 60 }, - { "name": "Drawing", "rank": 60 }, - { "name": "Urban", "rank": 55 }, - { "name": "Shounen", "rank": 53 }, - { "name": "Gyaru", "rank": 52 } - ], - "title": { "romaji": "BEAT&MOTION", "english": "Beat & Motion", "native": "BEAT&MOTION" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 24, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685762135, - "updatedAt": 1705111582, - "score": 81, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b160880-Cs9xasmnvohM.jpg" - } - }, - { - "id": 164708, - "idMal": 158779, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 75 }, - { "name": "School", "rank": 60 }, - { "name": "Drawing", "rank": 53 }, - { "name": "Shounen", "rank": 26 }, - { "name": "Time Skip", "rank": 20 } - ], - "title": { - "romaji": "Hanninmae no Koibito", - "english": "Blooming Love", - "native": "半人前の恋人" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 21, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685789226, - "updatedAt": 1705418014, - "score": 77, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164708-bx5cBR4rhGTv.png" - } - }, - { - "id": 144866, - "idMal": 144034, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Akane Banashi"], - "genres": ["Drama"], - "tags": [ - { "name": "Rakugo", "rank": 95 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Coming of Age", "rank": 88 }, - { "name": "Work", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Shounen", "rank": 75 }, - { "name": "Acting", "rank": 71 }, - { "name": "Found Family", "rank": 70 }, - { "name": "Family Life", "rank": 50 }, - { "name": "Revenge", "rank": 43 }, - { "name": "School", "rank": 35 }, - { "name": "Time Skip", "rank": 30 } - ], - "title": { "romaji": "Akane-banashi", "english": "Akane-banashi", "native": "あかね噺" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 9, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686108817, - "updatedAt": 1699841367, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144866-X9vSHu3RjM0S.jpg" - } - }, - { - "id": 117195, - "idMal": 126146, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Favorite Girl", - "My Idol's Child", - "[Mein*Star]", - "[เกิดใหม่เป็นลูกโอชิ]", - "Anak Idola", - "【OSHI NO KO】", - "【MOJA GWIAZDA】", - "【我推的孩子】", - "OSHI NO KO - DƯỚI ÁNH HÀO QUANG", - "Oshi no Ko: Minha Estrela Preferida" - ], - "genres": ["Drama", "Mystery", "Psychological", "Supernatural"], - "tags": [ - { "name": "Revenge", "rank": 96 }, - { "name": "Idol", "rank": 92 }, - { "name": "Acting", "rank": 92 }, - { "name": "Seinen", "rank": 88 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Male Protagonist", "rank": 87 }, - { "name": "Tragedy", "rank": 86 }, - { "name": "Detective", "rank": 86 }, - { "name": "Reincarnation", "rank": 85 }, - { "name": "Twins", "rank": 83 }, - { "name": "Time Skip", "rank": 81 }, - { "name": "Work", "rank": 80 }, - { "name": "Female Harem", "rank": 79 }, - { "name": "Otaku Culture", "rank": 71 }, - { "name": "Love Triangle", "rank": 66 }, - { "name": "Heterosexual", "rank": 64 }, - { "name": "Incest", "rank": 64 }, - { "name": "Anti-Hero", "rank": 63 }, - { "name": "Suicide", "rank": 63 }, - { "name": "Bullying", "rank": 62 }, - { "name": "Educational", "rank": 61 }, - { "name": "Tsundere", "rank": 58 }, - { "name": "Primarily Female Cast", "rank": 58 }, - { "name": "Pregnant", "rank": 56 }, - { "name": "Age Gap", "rank": 56 }, - { "name": "Yandere", "rank": 54 }, - { "name": "Primarily Teen Cast", "rank": 53 }, - { "name": "Cosplay", "rank": 50 }, - { "name": "Gore", "rank": 46 }, - { "name": "VTuber", "rank": 46 }, - { "name": "Sumo", "rank": 44 } - ], - "title": { "romaji": "[Oshi no Ko]", "english": "[Oshi no Ko]", "native": "【推しの子】" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 138, - "progressVolumes": 12, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686292469, - "updatedAt": 1706166462, - "score": 85, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117195-r3kf8eF0xkDJ.png" - } - }, - { - "id": 154349, - "idMal": 151604, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Kindergarten Wars"], - "genres": ["Action", "Comedy"], - "tags": [ - { "name": "Assassins", "rank": 80 }, - { "name": "Surreal Comedy", "rank": 77 }, - { "name": "Teacher", "rank": 76 }, - { "name": "School", "rank": 75 }, - { "name": "Gore", "rank": 75 }, - { "name": "Primarily Adult Cast", "rank": 70 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Heterosexual", "rank": 66 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Guns", "rank": 53 }, - { "name": "Anti-Hero", "rank": 50 }, - { "name": "Love Triangle", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Twins", "rank": 20 }, - { "name": "Orphan", "rank": 20 }, - { "name": "Parody", "rank": 20 } - ], - "title": { "romaji": "Youchien WARS", "english": "Kindergarten WARS", "native": "幼稚園WARS" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 63, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686816000, - "updatedAt": 1706187404, - "score": 70, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b154349-YiD5Lq3pFGHb.jpg" - } - }, - { - "id": 166150, - "idMal": 159576, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Adventure", "Comedy", "Fantasy"], - "tags": [ - { "name": "Body Swapping", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Demons", "rank": 60 }, - { "name": "Magic", "rank": 60 } - ], - "title": { - "romaji": "Maou-sama Exchange!!", - "english": "Demon Lord Exchange!!", - "native": "魔王さまエクスチェンジ!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686973019, - "updatedAt": 1705782686, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166150-G02AlGRzH7Y6.jpg" - } - }, - { - "id": 105778, - "idMal": 116778, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "CSM", - "رجل المنشار", - "Человек-бензопила", - "체인소 맨", - "鏈鋸人", - "电锯人", - "มนุษย์เลื่อยยนต์" - ], - "genres": ["Action", "Comedy", "Drama", "Horror", "Supernatural"], - "tags": [ - { "name": "Demons", "rank": 97 }, - { "name": "Urban Fantasy", "rank": 92 }, - { "name": "Dissociative Identities", "rank": 91 }, - { "name": "Female Protagonist", "rank": 89 }, - { "name": "Gore", "rank": 88 }, - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Body Horror", "rank": 87 }, - { "name": "Cosmic Horror", "rank": 86 }, - { "name": "Tragedy", "rank": 84 }, - { "name": "Cult", "rank": 84 }, - { "name": "Urban", "rank": 83 }, - { "name": "Survival", "rank": 83 }, - { "name": "Ensemble Cast", "rank": 82 }, - { "name": "Monster Boy", "rank": 81 }, - { "name": "Work", "rank": 81 }, - { "name": "Henshin", "rank": 81 }, - { "name": "Found Family", "rank": 80 }, - { "name": "Memory Manipulation", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Shounen", "rank": 78 }, - { "name": "Guns", "rank": 75 }, - { "name": "Human Pet", "rank": 74 }, - { "name": "Assassins", "rank": 73 }, - { "name": "Monster Girl", "rank": 72 }, - { "name": "Terrorism", "rank": 72 }, - { "name": "Yandere", "rank": 72 }, - { "name": "Revenge", "rank": 70 }, - { "name": "Office Lady", "rank": 66 }, - { "name": "Slapstick", "rank": 64 }, - { "name": "Shapeshifting", "rank": 64 }, - { "name": "Politics", "rank": 62 }, - { "name": "Meta", "rank": 62 }, - { "name": "Primarily Teen Cast", "rank": 61 }, - { "name": "Afterlife", "rank": 59 }, - { "name": "Nudity", "rank": 58 }, - { "name": "Philosophy", "rank": 58 }, - { "name": "Angels", "rank": 57 }, - { "name": "Time Skip", "rank": 56 }, - { "name": "Necromancy", "rank": 55 }, - { "name": "Amnesia", "rank": 54 }, - { "name": "War", "rank": 54 }, - { "name": "Delinquents", "rank": 53 }, - { "name": "Age Gap", "rank": 53 }, - { "name": "Cannibalism", "rank": 52 }, - { "name": "School", "rank": 52 }, - { "name": "Yakuza", "rank": 50 }, - { "name": "Mafia", "rank": 50 }, - { "name": "Tomboy", "rank": 48 }, - { "name": "Tsundere", "rank": 46 }, - { "name": "Chimera", "rank": 45 }, - { "name": "Zombie", "rank": 41 }, - { "name": "Yuri", "rank": 40 }, - { "name": "Motorcycles", "rank": 36 }, - { "name": "Full Color", "rank": 20 } - ], - "title": { "romaji": "Chainsaw Man", "english": "Chainsaw Man", "native": "チェンソーマン" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 153, - "progressVolumes": 14, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687222299, - "updatedAt": 1706077854, - "score": 79, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105778-82gwrvQV6OBc.png" - } - }, - { - "id": 166140, - "idMal": 159722, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Sports"], - "tags": [ - { "name": "Martial Arts", "rank": 73 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Asumi Kakeru", - "english": "Martial Master Asumi", - "native": "アスミカケル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 28, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687222827, - "updatedAt": 1704540117, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166140-SARL6v6M8hEp.jpg" - } - }, - { - "id": 111233, - "idMal": 121480, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 200, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Night Owl Song", - "Song of the Night Walkers", - "เพลงรักมนุษย์ค้างคาว", - "Zew nocy", - "彻夜之歌", - "Call of the Night: Canções da Noite", - "El Canto de la Noche " - ], - "genres": ["Comedy", "Psychological", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Vampire", "rank": 97 }, - { "name": "Urban Fantasy", "rank": 95 }, - { "name": "Male Protagonist", "rank": 85 }, - { "name": "Monster Girl", "rank": 82 }, - { "name": "Age Gap", "rank": 81 }, - { "name": "Shounen", "rank": 80 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Female Protagonist", "rank": 78 }, - { "name": "Surreal Comedy", "rank": 78 }, - { "name": "Hikikomori", "rank": 77 }, - { "name": "Coming of Age", "rank": 76 }, - { "name": "Outdoor", "rank": 76 }, - { "name": "Primarily Teen Cast", "rank": 74 }, - { "name": "Monster Boy", "rank": 70 }, - { "name": "Heterosexual", "rank": 68 }, - { "name": "Detective", "rank": 64 }, - { "name": "Gore", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Maids", "rank": 55 }, - { "name": "Philosophy", "rank": 53 }, - { "name": "Gyaru", "rank": 40 }, - { "name": "Yuri", "rank": 20 } - ], - "title": { - "romaji": "Yofukashi no Uta", - "english": "Call of the Night", - "native": "よふかしのうた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 120, - "progressVolumes": 12, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687344086, - "updatedAt": 1706093068, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111233-QU3BW8uqCvcN.jpg" - } - }, - { - "id": 85486, - "idMal": 75989, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "HeroAca", - "ヒロアカ", - "BNHA", - "MHA", - "My Hero Academia- Akademia bohaterów", - "Mitt Helteakademia", - "나의 히어로 아카데미아", - "나히아", - "מיי הירו אקדמיה", - "אקדמיית הגיבורים שלי", - "Kahramanlık Akademim", - "My Hero Academia - Moje hrdinská akademie", - "Моя геройская академия", - "Học Viện Siêu Anh Hùng", - "มายฮีโร่อคาเดเมีย" - ], - "genres": ["Action", "Adventure", "Comedy", "Drama", "Fantasy"], - "tags": [ - { "name": "Superhero", "rank": 97 }, - { "name": "Super Power", "rank": 96 }, - { "name": "Primarily Teen Cast", "rank": 94 }, - { "name": "Shounen", "rank": 93 }, - { "name": "Male Protagonist", "rank": 89 }, - { "name": "Ensemble Cast", "rank": 86 }, - { "name": "School", "rank": 81 }, - { "name": "Terrorism", "rank": 80 }, - { "name": "Coming of Age", "rank": 79 }, - { "name": "Anti-Hero", "rank": 79 }, - { "name": "Crime", "rank": 78 }, - { "name": "Cultivation", "rank": 77 }, - { "name": "War", "rank": 72 }, - { "name": "Primarily Male Cast", "rank": 68 }, - { "name": "Revenge", "rank": 63 }, - { "name": "Tragedy", "rank": 61 }, - { "name": "Gore", "rank": 60 }, - { "name": "Politics", "rank": 58 }, - { "name": "Drugs", "rank": 57 }, - { "name": "Fugitive", "rank": 56 }, - { "name": "Heterosexual", "rank": 54 }, - { "name": "Urban", "rank": 50 }, - { "name": "Guns", "rank": 43 }, - { "name": "Tomboy", "rank": 41 }, - { "name": "Animals", "rank": 40 }, - { "name": "Bisexual", "rank": 40 }, - { "name": "Yakuza", "rank": 36 }, - { "name": "Robots", "rank": 32 }, - { "name": "Memory Manipulation", "rank": 20 }, - { "name": "LGBTQ+ Themes", "rank": 10 } - ], - "title": { - "romaji": "Boku no Hero Academia", - "english": "My Hero Academia", - "native": "僕のヒーローアカデミア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688044498, - "updatedAt": 1698471090, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85486-INqnYx8gL3eX.jpg" - } - }, - { - "id": 167022, - "idMal": 160273, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Drama", "Fantasy"], - "tags": [ - { "name": "Post-Apocalyptic", "rank": 84 }, - { "name": "Gore", "rank": 79 }, - { "name": "Dystopian", "rank": 73 }, - { "name": "Body Horror", "rank": 70 }, - { "name": "Shounen", "rank": 68 }, - { "name": "Urban Fantasy", "rank": 60 }, - { "name": "Shapeshifting", "rank": 60 }, - { "name": "Conspiracy", "rank": 60 }, - { "name": "Male Protagonist", "rank": 52 }, - { "name": "Dissociative Identities", "rank": 50 } - ], - "title": { - "romaji": "Wild Strawberry", - "english": "Wild Strawberry", - "native": "ワイルドストロベリー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689296583, - "updatedAt": 1705052296, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167022-yzLooBlUSqWq.jpg" - } - }, - { - "id": 167794, - "idMal": 161497, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Sci-Fi"], - "tags": [ - { "name": "Robots", "rank": 73 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Revenge", "rank": 60 }, - { "name": "Gore", "rank": 50 }, - { "name": "Conspiracy", "rank": 20 } - ], - "title": { "romaji": "Shoujo Null", "english": "Shojo Null", "native": "少女Null" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691171083, - "updatedAt": 1705756285, - "score": 67, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167794-bAWWtlH7WZ3m.jpg" - } - }, - { - "id": 167609, - "idMal": 161221, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Mermaid", "rank": 73 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Age Gap", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Boku to Umi Kanojo", - "english": "Mikane and The Sea Woman", - "native": "ぼくと海彼女" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691276246, - "updatedAt": 1705316967, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167609-4bkKvxiqaFtR.jpg" - } - }, - { - "id": 150378, - "idMal": 147874, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["โกคุราคุไก สุขาวดีสีเลือด"], - "genres": ["Action", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Shounen", "rank": 96 }, - { "name": "Male Protagonist", "rank": 93 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "Urban Fantasy", "rank": 92 }, - { "name": "Demons", "rank": 79 }, - { "name": "Body Horror", "rank": 79 }, - { "name": "Gangs", "rank": 73 }, - { "name": "Crime", "rank": 73 }, - { "name": "Tragedy", "rank": 70 }, - { "name": "Anthropomorphism", "rank": 20 }, - { "name": "Slavery", "rank": 20 } - ], - "title": { "romaji": "Gokurakugai", "english": "Gokurakugai", "native": "極楽街" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 2, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691496560, - "updatedAt": 1701757544, - "score": 83, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150378-cClKErwmvgsv.jpg" - } - }, - { - "id": 167822, - "idMal": 161759, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["History Mentalist"], - "genres": ["Comedy"], - "tags": [ - { "name": "Shounen", "rank": 20 }, - { "name": "Time Manipulation", "rank": 20 }, - { "name": "Historical", "rank": 20 } - ], - "title": { - "romaji": "Rekishi Mentalist", - "english": "History’s Mentalist", - "native": "歴史メンタリスト" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1692533641, - "updatedAt": 1705317471, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167822-AhwVpFJyG7LC.jpg" - } - }, - { - "id": 169100, - "idMal": 162478, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Fantasy"], - "tags": [ - { "name": "Shounen", "rank": 79 }, - { "name": "Demons", "rank": 70 }, - { "name": "Male Protagonist", "rank": 70 }, - { "name": "Alternate Universe", "rank": 50 }, - { "name": "Urban Fantasy", "rank": 40 } - ], - "title": { "romaji": "Mama Yuuyuu", "english": "MamaYuyu", "native": "魔々勇々" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 17, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694642255, - "updatedAt": 1704498312, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b169100-uvmb2xs4awNy.jpg" - } - }, - { - "id": 167914, - "idMal": 162167, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Tsuruko Returns the Favor"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Age Gap", "rank": 79 }, - { "name": "Maids", "rank": 79 }, - { "name": "Teacher", "rank": 73 }, - { "name": "Shounen", "rank": 53 }, - { "name": "Heterosexual", "rank": 50 } - ], - "title": { - "romaji": "Tsuruko no Ongaeshi", - "english": "Tsuruko Returns the Favor", - "native": "鶴子の恩返し" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694720598, - "updatedAt": 1705152721, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167914-hM8lZYxYwYoe.jpg" - } - }, - { - "id": 166830, - "idMal": 160366, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Supernatural"], - "tags": [ - { "name": "Angels", "rank": 60 }, - { "name": "Demons", "rank": 60 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Religion", "rank": 40 }, - { "name": "Surreal Comedy", "rank": 30 }, - { "name": "Slapstick", "rank": 30 }, - { "name": "Tragedy", "rank": 20 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Urban", "rank": 20 }, - { "name": "School", "rank": 20 } - ], - "title": { - "romaji": "Sachi-roku: Sachi no Mokushiroku", - "english": "Sachi’s Records 〜Sachi’s Book of Revelation〜", - "native": "サチ録~サチの黙示録~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 15, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694725227, - "updatedAt": 1705153058, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b166830-X0ZBVOehnUJU.jpg" - } - }, - { - "id": 169355, - "idMal": 162479, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Drama"], - "tags": [ - { "name": "Swordplay", "rank": 95 }, - { "name": "Urban Fantasy", "rank": 95 }, - { "name": "Revenge", "rank": 93 }, - { "name": "Shounen", "rank": 92 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Magic", "rank": 84 }, - { "name": "Yakuza", "rank": 82 }, - { "name": "Gore", "rank": 80 }, - { "name": "Anti-Hero", "rank": 70 }, - { "name": "Gangs", "rank": 70 }, - { "name": "Mafia", "rank": 70 }, - { "name": "Time Skip", "rank": 41 }, - { "name": "Torture", "rank": 33 } - ], - "title": { "romaji": "Kagurabachi", "english": "Kagurabachi", "native": "カグラバチ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694986891, - "updatedAt": 1704557363, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169355-0MQ2NLOj1mL3.jpg" - } - }, - { - "id": 163157, - "idMal": 157543, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Horror"], - "tags": [ - { "name": "Survival", "rank": 92 }, - { "name": "Clone", "rank": 73 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Body Horror", "rank": 60 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Time Skip", "rank": 46 }, - { "name": "School", "rank": 40 }, - { "name": "Revenge", "rank": 33 }, - { "name": "Battle Royale", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { "romaji": "Shibatarian", "english": "Shibatarian", "native": "シバタリアン" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 21, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695267987, - "updatedAt": 1705152333, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b163157-t7G9ozta08Ni.jpg" - } - }, - { - "id": 169354, - "idMal": 163052, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Sports"], - "tags": [ - { "name": "Ice Skating", "rank": 80 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { "romaji": "Two on Ice", "english": "Two on Ice", "native": "ツーオンアイス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695706427, - "updatedAt": 1705940327, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169354-Uj6NebUoMcrU.jpg" - } - }, - { - "id": 168037, - "idMal": 163434, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Mahou Shoujo"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Henshin", "rank": 66 }, - { "name": "Magic", "rank": 60 }, - { "name": "Cyborg", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Urban", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Tai Sekaiyou Mahou Shoujo Tsubame", - "english": "Magical Girl Tsubame: I Will (Not) Save The World!", - "native": "対世界用魔法少女つばめ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697243177, - "updatedAt": 1705783197, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b168037-AlPfb1cq4Rgw.jpg" - } - }, - { - "id": 169922, - "idMal": 163630, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Body Swapping", "rank": 90 }, - { "name": "College", "rank": 83 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 76 }, - { "name": "Heterosexual", "rank": 70 }, - { "name": "Shounen", "rank": 40 } - ], - "title": { - "romaji": "Kuso Onna ni Sachi Are", - "english": "Hope You're Happy, Lemon", - "native": "クソ女に幸あれ " - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697350383, - "updatedAt": 1705798808, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169922-kd2WNbRBJqWA.jpg" - } - }, - { - "id": 169719, - "idMal": 163203, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Sports"], - "tags": [ - { "name": "Rugby", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "School Club", "rank": 20 } - ], - "title": { "romaji": "Saikyou no Uta", "english": "Rugby Rumble", "native": "最強の詩" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 14, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698373819, - "updatedAt": 1705781726, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b169719-Vk89ieylYhf4.jpg" - } - }, - { - "id": 170141, - "idMal": 163688, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Fantasy", "Supernatural"], - "tags": [ - { "name": "Witch", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Urban Fantasy", "rank": 60 }, - { "name": "Crime", "rank": 60 }, - { "name": "Kuudere", "rank": 40 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Foreign", "rank": 20 } - ], - "title": { - "romaji": "Majo no Shikkounin", - "english": "Witch Enforcer", - "native": "魔女の執行人" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1698469437, - "updatedAt": 1705780785, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b170141-xP00YnKl2cP6.png" - } - }, - { - "id": 165668, - "idMal": 160828, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Sports"], - "tags": [ - { "name": "School Club", "rank": 79 }, - { "name": "Seinen", "rank": 73 }, - { "name": "Ice Skating", "rank": 70 }, - { "name": "Primarily Teen Cast", "rank": 70 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Twins", "rank": 40 }, - { "name": "Male Protagonist", "rank": 40 } - ], - "title": { "romaji": "DOGSRED", "english": "Dogsred", "native": "ドッグスレッド" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 17, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1699643337, - "updatedAt": 1705555191, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165668-7n7X9Aj1quDx.jpg" - } - }, - { - "id": 170958, - "idMal": 164644, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Shounen", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Coming of Age", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 } - ], - "title": { "romaji": "Natsu no Shuuten", "english": "At Summer’s End", "native": "夏の終点" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 8, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1700634432, - "updatedAt": 1705472040, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170958-r1rq9G5kVjpN.jpg" - } - }, - { - "id": 171004, - "idMal": 164790, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Sports"], - "tags": [ - { "name": "Golf", "rank": 60 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 } - ], - "title": { - "romaji": "Green Green Greens", - "english": "Green Green Greens", - "native": "グリーングリーングリーンズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701235352, - "updatedAt": 1705940033, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b171004-AhskbBVc3NXO.jpg" - } - }, - { - "id": 120734, - "idMal": 128150, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Supernatural"], - "tags": [ - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Ghost", "rank": 79 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Male Harem", "rank": 75 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "Acting", "rank": 26 } - ], - "title": { - "romaji": "Ghost Girl", - "english": "Ghost Reaper Girl", - "native": "ゴースト ガール" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 2, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701501475, - "updatedAt": 1701516292, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx120734-A33MUgX0ujWU.jpg" - } - }, - { - "id": 173343, - "idMal": 166080, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Futsu no Keionbu"], - "genres": ["Music", "Slice of Life"], - "tags": [ - { "name": "Band", "rank": 79 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "School", "rank": 20 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Futsuu no Keionbu", - "english": "Girl meets Rock!", - "native": "ふつうの軽音部" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705309569, - "updatedAt": 1705798415, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2024 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b173343-jWlXZ8BGvonr.jpg" - } - }, - { - "id": 109608, - "idMal": 118668, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["คู่หูต่างขั้วกับภารกิจกำจัดผี"], - "genres": ["Adventure", "Horror", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 88 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Necromancy", "rank": 79 }, - { "name": "Gore", "rank": 72 }, - { "name": "Urban Fantasy", "rank": 72 }, - { "name": "Gods", "rank": 70 }, - { "name": "Female Protagonist", "rank": 68 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Body Horror", "rank": 65 }, - { "name": "Yandere", "rank": 60 }, - { "name": "Revenge", "rank": 60 }, - { "name": "Rehabilitation", "rank": 60 }, - { "name": "Suicide", "rank": 50 } - ], - "title": { - "romaji": "Dark Gathering", - "english": "Dark Gathering", - "native": "ダークギャザリング" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 28, - "progressVolumes": 7, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1685661851, - "updatedAt": 1705592783, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109608-djHaTTP69uWV.jpg" - } - }, - { - "id": 155228, - "idMal": 152254, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Chieri no Koi wa 8 Meters", "Chieri's Love Is 8 Meters"], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "School", "rank": 70 }, - { "name": "Male Protagonist", "rank": 65 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 }, - { "name": "Shounen", "rank": 40 }, - { "name": "Monster Girl", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Chieri no Koi wa 8 Meter", - "english": null, - "native": "ちえりの恋は8メートル" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 41, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1687994298, - "updatedAt": 1705224539, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155228-fAuvgxGW3Fqq.jpg" - } - }, - { - "id": 163754, - "idMal": 157874, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Love Agency"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Seinen", "rank": 77 }, - { "name": "Heterosexual", "rank": 73 }, - { "name": "Female Protagonist", "rank": 71 }, - { "name": "Ojou-sama", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Hikikomori", "rank": 40 }, - { "name": "Parody", "rank": 40 }, - { "name": "Satire", "rank": 40 } - ], - "title": { "romaji": "Renai Daikou", "english": null, "native": "恋愛代行" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 25, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688102480, - "updatedAt": 1705887727, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163754-eVp3Nal8rAjZ.png" - } - }, - { - "id": 147863, - "idMal": 149973, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "There's also a Hole in the Student Council", - "Les allumés du conseil !", - "학생회에도 구멍은 있다!" - ], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "School Club", "rank": 66 }, - { "name": "Primarily Female Cast", "rank": 66 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "4-koma", "rank": 65 }, - { "name": "Nudity", "rank": 50 }, - { "name": "Ensemble Cast", "rank": 46 }, - { "name": "Slapstick", "rank": 20 } - ], - "title": { - "romaji": "Seitokai ni mo Ana wa Aru!", - "english": null, - "native": "生徒会にも穴はある!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 7, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1688711341, - "updatedAt": 1705557756, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147863-rFKeAjxaAGBo.jpg" - } - }, - { - "id": 99943, - "idMal": 108407, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "여친 빌리겠습니다", - "女朋友、借我一下", - "Kanokari", - "Dziewczyna do wynajęcia", - "Namorada de Aluguel ", - "สะดุดรักยัยแฟนเช่า", - "Rental Girlfriend" - ], - "genres": ["Comedy", "Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Male Protagonist", "rank": 88 }, - { "name": "Love Triangle", "rank": 87 }, - { "name": "Gambling", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 78 }, - { "name": "Shounen", "rank": 78 }, - { "name": "Female Harem", "rank": 76 }, - { "name": "Work", "rank": 75 }, - { "name": "Tsundere", "rank": 73 }, - { "name": "Acting", "rank": 72 }, - { "name": "Heterosexual", "rank": 72 }, - { "name": "Primarily Adult Cast", "rank": 62 }, - { "name": "Agriculture", "rank": 60 }, - { "name": "College", "rank": 58 }, - { "name": "Coming of Age", "rank": 48 }, - { "name": "School", "rank": 47 }, - { "name": "Meta", "rank": 47 }, - { "name": "Slapstick", "rank": 40 } - ], - "title": { - "romaji": "Kanojo, Okarishimasu", - "english": "Rent-A-Girlfriend", - "native": "彼女、お借りします" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 10, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689167342, - "updatedAt": 1700778581, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx99943-0tJ6oNhn3xet.png" - } - }, - { - "id": 163400, - "idMal": 159093, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Music", "Slice of Life"], - "tags": [ - { "name": "Band", "rank": 84 }, - { "name": "Primarily Female Cast", "rank": 84 }, - { "name": "Cute Girls Doing Cute Things", "rank": 79 }, - { "name": "Female Protagonist", "rank": 76 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 53 }, - { "name": "Episodic", "rank": 50 } - ], - "title": { - "romaji": "Bocchi the Rock! Gaiden: Hiroi Kikuri no Fukazake Nikki", - "english": null, - "native": "ぼっち・ざ・ろっく!外伝 廣井きくりの深酒日記" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 12, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1689931426, - "updatedAt": 1704023542, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163400-Z4B7OpnZ4gIb.png" - } - }, - { - "id": 105641, - "idMal": 117332, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Sukinako ga Megane wo Wasureta", - "Sukimega", - "สาวลืมแว่นแสนวุ่นละมุนรัก", - "Cô bạn tôi thầm thích lại quên mang kính rồi" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 96 }, - { "name": "Iyashikei", "rank": 84 }, - { "name": "School", "rank": 81 }, - { "name": "Disability", "rank": 80 }, - { "name": "Male Protagonist", "rank": 74 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 56 }, - { "name": "Coming of Age", "rank": 45 } - ], - "title": { - "romaji": "Suki na Ko ga Megane wo Wasureta", - "english": "The Girl I Like Forgot Her Glasses", - "native": "好きな子がめがねを忘れた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 107, - "progressVolumes": 9, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1691572059, - "updatedAt": 1706000480, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105641-17QzwtypyRxU.jpg" - } - }, - { - "id": 101583, - "idMal": 112268, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Sono Kisekae Ningyou wa Koi wo suru", - "Sexy Cosplay Doll", - "More Than a Doll", - "Projekt: Cosplay", - "หนุ่มเย็บผ้ากับสาวนักคอสเพลย์", - "更衣人偶坠入爱河", - "Minha Adorável Cosplayer", - "Ця порцелянова лялечка закохалася", - "戀上換裝娃娃 ", - "Láska ve střihu cosplaye" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Cosplay", "rank": 96 }, - { "name": "Otaku Culture", "rank": 93 }, - { "name": "Fashion", "rank": 88 }, - { "name": "Female Protagonist", "rank": 87 }, - { "name": "Male Protagonist", "rank": 82 }, - { "name": "Gyaru", "rank": 80 }, - { "name": "Makeup", "rank": 77 }, - { "name": "Heterosexual", "rank": 76 }, - { "name": "Primarily Teen Cast", "rank": 76 }, - { "name": "Seinen", "rank": 74 }, - { "name": "Photography", "rank": 71 }, - { "name": "Educational", "rank": 67 }, - { "name": "Crossdressing", "rank": 56 }, - { "name": "School", "rank": 52 }, - { "name": "Drawing", "rank": 34 } - ], - "title": { - "romaji": "Sono Bisque Doll wa Koi wo Suru", - "english": "My Dress-Up Darling", - "native": "その着せ替え人形は恋をする" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1693810968, - "updatedAt": 1700721150, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101583-LsEOUNrjOpez.jpg" - } - }, - { - "id": 140860, - "idMal": 153635, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 } - ], - "title": { "romaji": "Haruka Reset", "english": null, "native": "はるかリセット" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 33, - "progressVolumes": 4, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695555652, - "updatedAt": 1705940912, - "score": 82, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140860-tDhjq8nDyvwJ.jpg" - } - }, - { - "id": 169691, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["犬がヒトになる話", "My Dog Becomes a Human"], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Josei", "rank": 79 }, - { "name": "Anthropomorphism", "rank": 55 }, - { "name": "Animals", "rank": 33 }, - { "name": "Ensemble Cast", "rank": 20 }, - { "name": "Cute Boys Doing Cute Things", "rank": 20 } - ], - "title": { - "romaji": "Ponta ga Hito ni Narimashite", - "english": null, - "native": "ポン太がヒトになりまして" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1695977434, - "updatedAt": 1704886011, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169691-nKVcEMJBke6d.jpg" - } - }, - { - "id": 106315, - "idMal": 119440, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["大小姐和看门犬", "아가씨와 충견군", "องครักษ์พิทักษ์หวานใจ"], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Yakuza", "rank": 96 }, - { "name": "Shoujo", "rank": 86 }, - { "name": "Age Gap", "rank": 82 }, - { "name": "Gangs", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "School", "rank": 40 }, - { "name": "Primarily Adult Cast", "rank": 40 }, - { "name": "Guns", "rank": 30 }, - { "name": "Volleyball", "rank": 20 }, - { "name": "Assassins", "rank": 20 } - ], - "title": { - "romaji": "Ojou to Banken-kun", - "english": "A Girl & Her Guard Dog", - "native": "お嬢と番犬くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 22, - "progressVolumes": 4, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696013015, - "updatedAt": 1704116312, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106315-meaCqUVF8nGm.png" - } - }, - { - "id": 109779, - "idMal": 124053, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Witch", "rank": 88 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Found Family", "rank": 79 }, - { "name": "Magic", "rank": 70 }, - { "name": "Family Life", "rank": 70 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 55 }, - { "name": "Yuri", "rank": 44 }, - { "name": "4-koma", "rank": 20 } - ], - "title": { - "romaji": "Dekoboko Majo no Oyako Jijou", - "english": null, - "native": "でこぼこ魔女の親子事情" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 26, - "progressVolumes": 3, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696230839, - "updatedAt": 1705592801, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109779-Ax7tMx5uFfKQ.jpg" - } - }, - { - "id": 140427, - "idMal": 141226, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Even a Cat's Paw Can Be Useful "], - "genres": ["Comedy", "Romance", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Nekomimi", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Shapeshifting", "rank": 20 }, - { "name": "4-koma", "rank": 20 }, - { "name": "Full Color", "rank": 20 } - ], - "title": { - "romaji": "Neko no Te datte Yaku ni Tatsu", - "english": null, - "native": "猫の手だって役に立つ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 85, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1696366768, - "updatedAt": 1706187443, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140427-6S5opSqcM3dK.jpg" - } - }, - { - "id": 163028, - "idMal": 159995, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["100 Years Recommendation"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Idol", "rank": 60 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Gyaru", "rank": 20 }, - { "name": "Photography", "rank": 20 }, - { "name": "Work", "rank": 20 } - ], - "title": { "romaji": "100-nen no Oshi", "english": null, "native": "100年の推し" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 13, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697407415, - "updatedAt": 1705194809, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163028-Fgs5m9OEkXUY.jpg" - } - }, - { - "id": 121501, - "idMal": 127231, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Stardust Telepath"], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 91 }, - { "name": "Aliens", "rank": 90 }, - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Cute Girls Doing Cute Things", "rank": 82 }, - { "name": "4-koma", "rank": 80 }, - { "name": "Educational", "rank": 79 }, - { "name": "Yuri", "rank": 73 }, - { "name": "School Club", "rank": 70 }, - { "name": "Seinen", "rank": 66 }, - { "name": "Coming of Age", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 60 }, - { "name": "School", "rank": 40 } - ], - "title": { "romaji": "Hoshikuzu Telepath", "english": null, "native": "星屑テレパス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 20, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697524369, - "updatedAt": 1705592807, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx121501-wsBh10j2CHwJ.jpg" - } - }, - { - "id": 154856, - "idMal": 162865, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Mikudashi Ibari Wants to Look Down on Him"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Seinen", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Gyaru", "rank": 60 } - ], - "title": { - "romaji": "Mikudashi Ibari wa Mikudashitai", - "english": null, - "native": "見下いばりは見下したい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 16, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697575376, - "updatedAt": 1703872008, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154856-Qt2JGsEdk5jv.jpg" - } - }, - { - "id": 169904, - "idMal": 163356, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Tsumiki Ogami & the Strange Everyday Life."], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "School", "rank": 66 }, - { "name": "Monster Girl", "rank": 60 }, - { "name": "Anthropomorphism", "rank": 60 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Ogami Tsumiki to Kinichijou.", - "english": null, - "native": "尾守つみきと奇日常。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 11, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697744585, - "updatedAt": 1705736691, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169904-IMmLfUt57Sgf.jpg" - } - }, - { - "id": 170850, - "idMal": 164001, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Gyaru", "rank": 20 }, - { "name": "Otaku Culture", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "4-koma", "rank": 20 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Uchida-san wa Zettai ni Gyaru ja Nai!", - "english": null, - "native": "内田さんは絶対にギャルじゃない!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1703307991, - "updatedAt": 1705903127, - "score": 78, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170850-QMEU41zry5EK.jpg" - } - }, - { - "id": 171289, - "idMal": 165142, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Company and Private Life -On and Off-"], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Crossdressing", "rank": 66 }, - { "name": "Work", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 60 } - ], - "title": { - "romaji": "Kaisha to Shiseikatsu: On to Off", - "english": null, - "native": "会社と私生活-オンとオフ-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705405503, - "updatedAt": 1705808795, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171289-Km1MAMrFmiax.jpg" - } - }, - { - "id": 173062, - "idMal": 165876, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Journey Home After School"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [{ "name": "School", "rank": 20 }, { "name": "Heterosexual", "rank": 20 }], - "title": { "romaji": "Houkago Kitaku Biyori", "english": null, "native": "放課後帰宅びより" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705458483, - "updatedAt": 1705736906, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx173062-PH1Lix703MdU.jpg" - } - }, - { - "id": 138380, - "idMal": 144152, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Gal Can't Be Kind to Otaku!?"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Gyaru", "rank": 73 }, - { "name": "Otaku Culture", "rank": 73 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "School", "rank": 20 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Love Triangle", "rank": 20 } - ], - "title": { - "romaji": "Otaku ni Yasashii Gal wa Inai!?", - "english": null, - "native": "オタクに優しいギャルはいない!?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1705593428, - "updatedAt": 1705593428, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138380-7h0RN7XRiwxg.jpg" - } - }, - { - "id": 171704, - "idMal": 164473, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Slice of Life"], - "tags": [ - { "name": "Food", "rank": 50 }, - { "name": "Gyaru", "rank": 50 }, - { "name": "Seinen", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 } - ], - "title": { "romaji": "Renge to Naruto!", "english": null, "native": "れんげとなると!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 6, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1706000801, - "updatedAt": 1706011117, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171704-S0SmG4lCEcF5.jpg" - } - }, - { - "id": 105004, - "idMal": 116793, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Ms. meguro is not the first time xxx.", "It's Not Meguro-san's First Time"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Female Protagonist", "rank": 90 }, - { "name": "Male Protagonist", "rank": 73 }, - { "name": "Rehabilitation", "rank": 72 }, - { "name": "Seinen", "rank": 56 }, - { "name": "Coming of Age", "rank": 55 }, - { "name": "School", "rank": 46 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Asexual", "rank": 20 } - ], - "title": { - "romaji": "Meguro-san wa Hajimete Janai", - "english": null, - "native": "目黒さんは初めてじゃない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1706173429, - "updatedAt": 1706174085, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105004-wHILZQgi5JUN.jpg" - } - }, - { - "id": 157753, - "idMal": 156661, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Comedy", "Fantasy"], - "tags": [ - { "name": "Seinen", "rank": 20 }, - { "name": "Surreal Comedy", "rank": 20 }, - { "name": "Isekai", "rank": 20 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Incest", "rank": 20 } - ], - "title": { - "romaji": "Kaminaki Sekai no Onee-chan Katsudou", - "english": null, - "native": "神無き世界のおねーちゃん活動" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1686289779, - "updatedAt": 1705472644, - "score": 69, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157753-R4qVaJ0M3i4B.jpg" - } - }, - { - "id": 85527, - "idMal": 74041, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], - "tags": [ - { "name": "Full Color", "rank": 79 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Anthology", "rank": 20 } - ], - "title": { "romaji": "Nonscale", "english": "Nonscale", "native": "NONSCALE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 3, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1703753143, - "updatedAt": 1704231371, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2012 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85527-G4W1nwtvoe3p.png" - } - }, - { - "id": 93346, - "idMal": 83041, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 21, - "format": "MANGA", - "duration": null, - "synonyms": ["Kojutsu"], - "genres": ["Comedy", "Ecchi"], - "tags": [{ "name": "Seinen", "rank": 60 }, { "name": "Female Harem", "rank": 20 }], - "title": { "romaji": "Quojuz", "english": null, "native": "QUOJUZ (コジューツ)" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686537901, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2006 }, - "endDate": { "year": 2006 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/93346-7GiUlDuGk0wm.jpg" - } - }, - { - "id": 91360, - "idMal": 71257, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 8, - "format": "MANGA", - "duration": null, - "synonyms": ["Wancoin", "WankoIn"], - "genres": ["Hentai"], - "tags": [], - "title": { "romaji": "Wanko-In", "english": "Puppy Lust", "native": "わんこ淫" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686833867, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/91360-5SENhHRfb9uc.jpg" - } - }, - { - "id": 54206, - "idMal": 24206, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [], - "title": { "romaji": "Daisuki Daisuki", "english": null, "native": "ダイスキ・ダイスキ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1686837310, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2010 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/24206.jpg" - } - }, - { - "id": 93821, - "idMal": 85992, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Nibanme no Otoko", - "Midareru", - "Love Letter", - "Kisei Mind", - "Nora", - "Beige", - "Ashita no Joou", - "Mijikai Owakare" - ], - "genres": ["Ecchi", "Romance"], - "tags": [{ "name": "Seinen", "rank": 20 }], - "title": { "romaji": "Fukushuu no You ni", "english": "Tit for Tat", "native": "復讐のように" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687652746, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2002 }, - "endDate": { "year": 2002 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx93821-u8pdChlJPkcP.jpg" - } - }, - { - "id": 140930, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 5, - "format": "MANGA", - "duration": null, - "synonyms": ["Escape", "エスケープ"], - "genres": ["Drama"], - "tags": [{ "name": "Josei", "rank": 60 }], - "title": { "romaji": "NORA", "english": null, "native": "NORA" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687652754, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b140930-n4kA8GNFk01l.jpg" - } - }, - { - "id": 101942, - "idMal": 111745, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Grand Devil's Cave of Heaven", - "The Heaven Delusion", - "Heavenly Delusion: Tengoku Daimakyo", - "O Paraíso Ilusório", - "A Journey beyond Heaven", - "Heavenly Delusion – Das verlorene Paradies" - ], - "genres": ["Adventure", "Drama", "Mystery"], - "tags": [ - { "name": "Post-Apocalyptic", "rank": 98 }, - { "name": "Tragedy", "rank": 93 }, - { "name": "Seinen", "rank": 92 }, - { "name": "Male Protagonist", "rank": 91 }, - { "name": "Survival", "rank": 89 }, - { "name": "Dystopian", "rank": 87 }, - { "name": "Female Protagonist", "rank": 83 }, - { "name": "Achronological Order", "rank": 83 }, - { "name": "Body Swapping", "rank": 78 }, - { "name": "Gender Bending", "rank": 76 }, - { "name": "Conspiracy", "rank": 71 }, - { "name": "Super Power", "rank": 68 }, - { "name": "Boys' Love", "rank": 66 }, - { "name": "Heterosexual", "rank": 65 }, - { "name": "Artificial Intelligence", "rank": 57 }, - { "name": "Nudity", "rank": 56 }, - { "name": "Bisexual", "rank": 55 }, - { "name": "Amnesia", "rank": 52 }, - { "name": "Rape", "rank": 49 }, - { "name": "Transgender", "rank": 46 }, - { "name": "Yuri", "rank": 24 } - ], - "title": { - "romaji": "Tengoku Daimakyou", - "english": "Heavenly Delusion", - "native": "天国大魔境" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687657700, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101942-yjslDpT6XcpK.jpg" - } - }, - { - "id": 59699, - "idMal": 29699, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 21, - "format": "NOVEL", - "duration": null, - "synonyms": ["อนาเธอร์"], - "genres": ["Horror", "Mystery", "Supernatural", "Thriller"], - "tags": [ - { "name": "Memory Manipulation", "rank": 92 }, - { "name": "Tragedy", "rank": 85 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Rural", "rank": 79 }, - { "name": "School", "rank": 75 }, - { "name": "Seinen", "rank": 75 }, - { "name": "Gore", "rank": 73 } - ], - "title": { "romaji": "Another", "english": "Another", "native": "アナザー" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687691235, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx59699-PaLgEovLey99.jpg" - } - }, - { - "id": 122344, - "idMal": 130893, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "転天", - "轉生公主與天才千金的魔法革命", - "การปฏิวัติเวทมนตร์ขององค์หญิงเกิดใหม่กับยัยคุณหนูยอดอัจฉริยะ" - ], - "genres": ["Action", "Drama", "Fantasy", "Romance"], - "tags": [ - { "name": "Magic", "rank": 93 }, - { "name": "Female Protagonist", "rank": 88 }, - { "name": "Yuri", "rank": 84 }, - { "name": "Primarily Female Cast", "rank": 73 }, - { "name": "Isekai", "rank": 66 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Vampire", "rank": 60 }, - { "name": "Reincarnation", "rank": 50 }, - { "name": "Dragons", "rank": 20 } - ], - "title": { - "romaji": "Tensei Oujo to Tensai Reijou no Mahou Kakumei", - "english": "The Magical Revolution of the Reincarnated Princess and the Genius Young Lady", - "native": "転生王女と天才令嬢の魔法革命" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687843900, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122344-NUecmoX09FTw.jpg" - } - }, - { - "id": 92177, - "idMal": 75333, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 3, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Fantasy", "Mystery", "Sci-Fi"], - "tags": [ - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Tragedy", "rank": 79 }, - { "name": "Alternate Universe", "rank": 79 }, - { "name": "Philosophy", "rank": 79 }, - { "name": "Robots", "rank": 79 }, - { "name": "Super Power", "rank": 79 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "Yuri", "rank": 72 }, - { "name": "Primarily Child Cast", "rank": 70 }, - { "name": "Achronological Order", "rank": 60 }, - { "name": "School", "rank": 20 }, - { "name": "Bisexual", "rank": 20 }, - { "name": "Age Regression", "rank": 20 }, - { "name": "Gore", "rank": 20 }, - { "name": "Magic", "rank": 10 } - ], - "title": { - "romaji": "Murasakiiro no Qualia", - "english": "Qualia the Purple", - "native": "紫色のクオリア" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688549976, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx92177-thwC37JCTpK1.jpg" - } - }, - { - "id": 48162, - "idMal": 18162, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "NOVEL", - "duration": null, - "synonyms": ["Zerozaki Soushiki's Human Exam", "Ningen Series"], - "genres": ["Action", "Comedy", "Psychological"], - "tags": [ - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Achronological Order", "rank": 66 }, - { "name": "Philosophy", "rank": 60 }, - { "name": "Assassins", "rank": 50 }, - { "name": "Tragedy", "rank": 40 }, - { "name": "Female Protagonist", "rank": 33 }, - { "name": "Dissociative Identities", "rank": 20 } - ], - "title": { - "romaji": "Zerozaki Soushiki no Ningen Shiken", - "english": null, - "native": "零崎双識の人間試験" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688626684, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2004 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx48162-jqSunYL1AZm2.png" - } - }, - { - "id": 81261, - "idMal": 51261, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 29, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Slice of Life", "Supernatural"], - "tags": [{ "name": "School", "rank": 50 }, { "name": "Shounen", "rank": 50 }], - "title": { "romaji": "Pupipo!", "english": null, "native": "プピポー!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701577, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2007 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/51261.jpg" - } - }, - { - "id": 105097, - "idMal": 116790, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Girl That Can See It", - "The Girl Who Sees \"Them\"", - "Can-See-Ghosts-chan", - "Child That Can See It", - "Li'l Miss Can-See-Ghosts", - "Mieruko-chan: Slice of Horror", - "看得见的女孩", - "มิเอรุโกะจัง ใครว่าหนูเห็นผี", - "Mieruko-chan. Dziewczyna, która widzi więcej" - ], - "genres": ["Comedy", "Horror", "Slice of Life", "Supernatural"], - "tags": [ - { "name": "Ghost", "rank": 95 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Body Horror", "rank": 81 }, - { "name": "Seinen", "rank": 72 }, - { "name": "Youkai", "rank": 72 }, - { "name": "Gods", "rank": 70 }, - { "name": "Episodic", "rank": 58 }, - { "name": "Primarily Female Cast", "rank": 55 }, - { "name": "Urban Fantasy", "rank": 50 }, - { "name": "Philosophy", "rank": 44 }, - { "name": "School", "rank": 40 }, - { "name": "Yandere", "rank": 35 } - ], - "title": { "romaji": "Mieruko-chan", "english": "Mieruko-chan", "native": "見える子ちゃん" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701594, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105097-nMpc8bjBeuXE.jpg" - } - }, - { - "id": 33399, - "idMal": 3399, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance", "Supernatural"], - "tags": [{ "name": "School", "rank": 50 }, { "name": "Seinen", "rank": 50 }], - "title": { "romaji": "Potemayo", "english": null, "native": "ぽてまよ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701608, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/3399.jpg" - } - }, - { - "id": 37661, - "idMal": 7661, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Ebichu Minds the House"], - "genres": ["Comedy"], - "tags": [{ "name": "Animals", "rank": 79 }, { "name": "Office Lady", "rank": 20 }], - "title": { - "romaji": "Oruchuban Ebichu", - "english": "Ebichu Minds the House", - "native": "おるちゅばんエビちゅ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701629, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 1990 }, - "endDate": { "year": 2007 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx37661-CAa9TU65EYo9.png" - } - }, - { - "id": 103193, - "idMal": 119286, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": ["Hedgehog in the King's House", "Hedgehog Kuremi in the King's House"], - "genres": ["Comedy", "Fantasy", "Slice of Life"], - "tags": [ - { "name": "Animals", "rank": 85 }, - { "name": "4-koma", "rank": 66 }, - { "name": "Urban Fantasy", "rank": 60 }, - { "name": "Found Family", "rank": 20 }, - { "name": "Foreign", "rank": 20 } - ], - "title": { - "romaji": "Haritoge Kuremi to Ou no Ie", - "english": null, - "native": "針棘クレミーと王の家" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701694, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103193-xXofCTZkpBEM.jpg" - } - }, - { - "id": 113111, - "idMal": 122647, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 55, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Supernatural"], - "tags": [{ "name": "Animals", "rank": 20 }], - "title": { - "romaji": "Hachuurui-chan wa Natsukanai", - "english": null, - "native": "爬虫類ちゃんは懐かない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701722, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113111-Hvv9NQ5IwDOd.jpg" - } - }, - { - "id": 83547, - "idMal": 53547, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 14, - "format": "MANGA", - "duration": null, - "synonyms": ["Meina with Owl", "Meina's Owl"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Shoujo", "rank": 50 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Animals", "rank": 20 } - ], - "title": { "romaji": "Meina no Fukurou", "english": null, "native": "めいなのフクロウ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701746, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2012 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/53547.jpg" - } - }, - { - "id": 97272, - "idMal": 98702, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Slice of Life"], - "tags": [ - { "name": "Animals", "rank": 80 }, - { "name": "Seinen", "rank": 60 }, - { "name": "Work", "rank": 60 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Primarily Adult Cast", "rank": 20 } - ], - "title": { - "romaji": "Himitsu no Reptiles", - "english": "Reptile Secrets", - "native": "秘密のレプタイルズ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688701767, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx97272-iPJsYmEnH9MX.jpg" - } - }, - { - "id": 156563, - "idMal": 152199, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Netori", "rank": 85 }, - { "name": "School", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { "romaji": "Aitsu no Kanojo", "english": null, "native": "アイツノカノジョ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688704124, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156563-S1ieRf7HJiaX.png" - } - }, - { - "id": 150131, - "idMal": 147461, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 30, - "format": "MANGA", - "duration": null, - "synonyms": ["What Do You Call This Trash", "Как ты называешь этот мусор?"], - "genres": ["Comedy", "Psychological", "Romance"], - "tags": [ - { "name": "Yandere", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Suicide", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Kono Gomi wo Nanto Yobu", - "english": null, - "native": "このゴミをなんとよぶ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688704608, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150131-ydjyeiIURAbZ.jpg" - } - }, - { - "id": 105125, - "idMal": 117227, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Arakure Ojou-sama wa Monmon Shiteiru", "A Rough Lady is Being Deceived"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Ojou-sama", "rank": 92 }, - { "name": "Seinen", "rank": 80 }, - { "name": "Tsundere", "rank": 79 }, - { "name": "Kuudere", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Coming of Age", "rank": 75 }, - { "name": "School", "rank": 68 }, - { "name": "Female Protagonist", "rank": 65 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "School Club", "rank": 60 } - ], - "title": { - "romaji": "Arakure Ojousama wa Monmon Shiteiru", - "english": null, - "native": "あらくれお嬢様はもんもんしている" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688705571, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105125-d7a8y7CFJ6E8.jpg" - } - }, - { - "id": 134717, - "idMal": 148543, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["He was my brother"], - "genres": ["Horror", "Romance", "Supernatural"], - "tags": [ - { "name": "Love Triangle", "rank": 79 }, - { "name": "LGBTQ+ Themes", "rank": 79 }, - { "name": "Ghost", "rank": 73 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "Boys' Love", "rank": 40 }, - { "name": "Bisexual", "rank": 30 }, - { "name": "Tragedy", "rank": 20 } - ], - "title": { - "romaji": "Ani datta Mono", - "english": "He Was My Brother", - "native": "兄だったモノ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688706194, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134717-ZXxe1SZFzDcT.jpg" - } - }, - { - "id": 143031, - "idMal": 143031, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Want to End the Game That I Love"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 82 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Tsundere", "rank": 76 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Male Protagonist", "rank": 50 }, - { "name": "School", "rank": 45 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Coming of Age", "rank": 20 }, - { "name": "Video Games", "rank": 20 } - ], - "title": { - "romaji": "Aishiteru Game wo Owarasetai", - "english": "I Want to End This Love Game", - "native": "愛してるゲームを終わらせたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688706216, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143031-TP062dcP0V8C.jpg" - } - }, - { - "id": 118730, - "idMal": 122936, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Brutal: Confessions of a Homicide Investigator", - "Brutal: คำสารภาพของตำรวจฆาตกร", - "Brutal: confesiones de un detective de homicidios" - ], - "genres": ["Drama", "Mystery", "Psychological"], - "tags": [ - { "name": "Crime", "rank": 98 }, - { "name": "Detective", "rank": 89 }, - { "name": "Anti-Hero", "rank": 89 }, - { "name": "Sadism", "rank": 88 }, - { "name": "Gore", "rank": 81 }, - { "name": "Torture", "rank": 79 }, - { "name": "Male Protagonist", "rank": 76 }, - { "name": "Josei", "rank": 66 }, - { "name": "Episodic", "rank": 60 }, - { "name": "Nudity", "rank": 56 }, - { "name": "Rape", "rank": 56 } - ], - "title": { - "romaji": "Brutal: Satsujin Keisatsukan no Kokuhaku", - "english": "Brutal", - "native": "ブルータル 殺人警察官の告白" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688706474, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118730-XVZuKvPhgDab.jpg" - } - }, - { - "id": 119236, - "idMal": 85331, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 7, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [], - "title": { - "romaji": "\"Kanchigai Shinaide yo ne! Anta no Koto nanka Daisuki Nanda kara!\" Noroi de Honne shika Ienaku Natta Tsundere Ojousama", - "english": null, - "native": "「勘違いしないでよね!アンタの事なんか大好きなんだから!」呪いで本音しか言えなくなったツンデレお嬢様" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711192, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119236-Acu8LaC4Qo4F.png" - } - }, - { - "id": 154642, - "idMal": 152126, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["O Guarda-Costas De Honeko Akabane"], - "genres": ["Action", "Comedy", "Romance"], - "tags": [ - { "name": "Yakuza", "rank": 76 }, - { "name": "Shounen", "rank": 75 }, - { "name": "School", "rank": 68 }, - { "name": "Assassins", "rank": 53 }, - { "name": "Tsundere", "rank": 33 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Delinquents", "rank": 20 } - ], - "title": { - "romaji": "Akabane Honeko no Bodyguard", - "english": "Honeko Akabane’s Bodyguards", - "native": "赤羽骨子のボディガード" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711220, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154642-jdFwM3mN0O8P.jpg" - } - }, - { - "id": 153101, - "idMal": 152717, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["I Want to Do Bad Things with You"], - "genres": ["Psychological", "Romance"], - "tags": [ - { "name": "Anti-Hero", "rank": 79 }, - { "name": "Disability", "rank": 79 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Bullying", "rank": 60 }, - { "name": "School", "rank": 50 }, - { "name": "Female Protagonist", "rank": 40 }, - { "name": "Male Protagonist", "rank": 30 }, - { "name": "Shounen", "rank": 20 }, - { "name": "Chuunibyou", "rank": 20 } - ], - "title": { - "romaji": "Kimi to Warui Koto ga Shitai", - "english": "I Wanna Do Bad Things with You", - "native": "君と悪いことがしたい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711251, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b153101-xh3mWb5j4Y8W.jpg" - } - }, - { - "id": 117620, - "idMal": 128365, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 32, - "format": "MANGA", - "duration": null, - "synonyms": ["KimiTsuzu", "きみつづ", "ร้อยเรียงรักไปกับเธอ", "Notre été éphémère"], - "genres": ["Romance"], - "tags": [ - { "name": "Tragedy", "rank": 98 }, - { "name": "Yuri", "rank": 93 }, - { "name": "Writing", "rank": 87 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Disability", "rank": 80 }, - { "name": "Rehabilitation", "rank": 80 }, - { "name": "Bullying", "rank": 78 }, - { "name": "Primarily Female Cast", "rank": 72 }, - { "name": "School", "rank": 68 }, - { "name": "Primarily Teen Cast", "rank": 26 } - ], - "title": { - "romaji": "Kimi to Tsuzuru Utakata", - "english": "The Summer You Were There", - "native": "君と綴るうたかた" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711259, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2024 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117620-cyvy8nO9GLm8.jpg" - } - }, - { - "id": 139700, - "idMal": 140671, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 22, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Sci-Fi", "Slice of Life"], - "tags": [ - { "name": "Urban Fantasy", "rank": 79 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "School", "rank": 60 }, - { "name": "Female Protagonist", "rank": 53 }, - { "name": "Seinen", "rank": 50 }, - { "name": "Animals", "rank": 50 }, - { "name": "Surreal Comedy", "rank": 40 }, - { "name": "Teacher", "rank": 20 } - ], - "title": { - "romaji": "Kami-sama ga Machigaeru", - "english": "God Bless the Mistaken", - "native": "神さまがまちガえる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711269, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx139700-Nc3FLBj4uRB9.jpg" - } - }, - { - "id": 122993, - "idMal": 130417, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Skirt Sings at the Landing", - "The Skirt Rings at the Landing", - "與妳翩翩共舞" - ], - "genres": ["Romance"], - "tags": [ - { "name": "Yuri", "rank": 96 }, - { "name": "Dancing", "rank": 95 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Female Protagonist", "rank": 73 }, - { "name": "School Club", "rank": 73 }, - { "name": "Love Triangle", "rank": 46 } - ], - "title": { - "romaji": "Odoriba ni Skirt ga Naru", - "english": null, - "native": "踊り場にスカートが鳴る" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711276, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122993-nN4zX8LqGrox.jpg" - } - }, - { - "id": 123031, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["If I am a virgin until I am 30, I will became a magical girl"], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Primarily Female Cast", "rank": 60 }, - { "name": "Magic", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "4-koma", "rank": 20 }, - { "name": "Surreal Comedy", "rank": 20 }, - { "name": "Gender Bending", "rank": 20 } - ], - "title": { - "romaji": "30-sai Made Doutei de Itara Mahou Shoujo ni Narimashita", - "english": null, - "native": "30歳まで童貞でいたら魔法少女になりました" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711285, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx123031-yjrHVAITMnJp.jpg" - } - }, - { - "id": 128908, - "idMal": 134391, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Nurumeta", "Tepid"], - "genres": ["Comedy", "Slice of Life"], - "tags": [{ "name": "4-koma", "rank": 79 }, { "name": "Surreal Comedy", "rank": 79 }], - "title": { "romaji": "Null Meta", "english": null, "native": "ぬるめた" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711315, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128908-MASXEgbM8rVg.png" - } - }, - { - "id": 117675, - "idMal": 127084, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Cuproom's Bride", "Cuprum's Bride"], - "genres": ["Romance", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 80 }, - { "name": "Gyaru", "rank": 75 }, - { "name": "Primarily Adult Cast", "rank": 72 }, - { "name": "Kuudere", "rank": 60 }, - { "name": "Educational", "rank": 20 } - ], - "title": { - "romaji": "Cuprum no Hanayome", - "english": "The Coppersmith's Bride", - "native": "クプルムの花嫁" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688711347, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117675-PLrG5CGO4Xs0.jpg" - } - }, - { - "id": 110258, - "idMal": 142771, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 15, - "format": "MANGA", - "duration": null, - "synonyms": ["チンピース"], - "genres": ["Comedy"], - "tags": [ - { "name": "Shounen", "rank": 80 }, - { "name": "Parody", "rank": 75 }, - { "name": "Surreal Comedy", "rank": 73 } - ], - "title": { "romaji": "CHIN PIECE", "english": null, "native": "CHIN PIECE" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1688804368, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110258-w41GRxfZ1EvY.jpg" - } - }, - { - "id": 147997, - "idMal": 147091, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 96 }, - { "name": "Gyaru", "rank": 82 }, - { "name": "Iyashikei", "rank": 79 }, - { "name": "Female Protagonist", "rank": 76 }, - { "name": "School", "rank": 50 }, - { "name": "Primarily Teen Cast", "rank": 46 }, - { "name": "Male Protagonist", "rank": 44 }, - { "name": "Shounen", "rank": 20 } - ], - "title": { - "romaji": "Seihantai na Kimi to Boku", - "english": "You and I are Polar Opposites", - "native": "正反対な君と僕" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689063877, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147997-QSf3nuWPkYcE.jpg" - } - }, - { - "id": 33131, - "idMal": 3131, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 4, - "format": "MANGA", - "duration": null, - "synonyms": ["The Ring: 0"], - "genres": ["Drama", "Horror", "Psychological", "Supernatural"], - "tags": [], - "title": { - "romaji": "Ring 0: Birthday", - "english": "The Ring 0: Birthday", - "native": "リング0~バースデイ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689238324, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2000 }, - "endDate": { "year": 2000 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33131-yUshYvVTJGOw.png" - } - }, - { - "id": 97275, - "idMal": 98710, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 11, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Manabiya", - "Doinaka", - "Discord: Complex People", - "Renai no Sainou", - "Doyoubi", - "Oheya de.", - "Super Sexpress! Tokyo⇔Osaka-kan", - "Kangei Kourin! Tenten Hanten", - "gKsnN4q", - "Shinryaku Shuurai! Ojousama", - "Hikari", - "Super Sexpress! After!" - ], - "genres": ["Hentai"], - "tags": [{ "name": "Anthology", "rank": 20 }, { "name": "Flat Chest", "rank": 20 }], - "title": { "romaji": "Otona no Manegoto.", "english": null, "native": "おとなのまねごと。" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689252028, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/97275-DkCYPR5xD2lC.jpg" - } - }, - { - "id": 41811, - "idMal": 11811, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 10, - "format": "MANGA", - "duration": null, - "synonyms": ["Tayutayu"], - "genres": ["Comedy", "Hentai", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 79 }, - { "name": "Threesome", "rank": 70 }, - { "name": "Twins", "rank": 60 }, - { "name": "Rape", "rank": 40 }, - { "name": "Rural", "rank": 40 }, - { "name": "Incest", "rank": 30 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Boobjob", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Blackmail", "rank": 20 } - ], - "title": { "romaji": "Tayu Tayu", "english": "Tayu Tayu", "native": "たゆたゆ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689325555, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2009 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx41811-ipEU1GbBRhuK.jpg" - } - }, - { - "id": 42629, - "idMal": 12629, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": ["Aki Sora", "Akisora"], - "genres": ["Ecchi", "Romance"], - "tags": [ - { "name": "Incest", "rank": 97 }, - { "name": "Female Harem", "rank": 85 }, - { "name": "Seinen", "rank": 79 }, - { "name": "Crossdressing", "rank": 79 }, - { "name": "Bisexual", "rank": 79 }, - { "name": "Large Breasts", "rank": 79 }, - { "name": "Rape", "rank": 79 }, - { "name": "Nudity", "rank": 79 }, - { "name": "Boobjob", "rank": 79 }, - { "name": "Anal Sex", "rank": 79 }, - { "name": "Asexual", "rank": 79 }, - { "name": "Sex Toys", "rank": 79 }, - { "name": "Adoption", "rank": 79 }, - { "name": "Deepthroat", "rank": 79 }, - { "name": "Bondage", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Femboy", "rank": 79 } - ], - "title": { "romaji": "Aki-Sora", "english": null, "native": "あきそら" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689325567, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx42629-6OM3A2AsnrdP.jpg" - } - }, - { - "id": 90427, - "idMal": 66523, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 10, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Dictionary and Skirt", - "Obenkyo Shiyouze!", - "Sonna Kimi ni Koi wo Shita", - "Doutoku Girl", - "Announcer wo Mezasu nara", - "Bloomer de Himegoto", - "Meishi no Watashikata kara Koshi no Tsukaikata made", - "Kuro to Momo", - "Kanojo no Mondai", - "Katagiri-san wa Mistake wo Suru", - "Koinaka" - ], - "genres": ["Ecchi", "Romance"], - "tags": [{ "name": "Seinen", "rank": 20 }], - "title": { - "romaji": "Jisho to Skirt", - "english": "With a Dictionary and No Skirt", - "native": "辞書とスカート" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689635335, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": null }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b90427-NsWfyZGgGrki.jpg" - } - }, - { - "id": 53282, - "idMal": 23282, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 24, - "format": "MANGA", - "duration": null, - "synonyms": ["Himitsu no Akumachan", "The Secret Devil-chan"], - "genres": ["Comedy", "Ecchi", "Supernatural"], - "tags": [ - { "name": "Boys' Love", "rank": 95 }, - { "name": "Demons", "rank": 85 }, - { "name": "Succubus", "rank": 79 }, - { "name": "Crossdressing", "rank": 60 }, - { "name": "Seinen", "rank": 40 } - ], - "title": { - "romaji": "Himitsu no Akuma-chan", - "english": "Secret Devil-chan", - "native": "ひみつの悪魔ちゃん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689890569, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53282-UEiTMfelMNcl.jpg" - } - }, - { - "id": 30124, - "idMal": 124, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 10, - "format": "MANGA", - "duration": null, - "synonyms": ["アクア", "Othello Game: Ebony & Ivory", "Аква"], - "genres": ["Adventure", "Comedy", "Drama", "Sci-Fi", "Slice of Life"], - "tags": [ - { "name": "Primarily Female Cast", "rank": 95 }, - { "name": "Work", "rank": 92 }, - { "name": "Iyashikei", "rank": 90 }, - { "name": "Female Protagonist", "rank": 66 }, - { "name": "Foreign", "rank": 65 }, - { "name": "Shounen", "rank": 46 }, - { "name": "Aviation", "rank": 20 } - ], - "title": { "romaji": "AQUA", "english": "Aqua", "native": "AQUA" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901311, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2001 }, - "endDate": { "year": 2001 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30124-GgVKXu3km7MH.jpg" - } - }, - { - "id": 53588, - "idMal": 23588, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 17, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "Love Triangle", "rank": 79 }, - { "name": "Rehabilitation", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Economics", "rank": 73 }, - { "name": "Hikikomori", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Philosophy", "rank": 30 } - ], - "title": { - "romaji": "Billionaire Girl", - "english": "Billionaire Girl", - "native": "ビリオネアガール" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901466, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2009 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx53588-3y8yhJcpQBPI.jpg" - } - }, - { - "id": 113528, - "idMal": 124732, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Ecchi", "Romance"], - "tags": [ - { "name": "Seinen", "rank": 79 }, - { "name": "School", "rank": 79 }, - { "name": "Teacher", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 70 }, - { "name": "Nudity", "rank": 60 } - ], - "title": { "romaji": "Tasogare no Ethos", "english": null, "native": "黄昏のエトス" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1689901541, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113528-ZOvIye8vbUlu.png" - } - }, - { - "id": 101188, - "idMal": 111769, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 55, - "format": "MANGA", - "duration": null, - "synonyms": ["Mother of the Goddess' Dormitory"], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Nudity", "rank": 97 }, - { "name": "Shounen", "rank": 79 }, - { "name": "Female Harem", "rank": 76 }, - { "name": "Tsundere", "rank": 75 }, - { "name": "Kuudere", "rank": 66 }, - { "name": "School", "rank": 60 }, - { "name": "Found Family", "rank": 60 }, - { "name": "Cosplay", "rank": 53 }, - { "name": "Age Gap", "rank": 50 }, - { "name": "Hikikomori", "rank": 40 }, - { "name": "Male Protagonist", "rank": 40 }, - { "name": "MILF", "rank": 20 } - ], - "title": { - "romaji": "Megami-ryou no Ryoubo-kun.", - "english": null, - "native": "女神寮の寮母くん。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690001963, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101188-7yaMNDDzggWh.jpg" - } - }, - { - "id": 100827, - "idMal": 111770, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 39, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Would you even fall in love with a pervert as long as it's a cutie?", - "Kawaiikereba Hentai demo Suki ni Natte Kuremasu ka?" - ], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 87 }, - { "name": "School", "rank": 80 }, - { "name": "School Club", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Slavery", "rank": 60 }, - { "name": "Shounen", "rank": 55 }, - { "name": "Inseki", "rank": 20 } - ], - "title": { - "romaji": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", - "english": null, - "native": "可愛ければ変態でも好きになってくれますか?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690068785, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100827-jVV49I1b129o.jpg" - } - }, - { - "id": 101023, - "idMal": 110653, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 55, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Sports"], - "tags": [ - { "name": "Cheerleading", "rank": 79 }, - { "name": "School Club", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 60 }, - { "name": "School", "rank": 20 }, - { "name": "Yuri", "rank": 20 } - ], - "title": { "romaji": "Anima Yell!", "english": null, "native": "アニマエール!" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690092052, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101023-lB7raV5DMzdz.png" - } - }, - { - "id": 85920, - "idMal": 75493, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 21, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Comedy", "Fantasy"], - "tags": [{ "name": "Primarily Female Cast", "rank": 75 }, { "name": "Shounen", "rank": 50 }], - "title": { "romaji": "Fairy Girls", "english": "Fairy Girls", "native": "フェアリーガールズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690106021, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85920-6l94EV0B2lVG.jpg" - } - }, - { - "id": 163006, - "idMal": 158948, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - " The Case in Which Streaming in Another World Led to the Creation of a Massive Yandere Following" - ], - "genres": ["Comedy", "Ecchi", "Fantasy", "Romance", "Supernatural"], - "tags": [ - { "name": "Yandere", "rank": 80 }, - { "name": "Male Protagonist", "rank": 66 }, - { "name": "Magic", "rank": 66 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Female Harem", "rank": 46 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Isekai de Haishin Katsudou wo Shitara Tairyou no Yandere Shinja wo Umidashite Shimatta Ken", - "english": null, - "native": "異世界で配信活動をしたら大量のヤンデレ信者を生み出してしまった件" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690275956, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163006-gVkoZAMAzxNU.jpg" - } - }, - { - "id": 116655, - "idMal": 154073, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Taishi Oritsue's Another-World Creature Girls Survival Journal"], - "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Supernatural"], - "tags": [{ "name": "Monster Girl", "rank": 60 }], - "title": { - "romaji": "Oritsue Taishi no Isekai Kuri Musume Survival Nisshi", - "english": null, - "native": "織津江大志の異世界クリ娘サバイバル日誌" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1690283652, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116655-WUeYyzHjdt7q.jpg" - } - }, - { - "id": 151789, - "idMal": null, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Action", "Comedy", "Romance", "Supernatural"], - "tags": [ - { "name": "Yandere", "rank": 60 }, - { "name": "Love Triangle", "rank": 20 }, - { "name": "Demons", "rank": 20 }, - { "name": "Amnesia", "rank": 20 }, - { "name": "Tragedy", "rank": 20 }, - { "name": "Female Harem", "rank": 20 } - ], - "title": { "romaji": "Engage Kiss", "english": null, "native": "Engage Kiss" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1692986797, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151789-OZflVAk0vBWr.jpg" - } - }, - { - "id": 159691, - "idMal": 150444, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Another World in Japan"], - "genres": ["Action", "Fantasy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 20 }, - { "name": "Isekai", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 }, - { "name": "Assassins", "rank": 20 }, - { "name": "Elf", "rank": 20 } - ], - "title": { - "romaji": "Isekai Nippon: Ansatsu Ikka no Sannan wa Kotokaika shita Nippon de Musou suru", - "english": null, - "native": "異世界日本~暗殺一家の三男は異界化した日本で無双する~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693440298, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159691-RcWgqZSh2rNm.jpg" - } - }, - { - "id": 168350, - "idMal": 161867, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 24, - "format": "MANGA", - "duration": null, - "synonyms": ["Dunking on Succubi in Another World"], - "genres": ["Action", "Adventure", "Ecchi", "Fantasy"], - "tags": [ - { "name": "Isekai", "rank": 60 }, - { "name": "Succubus", "rank": 60 }, - { "name": "Female Harem", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Swordplay", "rank": 20 }, - { "name": "Nekomimi", "rank": 20 }, - { "name": "Tentacles", "rank": 20 }, - { "name": "Cumflation", "rank": 20 } - ], - "title": { - "romaji": "Succubus Nanka ni Makenai Isekai Seikatsu", - "english": null, - "native": "サキュバスなんかに負けない異世界生活" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693453889, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b168350-j8AnMmfi1xfT.jpg" - } - }, - { - "id": 82149, - "idMal": 52149, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 12, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Lovely Lover's Love", - "Opętani miłością", - "Nee-chan to Yobanaide", - "Are Kara", - "Don't leave me…", - "Orusuban", - "Yakusoku", - "Anata no Neko ni", - "Tonari no Yamashita-san", - "Zutto Isshoni", - "Hime Imouto", - "Jirettai no yo!", - "Don't Call Me Nee-chan", - "Since Then…", - "House-Sitting", - "Promise", - "I’ll Be Your Cat", - "My Neighbor Yamashita-san", - "Always Together", - "Secret Sister", - "It’s Frustrating!" - ], - "genres": ["Hentai"], - "tags": [ - { "name": "Anthology", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Incest", "rank": 40 }, - { "name": "Nakadashi", "rank": 40 }, - { "name": "Fellatio", "rank": 40 }, - { "name": "Netori", "rank": 40 }, - { "name": "Boobjob", "rank": 40 }, - { "name": "Defloration", "rank": 20 }, - { "name": "Virginity", "rank": 20 }, - { "name": "Cosplay", "rank": 20 } - ], - "title": { "romaji": "Suki darake", "english": "Love-Ridden", "native": "好きだらけ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693596012, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx82149-HuvpVhTdrSRu.jpg" - } - }, - { - "id": 145365, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": ["Until I Make My Cousin Happy"], - "genres": ["Drama"], - "tags": [ - { "name": "Rehabilitation", "rank": 79 }, - { "name": "Female Protagonist", "rank": 20 }, - { "name": "Biographical", "rank": 20 }, - { "name": "POV", "rank": 20 } - ], - "title": { - "romaji": "Daigakusei no Ore ga Itoko no Onnanoko wo Shiawase ni Suru made", - "english": null, - "native": "大学生の俺がいとこの女の子を幸せにするまで" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693610760, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145365-7YWgfoJKsDp3.jpg" - } - }, - { - "id": 156280, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Yandere girl is too scary, so I pushed her past the point of no return, and it turned out to be kind of creepy" - ], - "genres": ["Comedy", "Psychological"], - "tags": [{ "name": "Yandere", "rank": 60 }], - "title": { - "romaji": "Yandere-chan ga Kowa Sugiru no de Gorioshi de Yarisugoshitara Tondemonai Koto ni Natta", - "english": null, - "native": "ヤンデレちゃんが怖すぎるのでゴリ押しでやり過ごしたらとんでもないことになった " - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693610777, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156280-N16dWNHolfYK.jpg" - } - }, - { - "id": 159360, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 41, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [], - "title": { "romaji": "Yoru ni Torokeru", "english": null, "native": "夜にとろける" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693950744, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2018 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159360-slBuo8F9NJcZ.jpg" - } - }, - { - "id": 106688, - "idMal": 123990, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 23, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Tales of the Corporate Slave Succubus", - "社畜女梦魔的故事", - "Sukkub i jej ciężka praca w korpo" - ], - "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [ - { "name": "Work", "rank": 98 }, - { "name": "Succubus", "rank": 96 }, - { "name": "Monster Girl", "rank": 86 }, - { "name": "Iyashikei", "rank": 80 }, - { "name": "Demons", "rank": 80 }, - { "name": "Tsundere", "rank": 80 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Nudity", "rank": 33 }, - { "name": "Urban Fantasy", "rank": 30 } - ], - "title": { - "romaji": "Shachiku Succubus no Hanashi", - "english": null, - "native": "社畜サキュバスの話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1693963630, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106688-GdF4d5YGdyDh.jpg" - } - }, - { - "id": 112621, - "idMal": 123270, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 37, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Can't Defy the Lonely Girl", - "I can't refuse Lonely Girl's request.", - "無法拒絕孤單女孩", - "론리 걸에게 거역할 수 없어", - "คำขอวันละข้อจากสาวน้อยเดียวดาย" - ], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 97 }, - { "name": "Primarily Female Cast", "rank": 90 }, - { "name": "Female Protagonist", "rank": 86 }, - { "name": "LGBTQ+ Themes", "rank": 81 }, - { "name": "School", "rank": 80 }, - { "name": "Cute Girls Doing Cute Things", "rank": 80 }, - { "name": "Bisexual", "rank": 20 } - ], - "title": { - "romaji": "Lonely Girl ni Sakaraenai", - "english": "I Can't Say No to the Lonely Girl", - "native": "ロンリーガールに逆らえない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694043302, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112621-0ws0GgQ7Z2i7.jpg" - } - }, - { - "id": 99318, - "idMal": 106021, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 22, - "format": "MANGA", - "duration": null, - "synonyms": ["重返莓园"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "LGBTQ+ Themes", "rank": 100 }, - { "name": "Yuri", "rank": 96 }, - { "name": "Time Manipulation", "rank": 79 }, - { "name": "School", "rank": 66 } - ], - "title": { - "romaji": "Strawberry Fields wo Mou Ichido", - "english": "Strawberry Fields Once Again", - "native": "ストロベリー・フィールズをもう一度" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694043314, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": 2019 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99318-i8wS59WkMyWF.jpg" - } - }, - { - "id": 60791, - "idMal": 30791, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 8, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Fantasy", "Horror", "Romance"], - "tags": [ - { "name": "Yuri", "rank": 79 }, - { "name": "Assassins", "rank": 50 }, - { "name": "Tragedy", "rank": 40 }, - { "name": "Demons", "rank": 20 } - ], - "title": { - "romaji": "Mugen no Minamo ni", - "english": "To Eternal Minamo", - "native": "むげんのみなもに" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 1, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1694052182, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2010 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx60791-b0fQYewoQmbn.jpg" - } - }, - { - "id": 143190, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Hentai"], - "tags": [ - { "name": "Nakadashi", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Virginity", "rank": 20 }, - { "name": "Defloration", "rank": 20 } - ], - "title": { - "romaji": "Metsuki no Warui Class no Anoko", - "english": null, - "native": "目つきの悪いクラスのあの子" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694073952, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143190-G6JgNSKj7Uzu.jpg" - } - }, - { - "id": 164946, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 1, - "format": "MANGA", - "duration": null, - "synonyms": ["Comforted by the Sloppy Girl Next Door"], - "genres": ["Hentai"], - "tags": [ - { "name": "Heterosexual", "rank": 60 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Large Breasts", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 }, - { "name": "Virginity", "rank": 20 }, - { "name": "MILF", "rank": 20 } - ], - "title": { - "romaji": "Otonari no Darashi na Onee-san ni Nagusamerareru Hanashi", - "english": null, - "native": "おとなりのだらしなお姉さんに慰められる話" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694074537, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164946-mYRQTaqCDJYm.jpg" - } - }, - { - "id": 95550, - "idMal": 91411, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Onegai", - "Yurikan", - "Sis Bra 2", - "Himitsu", - "In Select", - "Friend Ship", - "Himitsu no Houkago", - "Anemori", - "Shisu-Bura 2" - ], - "genres": ["Hentai"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { "romaji": "Kanyou Shoujo", "english": null, "native": "姦用少女" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694465780, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2015 }, - "endDate": { "year": 2015 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx95550-VmHoAPF6bTES.jpg" - } - }, - { - "id": 162113, - "idMal": 156075, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 10, - "format": "MANGA", - "duration": null, - "synonyms": ["The Scary Boss's Extra Large Size Won't Fit!"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [{ "name": "Josei", "rank": 20 }], - "title": { - "romaji": "Kowamote Joushi no XL Size ga Hairimasen!: Chippai Ham- chan to Zetsurin Same-kun no Kaihatsu Jijou", - "english": "My Boss Is a Giant: He Manages My Every Need With Enormous Skill", - "native": "コワモテ上司のXLサイズが入りません!~ちっぱいハムちゃんと絶倫サメくんの開発事情~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694477054, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx162113-9pO9LxZHrwJG.jpg" - } - }, - { - "id": 147227, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 11, - "format": "MANGA", - "duration": null, - "synonyms": ["Koko kara Saki wa Sex Desu!!", "ここから先はセックスです!!"], - "genres": ["Hentai"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Primarily Teen Cast", "rank": 79 }, - { "name": "Pandemic", "rank": 79 }, - { "name": "Cunnilingus", "rank": 20 }, - { "name": "Ahegao", "rank": 20 }, - { "name": "Fellatio", "rank": 20 }, - { "name": "Handjob", "rank": 20 }, - { "name": "Rimjob", "rank": 20 }, - { "name": "Facial", "rank": 20 }, - { "name": "Nakadashi", "rank": 20 } - ], - "title": { - "romaji": "Boku no Seieki de Honpuku Kaiyu!!", - "english": null, - "native": "僕の精液で本復快癒!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694482579, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147227-LC1TRRRqcRVm.png" - } - }, - { - "id": 150040, - "idMal": 159997, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["You Are Not NINA!"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "VTuber", "rank": 60 }, - { "name": "Hikikomori", "rank": 50 }, - { "name": "Heterosexual", "rank": 40 }, - { "name": "Seinen", "rank": 20 } - ], - "title": { - "romaji": "Kimi wa, Nina ja Nai", - "english": null, - "native": "きみは、ニーナじゃない" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1694598047, - "updatedAt": 1695300608, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150040-nkEwYxNPaWUk.jpg" - } - }, - { - "id": 97447, - "idMal": 99803, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Yozakura no Memory", - "夜桜のメモリー", - "Shiosai no Memory", - "潮騒のメモリー", - "Shiro no Memory", - "白のメモリー", - "Oneechan no Omocha♡", - "お姉ちゃんのおもちゃ♡", - "Omocha no Oneechan♡", - "おもちゃのお姉ちゃん♡", - "Itadaki no Hime", - "頂の姫", - "Otoshimono - Hiriomono", - "オトシモノ〜ヒロイモノ", - "Ane no Inuma ni", - "姉のいぬ間に", - "Ane no Otameshi", - "姉のお試し" - ], - "genres": ["Hentai", "Romance"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { "romaji": "Himegoto x Memories", "english": null, "native": "ヒメゴト×メモリーズ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1695555232, - "updatedAt": 1695555236, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2016 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx97447-ThEE9FfRIKDA.png" - } - }, - { - "id": 30329, - "idMal": 329, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 21, - "format": "MANGA", - "duration": null, - "synonyms": ["Pixie Pop: Gokkun Pucho"], - "genres": ["Comedy", "Fantasy", "Romance"], - "tags": [ - { "name": "School", "rank": 79 }, - { "name": "Magic", "rank": 79 }, - { "name": "Shoujo", "rank": 60 }, - { "name": "Henshin", "rank": 60 }, - { "name": "Female Protagonist", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Love Triangle", "rank": 60 }, - { "name": "Slapstick", "rank": 60 }, - { "name": "Tsundere", "rank": 60 }, - { "name": "Primarily Child Cast", "rank": 60 }, - { "name": "Food", "rank": 20 }, - { "name": "Time Skip", "rank": 20 }, - { "name": "Fairy", "rank": 20 } - ], - "title": { "romaji": "Gokkun! Pucho", "english": "Pixie Pop", "native": "ゴックン! ぷーちょ" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700161858, - "updatedAt": 1700162002, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2004 }, - "endDate": { "year": 2005 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30329-sP379QcUaJho.jpg" - } - }, - { - "id": 104151, - "idMal": 112393, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 26, - "format": "MANGA", - "duration": null, - "synonyms": ["A Love Letter for the Marching Puppy"], - "genres": ["Romance"], - "tags": [ - { "name": "Yuri", "rank": 92 }, - { "name": "Military", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Female Protagonist", "rank": 82 }, - { "name": "Historical", "rank": 82 }, - { "name": "School", "rank": 75 }, - { "name": "Time Skip", "rank": 60 }, - { "name": "Age Gap", "rank": 57 } - ], - "title": { - "romaji": "Koushin Koinu ni Koibumi wo", - "english": null, - "native": "行進子犬に恋文を" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700161975, - "updatedAt": 1700161986, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2020 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104151-tIVnDVxppmch.jpg" - } - }, - { - "id": 92766, - "idMal": 79097, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 8, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Music", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 20 }, - { "name": "Idol", "rank": 20 }, - { "name": "Parody", "rank": 20 } - ], - "title": { - "romaji": "Miss Monochrome: Motto Challenge", - "english": null, - "native": "ミス・モノクローム -Motto Challenge-" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1700627681, - "updatedAt": 1700627681, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": 2014 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx92766-NPvY8rUqojP9.jpg" - } - }, - { - "id": 113801, - "idMal": 124036, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 28, - "format": "MANGA", - "duration": null, - "synonyms": ["I Want Sakurai to Notice"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 79 }, - { "name": "Female Protagonist", "rank": 79 }, - { "name": "Male Protagonist", "rank": 79 }, - { "name": "School", "rank": 76 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Urban", "rank": 60 }, - { "name": "Bullying", "rank": 20 } - ], - "title": { - "romaji": "Sakurai-san wa Kizuite Hoshii", - "english": "Sakurai-san Wants to Be Noticed", - "native": "桜井さんは気づいてほしい" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703106343, - "updatedAt": 1703106354, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113801-E8MWCJYp4BnL.jpg" - } - }, - { - "id": 171515, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 2, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Fantasy"], - "tags": [ - { "name": "VTuber", "rank": 50 }, - { "name": "Female Protagonist", "rank": 50 }, - { "name": "Isekai", "rank": 20 }, - { "name": "Shoujo", "rank": 20 }, - { "name": "Video Games", "rank": 20 }, - { "name": "Urban Fantasy", "rank": 20 } - ], - "title": { - "romaji": "Zen Ciao-kko Usagi-ka Keikaku! VTuber Usada Pekora no Shinryaku Peko", - "english": null, - "native": "全ちゃおっ娘兎化計画!~VTuber兎田ぺこらの侵略ぺこ!~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703199525, - "updatedAt": 1703199532, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2023 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b171515-tN71fVlBzRTK.png" - } - }, - { - "id": 138368, - "idMal": 142215, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": ["I'm Sandwiched Between Sweet and Spicy Step-Sisters"], - "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], - "tags": [ - { "name": "Male Protagonist", "rank": 79 }, - { "name": "Bullying", "rank": 79 }, - { "name": "Adoption", "rank": 70 }, - { "name": "Otaku Culture", "rank": 60 }, - { "name": "Love Triangle", "rank": 55 }, - { "name": "Nudity", "rank": 46 }, - { "name": "Video Games", "rank": 46 }, - { "name": "Shounen", "rank": 40 }, - { "name": "Heterosexual", "rank": 33 }, - { "name": "Inseki", "rank": 20 } - ], - "title": { - "romaji": "Amakara Gishimai ni Hasamaretemasu", - "english": null, - "native": "甘辛義姉妹に挟まれてます" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703321216, - "updatedAt": 1703321219, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138368-BHycK4AfRfu2.jpg" - } - }, - { - "id": 134245, - "idMal": 143605, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Ecchi", "Slice of Life"], - "tags": [ - { "name": "Seinen", "rank": 20 }, - { "name": "Animals", "rank": 20 }, - { "name": "Primarily Female Cast", "rank": 20 }, - { "name": "Nudity", "rank": 20 } - ], - "title": { - "romaji": "Joshiryou Neko no Tama-san", - "english": "Cat in a Hot Girls' Dorm", - "native": "女子寮猫のタマさん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703340564, - "updatedAt": 1703340570, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2017 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134245-dO2k0FLeTy2x.jpg" - } - }, - { - "id": 130157, - "idMal": 136359, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 31, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Drama", "Romance"], - "tags": [ - { "name": "Tragedy", "rank": 79 }, - { "name": "Age Gap", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 }, - { "name": "Primarily Adult Cast", "rank": 20 }, - { "name": "Shoujo", "rank": 20 } - ], - "title": { - "romaji": "Tsuka no Ma no Ichika", - "english": "A Brief Moment of Ichika", - "native": "束の間の一花" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703341062, - "updatedAt": 1703341062, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx130157-3nB20orq5hv8.jpg" - } - }, - { - "id": 86321, - "idMal": 91458, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 37, - "format": "MANGA", - "duration": null, - "synonyms": [ - "はすはすさせろ!!", - "Hasuhasu Sasero!!", - "Because She Is a Little Girl I Am Excited Sexually" - ], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "Shounen", "rank": 79 }, { "name": "4-koma", "rank": 79 }], - "title": { - "romaji": "Hshs Sasero!!", - "english": "Let Me Smell You!!", - "native": "hshsさせろ!!" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1703933715, - "updatedAt": 1703933725, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2013 }, - "endDate": { "year": 2016 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86321-RDupocSTk5s9.jpg" - } - }, - { - "id": 114898, - "idMal": 125746, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "I Turned My Childhood Friend (♂) Into a Girl", - "幼馴染(♂)を女の子にしてしまった話", - "Osananajimi(♂) wo Onnanoko ni Shiteshimatta Hanashi", - "How to Make a \"Girl\" Fall in Love", - "How to Make (a otome) in Love", - "เมคอัปรักเสกนายให้สวยปิ๊ง" - ], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Femboy", "rank": 100 }, - { "name": "Crossdressing", "rank": 92 }, - { "name": "Makeup", "rank": 86 }, - { "name": "LGBTQ+ Themes", "rank": 72 }, - { "name": "Boys' Love", "rank": 72 }, - { "name": "School", "rank": 65 } - ], - "title": { - "romaji": "Koisuru (Otome) no Tsukurikata", - "english": "I Think I Turned My Childhood Friend Into a Girl", - "native": "恋する(おとめ)の作り方" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705595999, - "updatedAt": 1705596003, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114898-quAtt09RdK2J.jpg" - } - }, - { - "id": 148054, - "idMal": 148785, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["ตัว (ไม่) ประกอบของคุณชิโมสึกิ"], - "genres": ["Comedy", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 } - ], - "title": { - "romaji": "Shimotsuki-san wa Mob ga Suki", - "english": null, - "native": "霜月さんはモブが好き" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705596046, - "updatedAt": 1705596049, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx148054-sddn2dVOuY9Y.jpg" - } - }, - { - "id": 110192, - "idMal": 133291, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Kamiina Botan, Drunk Figure Is Lily Flower", - "Kamiina Botan, the Drunken Appearance Is a Lily Flower" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Cute Girls Doing Cute Things", "rank": 90 }, - { "name": "Ensemble Cast", "rank": 79 }, - { "name": "Episodic", "rank": 79 }, - { "name": "Bar", "rank": 79 }, - { "name": "Primarily Adult Cast", "rank": 79 }, - { "name": "Primarily Female Cast", "rank": 79 }, - { "name": "Food", "rank": 79 }, - { "name": "Female Protagonist", "rank": 76 }, - { "name": "Yuri", "rank": 69 }, - { "name": "Travel", "rank": 60 }, - { "name": "Love Triangle", "rank": 50 }, - { "name": "College", "rank": 30 } - ], - "title": { - "romaji": "Kamiina Botan, Yoeru Sugata wa Yuri no Hana", - "english": null, - "native": "上伊那ぼたん、酔へる姿は百合の花" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705596288, - "updatedAt": 1705596297, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110192-EDe07CtIXo8j.jpg" - } - }, - { - "id": 151693, - "idMal": 148789, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 15, - "format": "MANGA", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Horror", "Romance"], - "tags": [ - { "name": "Heterosexual", "rank": 20 }, - { "name": "School", "rank": 20 }, - { "name": "Slapstick", "rank": 20 } - ], - "title": { - "romaji": "Umeko-chan wa Koishiteru", - "english": null, - "native": "呻子ちゃんは恋してる" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705597226, - "updatedAt": 1705597231, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151693-Wic1tRqhPt7K.jpg" - } - }, - { - "id": 126302, - "idMal": 158945, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 28, - "format": "MANGA", - "duration": null, - "synonyms": ["Now that I'm a ghost, it won't be noticed even if I show my panties, right?"], - "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], - "tags": [{ "name": "Ghost", "rank": 60 }, { "name": "Shounen", "rank": 20 }], - "title": { - "romaji": "Yuurei ni Natta kara Pantsu Misete mo Barenai Yone!?", - "english": null, - "native": "幽霊になったからパンツ見せてもバレないよね!?" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705890567, - "updatedAt": 1705890569, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": 2021 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126302-wZxBOpXaDQam.jpg" - } - }, - { - "id": 143936, - "idMal": 143262, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 66, - "format": "MANGA", - "duration": null, - "synonyms": ["A Cute Girl with a Nasty Look", "Scary Girl, Cute Girl "], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Delinquents", "rank": 79 }, - { "name": "Tomboy", "rank": 79 }, - { "name": "Heterosexual", "rank": 79 }, - { "name": "School", "rank": 73 }, - { "name": "Male Protagonist", "rank": 60 }, - { "name": "Primarily Teen Cast", "rank": 40 } - ], - "title": { - "romaji": "Metsuki Warui Ko Kawaii Ko", - "english": null, - "native": "目つき悪い子かわいい子" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705890575, - "updatedAt": 1705890580, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143936-B3WBvKcxNpz2.jpg" - } - }, - { - "id": 85734, - "idMal": 93516, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Their Story", - "SQ: Cong Ni De Mingzi Kaishi", - "SQ: Begin With Your Name!", - "SQ从你的名字开始", - "SQ 1 君の名前から始まる" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Yuri", "rank": 97 }, - { "name": "Episodic", "rank": 94 }, - { "name": "Female Protagonist", "rank": 93 }, - { "name": "LGBTQ+ Themes", "rank": 90 }, - { "name": "Full Color", "rank": 84 }, - { "name": "School", "rank": 81 }, - { "name": "Coming of Age", "rank": 80 }, - { "name": "Slapstick", "rank": 78 }, - { "name": "Iyashikei", "rank": 77 }, - { "name": "Cute Girls Doing Cute Things", "rank": 69 }, - { "name": "Tomboy", "rank": 57 }, - { "name": "Primarily Teen Cast", "rank": 53 }, - { "name": "Basketball", "rank": 42 }, - { "name": "Primarily Female Cast", "rank": 40 }, - { "name": "Delinquents", "rank": 26 } - ], - "title": { - "romaji": "Tamen De Gushi", - "english": "SQ: Begin W/Your Name!", - "native": "她们的故事" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705939400, - "updatedAt": 1705939404, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2014 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85734-yllpIVoPjADr.jpg" - } - }, - { - "id": 81229, - "idMal": 51229, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 7, - "format": "MANGA", - "duration": null, - "synonyms": ["My Lovely Landlord", "Secret Lesson", "Private Lesson", "Sentiment"], - "genres": ["Hentai"], - "tags": [], - "title": { - "romaji": "Tada Koishikute, Aitakute...", - "english": null, - "native": "ただ恋しくて、会いたくて…" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1705940524, - "updatedAt": 1705940527, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2011 }, - "endDate": { "year": 2013 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx81229-8N6ZSKpl67R8.png" - } - }, - { - "id": 106726, - "idMal": 117851, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 49, - "format": "MANGA", - "duration": null, - "synonyms": ["蘑菇的拟态日常"], - "genres": ["Comedy", "Psychological", "Slice of Life"], - "tags": [ - { "name": "Meta", "rank": 98 }, - { "name": "Surreal Comedy", "rank": 94 }, - { "name": "Philosophy", "rank": 92 }, - { "name": "Augmented Reality", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 85 }, - { "name": "Female Protagonist", "rank": 85 }, - { "name": "Denpa", "rank": 83 }, - { "name": "Hikikomori", "rank": 79 }, - { "name": "Gods", "rank": 79 }, - { "name": "4-koma", "rank": 72 }, - { "name": "Cute Girls Doing Cute Things", "rank": 72 }, - { "name": "Yuri", "rank": 72 }, - { "name": "Post-Apocalyptic", "rank": 70 }, - { "name": "LGBTQ+ Themes", "rank": 70 }, - { "name": "Suicide", "rank": 66 }, - { "name": "School", "rank": 61 }, - { "name": "Iyashikei", "rank": 59 }, - { "name": "School Club", "rank": 58 }, - { "name": "Religion", "rank": 50 }, - { "name": "Episodic", "rank": 40 }, - { "name": "Trains", "rank": 33 } - ], - "title": { - "romaji": "Shimeji Simulation", - "english": null, - "native": "シメジ シミュレーション" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1706164214, - "updatedAt": 1706164218, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2019 }, - "endDate": { "year": 2023 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106726-vTS20W5ZLnIl.jpg" - } - }, - { - "id": 170959, - "idMal": null, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 9, - "format": "MANGA", - "duration": null, - "synonyms": ["A Heart Full of Love"], - "genres": ["Hentai"], - "tags": [{ "name": "Anthology", "rank": 20 }], - "title": { "romaji": "Mune Ippai no Ai wo", "english": null, "native": "胸いっぱいの愛を" }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1706173242, - "updatedAt": 1706173248, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2022 }, - "endDate": { "year": 2022 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170959-Fi1FtR1KVtpc.jpg" - } - }, - { - "id": 66615, - "idMal": 36615, - "status": "FINISHED", - "type": "MANGA", - "episodes": null, - "chapters": 152, - "format": "MANGA", - "duration": null, - "synonyms": ["Horisan to Miyamurakun"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "School", "rank": 100 }, - { "name": "Shounen", "rank": 60 }, - { "name": "Heterosexual", "rank": 60 } - ], - "title": { - "romaji": "Hori-san to Miyamura-kun", - "english": null, - "native": "堀さんと宮村くん" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687344056, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2008 }, - "endDate": { "year": 2011 }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/36615.jpg" - } - }, - { - "id": 101557, - "idMal": 112807, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "The Bad Part of My Heart", - "내 마음의 위험한 녀석", - "BokuYaba", - "เธอผู้อันตรายต่อใจผม", - "Czarne chmury w moim sercu", - "僕ヤバ" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Heterosexual", "rank": 100 }, - { "name": "School", "rank": 90 }, - { "name": "Male Protagonist", "rank": 90 }, - { "name": "Female Protagonist", "rank": 78 }, - { "name": "Shounen", "rank": 72 }, - { "name": "Coming of Age", "rank": 70 }, - { "name": "Iyashikei", "rank": 48 }, - { "name": "Chuunibyou", "rank": 46 }, - { "name": "Acting", "rank": 40 }, - { "name": "Meta", "rank": 30 }, - { "name": "Cute Girls Doing Cute Things", "rank": 15 } - ], - "title": { - "romaji": "Boku no Kokoro no Yabai Yatsu", - "english": "The Dangers in My Heart", - "native": "僕の心のヤバイやつ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 5, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687344126, - "updatedAt": 1705824443, - "score": 0, - "startedAt": { "year": 2024 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101557-bEJu54cmVYxx.jpg" - } - }, - { - "id": 109285, - "idMal": 118289, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Skip and Loafer - Nhịp Bước Tuổi Xanh"], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Coming of Age", "rank": 95 }, - { "name": "Female Protagonist", "rank": 94 }, - { "name": "School", "rank": 88 }, - { "name": "Primarily Teen Cast", "rank": 88 }, - { "name": "Heterosexual", "rank": 83 }, - { "name": "Urban", "rank": 65 }, - { "name": "Seinen", "rank": 63 }, - { "name": "Iyashikei", "rank": 60 }, - { "name": "Love Triangle", "rank": 53 }, - { "name": "LGBTQ+ Themes", "rank": 50 }, - { "name": "Transgender", "rank": 47 }, - { "name": "Acting", "rank": 45 } - ], - "title": { - "romaji": "Skip to Loafer", - "english": "Skip and Loafer", - "native": "スキップとローファー" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687344140, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109285-HmBZpzsO2zxd.jpg" - } - }, - { - "id": 101177, - "idMal": 112589, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": [ - "Tonikaku Cawaii", - "Generally Cute", - "จะยังไงภรรยาของผมก็น่ารัก", - "Fly me to the moon - Tóm lại là em dễ thương, được chưa?", - "總之就是很可愛", - "总之就是非常可爱", - "Così carina. Fly me to the moon" - ], - "genres": ["Comedy", "Romance", "Slice of Life"], - "tags": [ - { "name": "Marriage", "rank": 97 }, - { "name": "Iyashikei", "rank": 95 }, - { "name": "Family Life", "rank": 89 }, - { "name": "Heterosexual", "rank": 88 }, - { "name": "Historical", "rank": 80 }, - { "name": "Amnesia", "rank": 70 }, - { "name": "Age Gap", "rank": 70 }, - { "name": "Coming of Age", "rank": 66 }, - { "name": "Meta", "rank": 64 }, - { "name": "Shounen", "rank": 63 }, - { "name": "Primarily Adult Cast", "rank": 63 }, - { "name": "Parody", "rank": 63 }, - { "name": "Cute Girls Doing Cute Things", "rank": 58 }, - { "name": "Astronomy", "rank": 58 }, - { "name": "Tsundere", "rank": 52 }, - { "name": "Otaku Culture", "rank": 45 }, - { "name": "Ojou-sama", "rank": 42 }, - { "name": "Swordplay", "rank": 35 }, - { "name": "Mythology", "rank": 33 }, - { "name": "Maids", "rank": 32 }, - { "name": "Software Development", "rank": 31 } - ], - "title": { - "romaji": "Tonikaku Kawaii", - "english": "Fly Me to the Moon", - "native": "トニカクカワイイ" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1687580299, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2018 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101177-FjjD5UWB3C3t.png" - } - }, - { - "id": 129694, - "idMal": 133696, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "MANGA", - "duration": null, - "synonyms": ["Goddess Café Terrace", "คาเฟ่นี้มีนางฟ้ามาเสิร์ฟ "], - "genres": ["Comedy", "Ecchi", "Romance"], - "tags": [ - { "name": "Female Harem", "rank": 93 }, - { "name": "Work", "rank": 90 }, - { "name": "Primarily Female Cast", "rank": 88 }, - { "name": "Family Life", "rank": 88 }, - { "name": "Male Protagonist", "rank": 84 }, - { "name": "Ensemble Cast", "rank": 82 }, - { "name": "Primarily Adult Cast", "rank": 80 }, - { "name": "Surreal Comedy", "rank": 79 }, - { "name": "Found Family", "rank": 79 }, - { "name": "Cute Girls Doing Cute Things", "rank": 77 }, - { "name": "Food", "rank": 75 }, - { "name": "Slapstick", "rank": 73 }, - { "name": "Shounen", "rank": 68 }, - { "name": "Tsundere", "rank": 68 }, - { "name": "Maids", "rank": 40 }, - { "name": "Nudity", "rank": 40 }, - { "name": "Twins", "rank": 36 } - ], - "title": { - "romaji": "Megami no Café Terrace", - "english": "The Café Terrace and Its Goddesses", - "native": "女神のカフェテラス" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 0, - "progressVolumes": 0, - "status": "PLANNING", - "repeat": 0, - "createdAt": 1691301947, - "updatedAt": 1695109200, - "score": 0, - "startedAt": { "year": null }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx129694-0UwkVkWwnfFY.jpg" - } - }, - { - "id": 132264, - "idMal": 136419, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [ - "Our Dating Story: The Experienced You and The Inexperienced Me", - "หนุ่มซิงกับสาวฮอต เดตนี้จะรอดมั้ยนะ" - ], - "genres": ["Drama", "Romance", "Slice of Life"], - "tags": [ - { "name": "Love Triangle", "rank": 60 }, - { "name": "School", "rank": 53 }, - { "name": "Gyaru", "rank": 50 }, - { "name": "Heterosexual", "rank": 20 }, - { "name": "Male Protagonist", "rank": 20 }, - { "name": "Primarily Teen Cast", "rank": 20 }, - { "name": "Coming of Age", "rank": 20 }, - { "name": "Twins", "rank": 20 } - ], - "title": { - "romaji": "Keikenzumi na Kimi to, Keiken Zero na Ore ga, Otsukiai suru Hanashi. ", - "english": "You Were Experienced, I Was Not: Our Dating Story", - "native": "経験済みなキミと、 経験ゼロなオレが、 お付き合いする話。" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 4, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1697527977, - "updatedAt": 1703421633, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2020 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx132264-FilTiY7aeNPY.jpg" - } - }, - { - "id": 141096, - "idMal": 142851, - "status": "RELEASING", - "type": "MANGA", - "episodes": null, - "chapters": null, - "format": "NOVEL", - "duration": null, - "synonyms": [], - "genres": ["Comedy", "Romance"], - "tags": [{ "name": "Gender Bending", "rank": 20 }, { "name": "Family Life", "rank": 20 }], - "title": { - "romaji": "Jitsu wa Imouto Deshita.: Saikin Giri no Otouto no Kyourikan ga Yatara Chikai Wake", - "english": null, - "native": "じつは義妹でした。 ~最近できた義理の弟の距離感がやたら近いわけ~" - }, - "nextAiringEpisode": null, - "mediaListEntry": { - "progress": 1, - "progressVolumes": 0, - "status": "CURRENT", - "repeat": 0, - "createdAt": 1701938473, - "updatedAt": 1701938473, - "score": 0, - "startedAt": { "year": 2023 }, - "completedAt": { "year": null } - }, - "startDate": { "year": 2021 }, - "endDate": { "year": null }, - "coverImage": { - "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141096-8m8Fi0wOT8Mt.png" - } - } + { + "id": 85401, + "idMal": 61191, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["After Effects Radio"], + "genres": ["Horror"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "Cosmic Horror", "rank": 50 }, + { "name": "Achronological Order", "rank": 50 }, + { "name": "Body Horror", "rank": 40 } + ], + "title": { + "romaji": "Kouishou Radio", + "english": "PTSD Radio", + "native": "後遺症ラジオ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1681896039, + "updatedAt": 1695498504, + "score": 67, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85401-3FuaR3VSY89o.png" + } + }, + { + "id": 133500, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Favorite Idol Became My Little Sister"], + "genres": ["Comedy"], + "tags": [ + { "name": "Idol", "rank": 73 }, + { "name": "Yuri", "rank": 60 }, + { "name": "Female Protagonist", "rank": 30 }, + { "name": "Family Life", "rank": 20 } + ], + "title": { + "romaji": "Oshi ga Imouto ni Narimashite", + "english": null, + "native": "推しが妹になりまして。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1683272230, + "updatedAt": 1695109200, + "score": 73, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx133500-p92VAMFI14BR.jpg" + } + }, + { + "id": 150440, + "idMal": 148054, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Monster Girl", "rank": 91 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "School", "rank": 88 }, + { "name": "Coming of Age", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Dragons", "rank": 83 }, + { "name": "Urban Fantasy", "rank": 80 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Family Life", "rank": 79 }, + { "name": "Shounen", "rank": 75 }, + { "name": "Primarily Teen Cast", "rank": 70 }, + { "name": "Super Power", "rank": 68 }, + { "name": "Slapstick", "rank": 57 } + ], + "title": { + "romaji": "Ruri Dragon", + "english": "RuriDragon", + "native": "ルリドラゴン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1686665517, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150440-ZgOHRsvdwsVo.jpg" + } + }, + { + "id": 137970, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Classmate Became My Maid "], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Tsundere", "rank": 79 }, + { "name": "School", "rank": 60 }, + { "name": "Maids", "rank": 60 } + ], + "title": { + "romaji": "Doukyuusei Maid to Danshikousei Hanashi", + "english": null, + "native": "同級生メイドと男子高生の話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 2, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1689825895, + "updatedAt": 1704450511, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx137970-ybTCPQHI3TK0.jpg" + } + }, + { + "id": 116572, + "idMal": 135205, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Brought Home a Succubus Who Failed to Find a Job "], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Succubus", "rank": 79 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Nekomimi", "rank": 20 }, + { "name": "Bullying", "rank": 20 } + ], + "title": { + "romaji": "Shuukatsu Shippai shita Succubus-san wo Hiroimashita", + "english": null, + "native": "就活失敗したサキュバスさんを拾いました" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 34, + "progressVolumes": 3, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1693951654, + "updatedAt": 1704544703, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116572-gnySiDybZgvd.jpg" + } + }, + { + "id": 119767, + "idMal": 128534, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["สะดุดรักยัยขี้อาย"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Cute Girls Doing Cute Things", "rank": 75 }, + { "name": "Work", "rank": 72 }, + { "name": "College", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Love Triangle", "rank": 56 }, + { "name": "Shounen", "rank": 53 }, + { "name": "Heterosexual", "rank": 50 } + ], + "title": { + "romaji": "Kanojo, Hitomishirimasu", + "english": "Rent-A-(Really Shy!)-Girlfriend", + "native": "彼女、人見知ります" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 19, + "progressVolumes": 3, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1694805001, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119767-1y8YtTNOmQpo.jpg" + } + }, + { + "id": 168348, + "idMal": 162514, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Gyaru", "rank": 60 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 40 }, + { "name": "Tanned Skin", "rank": 30 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Delinquents", "rank": 20 } + ], + "title": { + "romaji": "Torima Minshuku Yadori Tekina!", + "english": null, + "native": "とりま民宿やどり的な!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1695978092, + "updatedAt": 1705488775, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168348-lwdqdOLFvqtz.jpg" + } + }, + { + "id": 30028, + "idMal": 28, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["ナナ"], + "genres": ["Drama", "Music", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 98 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Band", "rank": 90 }, + { "name": "Primarily Adult Cast", "rank": 88 }, + { "name": "Tragedy", "rank": 83 }, + { "name": "Netorare", "rank": 80 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Time Skip", "rank": 74 }, + { "name": "LGBTQ+ Themes", "rank": 72 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Bisexual", "rank": 60 }, + { "name": "Rape", "rank": 54 }, + { "name": "Found Family", "rank": 53 }, + { "name": "Drugs", "rank": 40 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Achronological Order", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Mahjong", "rank": 15 } + ], + "title": { "romaji": "NANA", "english": "Nana", "native": "NANA" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1681896084, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30028-UxaCSA7qg1u3.png" + } + }, + { + "id": 115149, + "idMal": 124242, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 165, + "format": "MANGA", + "duration": null, + "synonyms": ["Meika-San Can't Conceal Her Emotions", "รักล้นใจของยัยสาวเมด"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Maids", "rank": 95 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "School", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Ojou-sama", "rank": 60 }, + { "name": "Tragedy", "rank": 50 }, + { "name": "Gyaru", "rank": 50 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Time Skip", "rank": 30 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Meika-san wa Oshikorosenai", + "english": null, + "native": "メイカさんは押しころせない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682401558, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115149-ryOO4mFRJQVI.jpg" + } + }, + { + "id": 125860, + "idMal": 133478, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 21, + "format": "MANGA", + "duration": null, + "synonyms": ["Nina Is Plotting My Death!", "妮娜醬想要暗殺爸爸"], + "genres": ["Action", "Comedy", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 66 }, + { "name": "Assassins", "rank": 50 }, + { "name": "Found Family", "rank": 20 } + ], + "title": { + "romaji": "Nina wa Papa wo Ansatsu shitai", + "english": "Nina is Plotting Daddy's Death", + "native": "ニーナはパパを暗殺したい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682566053, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125860-xORRbYSAfTrb.png" + } + }, + { + "id": 53571, + "idMal": 23571, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 37, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 97 }, + { "name": "Ensemble Cast", "rank": 92 }, + { "name": "Primarily Child Cast", "rank": 91 }, + { "name": "Seinen", "rank": 88 }, + { "name": "Tragedy", "rank": 82 }, + { "name": "Autobiographical", "rank": 70 }, + { "name": "Rural", "rank": 68 }, + { "name": "Cars", "rank": 60 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Delinquents", "rank": 45 }, + { "name": "Time Skip", "rank": 30 }, + { "name": "Heterosexual", "rank": 30 }, + { "name": "Baseball", "rank": 25 } + ], + "title": { "romaji": "Sunny", "english": "Sunny", "native": "Sunny" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683160148, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53571-c3hqIJ4GdaLW.png" + } + }, + { + "id": 152855, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 106, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Tsuntsuntsuntsuntsuntsuntsuntsuntsuntsuntsundere Girl Getting Less and Less Tsun Day by Day" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Tsundere", "rank": 96 }, + { "name": "Heterosexual", "rank": 96 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "POV", "rank": 68 }, + { "name": "School", "rank": 60 }, + { "name": "Episodic", "rank": 40 }, + { "name": "Bullying", "rank": 23 } + ], + "title": { + "romaji": "1-nichi Goto ni Tsun ga Hetteku Tsuntsuntsuntsuntsuntsuntsuntsuntsuntsuntsundere Joshi", + "english": null, + "native": "1日ごとにツンが減ってくツンツンツンツンツンツンツンツンツンツンツンデレ女子" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683352824, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152855-96IDxlc5TTpD.jpg" + } + }, + { + "id": 105516, + "idMal": 117528, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 74, + "format": "MANGA", + "duration": null, + "synonyms": ["Futari de Koi o suru Riyuu", "Toutes les raisons de s'aimer"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Shoujo", "rank": 80 }, + { "name": "School", "rank": 73 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Male Harem", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Urban", "rank": 20 } + ], + "title": { + "romaji": "Futari de Koi wo Suru Riyuu", + "english": null, + "native": "ふたりで恋をする理由" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683356697, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105516-dlZvtkb53QNf.jpg" + } + }, + { + "id": 101434, + "idMal": 113626, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 131, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Story About Treating a Female Knight Who Has Never Been Treated as a Woman as a Woman" + ], + "genres": ["Action", "Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Love Triangle", "rank": 100 }, + { "name": "Tomboy", "rank": 97 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Tsundere", "rank": 82 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Female Harem", "rank": 73 }, + { "name": "Swordplay", "rank": 70 }, + { "name": "Magic", "rank": 67 }, + { "name": "Elf", "rank": 55 }, + { "name": "Shounen", "rank": 53 }, + { "name": "Succubus", "rank": 40 }, + { "name": "Demons", "rank": 40 }, + { "name": "Witch", "rank": 33 }, + { "name": "Gender Bending", "rank": 28 } + ], + "title": { + "romaji": "Ima made Ichido mo Onna Atsukaisareta Koto ga nai Jokishi wo Onna Atsukai Suru", + "english": "How to Treat a Lady Knight Right", + "native": "今まで一度も女扱いされたことがない女騎士を女扱いする漫画" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683429986, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101434-XVqisqdlvU0A.jpg" + } + }, + { + "id": 86531, + "idMal": 92803, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Haruta & Chika"], + "genres": ["Music", "Mystery", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 50 }, + { "name": "Shounen", "rank": 50 }, + { "name": "Band", "rank": 50 }, + { "name": "School Club", "rank": 20 } + ], + "title": { + "romaji": "HaruChika: Haruta to Chika wa Seishun suru", + "english": null, + "native": "ハルチカ ~ハルタとチカは青春する~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684096504, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86531-rGy1t7OfzRuK.jpg" + } + }, + { + "id": 108432, + "idMal": 126542, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ore no Tomodachi ga Kawai Sugite Komaru!", + "I am Worried that my Childhood Friend is too Cute!", + "TomoKawa", + "ともかわ" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Gender Bending", "rank": 95 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Nudity", "rank": 79 } + ], + "title": { + "romaji": "Ore no Tomodachi ♂♀ ga Kawaisugite Komaru!", + "english": null, + "native": "俺の友達♂♀が可愛すぎて困る!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684133899, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108432-5Vq9GkqAj5ng.jpg" + } + }, + { + "id": 91865, + "idMal": 73729, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 28, + "format": "MANGA", + "duration": null, + "synonyms": ["Apartmeito", "Apart Mate", "100 x 200", "Nagame no Ii Heya"], + "genres": ["Romance"], + "tags": [ + { "name": "Josei", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 66 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Episodic", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 10 } + ], + "title": { + "romaji": "Apartmate", + "english": null, + "native": "アパルトめいと" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684135675, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/91865-vwqSpsDomEvc.jpg" + } + }, + { + "id": 147149, + "idMal": 148467, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Story About Smoking at the Back of the Supermarket", + "スーパーの裏でヤニ吸う話", + "Super no Ura de Yani Suu Hanashi", + "Behind the Supermarket Smoking with You" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 96 }, + { "name": "Heterosexual", "rank": 93 }, + { "name": "Primarily Adult Cast", "rank": 85 }, + { "name": "Work", "rank": 80 }, + { "name": "Age Gap", "rank": 80 }, + { "name": "Urban", "rank": 79 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Male Protagonist", "rank": 71 } + ], + "title": { + "romaji": "Super no Ura de Yani Suu Futari", + "english": "Smoking Behind the Supermarket with You", + "native": "スーパーの裏でヤニ吸うふたり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684228338, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147149-9DQ4upJAV2kQ.jpg" + } + }, + { + "id": 98543, + "idMal": 105029, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["패러렐 파라다이스", "พาราเรลพาราไดส์"], + "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Female Harem", "rank": 100 }, + { "name": "Defloration", "rank": 96 }, + { "name": "Ahegao", "rank": 92 }, + { "name": "Isekai", "rank": 89 }, + { "name": "Nudity", "rank": 89 }, + { "name": "Seinen", "rank": 85 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Crossdressing", "rank": 84 }, + { "name": "Rape", "rank": 83 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Tragedy", "rank": 82 }, + { "name": "Dystopian", "rank": 82 }, + { "name": "Group Sex", "rank": 82 }, + { "name": "Lost Civilization", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 80 }, + { "name": "Amnesia", "rank": 79 }, + { "name": "Succubus", "rank": 79 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Witch", "rank": 79 }, + { "name": "Memory Manipulation", "rank": 79 }, + { "name": "Bondage", "rank": 79 }, + { "name": "Masochism", "rank": 79 }, + { "name": "Nakadashi", "rank": 79 }, + { "name": "Time Manipulation", "rank": 70 }, + { "name": "Irrumatio", "rank": 70 }, + { "name": "Kuudere", "rank": 70 }, + { "name": "Sadism", "rank": 70 }, + { "name": "Squirting", "rank": 70 }, + { "name": "Gods", "rank": 66 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Deepthroat", "rank": 60 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Exhibitionism", "rank": 60 }, + { "name": "Amputation", "rank": 50 }, + { "name": "Maids", "rank": 50 }, + { "name": "Virginity", "rank": 50 }, + { "name": "Elf", "rank": 40 }, + { "name": "Shapeshifting", "rank": 40 }, + { "name": "Masturbation", "rank": 40 }, + { "name": "Gender Bending", "rank": 34 }, + { "name": "Anachronism", "rank": 30 }, + { "name": "Cannibalism", "rank": 26 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Blackmail", "rank": 20 }, + { "name": "Femdom", "rank": 20 }, + { "name": "Watersports", "rank": 10 } + ], + "title": { + "romaji": "Parallel Paradise", + "english": "Parallel Paradise", + "native": "パラレルパラダイス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684307754, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx98543-yqesW6ME1ruj.jpg" + } + }, + { + "id": 45805, + "idMal": 15805, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 54, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Koukin Otome x Amnesia", + "Dusk Maiden of Amnesia", + "Niepamięć panny zmierzchu" + ], + "genres": ["Horror", "Mystery", "Romance", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 100 }, + { "name": "School", "rank": 83 }, + { "name": "Denpa", "rank": 79 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Dissociative Identities", "rank": 72 }, + { "name": "Tragedy", "rank": 66 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Amnesia", "rank": 55 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Shounen", "rank": 40 }, + { "name": "School Club", "rank": 40 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Tasogare Otome x Amnesia", + "english": null, + "native": "黄昏乙女×アムネジア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684317277, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx45805-GaLIeACbsnGy.png" + } + }, + { + "id": 30664, + "idMal": 664, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 120, + "format": "MANGA", + "duration": null, + "synonyms": ["アキラ"], + "genres": ["Action", "Horror", "Psychological", "Sci-Fi"], + "tags": [ + { "name": "Dystopian", "rank": 98 }, + { "name": "Cyberpunk", "rank": 96 }, + { "name": "Military", "rank": 95 }, + { "name": "Post-Apocalyptic", "rank": 94 }, + { "name": "Seinen", "rank": 86 }, + { "name": "Tragedy", "rank": 86 }, + { "name": "Super Power", "rank": 84 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Gore", "rank": 79 }, + { "name": "Survival", "rank": 79 }, + { "name": "Delinquents", "rank": 77 }, + { "name": "Philosophy", "rank": 77 }, + { "name": "Body Horror", "rank": 77 }, + { "name": "Drugs", "rank": 74 }, + { "name": "War", "rank": 70 }, + { "name": "Cult", "rank": 70 }, + { "name": "Gangs", "rank": 67 }, + { "name": "Motorcycles", "rank": 66 }, + { "name": "Anti-Hero", "rank": 65 }, + { "name": "Afterlife", "rank": 60 }, + { "name": "Coming of Age", "rank": 56 }, + { "name": "Nudity", "rank": 42 }, + { "name": "Reincarnation", "rank": 20 }, + { "name": "Basketball", "rank": 20 }, + { "name": "Bullying", "rank": 20 } + ], + "title": { "romaji": "AKIRA", "english": "Akira", "native": "AKIRA" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684396298, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1982 }, + "endDate": { "year": 1990 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30664-JJq9tosQvlpW.jpg" + } + }, + { + "id": 98842, + "idMal": 105084, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "지박소년 하나코 군", + "Hanako, duch ze szkolnej toalety", + "Hanako-Kun e os mistérios do colégio Kamome", + "Hanako-Kun, El Fantasma del Lavabo", + "地缚少年花子君", + "ฮานาโกะคุง วิญญาณติดที่", + "Hanako kun - I sette misteri dell'Accademia Kamome", + "\"Cậu\" ma nhà xí Hanako", + "Туалетний привид Ханако", + "Туалетный мальчик Ханако" + ], + "genres": [ + "Action", + "Comedy", + "Drama", + "Mystery", + "Romance", + "Supernatural" + ], + "tags": [ + { "name": "Youkai", "rank": 92 }, + { "name": "Mythology", "rank": 91 }, + { "name": "Ghost", "rank": 90 }, + { "name": "Urban Fantasy", "rank": 88 }, + { "name": "School", "rank": 87 }, + { "name": "Afterlife", "rank": 82 }, + { "name": "Twins", "rank": 80 }, + { "name": "Female Protagonist", "rank": 74 }, + { "name": "Tragedy", "rank": 74 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Shounen", "rank": 71 }, + { "name": "Revenge", "rank": 68 }, + { "name": "Suicide", "rank": 66 }, + { "name": "Gore", "rank": 64 }, + { "name": "Alternate Universe", "rank": 60 }, + { "name": "Magic", "rank": 56 }, + { "name": "LGBTQ+ Themes", "rank": 56 }, + { "name": "Body Horror", "rank": 54 }, + { "name": "Slapstick", "rank": 54 }, + { "name": "Survival", "rank": 53 }, + { "name": "Gods", "rank": 50 }, + { "name": "Yandere", "rank": 49 }, + { "name": "Mermaid", "rank": 48 }, + { "name": "Tsundere", "rank": 47 }, + { "name": "Time Manipulation", "rank": 45 }, + { "name": "Love Triangle", "rank": 36 }, + { "name": "Shrine Maiden", "rank": 33 }, + { "name": "Body Swapping", "rank": 20 } + ], + "title": { + "romaji": "Jibaku Shounen Hanako-kun", + "english": "Toilet-Bound Hanako-kun", + "native": "地縛少年 花子くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684456234, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx98842-Ji0v423UZ4er.jpg" + } + }, + { + "id": 138443, + "idMal": 151471, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Woman Who Will Mess Up Your Emotions", + "The Woman Who Messes With My Emotions" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "4-koma", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Bullying", "rank": 20 } + ], + "title": { + "romaji": "Joucho wo Mechakucha ni Shitekuru Onna ", + "english": null, + "native": "情緒をめちゃくちゃにしてくる女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684672409, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138443-9FsJrlrFDBgn.png" + } + }, + { + "id": 153904, + "idMal": 154717, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Dating the kind of Girl you Shouldn't Get Involved With", + "A Dangerous Type Became My Girlfriend" + ], + "genres": ["Psychological", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "POV", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Time Skip", "rank": 60 }, + { "name": "Family Life", "rank": 40 } + ], + "title": { + "romaji": "Kaka Kano: Kakawatte wa Ikenai Type no Musume ga Kanojo ni Natta", + "english": null, + "native": "かかかの ~関わってはいけないタイプの娘が彼女になった~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684738483, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153904-2phbOKd8wKtM.jpg" + } + }, + { + "id": 135930, + "idMal": 138015, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 43, + "format": "MANGA", + "duration": null, + "synonyms": ["Dog and Scum"], + "genres": ["Drama", "Psychological", "Romance"], + "tags": [ + { "name": "Amnesia", "rank": 95 }, + { "name": "Seinen", "rank": 82 }, + { "name": "Urban", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 74 }, + { "name": "Heterosexual", "rank": 71 }, + { "name": "Love Triangle", "rank": 67 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Netorare", "rank": 60 }, + { "name": "Nudity", "rank": 45 }, + { "name": "Yandere", "rank": 41 }, + { "name": "Suicide", "rank": 40 } + ], + "title": { "romaji": "Inu to Kuzu", "english": null, "native": "犬と屑" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684742254, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135930-mxPxahht8jqB.png" + } + }, + { + "id": 132144, + "idMal": 146878, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Return of The Mount Hua Sect", + "Volcano Return", + "Return of the Flowery Mountain Sect", + "劍尊歸來", + "หวนคืนสู่ฮวาซาน" + ], + "genres": ["Action", "Adventure"], + "tags": [ + { "name": "Swordplay", "rank": 96 }, + { "name": "Wuxia", "rank": 89 }, + { "name": "Reincarnation", "rank": 89 }, + { "name": "Martial Arts", "rank": 84 }, + { "name": "Religion", "rank": 79 }, + { "name": "Politics", "rank": 79 }, + { "name": "Anti-Hero", "rank": 79 }, + { "name": "Cultivation", "rank": 76 }, + { "name": "Full Color", "rank": 74 }, + { "name": "Male Protagonist", "rank": 71 }, + { "name": "Historical", "rank": 70 }, + { "name": "Revenge", "rank": 43 }, + { "name": "Gore", "rank": 40 }, + { "name": "Primarily Male Cast", "rank": 40 }, + { "name": "Economics", "rank": 24 }, + { "name": "Zombie", "rank": 20 } + ], + "title": { + "romaji": "Hwasangwihwan", + "english": "Return of the Blossoming Blade", + "native": "화산귀환" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684829227, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx132144-RExqQIf7EXm2.jpg" + } + }, + { + "id": 38144, + "idMal": 8144, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 97, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Lost Continent of the Sky", + "Misplaced by Heaven", + "Heaven’s Lost Property", + "Tombée du ciel: Sora no otoshimoto" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Angels", "rank": 90 }, + { "name": "School", "rank": 85 }, + { "name": "Surreal Comedy", "rank": 80 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Artificial Intelligence", "rank": 79 }, + { "name": "Slavery", "rank": 79 }, + { "name": "Parody", "rank": 79 }, + { "name": "Slapstick", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Chibi", "rank": 66 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Gods", "rank": 60 }, + { "name": "Religion", "rank": 60 }, + { "name": "Philosophy", "rank": 60 }, + { "name": "Astronomy", "rank": 60 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Rural", "rank": 60 }, + { "name": "Gender Bending", "rank": 40 }, + { "name": "Yakuza", "rank": 40 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Found Family", "rank": 40 }, + { "name": "Torture", "rank": 40 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Martial Arts", "rank": 40 }, + { "name": "Conspiracy", "rank": 40 }, + { "name": "Meta", "rank": 20 }, + { "name": "Suicide", "rank": 20 }, + { "name": "Clone", "rank": 20 }, + { "name": "Time Manipulation", "rank": 20 }, + { "name": "Lost Civilization", "rank": 20 }, + { "name": "Memory Manipulation", "rank": 20 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Battle Royale", "rank": 10 } + ], + "title": { + "romaji": "Sora no Otoshimono", + "english": null, + "native": "そらのおとしもの" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684829781, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38144-mPs2QWbRy2n3.jpg" + } + }, + { + "id": 148242, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 5, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama"], + "tags": [], + "title": { "romaji": "Akari", "english": null, "native": "あかり" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684835247, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx148242-a1cAB3URPKKE.jpg" + } + }, + { + "id": 116401, + "idMal": 125182, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 110, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Are You Really Getting Married?", + "結婚するって, 本当ですか 365 Days To The Wedding", + "Map for The Wedding", + "แต่งงานที่ว่านี่เรื่องจริงเหรอครับ" + ], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Work", "rank": 84 }, + { "name": "Marriage", "rank": 84 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Heterosexual", "rank": 74 }, + { "name": "Female Protagonist", "rank": 72 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "Primarily Adult Cast", "rank": 71 }, + { "name": "Kuudere", "rank": 64 }, + { "name": "Family Life", "rank": 60 }, + { "name": "Rural", "rank": 60 }, + { "name": "Office Lady", "rank": 40 }, + { "name": "Travel", "rank": 40 }, + { "name": "LGBTQ+ Themes", "rank": 20 } + ], + "title": { + "romaji": "Kekkon Suru tte, Hontou desu ka: 365 Days To The Wedding", + "english": "365 Days to the Wedding", + "native": "結婚するって、本当ですか 365 Days To The Wedding" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684974708, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116401-PdVZJ3G432Qj.png" + } + }, + { + "id": 130750, + "idMal": 138703, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["今年的三石同學哪裡有點怪"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "School", "rank": 30 } + ], + "title": { + "romaji": "Kotoshi no Mitsuishi-san wa Doko ka Okashii", + "english": null, + "native": "今年の三石さんはどこかおかしい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685060911, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx130750-rkum7Tv3OfuQ.png" + } + }, + { + "id": 119149, + "idMal": 136261, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Short Short Short-san", "Short Short Short"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Shouto Shouto Shouto-san", + "english": null, + "native": "ショートショートショートさん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685065093, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119149-Hgqy7s6ZQVuu.png" + } + }, + { + "id": 100557, + "idMal": 104829, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 69, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Sachiiro no One Room", + "Pokój w kolorach szczęścia", + "Una Habitación del Color de la Felicidad", + "Color of Happiness", + "Una stanza di felicità", + "Pokoj v barvách štěstí" + ], + "genres": ["Drama", "Psychological", "Romance", "Slice of Life"], + "tags": [ + { "name": "Rehabilitation", "rank": 94 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Tragedy", "rank": 91 }, + { "name": "Male Protagonist", "rank": 89 }, + { "name": "Bullying", "rank": 83 }, + { "name": "Crime", "rank": 83 }, + { "name": "Denpa", "rank": 79 }, + { "name": "Philosophy", "rank": 76 }, + { "name": "Suicide", "rank": 70 }, + { "name": "Yandere", "rank": 67 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Age Gap", "rank": 55 }, + { "name": "Found Family", "rank": 55 }, + { "name": "Rape", "rank": 52 }, + { "name": "Homeless", "rank": 50 }, + { "name": "Delinquents", "rank": 40 }, + { "name": "Gender Bending", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Coastal", "rank": 20 } + ], + "title": { + "romaji": "Sachi-iro no One Room", + "english": "One Room of Happiness", + "native": "幸色のワンルーム" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685194815, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100557-55nghYjyfP4i.jpg" + } + }, + { + "id": 127909, + "idMal": 140778, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 34, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Cute Girls Doing Cute Things", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "4-koma", "rank": 20 } + ], + "title": { + "romaji": "Rutou-san ni wa Kanaimasen!", + "english": null, + "native": "瑠東さんには敵いません!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685325552, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx127909-mLsKulxw2zcz.jpg" + } + }, + { + "id": 107282, + "idMal": 118196, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 203, + "format": "MANGA", + "duration": null, + "synonyms": [ + "That Girl Isn't Just Cute", + "That Girl Is Not Just Cute", + "Kawaii Dake janai Onnanoko Manga", + "かわいいだけじゃない女の子漫画", + "Miss Shikimori Is Not Just Cute", + "귀엽기만 한 게 아닌 시키모리 양", + "คุณชิกิโมริไม่ได้น่ารักแค่อย่างเดียวนะ", + "Shikimori n'est pas juste mignonne", + "Shikimori es más que una cara bonita", + "我家女友可不止可爱呢", + "Моя девушка не только милая", + "式守同學不只可愛而已" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 87 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "School", "rank": 83 }, + { "name": "Heterosexual", "rank": 83 }, + { "name": "Episodic", "rank": 78 }, + { "name": "Cute Boys Doing Cute Things", "rank": 70 }, + { "name": "Coming of Age", "rank": 68 }, + { "name": "Femdom", "rank": 68 }, + { "name": "Cute Girls Doing Cute Things", "rank": 66 }, + { "name": "Shounen", "rank": 62 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Love Triangle", "rank": 29 } + ], + "title": { + "romaji": "Kawaii dake ja Nai Shikimori-san", + "english": "Shikimori's Not Just a Cutie", + "native": "可愛いだけじゃない式守さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685353437, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107282-ZzzqzHRZShT6.png" + } + }, + { + "id": 140475, + "idMal": 144267, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["薰香花朵凛然綻放", "Kaoruhana"], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 93 }, + { "name": "School", "rank": 86 }, + { "name": "Shounen", "rank": 82 }, + { "name": "Male Protagonist", "rank": 81 }, + { "name": "Female Protagonist", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "Delinquents", "rank": 64 }, + { "name": "Food", "rank": 52 }, + { "name": "Urban", "rank": 50 } + ], + "title": { + "romaji": "Kaoru Hana wa Rin to Saku", + "english": "The Fragrant Flower Blooms With Dignity", + "native": "薫る花は凛と咲く" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685363244, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140475-QEGtrmdvbpOv.jpg" + } + }, + { + "id": 145120, + "idMal": 147780, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Philia Rose - The Prophecy of the Crown of Thorns", + "Filiarose – The Crown of Thorns Prophecy", + "ฟิลเลียโรเซ่กับคำทำนายแห่งมงกุฎหนาม" + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "War", "rank": 95 }, + { "name": "Full Color", "rank": 80 }, + { "name": "Age Regression", "rank": 79 }, + { "name": "Religion", "rank": 79 }, + { "name": "Suicide", "rank": 79 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Magic", "rank": 75 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Orphan", "rank": 66 }, + { "name": "Gore", "rank": 60 }, + { "name": "Conspiracy", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Swordplay", "rank": 46 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Slavery", "rank": 40 }, + { "name": "Found Family", "rank": 20 } + ], + "title": { + "romaji": "Pilliaroje: Gasiwanggwanui Yeeon", + "english": "Philia Rosé: The Prophecy of the Crown of Thorns", + "native": "필리아로제 - 가시왕관의 예언" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685420324, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145120-QrsoQwVoY8gr.jpg" + } + }, + { + "id": 116621, + "idMal": 119383, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 74, + "format": "MANGA", + "duration": null, + "synonyms": ["What I Get for Marrying a Demon Bride"], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Oniyome to Kekkon Shite Shimatta Kekka", + "english": "My Wife is an Oni", + "native": "鬼嫁と結婚してしまった結果" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685443444, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116621-2hdXcBWdwGaI.jpg" + } + }, + { + "id": 74929, + "idMal": 44929, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 53, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Ecchi", "Psychological", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 95 }, + { "name": "Seinen", "rank": 94 }, + { "name": "Coming of Age", "rank": 86 }, + { "name": "School", "rank": 80 }, + { "name": "Love Triangle", "rank": 65 }, + { "name": "Bisexual", "rank": 62 }, + { "name": "LGBTQ+ Themes", "rank": 60 }, + { "name": "Age Gap", "rank": 56 }, + { "name": "Yuri", "rank": 48 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Kuzu no Honkai", + "english": "Scum's Wish", + "native": "クズの本懐" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685474644, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx74929-xuO2cAsBiTZS.png" + } + }, + { + "id": 104045, + "idMal": 115122, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "My Wish is To Fall in Love Until You Die", + "Love you till you die", + "I Want to Love You Until You Die", + "네가 죽을 때까지 사랑하고 싶어", + "與妳相戀到生命盡頭", + "เพียงได้รักตราบสิ้นลมหายใจ" + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Tragedy", "rank": 96 }, + { "name": "Yuri", "rank": 91 }, + { "name": "Magic", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "War", "rank": 83 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Dystopian", "rank": 77 }, + { "name": "School", "rank": 67 }, + { "name": "Gore", "rank": 42 }, + { "name": "Body Horror", "rank": 28 } + ], + "title": { + "romaji": "Kimi ga Shinu made Koi wo Shitai", + "english": null, + "native": "きみが死ぬまで恋をしたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685684474, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx104045-uUwe9V8nG56B.png" + } + }, + { + "id": 112269, + "idMal": 122124, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "MANGA", + "duration": null, + "synonyms": [ + "叔教女壞", + "叔教女坏", + "叔叔教女●中生做壞壞的事", + "叔叔教女●中生做坏坏的事", + "아저씨가 여고생에게 나쁜 짓을 알려주는 이야기", + "A Story About an Old Man Teaches Bad Things to a School Girl", + "Дяденька плохому •• научит" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Age Gap", "rank": 60 }, + { "name": "School", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Josei", "rank": 20 } + ], + "title": { + "romaji": "Oji-san ga Joshi●sei ni Warui Koto wo Oshieru Hanashi", + "english": null, + "native": "おじさんが女子●生に悪いことを教える話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685786119, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112269-4W0Re9cm76Xs.jpg" + } + }, + { + "id": 126944, + "idMal": 147447, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 103, + "format": "MANGA", + "duration": null, + "synonyms": [ + "No Answer Girl", + "Unreachable Girl", + "保护刁蛮大小姐", + "無解少女" + ], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Denpa", "rank": 79 }, + { "name": "Tsundere", "rank": 73 }, + { "name": "Male Protagonist", "rank": 68 }, + { "name": "Full Color", "rank": 66 }, + { "name": "Bullying", "rank": 60 }, + { "name": "Ojou-sama", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "School", "rank": 55 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Time Skip", "rank": 40 }, + { "name": "Urban", "rank": 20 }, + { "name": "LGBTQ+ Themes", "rank": 20 } + ], + "title": { + "romaji": "Nodab Sonyeo", + "english": "She's Hopeless", + "native": "노답소녀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685786124, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126944-pGOZn3OW6fOv.jpg" + } + }, + { + "id": 30104, + "idMal": 104, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Yotsuba and!", + "Yotsuba!", + "Yotsubato", + "Ёцуба!", + "요츠바랑!" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 98 }, + { "name": "Iyashikei", "rank": 96 }, + { "name": "Episodic", "rank": 88 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Cute Girls Doing Cute Things", "rank": 77 }, + { "name": "Seinen", "rank": 73 }, + { "name": "Rural", "rank": 61 }, + { "name": "Tomboy", "rank": 57 }, + { "name": "Adoption", "rank": 57 }, + { "name": "Primarily Female Cast", "rank": 55 }, + { "name": "Slapstick", "rank": 20 } + ], + "title": { + "romaji": "Yotsuba to!", + "english": "Yotsuba&!", + "native": "よつばと!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685839858, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30104-Qv5SLPFRRAqJ.jpg" + } + }, + { + "id": 100584, + "idMal": 111276, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Iyashikei", "rank": 97 }, + { "name": "Kemonomimi", "rank": 90 }, + { "name": "Gods", "rank": 84 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Youkai", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 75 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Monster Girl", "rank": 42 }, + { "name": "Urban Fantasy", "rank": 20 }, + { "name": "Video Games", "rank": 16 } + ], + "title": { + "romaji": "Sewayaki Kitsune no Senko-san", + "english": null, + "native": "世話やきキツネの仙狐さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685871891, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100584-nsNlmE5aTDhe.jpg" + } + }, + { + "id": 146139, + "idMal": 147712, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Match Made in Heaven by Chance", + "偶然成了天生一對", + "Quizás fue el Destino" + ], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 85 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Full Color", "rank": 84 }, + { "name": "Marriage", "rank": 79 }, + { "name": "Rehabilitation", "rank": 79 }, + { "name": "Family Life", "rank": 77 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "Primarily Adult Cast", "rank": 71 }, + { "name": "Fitness", "rank": 64 }, + { "name": "Tsundere", "rank": 56 }, + { "name": "Kuudere", "rank": 55 }, + { "name": "Work", "rank": 50 }, + { "name": "Writing", "rank": 50 }, + { "name": "Urban", "rank": 20 }, + { "name": "Software Development", "rank": 20 } + ], + "title": { + "romaji": "Eojjeodaboni Cheonsaengyeonbun", + "english": "Maybe Meant to Be", + "native": "어쩌다보니 천생연분" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685877934, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx146139-RgslAivhNmMP.jpg" + } + }, + { + "id": 87395, + "idMal": 70345, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Необъятный океан", "ก๊วนป่วนชวนบุ๋งบุ๋ง"], + "genres": ["Comedy", "Romance", "Slice of Life", "Sports"], + "tags": [ + { "name": "Slapstick", "rank": 98 }, + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Surreal Comedy", "rank": 93 }, + { "name": "Seinen", "rank": 90 }, + { "name": "College", "rank": 88 }, + { "name": "Nudity", "rank": 88 }, + { "name": "Primarily Adult Cast", "rank": 87 }, + { "name": "Bar", "rank": 81 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Scuba Diving", "rank": 77 }, + { "name": "Love Triangle", "rank": 75 }, + { "name": "Otaku Culture", "rank": 64 }, + { "name": "Kuudere", "rank": 64 }, + { "name": "Tsundere", "rank": 57 }, + { "name": "Meta", "rank": 55 }, + { "name": "Female Harem", "rank": 54 }, + { "name": "Yandere", "rank": 42 }, + { "name": "Gore", "rank": 42 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Incest", "rank": 37 }, + { "name": "LGBTQ+ Themes", "rank": 36 } + ], + "title": { + "romaji": "Grand Blue", + "english": "Grand Blue Dreaming", + "native": "ぐらんぶる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685934507, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87395-QGyh7Fc3YV3G.jpg" + } + }, + { + "id": 100991, + "idMal": 112115, + "status": "CANCELLED", + "type": "MANGA", + "episodes": null, + "chapters": 123, + "format": "MANGA", + "duration": null, + "synonyms": ["ดารายอดอัจฉริยะ"], + "genres": ["Drama", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Acting", "rank": 100 }, + { "name": "Work", "rank": 93 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Coming of Age", "rank": 78 }, + { "name": "Shounen", "rank": 73 }, + { "name": "Philosophy", "rank": 71 }, + { "name": "Educational", "rank": 50 }, + { "name": "Primarily Adult Cast", "rank": 30 }, + { "name": "Twins", "rank": 20 } + ], + "title": { + "romaji": "act-age", + "english": "ACT-AGE", + "native": "アクタージュ act-age" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685939120, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100991-iAa5tfGjInDf.png" + } + }, + { + "id": 106434, + "idMal": 117078, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Tomboy", "rank": 91 }, + { "name": "Heterosexual", "rank": 83 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "School", "rank": 72 }, + { "name": "Shounen", "rank": 65 }, + { "name": "Athletics", "rank": 20 }, + { "name": "Yuri", "rank": 16 } + ], + "title": { + "romaji": "Hitomi-chan wa Hitomishiri", + "english": "Hitomi-chan is Shy With Strangers", + "native": "瞳ちゃんは人見知り" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685952560, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106434-0XVrugvoaYNG.jpg" + } + }, + { + "id": 108900, + "idMal": 105870, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 39, + "format": "MANGA", + "duration": null, + "synonyms": ["The Mitarai’s House is On Fire"], + "genres": ["Drama", "Mystery", "Psychological", "Thriller"], + "tags": [ + { "name": "Josei", "rank": 80 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Revenge", "rank": 75 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Amnesia", "rank": 40 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Ojou-sama", "rank": 20 }, + { "name": "Rehabilitation", "rank": 20 }, + { "name": "Hikikomori", "rank": 20 } + ], + "title": { + "romaji": "Mitarai-ke, Enjou Suru", + "english": "Burn the House Down", + "native": "御手洗家、炎上する" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686037795, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108900-sSpf8TfVZf16.jpg" + } + }, + { + "id": 31649, + "idMal": 1649, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 201, + "format": "MANGA", + "duration": null, + "synonyms": ["ライアーゲーム", "Liar Game: El Juego de los Mentirosos"], + "genres": ["Drama", "Psychological"], + "tags": [ + { "name": "Gambling", "rank": 92 }, + { "name": "Seinen", "rank": 91 }, + { "name": "Primarily Adult Cast", "rank": 82 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Cult", "rank": 73 }, + { "name": "Ensemble Cast", "rank": 63 }, + { "name": "Death Game", "rank": 60 }, + { "name": "Transgender", "rank": 54 }, + { "name": "Bullying", "rank": 40 }, + { "name": "Coming of Age", "rank": 10 } + ], + "title": { "romaji": "LIAR GAME", "english": null, "native": "LIAR GAME" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686037799, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31649-zKUMKIrXO8u5.jpg" + } + }, + { + "id": 85703, + "idMal": 77827, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 94, + "format": "MANGA", + "duration": null, + "synonyms": ["와타리 군의 XX가 붕괴 직전"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Love Triangle", "rank": 70 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Female Harem", "rank": 53 }, + { "name": "Coming of Age", "rank": 50 } + ], + "title": { + "romaji": "Watari-kun no xx ga Houkai Sunzen", + "english": "Watari-kun's ****** Is about to Collapse", + "native": "渡くんの××が崩壊寸前" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686053240, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx85703-xm8ZYtoRieS0.jpg" + } + }, + { + "id": 30102, + "idMal": 102, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 137, + "format": "MANGA", + "duration": null, + "synonyms": ["Furuba", "Fruba", "フルバ", "水果篮子", "후르츠 바스켓 "], + "genres": ["Comedy", "Drama", "Psychological", "Romance", "Supernatural"], + "tags": [ + { "name": "Animals", "rank": 91 }, + { "name": "Shoujo", "rank": 90 }, + { "name": "Mythology", "rank": 86 }, + { "name": "Ensemble Cast", "rank": 85 }, + { "name": "Tragedy", "rank": 85 }, + { "name": "School", "rank": 82 }, + { "name": "Philosophy", "rank": 80 }, + { "name": "Shapeshifting", "rank": 80 }, + { "name": "Rehabilitation", "rank": 77 }, + { "name": "Heterosexual", "rank": 77 }, + { "name": "Reincarnation", "rank": 76 }, + { "name": "Female Protagonist", "rank": 72 }, + { "name": "Found Family", "rank": 68 }, + { "name": "Family Life", "rank": 67 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "Tsundere", "rank": 65 }, + { "name": "Coming of Age", "rank": 64 }, + { "name": "Age Gap", "rank": 62 }, + { "name": "Henshin", "rank": 60 }, + { "name": "Love Triangle", "rank": 54 }, + { "name": "Crossdressing", "rank": 51 }, + { "name": "Incest", "rank": 44 }, + { "name": "Orphan", "rank": 40 }, + { "name": "Memory Manipulation", "rank": 33 }, + { "name": "Delinquents", "rank": 25 }, + { "name": "Dissociative Identities", "rank": 24 }, + { "name": "Revenge", "rank": 20 }, + { "name": "Teacher", "rank": 20 }, + { "name": "Disability", "rank": 20 } + ], + "title": { + "romaji": "Fruits Basket", + "english": "Fruits Basket", + "native": "フルーツバスケット" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686101188, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30102-MJuQ0e0k2CgU.png" + } + }, + { + "id": 117785, + "idMal": 133362, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 222, + "format": "MANGA", + "duration": null, + "synonyms": ["Senpai is Mine", "สู้เขาน้องหนูเพื่อนร่วมงาน"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 84 }, + { "name": "Office Lady", "rank": 82 }, + { "name": "Primarily Adult Cast", "rank": 82 }, + { "name": "Full Color", "rank": 82 }, + { "name": "Love Triangle", "rank": 80 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Work", "rank": 67 }, + { "name": "Heterosexual", "rank": 65 }, + { "name": "POV", "rank": 60 }, + { "name": "Nudity", "rank": 40 } + ], + "title": { + "romaji": "Ganbare, Douki-chan", + "english": null, + "native": "がんばれ同期ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686130761, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117785-Icd6yzmYHD9w.jpg" + } + }, + { + "id": 141355, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Waka-chan is Pushy Again", + "วากะจัง สาวแอ๊บใสหัวใจมีรัก", + "Waka-chan is Flirty Again", + "A Hidden Side to my Crush" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Tsundere", "rank": 79 }, + { "name": "Love Triangle", "rank": 70 }, + { "name": "Full Color", "rank": 66 }, + { "name": "College", "rank": 50 }, + { "name": "Heterosexual", "rank": 50 }, + { "name": "School Club", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Waka-chan wa Kyou mo Azatoi", + "english": "A Hidden Side to my Crush", + "native": "和歌ちゃんは今日もあざとい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686135602, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b141355-K4NCcnLlMLtJ.png" + } + }, + { + "id": 119121, + "idMal": 127062, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 235, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ichizu Bitch na Kouhai no Hanashi", + "一途ビッチな後輩の話", + "Ichizu de Bitch na Kouhai", + "一途でビッチな後輩" + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 85 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 70 }, + { "name": "4-koma", "rank": 60 }, + { "name": "Yandere", "rank": 20 }, + { "name": "Nudity", "rank": 10 } + ], + "title": { + "romaji": "Ichizu Bitch-chan", + "english": null, + "native": "一途ビッチちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686140485, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119121-veDHCSKGKFHa.png" + } + }, + { + "id": 145528, + "idMal": 161291, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 91, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Romance", "Supernatural"], + "tags": [ + { "name": "Full Color", "rank": 79 }, + { "name": "Ghost", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 } + ], + "title": { + "romaji": "Saengjongobaek", + "english": "Dating to Survive", + "native": "생존고백" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686188096, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145528-hJFbfmiQeFTC.jpg" + } + }, + { + "id": 99898, + "idMal": 105395, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Noel the Mortal Fate", "Higyaku no Noeru"], + "genres": ["Adventure", "Mystery", "Supernatural"], + "tags": [{ "name": "Josei", "rank": 79 }], + "title": { + "romaji": "Higyaku no Noel", + "english": null, + "native": "被虐のノエル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686223597, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99898-LY7TN1WSsTbO.jpg" + } + }, + { + "id": 86647, + "idMal": 90498, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 99, + "format": "MANGA", + "duration": null, + "synonyms": [ + "惰性67%", + "Dasei 67 %", + "Inertia 67 Percent", + "ยัยเฉื่อย 67% กับหอพักป่วนชวนน็อตหลุด" + ], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "College", "rank": 82 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Drawing", "rank": 60 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Nudity", "rank": 50 }, + { "name": "Episodic", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Cosplay", "rank": 30 } + ], + "title": { + "romaji": "Dasei 67 Percent", + "english": null, + "native": "惰性67パーセント" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686223854, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86647-jVZo1d32uoHq.jpg" + } + }, + { + "id": 118304, + "idMal": 126333, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 100, + "format": "MANGA", + "duration": null, + "synonyms": ["Futaribocchi no Otaku Circle no Hime"], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "School Club", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Futari Bocchi no Otasaa no Hime ", + "english": null, + "native": "ふたりぼっちのオタサーの姫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686223868, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118304-xAiZpEbMQoSc.jpg" + } + }, + { + "id": 98305, + "idMal": 101851, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Akebi-chan no Serafuku", + "Akebi's Sailor Uniform", + "La divisa scolastica di Akebi" + ], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 95 }, + { "name": "School", "rank": 93 }, + { "name": "Iyashikei", "rank": 92 }, + { "name": "Cute Girls Doing Cute Things", "rank": 92 }, + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Coming of Age", "rank": 86 }, + { "name": "Seinen", "rank": 71 }, + { "name": "Yuri", "rank": 68 } + ], + "title": { + "romaji": "Akebi-chan no Sailor Fuku", + "english": null, + "native": "明日ちゃんのセーラー服" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686223884, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx98305-bCZ6qJI7cdfe.jpg" + } + }, + { + "id": 38157, + "idMal": 8157, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 154, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kami-sama Hajimemashita", + "Jak zostałam bóstwem!?", + "Divine Nanami", + "Очень приятно, бог" + ], + "genres": ["Comedy", "Fantasy", "Romance", "Supernatural"], + "tags": [ + { "name": "Shoujo", "rank": 97 }, + { "name": "Female Protagonist", "rank": 95 }, + { "name": "Kemonomimi", "rank": 84 }, + { "name": "Demons", "rank": 79 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Youkai", "rank": 77 }, + { "name": "Urban Fantasy", "rank": 66 }, + { "name": "Gods", "rank": 63 }, + { "name": "Monster Boy", "rank": 60 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Amnesia", "rank": 56 }, + { "name": "School", "rank": 53 }, + { "name": "Yandere", "rank": 50 }, + { "name": "Time Manipulation", "rank": 48 }, + { "name": "Historical", "rank": 40 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Male Harem", "rank": 40 }, + { "name": "Age Regression", "rank": 20 } + ], + "title": { + "romaji": "Kamisama Hajimemashita", + "english": "Kamisama Kiss", + "native": "神様はじめました" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686225107, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38157-CCtYXzoNb2bc.jpg" + } + }, + { + "id": 70481, + "idMal": 40481, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Oomuroke", + "Oomuro Family", + "OMRK", + "Ohmuro Family", + "Ohmuro-ke" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Primarily Child Cast", "rank": 79 }, + { "name": "Yuri", "rank": 72 }, + { "name": "Cute Girls Doing Cute Things", "rank": 70 }, + { "name": "School", "rank": 30 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { "romaji": "Oomuro-ke", "english": null, "native": "大室家" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686226922, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx70481-SjcIKQv4gBEw.png" + } + }, + { + "id": 105791, + "idMal": 116766, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Shaved. Then I Brought a High School Girl Home.", + "โกนหนวดไปทำงาน แล้วกลับบ้านมาพบเธอ" + ], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Age Gap", "rank": 84 }, + { "name": "Love Triangle", "rank": 82 }, + { "name": "Work", "rank": 79 }, + { "name": "Urban", "rank": 79 }, + { "name": "Office Lady", "rank": 79 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Harem", "rank": 76 }, + { "name": "Tragedy", "rank": 53 }, + { "name": "Female Protagonist", "rank": 48 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Gyaru", "rank": 42 }, + { "name": "Shounen", "rank": 30 } + ], + "title": { + "romaji": "Hige wo Soru. Soshite Joshikousei wo Hirou.", + "english": "Higehiro: After Being Rejected, I Shaved and Took In a High School Runaway", + "native": "ひげを剃る。そして女子高生を拾う。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686293008, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105791-HamYdne051zk.jpg" + } + }, + { + "id": 86283, + "idMal": 75991, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 187, + "format": "MANGA", + "duration": null, + "synonyms": ["Harekon.", "后宫婚", "하렘혼"], + "genres": ["Drama", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 85 }, + { "name": "Nudity", "rank": 80 }, + { "name": "Seinen", "rank": 70 }, + { "name": "Primarily Adult Cast", "rank": 70 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Marriage", "rank": 60 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Netorare", "rank": 20 }, + { "name": "Yandere", "rank": 20 } + ], + "title": { + "romaji": "Hare-Kon.", + "english": "Harem Marriage", + "native": "ハレ婚。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686293012, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86283-6xPnEtV7JxnZ.png" + } + }, + { + "id": 104473, + "idMal": 110750, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 22, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The One I like Is My Sister but Not My Sister", + "The One I Love is My Little Sister But She's Not a Little Sister" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Writing", "rank": 73 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Shounen", "rank": 60 } + ], + "title": { + "romaji": "Ore ga Suki nano wa Imouto dakedo Imouto ja Nai", + "english": null, + "native": "俺が好きなのは妹だけど妹じゃない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686353158, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104473-mRWNsmKK3p5h.jpg" + } + }, + { + "id": 107729, + "idMal": 123150, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 73, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kuno Chiyo the Precog", + "Yochinouryoku Manga - Kuno Chiyo", + "Kuno Chiyo The Esper" + ], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Super Power", "rank": 100 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "4-koma", "rank": 60 }, + { "name": "School", "rank": 53 } + ], + "title": { + "romaji": "Yochinouryoku Manga: Kuno Chiyo", + "english": "Chiyo Kuno the Psychic", + "native": "予知能力まんが・九能ちよ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686355733, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107729-WfgMoPuHroMk.png" + } + }, + { + "id": 55229, + "idMal": 25229, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 34, + "format": "MANGA", + "duration": null, + "synonyms": ["Sweet Sweets Stories"], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Shoujo", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "School", "rank": 60 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "College", "rank": 20 }, + { "name": "School Club", "rank": 20 }, + { "name": "Teacher", "rank": 20 }, + { "name": "Tomboy", "rank": 20 }, + { "name": "Twins", "rank": 20 }, + { "name": "Anthology", "rank": 10 } + ], + "title": { "romaji": "Sugars", "english": null, "native": "シュガーズ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686356832, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b55229-abvUCqXd2smi.jpg" + } + }, + { + "id": 106473, + "idMal": 118301, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Shed! Ryugasaki-san", "Сбрось кожу, Рюгасаки-сан!"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Monster Girl", "rank": 84 }, + { "name": "School", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Shapeshifting", "rank": 60 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Mukasete! Ryugasaki-san", + "english": "Shed that Skin, Ryugasaki-san!", + "native": "剥かせて!竜ケ崎さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686380817, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106473-z8BE6mWjqdxY.jpg" + } + }, + { + "id": 131238, + "idMal": 139400, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Drawing", "rank": 79 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Nudity", "rank": 40 } + ], + "title": { + "romaji": "Nido to Jidori Okutte Yannai!", + "english": "I'll Never Send a Selfie Again!", + "native": "二度と自撮り送ってやんない!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686380823, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx131238-xsEotM4rTotl.jpg" + } + }, + { + "id": 110577, + "idMal": 121679, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Want You To Make a Disgusted Face and Show Me Your Underwear", + "I Want You To Show Me Your Panties With a Disgusted Face" + ], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Seinen", "rank": 75 }, + { "name": "Maids", "rank": 60 }, + { "name": "Parody", "rank": 60 }, + { "name": "Gods", "rank": 60 }, + { "name": "Time Manipulation", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Slapstick", "rank": 50 }, + { "name": "Shrine Maiden", "rank": 40 }, + { "name": "Male Protagonist", "rank": 40 } + ], + "title": { + "romaji": "Iya na Kao sare nagara Opantsu Misete Moraitai: Yo wa Pantsu ga Mitai zo", + "english": null, + "native": "嫌な顔されながらおパンツ見せてもらいたい ~余はパンツが見たいぞ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686381322, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110577-bQwEnQWHEO4x.jpg" + } + }, + { + "id": 134388, + "idMal": 148319, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 40, + "format": "MANGA", + "duration": null, + "synonyms": ["センシティブ:敏感な問題"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Office Lady", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Work", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Full Color", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Squirting", "rank": 20 }, + { "name": "Ashikoki", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Feet", "rank": 20 } + ], + "title": { + "romaji": "Mingamhan Munje", + "english": "A Sensitive Issue", + "native": "민감한 문제" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686387846, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b134388-qjqIxN1kw51H.jpg" + } + }, + { + "id": 156313, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["君をトリコに"], + "genres": ["Fantasy", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Succubus", "rank": 60 }, + { "name": "Defloration", "rank": 50 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Teacher", "rank": 20 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "College", "rank": 20 }, + { "name": "Angels", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Magic", "rank": 20 } + ], + "title": { + "romaji": "Jeonggireul Juseyo", + "english": "Please Give Me Energy", + "native": "정기를 주세요" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686427134, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156313-s3zY0AqfN6CL.png" + } + }, + { + "id": 30564, + "idMal": 564, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 383, + "format": "MANGA", + "duration": null, + "synonyms": ["ガンツ", "Gantz/Osaka"], + "genres": [ + "Action", + "Drama", + "Ecchi", + "Horror", + "Psychological", + "Sci-Fi", + "Supernatural" + ], + "tags": [ + { "name": "Survival", "rank": 99 }, + { "name": "Seinen", "rank": 96 }, + { "name": "Gore", "rank": 91 }, + { "name": "Aliens", "rank": 90 }, + { "name": "Tragedy", "rank": 88 }, + { "name": "Death Game", "rank": 88 }, + { "name": "Urban", "rank": 85 }, + { "name": "Guns", "rank": 80 }, + { "name": "Nudity", "rank": 76 }, + { "name": "Cosmic Horror", "rank": 75 }, + { "name": "Philosophy", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 66 }, + { "name": "Super Power", "rank": 61 }, + { "name": "Terrorism", "rank": 52 }, + { "name": "Vampire", "rank": 50 }, + { "name": "Assassins", "rank": 46 }, + { "name": "Heterosexual", "rank": 45 }, + { "name": "Female Harem", "rank": 43 }, + { "name": "Dinosaurs", "rank": 40 }, + { "name": "Youkai", "rank": 38 }, + { "name": "CGI", "rank": 20 }, + { "name": "Trains", "rank": 20 } + ], + "title": { "romaji": "GANTZ", "english": "Gantz", "native": "GANTZ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686445559, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30564-ucMJLXpxHJKI.jpg" + } + }, + { + "id": 99703, + "idMal": 103123, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 43, + "format": "MANGA", + "duration": null, + "synonyms": [ + "This Love That Won't Reach", + "My Unrequited Love", + "Secret Crush on My Sister", + "Tatoe Todokanu Ito da toshitemo", + "Meine unerwiderte Liebe" + ], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 95 }, + { "name": "Yuri", "rank": 94 }, + { "name": "Family Life", "rank": 93 }, + { "name": "Love Triangle", "rank": 80 }, + { "name": "Coming of Age", "rank": 74 }, + { "name": "LGBTQ+ Themes", "rank": 73 }, + { "name": "Age Gap", "rank": 56 }, + { "name": "Time Skip", "rank": 50 }, + { "name": "Ensemble Cast", "rank": 45 }, + { "name": "School", "rank": 42 } + ], + "title": { + "romaji": "Tatoe Todokanu Ito da to Shite mo", + "english": "If I Could Reach You", + "native": "たとえとどかぬ糸だとしても" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686460962, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99703-kflVbOP5KFn5.jpg" + } + }, + { + "id": 104263, + "idMal": 114935, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 168, + "format": "MANGA", + "duration": null, + "synonyms": ["Torture Club Girls After School", "방과 후의 고문소녀"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "School Club", "rank": 93 }, + { "name": "School", "rank": 92 }, + { "name": "Large Breasts", "rank": 86 }, + { "name": "Female Harem", "rank": 82 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Bondage", "rank": 65 }, + { "name": "Shounen", "rank": 56 }, + { "name": "Nudity", "rank": 53 } + ], + "title": { + "romaji": "Houkago no Goumon Shoujo", + "english": null, + "native": "放課後の拷問少女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686467069, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104263-DTkVFaIdtglQ.jpg" + } + }, + { + "id": 88348, + "idMal": 57081, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Tomekichi Otoko no Ko Sakuhinshuu", + "Kanjo no Furi", + "Tsutaerarenai", + "Kare dake no Kanojo", + "Okashi na Shikaeshi", + "Kawaii tte Iwanaide!", + "Boku wo Ki ni shite", + "Tomodachi datta no ni!", + "Akujo", + "Yakusoku" + ], + "genres": ["Ecchi"], + "tags": [ + { "name": "Crossdressing", "rank": 79 }, + { "name": "Boys' Love", "rank": 20 } + ], + "title": { + "romaji": "Oto☆Koi", + "english": null, + "native": "おと☆こい -とめきちオトコの娘作品集-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686554216, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx88348-y3mdPxdVb4y6.jpg" + } + }, + { + "id": 44115, + "idMal": 14115, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 43, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 98 }, + { "name": "Male Protagonist", "rank": 94 }, + { "name": "School", "rank": 82 }, + { "name": "Boys' Love", "rank": 80 }, + { "name": "Femboy", "rank": 79 }, + { "name": "Shounen", "rank": 70 }, + { "name": "LGBTQ+ Themes", "rank": 66 }, + { "name": "Gender Bending", "rank": 62 }, + { "name": "Yuri", "rank": 40 } + ], + "title": { + "romaji": "Prunus Girl", + "english": null, + "native": "プラナス・ガール" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686554261, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx44115-QcH1sTWNYTyg.jpg" + } + }, + { + "id": 59949, + "idMal": 29949, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 7, + "format": "MANGA", + "duration": null, + "synonyms": ["Josou Shounen Anthologies", "Onna no Ko Keikaku"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Boys' Love", "rank": 79 }, + { "name": "Crossdressing", "rank": 79 }, + { "name": "Anthology", "rank": 79 }, + { "name": "School", "rank": 50 } + ], + "title": { + "romaji": "Josou Shounen Anthology Comic: Shiro-gumi", + "english": null, + "native": "女装少年アンソロジーコミック 白組" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686554274, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx59949-MZUXeBTYHRwt.png" + } + }, + { + "id": 85887, + "idMal": 85802, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 34, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Boy Who Cried Wolf Tells a Lie Today Also", + "Ookami Shounen wa Kyou mo Uso o Kasaneru" + ], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 94 }, + { "name": "Love Triangle", "rank": 88 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Heterosexual", "rank": 72 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Gender Bending", "rank": 65 }, + { "name": "School", "rank": 56 } + ], + "title": { + "romaji": "Ookami Shounen wa Kyou mo Uso wo Kasaneru", + "english": null, + "native": "狼少年は今日も嘘を重ねる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686630794, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85887-hRhYV86pTahS.png" + } + }, + { + "id": 128160, + "idMal": 134028, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Matchmaking of the Amagami Household", + "ด้ายแดงผูกรักบ้านอามากามิ", + "結緣甘神神社", + "甘神家的连理枝" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Shrine Maiden", "rank": 97 }, + { "name": "Male Protagonist", "rank": 96 }, + { "name": "Female Harem", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Shounen", "rank": 84 }, + { "name": "Tsundere", "rank": 75 }, + { "name": "Gods", "rank": 60 }, + { "name": "Time Manipulation", "rank": 55 }, + { "name": "Body Swapping", "rank": 20 } + ], + "title": { + "romaji": "Amagami-san Chi no Enmusubi", + "english": "Tying the Knot with an Amagami Sister", + "native": "甘神さんちの縁結び" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686702196, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128160-Zc1m3o79aW4O.jpg" + } + }, + { + "id": 86952, + "idMal": 95353, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "So I'm a spider what about it?", + " what about it?", + "แมงมุมแล้วไง ข้องใจเหรอคะ ", + "Sí, soy una araña, ¿qué pasa?" + ], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Reincarnation", "rank": 97 }, + { "name": "Isekai", "rank": 90 }, + { "name": "Monster Girl", "rank": 88 }, + { "name": "Gods", "rank": 85 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Anti-Hero", "rank": 79 }, + { "name": "Female Protagonist", "rank": 77 }, + { "name": "Dungeon", "rank": 72 }, + { "name": "Magic", "rank": 71 }, + { "name": "Dragons", "rank": 70 }, + { "name": "Video Games", "rank": 62 }, + { "name": "War", "rank": 60 }, + { "name": "Dissociative Identities", "rank": 50 }, + { "name": "Gender Bending", "rank": 40 } + ], + "title": { + "romaji": "Kumo desu ga, Nani ka?", + "english": "So I'm a Spider, So What?", + "native": "蜘蛛ですが、なにか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686816771, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86952-ah2w3DFY2Uek.jpg" + } + }, + { + "id": 87459, + "idMal": 99969, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 7, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Private Report on My Lesbian Experience With Loneliness", + " Minha Experiência Lésbica Com A Solidão ", + "Solitude d'un autre genre", + "Moje lesbijskie doświadczenia w walce z samotnością ", + "Моя интимная жизнь с одиночеством", + "Mi experiencia lesbiana con la soledad", + "Мій лесбійський досвід самотности", + "Solitude d'un autre genre", + "Meine lesbische Erfahrung mit Einsamkeit" + ], + "genres": ["Drama", "Ecchi", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Autobiographical", "rank": 95 }, + { "name": "Coming of Age", "rank": 92 }, + { "name": "Non-fiction", "rank": 92 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "LGBTQ+ Themes", "rank": 82 }, + { "name": "Rehabilitation", "rank": 81 }, + { "name": "Family Life", "rank": 79 }, + { "name": "Disability", "rank": 78 }, + { "name": "POV", "rank": 76 }, + { "name": "Yuri", "rank": 75 }, + { "name": "Philosophy", "rank": 74 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Drawing", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 68 }, + { "name": "Survival", "rank": 65 }, + { "name": "Achronological Order", "rank": 54 }, + { "name": "Denpa", "rank": 53 }, + { "name": "Nudity", "rank": 49 }, + { "name": "Urban", "rank": 43 }, + { "name": "Full Color", "rank": 36 } + ], + "title": { + "romaji": "Sabishisugite Rezu Fuzoku ni Ikimashita Report", + "english": "My Lesbian Experience With Loneliness", + "native": "さびしすぎてレズ風俗に行きましたレポ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686825185, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87459-KE9nHgcJhtgU.png" + } + }, + { + "id": 56819, + "idMal": 26819, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "MANGA", + "duration": null, + "synonyms": [ + "NakaImo", + "Who Is \"IMOUTO\"?", + "My Little Sister is Among Them!" + ], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Amnesia", "rank": 40 } + ], + "title": { + "romaji": "Kono Naka ni Hitori, Imouto ga Iru!", + "english": null, + "native": "この中に1人、妹がいる!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686833590, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx56819-5li8QWQ0MkvY.jpg" + } + }, + { + "id": 159020, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Sister Who Cannot Stand Me Is Scary"], + "genres": ["Psychological", "Romance"], + "tags": [ + { "name": "Yandere", "rank": 70 }, + { "name": "Inseki", "rank": 60 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Ore no Koto ga Daikirai na Imouto ga Kowai", + "english": null, + "native": "俺のことが大嫌いな妹が怖い" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686836572, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159020-qsyyP4WWlWfT.jpg" + } + }, + { + "id": 129225, + "idMal": 134339, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Want To See You Embarassed", + "เทคนี้ที่ผมถ่ายเป็นเรื่องน่าอายที่เธอไม่คัท" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 80 }, + { "name": "Masturbation", "rank": 76 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Exhibitionism", "rank": 73 }, + { "name": "Nudity", "rank": 72 }, + { "name": "Seinen", "rank": 70 }, + { "name": "Large Breasts", "rank": 68 }, + { "name": "Acting", "rank": 66 }, + { "name": "Female Protagonist", "rank": 56 }, + { "name": "School", "rank": 55 }, + { "name": "Love Triangle", "rank": 50 }, + { "name": "Teacher", "rank": 50 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Cosplay", "rank": 37 } + ], + "title": { + "romaji": "Hajirau Kimi ga Mitainda", + "english": null, + "native": "恥じらう君が見たいんだ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686875509, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx129225-7sfi5AXGPivk.jpg" + } + }, + { + "id": 151601, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Trapped in the Academy’s Eroge"], + "genres": ["Action", "Drama", "Fantasy", "Hentai", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 86 }, + { "name": "Full Color", "rank": 80 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Isekai", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "College", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Defloration", "rank": 79 }, + { "name": "Succubus", "rank": 73 }, + { "name": "Teacher", "rank": 73 }, + { "name": "Nakadashi", "rank": 70 }, + { "name": "Twins", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Boobjob", "rank": 50 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Dungeon", "rank": 20 }, + { "name": "Masochism", "rank": 20 }, + { "name": "Yuri", "rank": 20 }, + { "name": "Threesome", "rank": 20 }, + { "name": "Bondage", "rank": 20 }, + { "name": "MILF", "rank": 20 } + ], + "title": { + "romaji": "Academy Yageme Binguihaessda.", + "english": "Trapped in a Hentai Game Academy", + "native": "아카데미 야겜에 빙의했다." + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686890335, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151601-gxVOd84himii.png" + } + }, + { + "id": 99022, + "idMal": 107562, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Zapiski zielarki", + "Les Carnets de l'apothicaire", + "I diari della speziale", + "Dược sư tự sự", + "ตำรับปริศนา หมอยาแห่งวังหลัง", + "Монолог Травниці", + "Diários de Uma Apotecária", + "藥師少女的獨語", + "药屋少女的呢喃", + "Los diarios de la boticaria" + ], + "genres": ["Drama", "Mystery"], + "tags": [ + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Medicine", "rank": 90 }, + { "name": "Detective", "rank": 86 }, + { "name": "Historical", "rank": 83 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Foreign", "rank": 77 }, + { "name": "Drugs", "rank": 75 }, + { "name": "Primarily Female Cast", "rank": 74 }, + { "name": "Seinen", "rank": 72 }, + { "name": "Politics", "rank": 63 }, + { "name": "Work", "rank": 62 }, + { "name": "Crime", "rank": 60 }, + { "name": "Maids", "rank": 60 }, + { "name": "Adoption", "rank": 55 }, + { "name": "Heterosexual", "rank": 54 }, + { "name": "Episodic", "rank": 50 }, + { "name": "Conspiracy", "rank": 50 }, + { "name": "Asexual", "rank": 46 }, + { "name": "Suicide", "rank": 40 }, + { "name": "Chibi", "rank": 40 }, + { "name": "Ojou-sama", "rank": 40 } + ], + "title": { + "romaji": "Kusuriya no Hitorigoto", + "english": "The Apothecary Diaries", + "native": "薬屋のひとりごと" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686893779, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99022-Hh2WdyNgR8HM.jpg" + } + }, + { + "id": 113322, + "idMal": 110929, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "약사의 혼잣말", + "เสียงรำพึงจากหมอยา -บันทึกไขปริศนาแห่งวังหลังของเหมาเหมา-" + ], + "genres": ["Drama", "Mystery", "Slice of Life"], + "tags": [ + { "name": "Medicine", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Historical", "rank": 60 } + ], + "title": { + "romaji": "Kusuriya no Hitorigoto: Maomao no Koukyuu Nazotoki Techou", + "english": null, + "native": "薬屋のひとりごと 猫猫の後宮謎解き手帳" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686893782, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113322-gwV3eakaVqZQ.png" + } + }, + { + "id": 125439, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The little demon lord is exposed!"], + "genres": ["Action", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 73 }, + { "name": "Demons", "rank": 73 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Full Color", "rank": 50 } + ], + "title": { + "romaji": "Xiao Motou Baolu La!", + "english": "Busted! Darklord", + "native": "小魔头暴露啦!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686898534, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b125439-ck86SINAgJyA.jpg" + } + }, + { + "id": 107780, + "idMal": 118026, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Hero Who Seeks Revenge Shall Exterminate With Darkness", + " The Strongest Brave Who Craves for Revenge, Extinguish with the Power of Darkness", + "The Dark Massacre of the Vengeful Hero", + "こいねが勇者", + "Koinega Yuusha", + "สุดยอดผู้กล้าเปิดบัญชีแค้น", + "The Brave Wish Revenging", + "渴望復仇的最強勇者憑藉黑暗之力展開殲滅無雙" + ], + "genres": ["Action", "Drama"], + "tags": [ + { "name": "Revenge", "rank": 96 }, + { "name": "Anti-Hero", "rank": 96 }, + { "name": "Gore", "rank": 90 }, + { "name": "Seinen", "rank": 82 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Reincarnation", "rank": 71 }, + { "name": "Body Horror", "rank": 70 }, + { "name": "Rape", "rank": 60 }, + { "name": "Nudity", "rank": 58 }, + { "name": "Drugs", "rank": 42 }, + { "name": "Demons", "rank": 36 }, + { "name": "Group Sex", "rank": 20 } + ], + "title": { + "romaji": "Fukushuu wo Koinegau Saikyou Yuusha wa, Yami no Chikara de Senmetsu Musou suru", + "english": null, + "native": "復讐を希う最強勇者は、闇の力で殲滅無双する" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686914225, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107780-SWoW1oBmgU8K.jpg" + } + }, + { + "id": 30873, + "idMal": 873, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 187, + "format": "MANGA", + "duration": null, + "synonyms": ["Wagtail"], + "genres": ["Action", "Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Super Power", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Battle Royale", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Fugitive", "rank": 70 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Dissociative Identities", "rank": 60 }, + { "name": "Gods", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Delinquents", "rank": 40 }, + { "name": "Espionage", "rank": 40 } + ], + "title": { + "romaji": "Sekirei", + "english": "Sekirei", + "native": "セキレイ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686918998, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30873-Ta0oMK1QTdWc.png" + } + }, + { + "id": 147562, + "idMal": 147414, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 13, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Love Triangle", "rank": 20 }, + { "name": "Revenge", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Yuri", "rank": 20 }, + { "name": "Bisexual", "rank": 20 } + ], + "title": { + "romaji": "Kachime ga Nai no wa Ore Dake ka!", + "english": null, + "native": "勝ち目がないのは俺だけか!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686962195, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147562-hQJD2OnmQQoz.jpg" + } + }, + { + "id": 86279, + "idMal": 91514, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 121, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kushuku Gakkou no Alice", + "寄宿学校的朱丽叶", + "รักลับๆ ข้ามหอของนายหมากับน้องแมว" + ], + "genres": ["Action", "Comedy", "Romance"], + "tags": [ + { "name": "School", "rank": 96 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Gangs", "rank": 76 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Foreign", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Politics", "rank": 53 }, + { "name": "Swordplay", "rank": 46 }, + { "name": "Time Skip", "rank": 46 }, + { "name": "Crossdressing", "rank": 41 }, + { "name": "LGBTQ+ Themes", "rank": 28 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Male Harem", "rank": 20 }, + { "name": "Female Harem", "rank": 20 } + ], + "title": { + "romaji": "Kishuku Gakkou no Juliet", + "english": "Boarding School Juliet", + "native": "寄宿学校のジュリエット" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686982468, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86279-UF065BhrwVHW.jpg" + } + }, + { + "id": 107978, + "idMal": 119624, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 58, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Results From When I Time Leaped to My Second Year of High School and Confessed to the Teacher I Liked at the Time", + "Kou 2 ni Time Leaped Shita Ore ga, Touji suki Datta Sensei ni Kokutta Kekka" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Age Regression", "rank": 86 }, + { "name": "Age Gap", "rank": 80 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Teacher", "rank": 77 }, + { "name": "Time Manipulation", "rank": 66 }, + { "name": "School", "rank": 60 }, + { "name": "MILF", "rank": 60 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Female Protagonist", "rank": 40 } + ], + "title": { + "romaji": "Kou-2 ni Time Leap Shita Ore ga, Touji suki Datta Sensei ni Kokutta Kekka", + "english": "I Time-Traveled and Confessed to My Teacher Crush", + "native": "高2にタイムリープした俺が、当時好きだった先生に告った結果" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686992460, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107978-2Nhuf5MCtlUn.jpg" + } + }, + { + "id": 98382, + "idMal": 103206, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 233, + "format": "MANGA", + "duration": null, + "synonyms": ["Rokudou no Akujo-tachi"], + "genres": ["Action", "Comedy", "Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Delinquents", "rank": 97 }, + { "name": "Magic", "rank": 79 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "School", "rank": 65 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Yakuza", "rank": 60 }, + { "name": "Male Protagonist", "rank": 55 }, + { "name": "Martial Arts", "rank": 50 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Crime", "rank": 20 } + ], + "title": { + "romaji": "Rokudou no Onna-tachi", + "english": null, + "native": "六道の悪女たち" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687002317, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx98382-Y8RVkFzsAbY1.jpg" + } + }, + { + "id": 128997, + "idMal": 125256, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 62, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Want To Be Close", + "I Want to Become Acquaintances", + "ขอใกล้ชิดสนิทรักอีกสักนิด คุณมิยาเซ็น" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Delinquents", "rank": 50 }, + { "name": "Heterosexual", "rank": 50 }, + { "name": "Shounen", "rank": 40 } + ], + "title": { + "romaji": "Ochikazuki ni Naritai Miyazen-san", + "english": "Miss Miyazen Would Love to Get Closer to You", + "native": "お近づきになりたい宮膳さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687040272, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128997-zRlglSCyP5zL.jpg" + } + }, + { + "id": 117278, + "idMal": 128837, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Fallen Dog God -SLASHDOG-", + "Daten no Inugami: Slash Døg", + "SLASH/DOG" + ], + "genres": [ + "Adventure", + "Comedy", + "Drama", + "Ecchi", + "Romance", + "Slice of Life", + "Supernatural" + ], + "tags": [], + "title": { + "romaji": "Daten no Inugami: SLASHDØG", + "english": null, + "native": "堕天の狗神 −SLASHDØG−" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687153288, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117278-VCEBA0nlcUuZ.jpg" + } + }, + { + "id": 166117, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 37, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I'm Worried About My Classmate Who's Covered in Bruises", + "I'm Worried About My Classmate That's Covered in Bruises", + "Azadarake no Classmate ga Shinpai de" + ], + "genres": ["Drama"], + "tags": [ + { "name": "Bullying", "rank": 75 }, + { "name": "Tsundere", "rank": 66 }, + { "name": "Heterosexual", "rank": 60 } + ], + "title": { + "romaji": "Azadarake no Classmate ga Shinpai", + "english": null, + "native": "痣だらけのクラスメイトが心配で" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687229788, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166117-8HFjVgVjNXt6.jpg" + } + }, + { + "id": 122337, + "idMal": 130934, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "She is the neighbour Angel, I am spoilt by her.", + "The Case of the Neighbourhood Angel Turning into a Degenerate Unaware", + "The Case of Being Turned into a Good-for-nothing by my Neighbour the Angel", + "ขาดคุณนางฟ้าข้างห้องไป ผมคงมีชีวิตต่อไปไม่ได้อีกแล้ว", + "關於我在無意間被隔壁的天使變成廢柴這件事" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 77 }, + { "name": "School", "rank": 73 }, + { "name": "Food", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 40 } + ], + "title": { + "romaji": "Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken", + "english": "The Angel Next Door Spoils Me Rotten", + "native": "お隣の天使様にいつの間にか駄目人間にされていた件" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687411707, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122337-vy8L0b1ySIQr.jpg" + } + }, + { + "id": 99409, + "idMal": 107035, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 15, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Isekai Goumon-hime", + "Another World Torture Princess", + "Torture Princess of Another World", + "이세계 고문공주", + "Fremd Torturchen", + "Torture Princess" + ], + "genres": ["Action", "Drama", "Fantasy", "Horror", "Supernatural"], + "tags": [ + { "name": "Gore", "rank": 95 }, + { "name": "Seinen", "rank": 84 }, + { "name": "Isekai", "rank": 84 }, + { "name": "Tragedy", "rank": 55 } + ], + "title": { + "romaji": "Isekai Goumon Hime", + "english": "Torture Princess: Fremd Torturchen", + "native": "異世界拷問姫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687420456, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99409-H8Pa4PHDEn1K.jpg" + } + }, + { + "id": 85533, + "idMal": 78537, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 190, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Skilled Teaser Takagi-san", + "Takagi-san Experta en Bromas Pesadas", + "Nicht schon wieder, Takagi-san!", + "Quand Takagi me taquine", + "Takagi - A Mestra das Pegadinhas", + "แกล้งนัก รักนะ รู้ยัง ", + "Nhất quỷ nhì ma, thứ ba Takagi" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 92 }, + { "name": "Achronological Order", "rank": 92 }, + { "name": "Slapstick", "rank": 86 }, + { "name": "Primarily Child Cast", "rank": 81 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Iyashikei", "rank": 71 }, + { "name": "Shounen", "rank": 64 }, + { "name": "Episodic", "rank": 20 }, + { "name": "Bullying", "rank": 20 } + ], + "title": { + "romaji": "Karakai Jouzu no Takagi-san", + "english": "Teasing Master Takagi-san", + "native": "からかい上手の高木さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687429267, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85533-lrXvNT9iH9sY.jpg" + } + }, + { + "id": 142781, + "idMal": 146643, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "ONE_SHOT", + "duration": null, + "synonyms": ["Jujutsu Kaisen Chapter 168.5", "Jujutsu Kaisen 0.5"], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [{ "name": "Shounen", "rank": 79 }], + "title": { + "romaji": "Jujutsu Kaisen Bangai-hen", + "english": "Jujutsu Kaisen: Bonus Manga", + "native": "呪術廻戦 番外編" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687438440, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx142781-S9MDqdoubJ6X.jpg" + } + }, + { + "id": 101120, + "idMal": 104862, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Watashi no Yuri wa Oshigotodesu!", + "ลิลี่ผลิบานเพราะเป็นงานหรอกนะคะ!", + "Café Liebe", + "Schwestern in Liebe!", + "Yuri to moja praca!", + "百合是我的工作!" + ], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Work", "rank": 88 }, + { "name": "Meta", "rank": 88 }, + { "name": "Yuri", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 87 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Acting", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 70 }, + { "name": "Gyaru", "rank": 55 }, + { "name": "School", "rank": 53 }, + { "name": "Parody", "rank": 50 }, + { "name": "Netorare", "rank": 20 } + ], + "title": { + "romaji": "Watashi no Yuri wa Oshigoto desu!", + "english": "Yuri Is My Job!", + "native": "私の百合はお仕事です!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687486767, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101120-amBJIqs6SEsE.jpg" + } + }, + { + "id": 106820, + "idMal": 117726, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Cheat Pharmicist's Slow Life: Making a Drug Store in Another World", + "ชีวิตสโลว์ไลฟ์ของหมอยาสุดโกง ~เปิดร้านขายยาที่ต่างโลก~" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Kemonomimi", "rank": 79 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Medicine", "rank": 79 }, + { "name": "Ghost", "rank": 60 }, + { "name": "Isekai", "rank": 55 } + ], + "title": { + "romaji": "Cheat Kusushi no Slow Life: Isekai ni Tsukurou Drugstore", + "english": "Drugstore in Another World: The Slow Life of a Cheat Pharmacist", + "native": "チート薬師のスローライフ ​異世界に作ろうドラッグストア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687505886, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106820-4aWNuKUcs5sa.jpg" + } + }, + { + "id": 110175, + "idMal": 120451, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 48, + "format": "MANGA", + "duration": null, + "synonyms": [ + "JK 하루는 이세계에서 창부가 되었다", + "JK Haru: życie prostytutki w innym świecie", + "女高中生小春在異世界成為娼妓" + ], + "genres": ["Ecchi", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 94 }, + { "name": "Prostitution", "rank": 93 }, + { "name": "Isekai", "rank": 92 }, + { "name": "Tragedy", "rank": 92 }, + { "name": "Josei", "rank": 79 }, + { "name": "Nudity", "rank": 78 }, + { "name": "Acting", "rank": 76 }, + { "name": "Bullying", "rank": 50 }, + { "name": "Rape", "rank": 40 }, + { "name": "Super Power", "rank": 13 } + ], + "title": { + "romaji": "JK Haru wa Isekai de Shoufu ni Natta", + "english": "JK Haru is a Sex Worker in Another World", + "native": "JKハルは異世界で娼婦になった" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687514224, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110175-EtfbIxIIEHVy.png" + } + }, + { + "id": 33046, + "idMal": 3046, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 23, + "format": "MANGA", + "duration": null, + "synonyms": ["Iinari! Aibureeshon"], + "genres": ["Action", "Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Watersports", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { + "romaji": "Iinari! Aibration", + "english": null, + "native": "いいなり!あいぶれーしょん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687657656, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/3046.jpg" + } + }, + { + "id": 41684, + "idMal": 11684, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 41, + "format": "MANGA", + "duration": null, + "synonyms": ["Dominanodo!"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Tsundere", "rank": 80 }, + { "name": "Bullying", "rank": 80 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Nudity", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Shounen", "rank": 50 }, + { "name": "Slavery", "rank": 50 }, + { "name": "Feet", "rank": 40 }, + { "name": "Slapstick", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Parody", "rank": 20 } + ], + "title": { + "romaji": "Domina no Do!", + "english": null, + "native": "どみなのド!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687657663, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx41684-3mCZy8lJvIEM.jpg" + } + }, + { + "id": 59847, + "idMal": 29847, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 85, + "format": "MANGA", + "duration": null, + "synonyms": ["Angel Drops", "Tenshi no Doroppu"], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "Primarily Child Cast", "rank": 79 }, + { "name": "Angels", "rank": 60 }, + { "name": "Watersports", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Yuri", "rank": 50 }, + { "name": "Surreal Comedy", "rank": 20 } + ], + "title": { + "romaji": "Tenshi no Drop", + "english": "Angel's Drop", + "native": "天使のドロップ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687657667, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx59847-x55LIozttIfK.jpg" + } + }, + { + "id": 33048, + "idMal": 3048, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 154, + "format": "MANGA", + "duration": null, + "synonyms": ["Kiss×sis", "Kiss×sis"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 99 }, + { "name": "Heterosexual", "rank": 95 }, + { "name": "Nudity", "rank": 94 }, + { "name": "Twins", "rank": 92 }, + { "name": "Masturbation", "rank": 88 }, + { "name": "Love Triangle", "rank": 84 }, + { "name": "Incest", "rank": 81 }, + { "name": "Inseki", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Seinen", "rank": 76 }, + { "name": "School", "rank": 74 }, + { "name": "Watersports", "rank": 69 }, + { "name": "Teacher", "rank": 60 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Yuri", "rank": 20 }, + { "name": "Rape", "rank": 13 } + ], + "title": { + "romaji": "Kiss x Sis", + "english": null, + "native": "キスxシス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687657684, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33048-5T9bGeZlCvSP.png" + } + }, + { + "id": 144226, + "idMal": 145860, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Horror", "Mystery", "Supernatural"], + "tags": [ + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Rural", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Higurashi no Naku Koro ni Oni", + "english": null, + "native": "ひぐらしのなく頃に 鬼" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687683445, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144226-JgHgYfHiT2pB.jpg" + } + }, + { + "id": 31362, + "idMal": 1362, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["HidaSke"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "4-koma", "rank": 96 }, + { "name": "Cute Girls Doing Cute Things", "rank": 94 }, + { "name": "Drawing", "rank": 79 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "School", "rank": 73 }, + { "name": "Seinen", "rank": 53 }, + { "name": "Yuri", "rank": 20 } + ], + "title": { + "romaji": "Hidamari Sketch", + "english": "Sunshine Sketch", + "native": "ひだまりスケッチ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687751456, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31362-bZ4pbDvA0bdj.png" + } + }, + { + "id": 134709, + "idMal": 138203, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Uketsukejou Saikyou", + "I'm the guild receptionist, but since I don't want to work overtime, I think I'll just solo the boss", + "I'm a Guild Receptionist, but I Hate Overtime So I'm Going to Slay the Boss Solo", + "Girumasu" + ], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Work", "rank": 50 }, + { "name": "Dungeon", "rank": 50 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Super Power", "rank": 20 }, + { "name": "Magic", "rank": 20 } + ], + "title": { + "romaji": "Guild no Uketsukejou desu ga, Zangyou wa Iya nanode Boss wo Solo Tobatsu Shiyou to Omoimasu", + "english": "I May Be a Guild Receptionist, but I’ll Solo Any Boss to Clock Out on Time", + "native": "ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687764169, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134709-A7O4qIAqy1CT.jpg" + } + }, + { + "id": 108069, + "idMal": 113912, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 135, + "format": "MANGA", + "duration": null, + "synonyms": ["Hino-san is a Dummy", "Hino, You Dummy!"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 97 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "School", "rank": 81 }, + { "name": "Tsundere", "rank": 76 }, + { "name": "Delinquents", "rank": 60 }, + { "name": "Age Gap", "rank": 30 }, + { "name": "Body Swapping", "rank": 26 } + ], + "title": { + "romaji": "Hino-san no Baka", + "english": null, + "native": "飛野さんのバカ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687772109, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108069-0o09tvykf8Pu.jpg" + } + }, + { + "id": 124621, + "idMal": 130633, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Rare Marriage: How to Grill Our Love", + "Grilling for Two", + "Rare Love", + "Grilling Together", + "จุดรักเราด้วยเตาถ่าน" + ], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Food", "rank": 98 }, + { "name": "Primarily Adult Cast", "rank": 88 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Family Life", "rank": 77 }, + { "name": "Outdoor", "rank": 64 }, + { "name": "Rural", "rank": 60 }, + { "name": "Educational", "rank": 57 }, + { "name": "Office Lady", "rank": 33 }, + { "name": "Iyashikei", "rank": 20 } + ], + "title": { + "romaji": "Yaiteru Futari", + "english": "How to Grill Our Love", + "native": "焼いてるふたり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687833848, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx124621-g3dTY9fb8Frj.jpg" + } + }, + { + "id": 141756, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 96 }, + { "name": "Villainess", "rank": 91 }, + { "name": "Bullying", "rank": 87 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Full Color", "rank": 80 }, + { "name": "Isekai", "rank": 65 }, + { "name": "School", "rank": 62 }, + { "name": "Time Manipulation", "rank": 60 }, + { "name": "Magic", "rank": 55 }, + { "name": "Age Regression", "rank": 53 } + ], + "title": { + "romaji": "Qing Qifu Wo Ba, Eyi Xiaojie!", + "english": "Please Bully Me, Miss Villainess!", + "native": "请欺负我吧,恶役小姐!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687853886, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141756-6veAkPU4jW0p.jpg" + } + }, + { + "id": 112963, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Teens' Love", "rank": 79 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Delinquents", "rank": 60 }, + { "name": "School", "rank": 60 } + ], + "title": { + "romaji": "Sono Aegigoe, Hitorijime: Fujoshi ga Motete Iin desu ka?", + "english": "Your Moans Are Mine Alone -Is It Okay for a Yaoi Fangirl to Be Popular?-", + "native": "その喘ぎ声、ひとりじめ~腐女子がモテていいんですか?~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687875708, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112963-S644QmnxZ84r.jpg" + } + }, + { + "id": 135165, + "idMal": 139653, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 28, + "format": "MANGA", + "duration": null, + "synonyms": ["Love-Kyo: My Private Tutor is too XXX for Me to Study"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Teacher", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Time Skip", "rank": 20 } + ], + "title": { + "romaji": "Lovekyo: Katei Kyoushi ga ×× Sugite Benkyou Dokoro Janai", + "english": null, + "native": "らぶキョ~家庭教師が××すぎて勉強どころじゃない~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687912091, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135165-IB5Df9ZrtDTN.jpg" + } + }, + { + "id": 122161, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Amazing New World", + "Wonderful New World", + "すばらしき新世界", + "美麗新世界" + ], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 88 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Nudity", "rank": 88 }, + { "name": "Revenge", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Work", "rank": 79 }, + { "name": "Office Lady", "rank": 73 }, + { "name": "Female Harem", "rank": 72 }, + { "name": "Blackmail", "rank": 70 }, + { "name": "Primarily Adult Cast", "rank": 66 }, + { "name": "MILF", "rank": 66 }, + { "name": "Rape", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "Public Sex", "rank": 60 }, + { "name": "Large Breasts", "rank": 60 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Squirting", "rank": 60 }, + { "name": "Voyeur", "rank": 40 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Threesome", "rank": 40 }, + { "name": "Rimjob", "rank": 20 }, + { "name": "Bisexual", "rank": 20 }, + { "name": "Sex Toys", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Ashikoki", "rank": 20 }, + { "name": "Drugs", "rank": 20 } + ], + "title": { + "romaji": "Meotjin Sinsegye", + "english": "Brave New World", + "native": "멋진 신세계" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687929859, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b122161-TiVVDGIyebvZ.jpg" + } + }, + { + "id": 138603, + "idMal": 141833, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "หน้าร้อนที่ฮิคารุจากไป", + "Der Sommer, in dem Hikaru starb", + "O Verão em que Hikaru Morreu", + "Lato, kiedy umarł Hikaru", + "El verano en que Hikaru murio", + "L'estate in cui Hikaru è morto" + ], + "genres": [ + "Horror", + "Mystery", + "Psychological", + "Supernatural", + "Thriller" + ], + "tags": [ + { "name": "Monster Boy", "rank": 99 }, + { "name": "Male Protagonist", "rank": 91 }, + { "name": "Rural", "rank": 86 }, + { "name": "Body Horror", "rank": 84 }, + { "name": "Seinen", "rank": 83 }, + { "name": "Tragedy", "rank": 83 }, + { "name": "LGBTQ+ Themes", "rank": 78 }, + { "name": "Boys' Love", "rank": 76 }, + { "name": "Cosmic Horror", "rank": 72 }, + { "name": "Primarily Teen Cast", "rank": 70 } + ], + "title": { + "romaji": "Hikaru ga Shinda Natsu", + "english": "The Summer Hikaru Died", + "native": "光が死んだ夏" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687932384, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138603-j0gcshf7PVkN.jpg" + } + }, + { + "id": 98397, + "idMal": 104271, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 153, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Trail of Blood", + "Rastros de Sangre", + "Les Liens du sang", + "สายเลือดวิปริต", + "Tracce di Sangue", + "Krew na szlaku" + ], + "genres": ["Drama", "Horror", "Psychological"], + "tags": [ + { "name": "Tragedy", "rank": 93 }, + { "name": "Seinen", "rank": 92 }, + { "name": "Family Life", "rank": 86 }, + { "name": "Denpa", "rank": 86 }, + { "name": "Coming of Age", "rank": 85 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Suicide", "rank": 77 }, + { "name": "Crime", "rank": 74 }, + { "name": "Time Skip", "rank": 71 }, + { "name": "Bullying", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Amnesia", "rank": 60 }, + { "name": "Anti-Hero", "rank": 53 }, + { "name": "Memory Manipulation", "rank": 53 }, + { "name": "Nudity", "rank": 49 }, + { "name": "School", "rank": 47 }, + { "name": "Police", "rank": 47 }, + { "name": "Tomboy", "rank": 46 }, + { "name": "Philosophy", "rank": 40 }, + { "name": "Cosmic Horror", "rank": 20 } + ], + "title": { + "romaji": "Chi no Wadachi", + "english": "Blood on the Tracks", + "native": "血の轍" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687932391, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx98397-5b3kSYyw7ykd.jpg" + } + }, + { + "id": 101176, + "idMal": 112774, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "El Hombre y el Gato", + "Le chat qui rendait l'homme heureux et inversement", + "Starszy Pan i kot ", + "วันนุ่มนุ่มของลุงกับแมว", + "Chú già nuôi mèo ú" + ], + "genres": ["Drama", "Slice of Life"], + "tags": [ + { "name": "Animals", "rank": 97 }, + { "name": "Iyashikei", "rank": 95 }, + { "name": "Found Family", "rank": 88 }, + { "name": "Primarily Adult Cast", "rank": 85 }, + { "name": "School", "rank": 79 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Chibi", "rank": 72 }, + { "name": "Cute Boys Doing Cute Things", "rank": 70 }, + { "name": "Shounen", "rank": 40 }, + { "name": "Work", "rank": 40 } + ], + "title": { + "romaji": "Ojisama to Neko", + "english": "A Man and His Cat", + "native": "おじさまと猫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687932404, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101176-No1SQf8YBkMk.jpg" + } + }, + { + "id": 118354, + "idMal": 131884, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 79, + "format": "MANGA", + "duration": null, + "synonyms": ["Even in a Different World, I Tried Working as a Call Girl"], + "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Isekai Demo Fuuzoku Jou Yatte Mita", + "english": "Call Girl in Another World", + "native": "異世界でも風俗嬢やってみた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687943712, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118354-MzuXw7mWxdfe.jpg" + } + }, + { + "id": 116186, + "idMal": 126699, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["ห้วงเหวลึกของเด็กหนุ่ม"], + "genres": ["Drama", "Psychological", "Romance"], + "tags": [ + { "name": "Tragedy", "rank": 93 }, + { "name": "Suicide", "rank": 90 }, + { "name": "Seinen", "rank": 89 }, + { "name": "Coming of Age", "rank": 85 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Crime", "rank": 80 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Yandere", "rank": 78 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Age Gap", "rank": 74 }, + { "name": "Nudity", "rank": 72 }, + { "name": "Teacher", "rank": 66 }, + { "name": "Ensemble Cast", "rank": 66 }, + { "name": "LGBTQ+ Themes", "rank": 64 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Idol", "rank": 60 }, + { "name": "Bullying", "rank": 50 }, + { "name": "Hikikomori", "rank": 48 }, + { "name": "Marriage", "rank": 40 }, + { "name": "Time Skip", "rank": 30 }, + { "name": "Transgender", "rank": 20 } + ], + "title": { + "romaji": "Shounen no Abyss", + "english": "Boy's Abyss", + "native": "少年のアビス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687947104, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116186-KgIa6Zf6I1iH.jpg" + } + }, + { + "id": 86898, + "idMal": 82745, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 78, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ajin-chan wa Kataritai", + "Демі-чян бажають потеревенити", + "Interviews mit Monster-Mädchen" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Monster Girl", "rank": 100 }, + { "name": "School", "rank": 93 }, + { "name": "Dullahan", "rank": 80 }, + { "name": "Vampire", "rank": 77 }, + { "name": "Mythology", "rank": 70 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Succubus", "rank": 68 }, + { "name": "Cute Girls Doing Cute Things", "rank": 67 }, + { "name": "Female Harem", "rank": 37 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Bullying", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 } + ], + "title": { + "romaji": "Demi-chan wa Kataritai", + "english": "Interviews with Monster Girls", + "native": "亜人ちゃんは語りたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687953972, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86898-lIrpjlQqzVhc.png" + } + }, + { + "id": 85139, + "idMal": 57015, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 196, + "format": "MANGA", + "duration": null, + "synonyms": ["The Truth Is I am...", "จุ๊จุ๊ จะบอกว่าฉันคือ…"], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "School", "rank": 100 }, + { "name": "Vampire", "rank": 92 }, + { "name": "Heterosexual", "rank": 83 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Monster Girl", "rank": 79 }, + { "name": "Demons", "rank": 75 }, + { "name": "Female Harem", "rank": 75 }, + { "name": "Love Triangle", "rank": 72 }, + { "name": "Time Manipulation", "rank": 70 }, + { "name": "Shounen", "rank": 66 }, + { "name": "Aliens", "rank": 65 }, + { "name": "Urban Fantasy", "rank": 20 }, + { "name": "Werewolf", "rank": 20 }, + { "name": "Ghost", "rank": 20 }, + { "name": "Ninja", "rank": 20 }, + { "name": "Age Gap", "rank": 20 } + ], + "title": { + "romaji": "Jitsu wa Watashi wa", + "english": "My Monster Secret: Actually, I Am…", + "native": "実は私は" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687953990, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85139-vBIvJiRLeyE4.jpg" + } + }, + { + "id": 30894, + "idMal": 894, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 40, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Rosario and Vampire", + "Rosario+Vampire - Tılsımlı Kolye ve Vampir" + ], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Vampire", "rank": 96 }, + { "name": "Monster Girl", "rank": 93 }, + { "name": "Female Harem", "rank": 85 }, + { "name": "Magic", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 73 }, + { "name": "Witch", "rank": 70 }, + { "name": "Demons", "rank": 70 }, + { "name": "Succubus", "rank": 65 }, + { "name": "School", "rank": 60 }, + { "name": "Dissociative Identities", "rank": 60 }, + { "name": "School Club", "rank": 60 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Heterosexual", "rank": 46 }, + { "name": "Tragedy", "rank": 40 }, + { "name": "Delinquents", "rank": 40 }, + { "name": "Mermaid", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Bisexual", "rank": 20 }, + { "name": "Gore", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Rosario to Vampire", + "english": "Rosario+Vampire", + "native": "ロザリオとバンパイア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687953999, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30894-brvhN8LsZ0lP.png" + } + }, + { + "id": 140569, + "idMal": 142990, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Sci-Fi"], + "tags": [ + { "name": "Ojou-sama", "rank": 86 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Episodic", "rank": 65 }, + { "name": "Surreal Comedy", "rank": 60 }, + { "name": "Tokusatsu", "rank": 60 }, + { "name": "Kaiju", "rank": 60 }, + { "name": "Aliens", "rank": 40 }, + { "name": "Meta", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Parody", "rank": 40 }, + { "name": "Robots", "rank": 40 } + ], + "title": { + "romaji": "Giant Ojou-sama", + "english": null, + "native": "ジャイアントお嬢様" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687994392, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140569-skk6QoJ8w6MO.png" + } + }, + { + "id": 149337, + "idMal": 147483, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "You Talk Too Much, So Just Shut It Already!, You're Too Noisy!" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Disability", "rank": 79 }, + { "name": "School", "rank": 60 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Language Barrier", "rank": 20 } + ], + "title": { + "romaji": "Kimi wa Yakamashi Tojite yo Kuchi wo!", + "english": null, + "native": "君は喧し閉じてよ口を!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688065254, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b149337-mvMmCdeiYuRu.jpg" + } + }, + { + "id": 121716, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Sci-Fi"], + "tags": [ + { "name": "Anthology", "rank": 60 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Robotics;Notes: Dengeki Comic Anthology", + "english": null, + "native": "ROBOTICS;NOTES 電撃コミックアンソロジー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102954, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx121716-RrgLZ2r4sC1K.jpg" + } + }, + { + "id": 55604, + "idMal": 25604, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 16, + "format": "MANGA", + "duration": null, + "synonyms": ["Goodbye Piano Sonata"], + "genres": ["Drama", "Music", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Musical", "rank": 79 }, + { "name": "Band", "rank": 60 }, + { "name": "School Club", "rank": 50 }, + { "name": "Coming of Age", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Sayonara Piano Sonata", + "english": null, + "native": "さよならピアノソナタ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102958, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx55604-lDmwQaaVo7Qk.jpg" + } + }, + { + "id": 107286, + "idMal": 117038, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Anthology", "rank": 30 }, + { "name": "Gods", "rank": 20 }, + { "name": "Meta", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Hayai Hanashi ga Ikutsuka", + "english": null, + "native": "早い話がいくつか" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102974, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx107286-TTmSbQOn1ta0.jpg" + } + }, + { + "id": 85138, + "idMal": 58313, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "MANGA", + "duration": null, + "synonyms": ["ib", "Instant Bullet", "ib - Instant Bullet"], + "genres": ["Drama", "Fantasy", "Psychological", "Supernatural"], + "tags": [ + { "name": "Seinen", "rank": 95 }, + { "name": "Super Power", "rank": 80 }, + { "name": "Anti-Hero", "rank": 80 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Philosophy", "rank": 68 }, + { "name": "Time Manipulation", "rank": 66 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Female Harem", "rank": 40 }, + { "name": "Yandere", "rank": 32 } + ], + "title": { + "romaji": "ib: Instant Bullet", + "english": null, + "native": "ib -インスタントバレット-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102981, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85138-74SNsMS77eTC.jpg" + } + }, + { + "id": 131507, + "idMal": 135177, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 3, + "format": "MANGA", + "duration": null, + "synonyms": ["Original Hinatazaka"], + "genres": ["Adventure", "Comedy", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "Parody", "rank": 79 }, + { "name": "Magic", "rank": 70 }, + { "name": "Detective", "rank": 66 }, + { "name": "Zombie", "rank": 66 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Isekai", "rank": 55 }, + { "name": "Dinosaurs", "rank": 40 }, + { "name": "Pandemic", "rank": 20 } + ], + "title": { + "romaji": "Gensaku Hinatazaka", + "english": null, + "native": "げんさくひなたざか" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102988, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx131507-WVNx2GQvdHzA.jpg" + } + }, + { + "id": 33986, + "idMal": 3986, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 58, + "format": "MANGA", + "duration": null, + "synonyms": ["«Страна чудес смертников»"], + "genres": ["Action", "Adventure", "Drama", "Sci-Fi", "Supernatural"], + "tags": [ + { "name": "Death Game", "rank": 100 }, + { "name": "Body Horror", "rank": 80 }, + { "name": "Prison", "rank": 79 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Super Power", "rank": 75 }, + { "name": "Dissociative Identities", "rank": 75 }, + { "name": "Tragedy", "rank": 75 }, + { "name": "Gore", "rank": 74 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Torture", "rank": 60 }, + { "name": "Dystopian", "rank": 55 }, + { "name": "Philosophy", "rank": 20 }, + { "name": "Suicide", "rank": 20 } + ], + "title": { + "romaji": "Deadman Wonderland", + "english": "Deadman Wonderland", + "native": "デッドマン・ワンダーランド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102995, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33986-eRw42IOKn6UI.jpg" + } + }, + { + "id": 58825, + "idMal": 28825, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 69, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ookami Shoujo to Kuroouji", + "The Reason I Love You", + "Kimi wo Suki ni Natta Riyuu", + "Wolf Girl & Black Prince", + "Wilczyca i Czarny Książę" + ], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Shoujo", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Gyaru", "rank": 20 } + ], + "title": { + "romaji": "Ookami Shoujo to Kuro Ouji", + "english": "Wolf Girl and Black Prince", + "native": "オオカミ少女と黒王子" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688109988, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx58825-jAL4i3vf2lNN.jpg" + } + }, + { + "id": 128896, + "idMal": 133545, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Magic", "rank": 94 }, + { "name": "Witch", "rank": 93 }, + { "name": "Parody", "rank": 88 }, + { "name": "Urban Fantasy", "rank": 82 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Vampire", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Youkai", "rank": 73 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Found Family", "rank": 73 }, + { "name": "Dissociative Identities", "rank": 72 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "Werewolf", "rank": 65 }, + { "name": "Shounen", "rank": 62 }, + { "name": "Conspiracy", "rank": 55 }, + { "name": "Otaku Culture", "rank": 51 }, + { "name": "Meta", "rank": 46 }, + { "name": "Fashion", "rank": 40 }, + { "name": "Gore", "rank": 40 }, + { "name": "Age Regression", "rank": 33 }, + { "name": "Dragons", "rank": 20 } + ], + "title": { + "romaji": "Witch Watch", + "english": "WITCH WATCH", + "native": "ウィッチウォッチ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688110018, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128896-VJfCBLFkm4Lb.jpg" + } + }, + { + "id": 100044, + "idMal": 98037, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 13, + "format": "MANGA", + "duration": null, + "synonyms": [ + "鼻血少女热恋中", + "Hanadi Shoujo wa Koizakari", + "Hanadishoujo ha Koizakari" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [{ "name": "Josei", "rank": 20 }], + "title": { + "romaji": "Hanaji Shoujo wa Koizakari", + "english": null, + "native": "鼻血少女は恋ざかり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688115337, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100044-wBA3QI4tFUnK.jpg" + } + }, + { + "id": 74485, + "idMal": 44485, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 367, + "format": "MANGA", + "duration": null, + "synonyms": [ + "일곱 개의 대죄", + "Yedi Ölümcül Günah", + "الخطايا السبع المميتة", + "七大罪", + "Thất hình đại tội", + "Семь смертных грехов", + "ศึกตำนาน 7 อัศวิน" + ], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Shounen", "rank": 99 }, + { "name": "Ensemble Cast", "rank": 92 }, + { "name": "Demons", "rank": 91 }, + { "name": "Super Power", "rank": 86 }, + { "name": "Magic", "rank": 85 }, + { "name": "Reincarnation", "rank": 85 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Gods", "rank": 79 }, + { "name": "Memory Manipulation", "rank": 79 }, + { "name": "Fairy", "rank": 79 }, + { "name": "Fairy Tale", "rank": 75 }, + { "name": "War", "rank": 70 }, + { "name": "Male Protagonist", "rank": 69 }, + { "name": "Amnesia", "rank": 68 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Dissociative Identities", "rank": 60 }, + { "name": "Martial Arts", "rank": 60 }, + { "name": "Anti-Hero", "rank": 53 }, + { "name": "Revenge", "rank": 53 }, + { "name": "Bar", "rank": 46 }, + { "name": "Heterosexual", "rank": 45 }, + { "name": "Animals", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Time Manipulation", "rank": 40 }, + { "name": "Lost Civilization", "rank": 20 }, + { "name": "Found Family", "rank": 20 } + ], + "title": { + "romaji": "Nanatsu no Taizai", + "english": "The Seven Deadly Sins", + "native": "七つの大罪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688284066, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx74485-mFbj0sQEcBur.jpg" + } + }, + { + "id": 30026, + "idMal": 26, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["ハンター×ハンター", "HxH", "헌터×헌터", "القناص"], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Shounen", "rank": 91 }, + { "name": "Super Power", "rank": 89 }, + { "name": "Cultivation", "rank": 89 }, + { "name": "Ensemble Cast", "rank": 85 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Primarily Male Cast", "rank": 77 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Travel", "rank": 74 }, + { "name": "Revenge", "rank": 73 }, + { "name": "Anti-Hero", "rank": 73 }, + { "name": "Crime", "rank": 72 }, + { "name": "Chimera", "rank": 72 }, + { "name": "Tragedy", "rank": 71 }, + { "name": "Assassins", "rank": 71 }, + { "name": "Urban Fantasy", "rank": 70 }, + { "name": "Battle Royale", "rank": 70 }, + { "name": "Politics", "rank": 69 }, + { "name": "Coming of Age", "rank": 68 }, + { "name": "Death Game", "rank": 66 }, + { "name": "Gangs", "rank": 65 }, + { "name": "Martial Arts", "rank": 60 }, + { "name": "Gore", "rank": 60 }, + { "name": "Ships", "rank": 60 }, + { "name": "Conspiracy", "rank": 58 }, + { "name": "Lost Civilization", "rank": 56 }, + { "name": "Video Games", "rank": 54 }, + { "name": "Card Battle", "rank": 54 }, + { "name": "Mafia", "rank": 49 }, + { "name": "Animals", "rank": 45 }, + { "name": "LGBTQ+ Themes", "rank": 44 }, + { "name": "Demons", "rank": 35 }, + { "name": "Transgender", "rank": 35 }, + { "name": "Time Manipulation", "rank": 32 }, + { "name": "Amnesia", "rank": 30 }, + { "name": "Cannibalism", "rank": 28 }, + { "name": "Gender Bending", "rank": 26 }, + { "name": "Samurai", "rank": 26 }, + { "name": "Asexual", "rank": 25 } + ], + "title": { + "romaji": "HUNTER×HUNTER", + "english": "Hunter x Hunter", + "native": "HUNTER×HUNTER" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688293460, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30026-uCvXMudMzmwI.jpg" + } + }, + { + "id": 86123, + "idMal": 86337, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["블랙 클로버"], + "genres": ["Action", "Comedy", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 95 }, + { "name": "Shounen", "rank": 95 }, + { "name": "Super Power", "rank": 86 }, + { "name": "Demons", "rank": 84 }, + { "name": "Male Protagonist", "rank": 83 }, + { "name": "Lost Civilization", "rank": 72 }, + { "name": "Dissociative Identities", "rank": 71 }, + { "name": "Elf", "rank": 70 }, + { "name": "Time Skip", "rank": 60 }, + { "name": "Cultivation", "rank": 58 }, + { "name": "Time Manipulation", "rank": 56 }, + { "name": "Heterosexual", "rank": 56 }, + { "name": "Triads", "rank": 53 }, + { "name": "Tragedy", "rank": 45 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Age Regression", "rank": 40 }, + { "name": "Female Harem", "rank": 38 }, + { "name": "Dungeon", "rank": 27 } + ], + "title": { + "romaji": "Black Clover", + "english": "Black Clover", + "native": "ブラッククローバー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688293476, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86123-yRZuDFrUEDGu.png" + } + }, + { + "id": 134369, + "idMal": 136979, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "My Charms Are Wasted On Kuroiwa Medaka", + "คุโรอิวะ เมดากะ ไม่เข้าใจความน่ารักของฉันเลย" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 100 }, + { "name": "Heterosexual", "rank": 92 }, + { "name": "Love Triangle", "rank": 85 }, + { "name": "Female Protagonist", "rank": 81 }, + { "name": "School", "rank": 77 }, + { "name": "Tsundere", "rank": 77 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Shounen", "rank": 74 }, + { "name": "Kuudere", "rank": 70 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "Religion", "rank": 64 }, + { "name": "Cosplay", "rank": 60 }, + { "name": "Yandere", "rank": 44 }, + { "name": "Nudity", "rank": 33 } + ], + "title": { + "romaji": "Kuroiwa Medaka ni Watashi no Kawaii ga Tsuujinai", + "english": "Medaka Kuroiwa is Impervious to My Charms", + "native": "黒岩メダカに私の可愛いが通じない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688296107, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134369-1ccMwIqM23F7.jpg" + } + }, + { + "id": 113501, + "idMal": 122353, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "求妳快走吧,阿久津!", + "Please Go Home, Akutsu-san!", + "Yankee Musume", + "ヤンキー娘" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Iyashikei", "rank": 100 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Tsundere", "rank": 86 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Heterosexual", "rank": 84 }, + { "name": "Gyaru", "rank": 83 }, + { "name": "Delinquents", "rank": 81 }, + { "name": "Episodic", "rank": 80 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Tomboy", "rank": 65 }, + { "name": "Nudity", "rank": 50 }, + { "name": "School", "rank": 48 }, + { "name": "Bullying", "rank": 32 } + ], + "title": { + "romaji": "Kaette Kudasai! Akutsu-san", + "english": "Please Go Home, Miss Akutsu!", + "native": "帰ってください! 阿久津さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688388205, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113501-rVSt4fVTEAy2.jpg" + } + }, + { + "id": 107462, + "idMal": 108566, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Mahou Shoujo", "Slice of Life"], + "tags": [ + { "name": "Urban Fantasy", "rank": 98 }, + { "name": "Female Protagonist", "rank": 97 }, + { "name": "Demons", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Magic", "rank": 89 }, + { "name": "Cute Girls Doing Cute Things", "rank": 89 }, + { "name": "Yuri", "rank": 85 }, + { "name": "4-koma", "rank": 81 }, + { "name": "Memory Manipulation", "rank": 66 }, + { "name": "Amnesia", "rank": 63 }, + { "name": "Henshin", "rank": 61 }, + { "name": "Super Power", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Kemonomimi", "rank": 53 }, + { "name": "Gods", "rank": 48 }, + { "name": "Youkai", "rank": 43 }, + { "name": "School", "rank": 40 }, + { "name": "Tsundere", "rank": 30 } + ], + "title": { + "romaji": "Machikado Mazoku", + "english": "The Demon Girl Next Door", + "native": "まちカドまぞく" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688388332, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107462-aNPsVx2SY1tz.jpg" + } + }, + { + "id": 140482, + "idMal": 142224, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Magilumiere Co. Ltd.", + "Magi Lumiere Corporation", + "MagiLumiere Co., Ltd.", + "บริษัทจำกัด แมจิลูเมียร์", + "Companhia das Garotas Mágicas Magilumiere" + ], + "genres": ["Action", "Comedy", "Fantasy", "Mahou Shoujo"], + "tags": [ + { "name": "Work", "rank": 100 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Primarily Adult Cast", "rank": 85 }, + { "name": "Magic", "rank": 82 }, + { "name": "Henshin", "rank": 82 }, + { "name": "Superhero", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Office Lady", "rank": 74 }, + { "name": "Urban", "rank": 66 }, + { "name": "Shounen", "rank": 57 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Tokusatsu", "rank": 20 } + ], + "title": { + "romaji": "Kabushiki Gaisha Magi Lumiere", + "english": "Magilumiere Magical Girls Inc.", + "native": "株式会社マジルミエ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688388340, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140482-2CNdAfTnFyUs.jpg" + } + }, + { + "id": 125571, + "idMal": 130778, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 18, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Noble Girl With a Crush on a Plain and Studious Guy Finds the Arrogant Prince to Be a Nuisance" + ], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "School", "rank": 73 }, + { "name": "Shoujo", "rank": 70 }, + { "name": "Ojou-sama", "rank": 70 }, + { "name": "Magic", "rank": 60 }, + { "name": "Love Triangle", "rank": 20 } + ], + "title": { + "romaji": "Gariben Jimi Moe Reijou wa, Ore-sama Ouji nado Oyobi denai", + "english": "The Lady Likes a Nerd over Princes", + "native": "ガリ勉地味萌え令嬢は、俺様王子などお呼びでない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688451638, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125571-OPsSe2zcq7Ig.jpg" + } + }, + { + "id": 106232, + "idMal": 116472, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 26, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Romance"], + "tags": [ + { "name": "Yuri", "rank": 95 }, + { "name": "Drawing", "rank": 92 }, + { "name": "LGBTQ+ Themes", "rank": 82 }, + { "name": "Primarily Adult Cast", "rank": 78 }, + { "name": "Female Protagonist", "rank": 77 }, + { "name": "Work", "rank": 76 }, + { "name": "Otaku Culture", "rank": 71 }, + { "name": "Office Lady", "rank": 65 } + ], + "title": { + "romaji": "Still Sick", + "english": "Still Sick", + "native": "Still Sick" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688451646, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx106232-LfXVW5dROdap.jpg" + } + }, + { + "id": 105332, + "idMal": 117840, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 110, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Love Fragance", + "Du riechst so gut", + "Zapach miłości ", + "Sudore e sapone" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Primarily Adult Cast", "rank": 89 }, + { "name": "Sweat", "rank": 89 }, + { "name": "Office Lady", "rank": 89 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Heterosexual", "rank": 85 }, + { "name": "Work", "rank": 80 }, + { "name": "Seinen", "rank": 75 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Disability", "rank": 52 }, + { "name": "Love Triangle", "rank": 32 } + ], + "title": { + "romaji": "Ase to Sekken", + "english": "Sweat and Soap", + "native": "あせとせっけん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688463144, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105332-ulsuWUvkMBDU.jpg" + } + }, + { + "id": 108440, + "idMal": 121226, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 46, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Vampeerz, My Peer Vampires", + "Vampires", + "แวมเพียร์ซ แวมไพร์สุดที่รัก" + ], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Yuri", "rank": 91 }, + { "name": "Vampire", "rank": 90 }, + { "name": "Age Gap", "rank": 90 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Primarily Child Cast", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 68 }, + { "name": "Seinen", "rank": 65 }, + { "name": "School", "rank": 60 }, + { "name": "Nudity", "rank": 51 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Vampeerz", + "english": "Vampeerz", + "native": "ヴァンピアーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688467059, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108440-StfziwjQbhwJ.png" + } + }, + { + "id": 119650, + "idMal": 128538, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Wata-Nare", + "我們不可能成為戀人!絕對不行。 (※似乎可行?) ", + "There's No Way I Can Have a Lover! *Or Maybe There Is!?", + "¡No hay manera de que pueda tener un amante! ¿O quizá sí?", + "Um Amor Impossível! Ou Não... " + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 98 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "School", "rank": 85 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 70 }, + { "name": "Female Harem", "rank": 54 }, + { "name": "Seinen", "rank": 13 } + ], + "title": { + "romaji": "Watashi ga Koibito ni Nareru Wake Naijan, Murimuri! (※Muri ja Nakatta!?)", + "english": "There's No Freaking Way I'll be Your Lover! Unless...", + "native": "わたしが恋人になれるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688550167, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119650-L2gWJ6TJYvGd.png" + } + }, + { + "id": 30010, + "idMal": 10, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 214, + "format": "MANGA", + "duration": null, + "synonyms": [ + "xxxHolic•籠", + "×××ホリック•ロウ", + "xxxHolic Rou", + "xxxHolic Cage", + "Holic" + ], + "genres": ["Comedy", "Drama", "Mystery", "Supernatural"], + "tags": [ + { "name": "Magic", "rank": 96 }, + { "name": "Youkai", "rank": 86 }, + { "name": "Mythology", "rank": 85 }, + { "name": "Clone", "rank": 79 }, + { "name": "Seinen", "rank": 77 }, + { "name": "Crossover", "rank": 77 }, + { "name": "Ghost", "rank": 76 }, + { "name": "Witch", "rank": 68 }, + { "name": "Philosophy", "rank": 55 }, + { "name": "Urban Fantasy", "rank": 52 }, + { "name": "School", "rank": 26 }, + { "name": "Heterosexual", "rank": 25 } + ], + "title": { + "romaji": "xxxHolic", + "english": "xxxHOLiC", + "native": "×××ホリック" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688656578, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30010-NEPm8nwp7e0M.png" + } + }, + { + "id": 137714, + "idMal": 147528, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "That Girl Is Cute... But Dangerous?", + "Jirai Nandesuka? Chihara-san" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 75 }, + { "name": "School", "rank": 70 }, + { "name": "Male Protagonist", "rank": 65 } + ], + "title": { + "romaji": "Jirai Nan desu ka? Chihara-san", + "english": null, + "native": "地雷なんですか?地原さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688704196, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx137714-L9dXZ1uhfVBz.jpg" + } + }, + { + "id": 138373, + "idMal": 140330, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 47, + "format": "MANGA", + "duration": null, + "synonyms": ["I'm in Love with the Older Girl Next Door", "NegaSuki"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Age Gap", "rank": 75 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Heterosexual", "rank": 46 }, + { "name": "School", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Tonari no Oneesan ga Suki", + "english": null, + "native": "隣のお姉さんが好き" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688704224, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138373-cBayoc1v4Ipj.jpg" + } + }, + { + "id": 144563, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 23, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [], + "title": { + "romaji": "Black Kokka wo Tsuihou Saretakedo [Zen Jidou Eirei Shoukan] ga Arukara Nani mo Komaranai.: Saikyou Class no Eirei 1000 Karada ga Shiranai Uchi ni Shigoto wo Katazukete Kurerushi, Minna Yasashikute Igokochi Iin de, Imasara Gen no Kuni ni wa Modorimasen.", + "english": null, + "native": "ブラック国家を追放されたけど【全自動・英霊召喚】があるから何も困らない。~最強クラスの英霊1000体が知らないうちに仕事を片付けてくれるし、みんな優しくて居心地いいんで、今さら元の国には戻りません。~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688704483, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144563-JLrIJAGeuIzx.png" + } + }, + { + "id": 143147, + "idMal": 144453, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "お互い言いたいことが言えない店員とお客さんの漫画", + "Otagai Itai koto ga Ienai Tenin to Okyaku-san no Manga" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 75 }, + { "name": "Food", "rank": 60 }, + { "name": "Work", "rank": 20 }, + { "name": "Teacher", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Kuchibeta Shokudou", + "english": null, + "native": "くちべた食堂" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688705396, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143147-GlDf4i3hxmD3.jpg" + } + }, + { + "id": 138577, + "idMal": 143991, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["อาฟเตอร์ก็อด "], + "genres": ["Action", "Supernatural"], + "tags": [ + { "name": "Gods", "rank": 100 }, + { "name": "Revenge", "rank": 95 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Pandemic", "rank": 73 }, + { "name": "Dystopian", "rank": 72 }, + { "name": "Body Horror", "rank": 60 }, + { "name": "Torture", "rank": 53 }, + { "name": "Mythology", "rank": 46 }, + { "name": "Gore", "rank": 40 }, + { "name": "Yuri", "rank": 33 }, + { "name": "Urban Fantasy", "rank": 20 }, + { "name": "Boys' Love", "rank": 20 } + ], + "title": { + "romaji": "After God", + "english": "After God", + "native": "アフターゴッド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688706185, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138577-Rev53Zj2JbNC.png" + } + }, + { + "id": 146858, + "idMal": 145320, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "No more love with the girls", + "Osananajimi to wa Love Comedy ni Naranai" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Love Triangle", "rank": 95 }, + { "name": "School", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Tsundere", "rank": 70 }, + { "name": "Female Harem", "rank": 50 }, + { "name": "Parody", "rank": 20 }, + { "name": "Meta", "rank": 20 } + ], + "title": { + "romaji": "Osananajimi to wa Love Come ni Naranai", + "english": null, + "native": "幼馴染とはラブコメにならない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688706222, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx146858-lGlRWfAxqUnL.jpg" + } + }, + { + "id": 103084, + "idMal": 111477, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Le labo de Musubu", + "Musubu, The Girl Working There", + "Il duro lavoro di Musubu" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Work", "rank": 80 }, + { "name": "Medicine", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 50 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Asoko de Hataraku Musubu-san", + "english": null, + "native": "あそこではたらくムスブさん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711205, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103084-mlzWw4paJO4E.jpg" + } + }, + { + "id": 158905, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Psychological", "Romance", "Slice of Life"], + "tags": [{ "name": "Yuri", "rank": 80 }], + "title": { + "romaji": "Kimochi Warui kara Kimi ga Suki", + "english": null, + "native": "きもちわるいから君がすき" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711241, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx158905-y1tWHkRlDw1r.jpg" + } + }, + { + "id": 143719, + "idMal": 142649, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Mikadono sisters are surprisingly easy to deal with."], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 85 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Tomboy", "rank": 75 }, + { "name": "School", "rank": 60 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Love Triangle", "rank": 10 } + ], + "title": { + "romaji": "Mikadono Sanshimai wa Angai, Choroi.", + "english": null, + "native": "帝乃三姉妹は案外、チョロい。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711351, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143719-u5c2HrIY4ITW.jpg" + } + }, + { + "id": 155896, + "idMal": 152806, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Dragon and Chameleon"], + "genres": ["Drama", "Supernatural"], + "tags": [ + { "name": "Body Swapping", "rank": 66 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Shounen", "rank": 50 }, + { "name": "Otaku Culture", "rank": 40 }, + { "name": "Drawing", "rank": 20 }, + { "name": "Work", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Ryuu to Chameleon", + "english": "Dragon and Chameleon", + "native": "龍とカメレオン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711364, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155896-XwIdQv5n2S8s.jpg" + } + }, + { + "id": 87158, + "idMal": 55361, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 193, + "format": "MANGA", + "duration": null, + "synonyms": ["Marinko Yumi", "Marineko Yumi"], + "genres": ["Comedy"], + "tags": [ + { "name": "Military", "rank": 79 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Marine Corps Yumi", + "english": null, + "native": "まりんこゆみ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711373, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87158-QrqSIQmcmorR.jpg" + } + }, + { + "id": 120171, + "idMal": 128164, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Turned Into a Gyaru and Tried out My Best Friend", + "I Became a Black Gal So I Fucked My Best Friend", + "De Playboy a Conejita" + ], + "genres": ["Romance"], + "tags": [ + { "name": "Gender Bending", "rank": 98 }, + { "name": "Boys' Love", "rank": 96 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Bisexual", "rank": 77 }, + { "name": "Nudity", "rank": 70 }, + { "name": "Gyaru", "rank": 70 }, + { "name": "Tanned Skin", "rank": 60 }, + { "name": "Anal Sex", "rank": 60 }, + { "name": "Masturbation", "rank": 53 } + ], + "title": { + "romaji": "Kuro Gal ni Natta Kara Shinyuu to Yatte Mita.", + "english": "Fucked By My Best Friend", + "native": "黒ギャルになったから親友とヤってみた。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688719932, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx120171-OLVFDx1WCdoT.png" + } + }, + { + "id": 122673, + "idMal": 131524, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 14, + "format": "MANGA", + "duration": null, + "synonyms": ["Atelier Ryza: Ever Darkness & the Secret Hideout"], + "genres": ["Action", "Adventure", "Comedy", "Drama", "Fantasy"], + "tags": [ + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Magic", "rank": 20 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Ryza no Atelier: Tokoyami no Joou to Himitsu no Kakurega", + "english": null, + "native": "ライザのアトリエ ~常闇の女王と秘密の隠れ家~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689058078, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b122673-UoaRWwHqlBEt.jpg" + } + }, + { + "id": 109310, + "idMal": 119375, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "It's Time for \"Interrogation,\" Princess!", + "Princesse, c'est l'heure de la “Torture”", + "공주님 '고문'시간입니다", + "Es hora de torturarte, princesa", + "องค์หญิง ได้เวลา\"ทรมาน\"แล้วค่ะ", + "公主殿下,「拷問」的時間到了" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Demons", "rank": 90 }, + { "name": "Episodic", "rank": 90 }, + { "name": "Food", "rank": 90 }, + { "name": "Monster Girl", "rank": 88 }, + { "name": "Satire", "rank": 85 }, + { "name": "Slapstick", "rank": 84 }, + { "name": "Iyashikei", "rank": 82 }, + { "name": "Cute Girls Doing Cute Things", "rank": 80 }, + { "name": "Shounen", "rank": 68 }, + { "name": "Primarily Female Cast", "rank": 65 }, + { "name": "Magic", "rank": 60 }, + { "name": "Prison", "rank": 60 }, + { "name": "Surreal Comedy", "rank": 53 }, + { "name": "Anachronism", "rank": 50 }, + { "name": "Vampire", "rank": 40 } + ], + "title": { + "romaji": "Hime-sama, \"Goumon\" no Jikan desu", + "english": "'Tis Time for \"Torture,\" Princess", + "native": "姫様“拷問”の時間です" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689063963, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109310-rMdBHXXGbvFO.png" + } + }, + { + "id": 143516, + "idMal": 142629, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Religion", "rank": 95 }, + { "name": "Demons", "rank": 90 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Magic", "rank": 70 }, + { "name": "Gods", "rank": 68 }, + { "name": "Tragedy", "rank": 66 }, + { "name": "Gore", "rank": 60 }, + { "name": "Urban Fantasy", "rank": 60 }, + { "name": "Witch", "rank": 40 }, + { "name": "Philosophy", "rank": 40 }, + { "name": "Cannibalism", "rank": 33 }, + { "name": "Crossdressing", "rank": 20 } + ], + "title": { + "romaji": "Exorcist wo Otosenai", + "english": "Make the Exorcist Fall in Love", + "native": "エクソシストを堕とせない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689120643, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143516-kIK4iJpcCH30.jpg" + } + }, + { + "id": 119327, + "idMal": 126164, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Betrayed S-Rank Adventurer, I Make a Slave-Only Harem Guild With My Beloved Slaves", + "Betrayed S Rank adventurer I make slave-only harem guild with my loving slaves.", + "Uragirareta S Rank Boukensha no Ore wa, Ai Suru Dorei no Kanojora to Tomoni Dorei dake no Harem Guild o Tsukuru" + ], + "genres": ["Action", "Adventure", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Slavery", "rank": 100 }, + { "name": "Female Harem", "rank": 100 }, + { "name": "Nudity", "rank": 92 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Defloration", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Dragons", "rank": 79 }, + { "name": "Revenge", "rank": 79 }, + { "name": "Kaiju", "rank": 60 }, + { "name": "Goblin", "rank": 40 }, + { "name": "Virginity", "rank": 40 }, + { "name": "Masturbation", "rank": 20 } + ], + "title": { + "romaji": "Uragirareta S-Rank Boukensha no Ore wa, Aisuru Dorei no Kanojora to Tomo ni Dorei dake no Harem Guild wo Tsukuru", + "english": null, + "native": "裏切られたSランク冒険者の俺は、愛する奴隷の彼女らと共に奴隷だけのハーレムギルドを作る" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689219655, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119327-qvPYaMmsZOdg.jpg" + } + }, + { + "id": 150890, + "idMal": 162990, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 50, + "format": "MANGA", + "duration": null, + "synonyms": [ + "When I Returned to My Hometown, My Childhood Friend Was Broken" + ], + "genres": ["Drama", "Psychological", "Romance", "Slice of Life"], + "tags": [ + { "name": "Rehabilitation", "rank": 79 }, + { "name": "Full Color", "rank": 73 }, + { "name": "Tomboy", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Nudity", "rank": 50 }, + { "name": "Family Life", "rank": 40 }, + { "name": "Primarily Adult Cast", "rank": 40 }, + { "name": "Female Protagonist", "rank": 30 }, + { "name": "Large Breasts", "rank": 30 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { + "romaji": "Jimoto ni Kaettekitara Osananajimi ga Kowareteta", + "english": null, + "native": "地元に帰ってきたら幼馴染が壊れてた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689238490, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150890-tK6SlVrklKbY.jpg" + } + }, + { + "id": 136415, + "idMal": 152739, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 15, + "format": "MANGA", + "duration": null, + "synonyms": ["Hand Friend"], + "genres": ["Ecchi", "Psychological", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Netori", "rank": 20 }, + { "name": "Yuri", "rank": 20 } + ], + "title": { "romaji": "Tefure.", "english": null, "native": "テフレ。" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689239490, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136415-qdymwntlrBqd.jpg" + } + }, + { + "id": 109713, + "idMal": 119965, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 70, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Swordplay", "rank": 79 }, + { "name": "Monster Girl", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Female Harem", "rank": 45 } + ], + "title": { + "romaji": "Nukenai Seiken-chan", + "english": null, + "native": "ヌけない聖剣ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689242350, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109713-2wQaFsFsim6n.jpg" + } + }, + { + "id": 30401, + "idMal": 401, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 64, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Parasite", + "Parasitic Beasts", + "Ký Sinh Thú", + "Паразит", + "Kiseiju - L'ospite indesiderato", + "Pasożyt" + ], + "genres": ["Action", "Drama", "Horror", "Psychological", "Sci-Fi"], + "tags": [ + { "name": "Seinen", "rank": 95 }, + { "name": "Male Protagonist", "rank": 94 }, + { "name": "Body Horror", "rank": 87 }, + { "name": "Aliens", "rank": 86 }, + { "name": "Environmental", "rank": 80 }, + { "name": "Super Power", "rank": 76 }, + { "name": "Gore", "rank": 73 }, + { "name": "Shapeshifting", "rank": 73 }, + { "name": "Philosophy", "rank": 69 }, + { "name": "Tragedy", "rank": 67 }, + { "name": "Delinquents", "rank": 51 }, + { "name": "Heterosexual", "rank": 51 }, + { "name": "School", "rank": 40 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Nudity", "rank": 30 } + ], + "title": { + "romaji": "Kiseijuu", + "english": "Parasyte", + "native": "寄生獣" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689296888, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1989 }, + "endDate": { "year": 1995 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30401-siY6wmwnHFi6.png" + } + }, + { + "id": 126559, + "idMal": 135264, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Psychological", "Sci-Fi", "Thriller"], + "tags": [ + { "name": "Post-Apocalyptic", "rank": 85 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Dystopian", "rank": 80 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Body Horror", "rank": 60 }, + { "name": "Female Protagonist", "rank": 46 }, + { "name": "Cult", "rank": 20 } + ], + "title": { + "romaji": "Fool Night", + "english": "Fool Night", + "native": "フールナイト" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689297091, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126559-MiEb13mkdPBL.jpg" + } + }, + { + "id": 30676, + "idMal": 676, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 558, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Inu-Yasha", + "Inu Yasha", + "Inu-Yasha. Baśń z feudalnych czasów" + ], + "genres": ["Adventure", "Comedy", "Drama", "Fantasy"], + "tags": [ + { "name": "Demons", "rank": 92 }, + { "name": "Youkai", "rank": 88 }, + { "name": "Shounen", "rank": 86 }, + { "name": "Historical", "rank": 83 }, + { "name": "Kemonomimi", "rank": 79 }, + { "name": "Reincarnation", "rank": 77 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Isekai", "rank": 66 }, + { "name": "Revenge", "rank": 66 }, + { "name": "Shrine Maiden", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Time Manipulation", "rank": 40 }, + { "name": "Nudity", "rank": 36 }, + { "name": "Body Horror", "rank": 30 } + ], + "title": { + "romaji": "Inuyasha", + "english": "InuYasha", + "native": "犬夜叉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689316991, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1996 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30676-kQTOiNRyKwqL.jpg" + } + }, + { + "id": 152920, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai", "Romance"], + "tags": [], + "title": { + "romaji": "Oppai Kyoufushou wa Momeba Naoru!?: Tsumande Namete... Oppai dake ja Tomarenai!", + "english": "Will I Get Over My Fear of Boobs If I Touch Them?", + "native": "おっぱい恐怖症は揉めば治る!?摘んで舐めて…おっぱいだけじゃ止まれないっ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689354501, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152920-GQEBT8PgbLfl.jpg" + } + }, + { + "id": 151303, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Miss Yoka will lick it", "Yoka-san licks"], + "genres": ["Comedy", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Monster Girl", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Yoka-san ga Nameru", + "english": null, + "native": "八日さんが舐める" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689358832, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151303-rKjhYAr2dMqb.png" + } + }, + { + "id": 31926, + "idMal": 1926, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 101, + "format": "MANGA", + "duration": null, + "synonyms": ["MGX", "NazoKanoX"], + "genres": ["Ecchi", "Mystery", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 85 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Idol", "rank": 36 }, + { "name": "Nudity", "rank": 33 }, + { "name": "Robots", "rank": 10 } + ], + "title": { + "romaji": "Nazo no Kanojo X", + "english": "Mysterious Girlfriend X", + "native": "謎の彼女X" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689358849, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31926-OIw9CUgaD2Hj.png" + } + }, + { + "id": 30936, + "idMal": 936, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 166, + "format": "MANGA", + "duration": null, + "synonyms": ["Homunkurusu"], + "genres": ["Drama", "Horror", "Mystery", "Psychological", "Supernatural"], + "tags": [ + { "name": "Philosophy", "rank": 96 }, + { "name": "Seinen", "rank": 94 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Primarily Adult Cast", "rank": 87 }, + { "name": "Amnesia", "rank": 85 }, + { "name": "Tragedy", "rank": 84 }, + { "name": "Denpa", "rank": 83 }, + { "name": "Anti-Hero", "rank": 78 }, + { "name": "Gore", "rank": 76 }, + { "name": "Homeless", "rank": 75 }, + { "name": "Body Horror", "rank": 71 }, + { "name": "Masturbation", "rank": 61 }, + { "name": "Crossdressing", "rank": 60 }, + { "name": "LGBTQ+ Themes", "rank": 60 }, + { "name": "Transgender", "rank": 60 }, + { "name": "Heterosexual", "rank": 56 }, + { "name": "Rape", "rank": 41 }, + { "name": "Economics", "rank": 30 }, + { "name": "Boys' Love", "rank": 25 } + ], + "title": { + "romaji": "Homunculus", + "english": "Homunculus", + "native": "ホムンクルス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689476356, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30936-4syWQ7MpGx92.jpg" + } + }, + { + "id": 100843, + "idMal": 111380, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 32, + "format": "MANGA", + "duration": null, + "synonyms": ["My Entire Class Was Summoned to Another World Except for Me"], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Super Power", "rank": 70 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Love Triangle", "rank": 30 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Gods", "rank": 20 }, + { "name": "Artificial Intelligence", "rank": 20 } + ], + "title": { + "romaji": "Class ga Isekai Shoukan sareta Naka Ore dake Nokotta n desu ga", + "english": null, + "native": "クラスが異世界召喚されたなか俺だけ残ったんですが" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689480275, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100843-HxQyZDJWovl2.jpg" + } + }, + { + "id": 86645, + "idMal": 94128, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 67, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 79 }, + { "name": "Love Triangle", "rank": 66 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Adoption", "rank": 60 }, + { "name": "School", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Tomboy", "rank": 20 }, + { "name": "Female Harem", "rank": 10 } + ], + "title": { + "romaji": "Short Cake Cake", + "english": "Shortcake Cake", + "native": "ショートケーキケーキ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689499990, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86645-XcsLcLPdynGG.png" + } + }, + { + "id": 73661, + "idMal": 43661, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Seraph of the End", + "Owari no Serafu", + "OwaSera", + "Seraph of the End: Serafin dni ostatnich", + "Seraph of the End: Kıyamet Meleği", + "เทวทูตแห่งโลกมืด" + ], + "genres": ["Action", "Drama", "Mystery", "Supernatural"], + "tags": [ + { "name": "Vampire", "rank": 94 }, + { "name": "Post-Apocalyptic", "rank": 94 }, + { "name": "Shounen", "rank": 81 }, + { "name": "War", "rank": 80 }, + { "name": "Angels", "rank": 79 }, + { "name": "Military", "rank": 77 }, + { "name": "LGBTQ+ Themes", "rank": 77 }, + { "name": "Reincarnation", "rank": 73 }, + { "name": "Cosmic Horror", "rank": 71 }, + { "name": "Found Family", "rank": 70 }, + { "name": "Demons", "rank": 69 }, + { "name": "Revenge", "rank": 62 }, + { "name": "Conspiracy", "rank": 60 }, + { "name": "Lost Civilization", "rank": 53 }, + { "name": "Orphan", "rank": 50 }, + { "name": "Pandemic", "rank": 45 }, + { "name": "School", "rank": 24 } + ], + "title": { + "romaji": "Owari no Seraph", + "english": "Seraph of the End: Vampire Reign", + "native": "終わりのセラフ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581369, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx73661-PJX2JcBAUYCx.png" + } + }, + { + "id": 113802, + "idMal": 123093, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Isekai Bishoujo Juniku Ojisan to", + "fabiniku", + "เกิดใหม่ต่างโลก เพื่อนผมน่ารักโฮกเลยครับ" + ], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Gender Bending", "rank": 90 }, + { "name": "Isekai", "rank": 84 }, + { "name": "Slapstick", "rank": 79 }, + { "name": "Parody", "rank": 79 }, + { "name": "Satire", "rank": 79 }, + { "name": "Boys' Love", "rank": 70 }, + { "name": "LGBTQ+ Themes", "rank": 63 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Bisexual", "rank": 60 }, + { "name": "Travel", "rank": 60 }, + { "name": "Chuunibyou", "rank": 60 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Gods", "rank": 52 }, + { "name": "Meta", "rank": 40 }, + { "name": "Super Power", "rank": 40 }, + { "name": "Elf", "rank": 33 }, + { "name": "Magic", "rank": 20 }, + { "name": "Tsundere", "rank": 20 } + ], + "title": { + "romaji": "Fantasy Bishoujo Juniku Oji-san to", + "english": "Life with an Ordinary Guy Who Reincarnated into a Total Fantasy Knockout", + "native": "異世界美少女受肉おじさんと" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581596, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113802-RYw6pqCdy9tg.jpg" + } + }, + { + "id": 114646, + "idMal": 127624, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["GGWP. ~Young Ladies Don't Play Fighting Games~", "GGWP"], + "genres": [], + "tags": [ + { "name": "Video Games", "rank": 90 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "School", "rank": 83 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Ojou-sama", "rank": 66 }, + { "name": "Otaku Culture", "rank": 66 }, + { "name": "E-Sports", "rank": 62 }, + { "name": "Yuri", "rank": 61 }, + { "name": "Seinen", "rank": 48 } + ], + "title": { + "romaji": "Tai-Ari deshita.: Ojou-sama wa Kakutou Game Nante Shinai", + "english": "Young Ladies Don’t Play Fighting Games", + "native": "対ありでした。~お嬢さまは格闘ゲームなんてしない~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689619655, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114646-ARJ7qPL1yxGN.png" + } + }, + { + "id": 155958, + "idMal": 154861, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Cooking Wizard"], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Isekai", "rank": 50 }, + { "name": "Food", "rank": 50 }, + { "name": "Magic", "rank": 50 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Full Color", "rank": 20 } + ], + "title": { + "romaji": "Yorihaneun Mabeopsa", + "english": "Cooking Sorcerer", + "native": "요리하는 마법사" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689619727, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155958-I4yHjtPPBOhO.jpg" + } + }, + { + "id": 139966, + "idMal": 141506, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 19, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Nyanta and Pomeko – Even if you say you believe me now, it’s too late." + ], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 70 }, + { "name": "Writing", "rank": 66 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Coming of Age", "rank": 40 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Rehabilitation", "rank": 20 } + ], + "title": { + "romaji": "Nyanta to Pomeko: Imasara Shinjite Iru to Iwaretemo Mou Teokure da", + "english": null, + "native": "にゃん太とポメ子~いまさら信じていると言われてももう手遅れだ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689619788, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx139966-QMveIcku71WN.jpg" + } + }, + { + "id": 144945, + "idMal": 153771, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 18, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama"], + "tags": [ + { "name": "Incest", "rank": 79 }, + { "name": "Drawing", "rank": 60 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Imouto ga Oshi Sugiru", + "english": null, + "native": "妹が推すぎる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689621094, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144945-g2uh6DX9zyw3.jpg" + } + }, + { + "id": 163717, + "idMal": 157805, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 8, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Genkai 5-byou Mae!! \"Omorashi\" Shoujo Anthology Comic", + "english": null, + "native": "限界5秒前!!”おもらし”少女アンソロジーコミック" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689621241, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163717-CJ767EcffQhn.jpg" + } + }, + { + "id": 163503, + "idMal": 157602, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 5, + "format": "MANGA", + "duration": null, + "synonyms": ["Omorashi Shoujo Anthology Comic"], + "genres": ["Comedy", "Ecchi"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Kocchi Minaide!! Omorashi Shoujo no Kekkai Anthology Comic", + "english": null, + "native": "こっち見ないで!! おもらし少女の決壊アンソロジーコミック" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689621270, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163503-79qwoIAsHgxl.jpg" + } + }, + { + "id": 59211, + "idMal": 29211, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Gekkan Shoujo Nozaki Kun", + "Mistrz romansu Nozaki", + "Nozaki & Truyện tranh thiếu nữ", + "L'Assistente Del Mese", + "Nozaki y su revista mensual para chicas" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Drawing", "rank": 94 }, + { "name": "Ensemble Cast", "rank": 90 }, + { "name": "Parody", "rank": 90 }, + { "name": "4-koma", "rank": 85 }, + { "name": "School", "rank": 82 }, + { "name": "Work", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Shounen", "rank": 75 }, + { "name": "Otaku Culture", "rank": 68 }, + { "name": "Tomboy", "rank": 64 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Bisexual", "rank": 53 }, + { "name": "Educational", "rank": 51 }, + { "name": "School Club", "rank": 40 } + ], + "title": { + "romaji": "Gekkan Shoujo Nozaki-kun", + "english": "Monthly Girls' Nozaki-kun", + "native": "月刊少女野崎くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689632454, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx59211-ltc4FW9inrms.jpg" + } + }, + { + "id": 99089, + "idMal": 104064, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 19, + "format": "MANGA", + "duration": null, + "synonyms": ["Академія відьмочок"], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 100 }, + { "name": "School", "rank": 93 }, + { "name": "Witch", "rank": 84 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 66 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Goblin", "rank": 20 }, + { "name": "Dragons", "rank": 20 }, + { "name": "Foreign", "rank": 20 } + ], + "title": { + "romaji": "Little Witch Academia", + "english": "Little Witch Academia", + "native": "リトルウィッチアカデミア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689652738, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx99089-ftSgAunhzubU.png" + } + }, + { + "id": 60871, + "idMal": 30871, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 26, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Drama", "Mecha", "Romance", "Sci-Fi"], + "tags": [{ "name": "Shounen", "rank": 79 }], + "title": { + "romaji": "Guilty Crown", + "english": "Guilty Crown", + "native": "ギルティクラウン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689668844, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/30871-Tr4YrQUB4UEL.jpg" + } + }, + { + "id": 104061, + "idMal": 105156, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 21, + "format": "MANGA", + "duration": null, + "synonyms": ["Grimm Gritty"], + "genres": ["Action", "Adventure", "Ecchi", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Isekai", "rank": 20 }, + { "name": "Fairy Tale", "rank": 20 }, + { "name": "Idol", "rank": 20 } + ], + "title": { + "romaji": "Grimm & Gritty", + "english": null, + "native": "グリム&グリッティ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689668864, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104061-bl1gQt84zAP3.jpg" + } + }, + { + "id": 30736, + "idMal": 736, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 75, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Phantom Master: Dark Hero from Ruined Empire", + "Shin-am Heng-uhsah", + "The New Secret Royal Inspector" + ], + "genres": ["Action", "Adventure", "Drama", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Historical", "rank": 79 }, + { "name": "Magic", "rank": 50 }, + { "name": "Swordplay", "rank": 50 }, + { "name": "Gore", "rank": 40 }, + { "name": "Super Power", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Full Color", "rank": 13 } + ], + "title": { + "romaji": "Shin Angyo Onshi", + "english": "Blade of the Phantom Master", + "native": "新暗行御史" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689670732, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30736-vY9gP2Vy6jQU.jpg" + } + }, + { + "id": 117169, + "idMal": 126740, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 6, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Succubus", "rank": 100 }, + { "name": "Flat Chest", "rank": 79 }, + { "name": "Feet", "rank": 79 }, + { "name": "Femdom", "rank": 70 }, + { "name": "Demons", "rank": 60 } + ], + "title": { + "romaji": "Boku wa Chiisana Succubus no Shimobe", + "english": null, + "native": "僕は小さな淫魔のしもべ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689720251, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117169-BVhCCBeTmE6d.jpg" + } + }, + { + "id": 133628, + "idMal": 156060, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": ["Sasha-chan is Coming! ☆"], + "genres": ["Hentai"], + "tags": [ + { "name": "Age Gap", "rank": 79 }, + { "name": "Flat Chest", "rank": 60 }, + { "name": "Idol", "rank": 40 }, + { "name": "Rape", "rank": 20 } + ], + "title": { + "romaji": "Sasha-chan ga Iku", + "english": null, + "native": "サーシャちゃんがイクッ☆" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689720268, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx133628-5vl4Bl4Mznu6.jpg" + } + }, + { + "id": 147902, + "idMal": 151303, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Turns Out My Dick Was a Cute Girl"], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Surreal Comedy", "rank": 90 }, + { "name": "Cute Girls Doing Cute Things", "rank": 90 }, + { "name": "Male Protagonist", "rank": 86 }, + { "name": "Body Horror", "rank": 72 }, + { "name": "Shapeshifting", "rank": 60 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Ore no Kokan wa Bishoujo Datta no ka", + "english": null, + "native": "俺の股間は美少女だったのか" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689737621, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147902-08IWPAf14CU2.jpg" + } + }, + { + "id": 30572, + "idMal": 572, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 86, + "format": "MANGA", + "duration": null, + "synonyms": ["Midori's Days", "Midori, Échame una Mano"], + "genres": ["Comedy", "Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Rehabilitation", "rank": 79 }, + { "name": "Love Triangle", "rank": 66 }, + { "name": "Delinquents", "rank": 50 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Otaku Culture", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Midori no Hibi", + "english": "Midori Days", + "native": "美鳥の日々" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689740892, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/572.jpg" + } + }, + { + "id": 119483, + "idMal": 123449, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 14, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Hypersexuality", "rank": 79 }, + { "name": "Anthology", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 } + ], + "title": { + "romaji": "Shikiyoku INFINITE", + "english": null, + "native": "色欲INFINITE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689742715, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119483-wnwHOvvXQQ6s.jpg" + } + }, + { + "id": 163593, + "idMal": 157742, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Sweet Cinderella"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Food", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Amama Cinderella", + "english": null, + "native": "甘々シンデレラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689828925, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163593-q4TqbueE4GLr.jpg" + } + }, + { + "id": 99649, + "idMal": 110742, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 611, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A maiden in love with a man-in-drag", + "A Maiden in Love with a Maiden Boy", + "OtoKoi" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 92 }, + { "name": "4-koma", "rank": 90 }, + { "name": "Love Triangle", "rank": 76 }, + { "name": "Female Protagonist", "rank": 68 }, + { "name": "Gender Bending", "rank": 65 }, + { "name": "LGBTQ+ Themes", "rank": 60 }, + { "name": "Coming of Age", "rank": 40 }, + { "name": "Transgender", "rank": 40 }, + { "name": "Male Harem", "rank": 24 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Otome Danshi ni Koisuru Otome", + "english": null, + "native": "乙女男子に恋する乙女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689837310, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99649-RAQmXHABvCHa.jpg" + } + }, + { + "id": 159094, + "idMal": 161719, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Tell Me Melty Blood Dojo! ~Miyako and Her First Fighting Game~", + "Oshiete Melty Blood Doujou! - Miyako to Hajimete no Kaku Game", + "教えてメルブラ道場!~都古とはじめての格ゲー~" + ], + "genres": ["Action", "Comedy", "Supernatural"], + "tags": [ + { "name": "Vampire", "rank": 79 }, + { "name": "Maids", "rank": 79 }, + { "name": "Educational", "rank": 79 }, + { "name": "Twins", "rank": 79 }, + { "name": "Age Regression", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Urban", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Video Games", "rank": 60 }, + { "name": "Advertisement", "rank": 60 } + ], + "title": { + "romaji": "MELTY BLOOD: TYPE LUMINA Piece in Paradise", + "english": null, + "native": "MELTY BLOOD: TYPE LUMINA Piece in Paradise" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689848132, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159094-wosRhCTts1VX.jpg" + } + }, + { + "id": 93893, + "idMal": 86196, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "ONE_SHOT", + "duration": null, + "synonyms": ["Secret Note"], + "genres": ["Romance"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Shoujo", "rank": 20 } + ], + "title": { + "romaji": "Himitsu Note", + "english": null, + "native": "ひみつノート" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689890489, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx93893-Ai6PPi0MnGFf.png" + } + }, + { + "id": 41865, + "idMal": 11865, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 75, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy"], + "tags": [ + { "name": "Yuri", "rank": 100 }, + { "name": "4-koma", "rank": 70 }, + { "name": "LGBTQ+ Themes", "rank": 68 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Age Gap", "rank": 50 } + ], + "title": { + "romaji": "Poor Poor LIPS", + "english": null, + "native": "プアプアLIPS" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689890521, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx41865-mzuyuF2sXXxk.png" + } + }, + { + "id": 93880, + "idMal": 86177, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 6, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Sister*Sister", + "Kiss kara Hajimaru Koigokoro", + "Sayonara no Saki no Kisetsu wa", + "Gomen ne", + "Daisuki.", + "Natsu to Hizashi to Kimi no Senaka" + ], + "genres": [], + "tags": [{ "name": "Yuri", "rank": 79 }], + "title": { + "romaji": "Himitsu, Hitotsu", + "english": null, + "native": "ひみつ、ひとつ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689890542, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx93880-Rb5CFQ0qzQwZ.png" + } + }, + { + "id": 104481, + "idMal": 107106, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 39, + "format": "MANGA", + "duration": null, + "synonyms": ["Najlepsza na świecie"], + "genres": ["Comedy", "Ecchi", "Supernatural"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "4-koma", "rank": 79 }, + { "name": "Parody", "rank": 60 }, + { "name": "School", "rank": 40 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Kimi wo Mawashitai.", + "english": null, + "native": "君を回したい。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689898354, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104481-iqDDCAYgcRwN.jpg" + } + }, + { + "id": 30097, + "idMal": 97, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 47, + "format": "MANGA", + "duration": null, + "synonyms": ["ディアーズ"], + "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Aliens", "rank": 79 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Slavery", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 } + ], + "title": { "romaji": "DearS", "english": "DearS", "native": "DearS" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901348, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30097-J9k6uEAKpIgm.jpg" + } + }, + { + "id": 30446, + "idMal": 446, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 308, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ah! My Goddess", + "Oh Ma Déesse!", + "โอ้! เทพธิดา", + "幸運女神", + "我的女神", + "Lum - Nữ thần hộ mệnh" + ], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Gods", "rank": 100 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Motorcycles", "rank": 60 }, + { "name": "College", "rank": 60 }, + { "name": "Demons", "rank": 53 }, + { "name": "Female Harem", "rank": 53 }, + { "name": "Cars", "rank": 50 }, + { "name": "Male Protagonist", "rank": 30 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Alchemy", "rank": 20 }, + { "name": "Robots", "rank": 20 } + ], + "title": { + "romaji": "Aa! Megami-sama!", + "english": "Oh My Goddess!", + "native": "ああっ女神さまっ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901358, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1988 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30446-jZGZDauOOb8Q.png" + } + }, + { + "id": 79967, + "idMal": 49967, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 70, + "format": "MANGA", + "duration": null, + "synonyms": ["My Wife is the Student Council President!"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 79 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Okusama ga Seito Kaichou!", + "english": null, + "native": "おくさまが生徒会長!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901404, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx79967-lFnV1KlZh6Vh.png" + } + }, + { + "id": 57317, + "idMal": 27317, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Okusan: Oh! My Sweet Honey!!"], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 97 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Female Protagonist", "rank": 76 }, + { "name": "Nudity", "rank": 45 } + ], + "title": { "romaji": "Oku-san", "english": null, "native": "おくさん" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901420, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx57317-kLBiENsxSgpk.jpg" + } + }, + { + "id": 87160, + "idMal": 95206, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 280, + "format": "MANGA", + "duration": null, + "synonyms": ["เรื่องหนักอกของอามาโนะ เมกุมิ!"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "School", "rank": 96 }, + { "name": "Shounen", "rank": 85 }, + { "name": "School Club", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Coming of Age", "rank": 70 }, + { "name": "Male Protagonist", "rank": 55 }, + { "name": "Love Triangle", "rank": 50 }, + { "name": "Gyaru", "rank": 50 } + ], + "title": { + "romaji": "Amano Megumi wa Suki Darake!", + "english": null, + "native": "天野めぐみはスキだらけ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901442, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87160-eqkAYd7Htv44.png" + } + }, + { + "id": 86655, + "idMal": 92160, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 62, + "format": "MANGA", + "duration": null, + "synonyms": [ + "White Sugar Garden, Black Salt Cage", + "ハッピーシュガーライフ Extra Life", + "Happy Sugar Life Extra Life", + "Extra Lifeさとうの叔母", + "Extra Lifeあさひ&しょうこ" + ], + "genres": ["Drama", "Horror", "Mystery", "Psychological"], + "tags": [ + { "name": "Tragedy", "rank": 97 }, + { "name": "Yandere", "rank": 92 }, + { "name": "Female Protagonist", "rank": 92 }, + { "name": "Anti-Hero", "rank": 91 }, + { "name": "Yuri", "rank": 83 }, + { "name": "Age Gap", "rank": 77 }, + { "name": "Achronological Order", "rank": 70 }, + { "name": "Suicide", "rank": 66 }, + { "name": "Gore", "rank": 65 }, + { "name": "Rape", "rank": 55 }, + { "name": "Shounen", "rank": 54 }, + { "name": "Work", "rank": 52 }, + { "name": "School", "rank": 40 } + ], + "title": { + "romaji": "Happy Sugar Life", + "english": "Happy Sugar Life", + "native": "ハッピーシュガーライフ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901494, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86655-lIHakr50wCDY.jpg" + } + }, + { + "id": 55035, + "idMal": 25035, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 160, + "format": "MANGA", + "duration": null, + "synonyms": ["Cyclops Shoujo Saipu"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Seinen", "rank": 60 } + ], + "title": { + "romaji": "Cyclops Shoujo Saipu~", + "english": null, + "native": "サイクロプス少女さいぷ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901511, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/25035.jpg" + } + }, + { + "id": 58533, + "idMal": 28533, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Watashi ga Motenai no wa Dou Kangaetemo Omaera ga Warui!", + "Watamote", + "สาวมืดมนอลวนหารัก" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 94 }, + { "name": "Female Protagonist", "rank": 91 }, + { "name": "Rehabilitation", "rank": 90 }, + { "name": "Ensemble Cast", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Otaku Culture", "rank": 78 }, + { "name": "Satire", "rank": 77 }, + { "name": "Coming of Age", "rank": 71 }, + { "name": "LGBTQ+ Themes", "rank": 70 }, + { "name": "Hikikomori", "rank": 67 }, + { "name": "Parody", "rank": 66 }, + { "name": "Bisexual", "rank": 65 }, + { "name": "Meta", "rank": 64 }, + { "name": "Yuri", "rank": 63 }, + { "name": "Female Harem", "rank": 61 }, + { "name": "Chuunibyou", "rank": 60 }, + { "name": "Shounen", "rank": 48 }, + { "name": "Yandere", "rank": 26 }, + { "name": "Acting", "rank": 20 } + ], + "title": { + "romaji": "Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui!", + "english": "No Matter How I Look at It, It's You Guys' Fault I'm Not Popular!", + "native": "私がモテないのはどう考えてもお前らが悪い!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901570, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx58533-svgTPMaF3J7y.png" + } + }, + { + "id": 30318, + "idMal": 318, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Love Diary", + "Manga Love Story", + "Manga Sutra", + "Step up - Love Story", + "Miłość krok po kroku" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Nudity", "rank": 97 }, + { "name": "Educational", "rank": 92 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Family Life", "rank": 60 }, + { "name": "Female Harem", "rank": 45 }, + { "name": "Primarily Adult Cast", "rank": 40 } + ], + "title": { + "romaji": "Futari Ecchi", + "english": null, + "native": "ふたりエッチ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901591, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1996 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30318-sCCZOBHKiU5f.jpg" + } + }, + { + "id": 33288, + "idMal": 3288, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 63, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "Idol", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Work", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Urban", "rank": 40 } + ], + "title": { + "romaji": "Love Lucky!", + "english": null, + "native": "ラブ・らっきぃ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901601, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33288-IKkRU1M4rqcN.png" + } + }, + { + "id": 119129, + "idMal": 110588, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 28, + "format": "MANGA", + "duration": null, + "synonyms": ["The Exorcist & the Collared Demon"], + "genres": ["Fantasy", "Romance", "Supernatural"], + "tags": [ + { "name": "4-koma", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Tsundere", "rank": 20 } + ], + "title": { + "romaji": "Exorcist to Kubiwa no Akuma", + "english": null, + "native": "エクソシストと首輪の悪魔" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689925508, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119129-eUz5yR7xYGDy.jpg" + } + }, + { + "id": 112342, + "idMal": 124780, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Fell in Love, so I Tried Livestreaming.", "KoiCas"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "VTuber", "rank": 79 }, + { "name": "Love Triangle", "rank": 77 }, + { "name": "Hikikomori", "rank": 74 }, + { "name": "Otaku Culture", "rank": 73 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Female Harem", "rank": 63 }, + { "name": "Idol", "rank": 36 }, + { "name": "Chuunibyou", "rank": 30 }, + { "name": "School", "rank": 30 }, + { "name": "Crossdressing", "rank": 28 } + ], + "title": { + "romaji": "Koi Shita no de Haishin Shite Mita", + "english": null, + "native": "恋したので配信してみた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689981065, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112342-58ZhX9HoQC0p.jpg" + } + }, + { + "id": 30671, + "idMal": 671, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 162, + "format": "MANGA", + "duration": null, + "synonyms": [ + "To LOVE-Ru Trouble", + "To-Love-Ru", + "To Love You", + "To Love You - Trouble", + "วุ่นรักยัยต่างดาว " + ], + "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Female Harem", "rank": 100 }, + { "name": "Nudity", "rank": 96 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Heterosexual", "rank": 86 }, + { "name": "Aliens", "rank": 84 }, + { "name": "School", "rank": 80 }, + { "name": "Shounen", "rank": 80 }, + { "name": "Dissociative Identities", "rank": 65 }, + { "name": "Assassins", "rank": 53 }, + { "name": "Kuudere", "rank": 50 }, + { "name": "Body Swapping", "rank": 50 }, + { "name": "Gender Bending", "rank": 40 }, + { "name": "Isekai", "rank": 20 } + ], + "title": { + "romaji": "To LOVE-Ru", + "english": "To Love Ru", + "native": "To LOVEる -とらぶる-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689996178, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx30671-cwnEkatRF2oB.jpg" + } + }, + { + "id": 152284, + "idMal": 152415, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Tensei Coliseum", + "Reincarnation Coliseum", + "Reincarnation Coliseum: Using the Weakest Skills in Order to Defeat the Strongest Women and Create a Slave Harem", + "Reincarnation Colosseum: Using the Weakest Skills in Order to Defeat the Strongest Women and Create a Slave Harem" + ], + "genres": ["Action", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 80 }, + { "name": "Slavery", "rank": 73 }, + { "name": "Female Harem", "rank": 73 }, + { "name": "Magic", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Tomboy", "rank": 53 }, + { "name": "Torture", "rank": 50 }, + { "name": "Transgender", "rank": 40 }, + { "name": "Battle Royale", "rank": 20 }, + { "name": "Threesome", "rank": 20 } + ], + "title": { + "romaji": "Tensei Colosseum: Saijaku Skill de Saikyou no Onna-tachi wo Kouryaku Shite Dorei Harem Tsukurimasu", + "english": null, + "native": "転生コロシアム~最弱スキルで最強の女たちを攻略して奴隷ハーレム作ります~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690091984, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152284-9kat9f3v31dA.jpg" + } + }, + { + "id": 31745, + "idMal": 1745, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 77, + "format": "MANGA", + "duration": null, + "synonyms": ["Il Talismano - Omamori Himari"], + "genres": ["Action", "Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Demons", "rank": 79 }, + { "name": "Nekomimi", "rank": 79 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "School", "rank": 40 }, + { "name": "Swordplay", "rank": 20 }, + { "name": "Magic", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Omamori Himari", + "english": "Omamori Himari", + "native": "おまもりひまり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690092037, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31745-Zv9XRQuKpVSc.png" + } + }, + { + "id": 31568, + "idMal": 1568, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 53, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Asakiyumemishi: Genji Monogatari", + "The Tale of Genji", + "Asakiyumemishi" + ], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Historical", "rank": 79 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Classic Literature", "rank": 73 }, + { "name": "Shoujo", "rank": 60 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Asaki Yumemishi: Genji Monogatari", + "english": "The Tale of Genji: Dreams At Dawn", + "native": "あさきゆめみし 源氏物語" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690190774, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1979 }, + "endDate": { "year": 1993 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31568-EyXl72zHYlnF.png" + } + }, + { + "id": 130483, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Aquela Que Me Atentava", "俺のワルな同級生"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 80 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Bullying", "rank": 75 }, + { "name": "College", "rank": 75 }, + { "name": "Virginity", "rank": 66 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Masturbation", "rank": 60 }, + { "name": "Defloration", "rank": 53 }, + { "name": "Cunnilingus", "rank": 53 }, + { "name": "Boobjob", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Threesome", "rank": 20 }, + { "name": "Deepthroat", "rank": 20 }, + { "name": "Squirting", "rank": 20 } + ], + "title": { + "romaji": "Iljin Dongchangnyeo", + "english": "My High School Bully", + "native": "일진동창녀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690408227, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b130483-Xa1bLkCu3erV.jpg" + } + }, + { + "id": 30663, + "idMal": 663, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 124, + "format": "MANGA", + "duration": null, + "synonyms": ["Rec: Yume no Kiroku", "Silver Street Romance"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Seinen", "rank": 50 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { "romaji": "Rec", "english": null, "native": "レック" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690419758, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30663-8JXKq5BVU1BZ.png" + } + }, + { + "id": 45821, + "idMal": 15821, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 14, + "format": "MANGA", + "duration": null, + "synonyms": ["Yosuga no Sora: In Solitude, Where We Are Least Alone."], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Twins", "rank": 88 }, + { "name": "Incest", "rank": 86 }, + { "name": "School", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Rural", "rank": 79 }, + { "name": "Shrine Maiden", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Yandere", "rank": 55 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Shounen", "rank": 40 } + ], + "title": { + "romaji": "Yosuga no Sora", + "english": null, + "native": "ヨスガノソラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690497479, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx45821-DW6GqkE9mbmB.jpg" + } + }, + { + "id": 101175, + "idMal": 109408, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Międzygatunkowi recenzenci"], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Monster Girl", "rank": 90 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Nudity", "rank": 85 }, + { "name": "Prostitution", "rank": 80 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Angels", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Large Breasts", "rank": 60 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Heterosexual", "rank": 50 }, + { "name": "Hypersexuality", "rank": 40 }, + { "name": "Bisexual", "rank": 30 } + ], + "title": { + "romaji": "Ishuzoku Reviewers", + "english": "Interspecies Reviewers", + "native": "異種族レビュアーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690519209, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101175-P2x32Sd0yiDx.jpg" + } + }, + { + "id": 99324, + "idMal": 104241, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "入间同学入魔了", + "Welcome to Demon School, Iruma-kun!", + "Iruma w szkole demonów", + "อิรุมะคุง พจญในแดนปีศาจ!", + "Iruma giá đáo!", + "Iruma-kun en el instituto demoníaco", + "Iruma à l’école des démons", + "入間同學入魔了! " + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Demons", "rank": 96 }, + { "name": "Ensemble Cast", "rank": 92 }, + { "name": "Found Family", "rank": 92 }, + { "name": "Male Protagonist", "rank": 91 }, + { "name": "School", "rank": 90 }, + { "name": "Adoption", "rank": 80 }, + { "name": "Conspiracy", "rank": 79 }, + { "name": "Magic", "rank": 75 }, + { "name": "Shounen", "rank": 69 }, + { "name": "Isekai", "rank": 68 }, + { "name": "Crossdressing", "rank": 52 }, + { "name": "School Club", "rank": 50 }, + { "name": "Idol", "rank": 47 }, + { "name": "LGBTQ+ Themes", "rank": 35 }, + { "name": "Assassins", "rank": 26 } + ], + "title": { + "romaji": "Mairimashita! Iruma-kun", + "english": "Welcome to Demon School! Iruma-kun", + "native": "魔入りました!入間くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690862874, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99324-huvqo1tmm4pl.jpg" + } + }, + { + "id": 34632, + "idMal": 4632, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 147, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Dobranoc, Punpunie", + "Bonne nuit Punpun!", + "Boa noite, Punpun", + "Bona nit, Punpun", + "Buenas noches, Punpun", + "Gute Nacht, Punpun", + "잘자 뿡뿡", + "晚安布布", + "לילה טוב, פונפון", + "Buonanotte, Punpun", + "İyi Geceler, Punpun", + "ฝันดีนะปุนปุน", + "Laku noć, Punpune" + ], + "genres": ["Drama", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Coming of Age", "rank": 98 }, + { "name": "Seinen", "rank": 92 }, + { "name": "Tragedy", "rank": 91 }, + { "name": "Philosophy", "rank": 89 }, + { "name": "Denpa", "rank": 87 }, + { "name": "Suicide", "rank": 85 }, + { "name": "Heterosexual", "rank": 78 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Urban", "rank": 76 }, + { "name": "Time Skip", "rank": 72 }, + { "name": "Fugitive", "rank": 70 }, + { "name": "School", "rank": 63 }, + { "name": "Cult", "rank": 62 }, + { "name": "Surreal Comedy", "rank": 62 }, + { "name": "Meta", "rank": 61 }, + { "name": "Work", "rank": 60 }, + { "name": "Nudity", "rank": 59 }, + { "name": "Rape", "rank": 58 }, + { "name": "Anti-Hero", "rank": 58 }, + { "name": "Body Horror", "rank": 48 }, + { "name": "Large Breasts", "rank": 48 }, + { "name": "Love Triangle", "rank": 46 }, + { "name": "Golf", "rank": 40 } + ], + "title": { + "romaji": "Oyasumi Punpun", + "english": "Goodnight Punpun", + "native": "おやすみプンプン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691331119, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx34632-14deknANZitb.png" + } + }, + { + "id": 103082, + "idMal": 111403, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Horror", "Psychological"], + "tags": [ + { "name": "Revenge", "rank": 97 }, + { "name": "Gore", "rank": 94 }, + { "name": "Anti-Hero", "rank": 86 }, + { "name": "Bullying", "rank": 85 }, + { "name": "Body Horror", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Tragedy", "rank": 78 }, + { "name": "Seinen", "rank": 74 }, + { "name": "Yandere", "rank": 55 }, + { "name": "Dissociative Identities", "rank": 50 }, + { "name": "Time Skip", "rank": 50 }, + { "name": "Motorcycles", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Pumpkin Night", + "english": null, + "native": "パンプキンナイト" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691434514, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx103082-LyfcRaS80jy7.jpg" + } + }, + { + "id": 92267, + "idMal": 75941, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 20, + "format": "MANGA", + "duration": null, + "synonyms": ["Idolising Gaiden: Orin Rising!"], + "genres": ["Action", "Ecchi", "Sci-Fi"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Ido-Lising! Gaiden: Orin Rising!", + "english": null, + "native": "アイドライジング!外伝 オリンライジング!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691447253, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx92267-jmZthmMvCNH2.jpg" + } + }, + { + "id": 86214, + "idMal": 88991, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 36, + "format": "MANGA", + "duration": null, + "synonyms": ["ナンパルチア", "Skill of Lure"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Full Color", "rank": 70 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "School", "rank": 50 } + ], + "title": { + "romaji": "Yuhogui Gisul", + "english": null, + "native": "유혹의 기술" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691568186, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/86214-5SZgXVtSCm7p.jpg" + } + }, + { + "id": 33083, + "idMal": 3083, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Suzumiya Haruhi Series", + "La malinconia di Haruhi Suzumiya", + "La Mélancolie de Haruhi Suzumiya" + ], + "genres": [ + "Comedy", + "Psychological", + "Sci-Fi", + "Slice of Life", + "Supernatural" + ], + "tags": [ + { "name": "Philosophy", "rank": 95 }, + { "name": "School Club", "rank": 94 }, + { "name": "School", "rank": 92 }, + { "name": "Urban Fantasy", "rank": 90 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Aliens", "rank": 70 }, + { "name": "Parody", "rank": 66 }, + { "name": "Gods", "rank": 66 }, + { "name": "Time Manipulation", "rank": 65 }, + { "name": "Achronological Order", "rank": 60 }, + { "name": "Alternate Universe", "rank": 53 }, + { "name": "Kuudere", "rank": 50 }, + { "name": "Memory Manipulation", "rank": 46 }, + { "name": "Conspiracy", "rank": 46 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Chuunibyou", "rank": 33 }, + { "name": "Maids", "rank": 20 }, + { "name": "Otaku Culture", "rank": 20 }, + { "name": "Surreal Comedy", "rank": 20 } + ], + "title": { + "romaji": "Suzumiya Haruhi no Yuuutsu", + "english": "The Melancholy of Haruhi Suzumiya", + "native": "涼宮ハルヒの憂鬱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692129159, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2003 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33083-tlDz3pkPz1Mc.jpg" + } + }, + { + "id": 165896, + "idMal": 158220, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Little Shark's Outings"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Educational", "rank": 79 }, + { "name": "Animals", "rank": 73 }, + { "name": "Full Color", "rank": 66 } + ], + "title": { + "romaji": "Odekake Kozame", + "english": null, + "native": "おでかけ子ザメ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692716499, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165896-pv9dfTLWCw2N.jpg" + } + }, + { + "id": 152703, + "idMal": 150240, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Won't Sleep with You for Free", "กอดนี้ไม่ฟรีนะคะ"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 92 }, + { "name": "Prostitution", "rank": 91 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Nudity", "rank": 82 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "College", "rank": 53 }, + { "name": "Large Breasts", "rank": 53 }, + { "name": "Femdom", "rank": 50 }, + { "name": "Scissoring", "rank": 40 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Teacher", "rank": 30 }, + { "name": "Seinen", "rank": 20 }, + { "name": "MILF", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Squirting", "rank": 20 } + ], + "title": { + "romaji": "Tada de wa Dakaremasen", + "english": null, + "native": "タダでは抱かれません" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692972482, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152703-0uFh1FmMOqm8.jpg" + } + }, + { + "id": 103184, + "idMal": 115488, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 53, + "format": "MANGA", + "duration": null, + "synonyms": ["The Feelings of a Girl with Sanpaku Eyes"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Iyashikei", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Full Color", "rank": 53 }, + { "name": "School", "rank": 40 } + ], + "title": { + "romaji": "Sanpakugan-chan wa Tsutaetai.", + "english": "The Girl with the Sanpaku Eyes", + "native": "三白眼ちゃんは伝えたい。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693518111, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103184-otHs1iKcsUu5.jpg" + } + }, + { + "id": 86856, + "idMal": 81367, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 107, + "format": "MANGA", + "duration": null, + "synonyms": ["My Ball!"], + "genres": ["Comedy", "Ecchi", "Romance", "Sports"], + "tags": [ + { "name": "Football", "rank": 84 }, + { "name": "Primarily Female Cast", "rank": 65 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Mai Ball!", + "english": null, + "native": "マイぼーる!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694052480, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86856-Mou9fcbVA5Lu.png" + } + }, + { + "id": 98686, + "idMal": 103939, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 167, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Aharen-san is unfathomable", + "Aharen-san is indicipherable", + "아하렌 양은 알 수 없어", + "测不准的阿波连同学", + "คุณอาฮาเรนนี่เข้าใจยากจริงๆ นะ" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 88 }, + { "name": "Iyashikei", "rank": 86 }, + { "name": "Meta", "rank": 84 }, + { "name": "Episodic", "rank": 82 }, + { "name": "Heterosexual", "rank": 82 }, + { "name": "Kuudere", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Parody", "rank": 74 }, + { "name": "Shounen", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 66 }, + { "name": "Crossdressing", "rank": 30 }, + { "name": "Gyaru", "rank": 30 }, + { "name": "Yuri", "rank": 20 }, + { "name": "LGBTQ+ Themes", "rank": 10 } + ], + "title": { + "romaji": "Aharen-san wa Hakarenai", + "english": null, + "native": "阿波連さんははかれない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694399427, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx98686-2WuFxpMS10RZ.png" + } + }, + { + "id": 143369, + "idMal": 150006, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 42, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Hentai", "Horror", "Romance", "Supernatural"], + "tags": [ + { "name": "Zombie", "rank": 60 }, + { "name": "Kemonomimi", "rank": 20 } + ], + "title": { + "romaji": "Yeochini Zombie!", + "english": "Zombie Girlfriend!", + "native": "여친이 좀비!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694491611, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143369-FmJl0sKrDTW2.jpg" + } + }, + { + "id": 99738, + "idMal": 103710, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 128, + "format": "MANGA", + "duration": null, + "synonyms": ["ช่วยที She ติดเกาะ?", "你遭難了嗎?"], + "genres": ["Adventure", "Comedy", "Ecchi"], + "tags": [ + { "name": "Survival", "rank": 100 }, + { "name": "Primarily Female Cast", "rank": 86 }, + { "name": "Educational", "rank": 82 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Nudity", "rank": 70 }, + { "name": "Cute Girls Doing Cute Things", "rank": 64 }, + { "name": "Yuri", "rank": 45 }, + { "name": "Crossdressing", "rank": 36 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Sounan desu ka?", + "english": "Are You Lost?", + "native": "ソウナンですか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694492322, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99738-pl3h39adRJtL.jpg" + } + }, + { + "id": 101315, + "idMal": 111357, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Anjou-san", + "Yancha Gal's Anjou-san", + "Anjou, A Naughty Girl", + "คุณอันโจหยอกนักเพราะรักนะ" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Gyaru", "rank": 93 }, + { "name": "Heterosexual", "rank": 84 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "School", "rank": 72 }, + { "name": "Seinen", "rank": 72 }, + { "name": "Urban", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Iyashikei", "rank": 50 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Coming of Age", "rank": 20 } + ], + "title": { + "romaji": "Yancha Gal no Anjou-san", + "english": null, + "native": "やんちゃギャルの安城さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694498491, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101315-8qNFN4mJRYO2.jpg" + } + }, + { + "id": 30016, + "idMal": 16, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 123, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Tsundere", "rank": 84 }, + { "name": "Female Harem", "rank": 82 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 70 }, + { "name": "College", "rank": 65 }, + { "name": "Primarily Adult Cast", "rank": 40 }, + { "name": "Time Skip", "rank": 40 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Samurai", "rank": 20 }, + { "name": "Coming of Age", "rank": 20 } + ], + "title": { + "romaji": "Love Hina", + "english": "Love Hina", + "native": "ラブ ひな" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694911836, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30016-Oa2a7uJ7bHDd.jpg" + } + }, + { + "id": 90835, + "idMal": 68361, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 480, + "format": "MANGA", + "duration": null, + "synonyms": ["Sweet Life"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 50 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Amai Seikatsu", + "english": null, + "native": "甘い生活" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694985145, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1990 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx90835-2UQzwEvrB34z.png" + } + }, + { + "id": 112544, + "idMal": 122863, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kyuuryuu Generic Romance", + "เกาลูน อุบัติรักปริศนาลับ", + "九龍大眾浪漫" + ], + "genres": ["Drama", "Mystery", "Romance", "Sci-Fi", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 81 }, + { "name": "Clone", "rank": 79 }, + { "name": "Seinen", "rank": 78 }, + { "name": "Amnesia", "rank": 77 }, + { "name": "Work", "rank": 70 }, + { "name": "Dystopian", "rank": 70 }, + { "name": "Office Lady", "rank": 70 }, + { "name": "Primarily Adult Cast", "rank": 70 }, + { "name": "Alternate Universe", "rank": 68 }, + { "name": "Foreign", "rank": 57 }, + { "name": "LGBTQ+ Themes", "rank": 44 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Gender Bending", "rank": 36 }, + { "name": "Urban", "rank": 20 } + ], + "title": { + "romaji": "Kowloon Generic Romance", + "english": "Kowloon Generic Romance", + "native": "九龍ジェネリックロマンス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694985491, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112544-vDV8R4aykMTG.jpg" + } + }, + { + "id": 167001, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Isekai", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Lv1 Maou no Ponkotsu Hishokan", + "english": null, + "native": "Lv1魔王のポンコツ秘書官" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695020563, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167001-XpbubrPfvH5O.jpg" + } + }, + { + "id": 33468, + "idMal": 3468, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 62, + "format": "MANGA", + "duration": null, + "synonyms": ["Usagi Drop: Bangaihen", "Un drôle de père"], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Family Life", "rank": 95 }, + { "name": "Age Gap", "rank": 94 }, + { "name": "Josei", "rank": 80 }, + { "name": "Time Skip", "rank": 76 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Adoption", "rank": 76 }, + { "name": "Love Triangle", "rank": 65 }, + { "name": "Male Protagonist", "rank": 53 }, + { "name": "Iyashikei", "rank": 50 }, + { "name": "Coming of Age", "rank": 50 }, + { "name": "Female Protagonist", "rank": 46 }, + { "name": "Work", "rank": 33 }, + { "name": "School", "rank": 33 }, + { "name": "Educational", "rank": 10 } + ], + "title": { + "romaji": "Usagi Drop", + "english": "Bunny Drop", + "native": "うさぎドロップ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695975797, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/3468-hM6i0FBapg7g.jpg" + } + }, + { + "id": 102841, + "idMal": 106175, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "An Angel Swooped Down on Me!", + "WATATEN!: an Angel Flew Down to Me" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 85 }, + { "name": "Food", "rank": 79 }, + { "name": "Age Gap", "rank": 76 }, + { "name": "Primarily Female Cast", "rank": 75 }, + { "name": "Yuri", "rank": 74 }, + { "name": "Primarily Child Cast", "rank": 70 }, + { "name": "Cosplay", "rank": 65 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Tomboy", "rank": 60 }, + { "name": "Hikikomori", "rank": 53 }, + { "name": "4-koma", "rank": 50 }, + { "name": "School", "rank": 35 } + ], + "title": { + "romaji": "Watashi ni Tenshi ga Maiorita!", + "english": null, + "native": "私に天使が舞い降りた!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696022301, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx102841-PowixK1gMBih.jpg" + } + }, + { + "id": 46688, + "idMal": 16688, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 15, + "format": "MANGA", + "duration": null, + "synonyms": ["Zvrácená", "Wypaczona"], + "genres": ["Horror"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "Yandere", "rank": 79 }, + { "name": "Gore", "rank": 73 }, + { "name": "Body Horror", "rank": 70 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Female Protagonist", "rank": 46 }, + { "name": "Cosplay", "rank": 33 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { "romaji": "Ibitsu", "english": "Ibitsu", "native": "イビツ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1696882449, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/n46688-yjEROWpqlwQw.png" + } + }, + { + "id": 168939, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 80 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Maids", "rank": 30 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Cheerleading", "rank": 20 } + ], + "title": { + "romaji": "Kanojo mo Kanojo Kanketsu Kinen Doujinshi", + "english": null, + "native": "カノジョも彼女完結記念同人誌" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1697141510, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168939-2ao6wVvLkgLV.jpg" + } + }, + { + "id": 100319, + "idMal": 110050, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 58, + "format": "MANGA", + "duration": null, + "synonyms": ["My Girlfriend is the Best!", "My Perfect Girlfriend!"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "4-koma", "rank": 82 }, + { "name": "Slapstick", "rank": 82 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Tomboy", "rank": 70 }, + { "name": "Shounen", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Tsundere", "rank": 26 } + ], + "title": { + "romaji": "Boku no Kanojo wa Saikou desu!", + "english": null, + "native": "僕の彼女は最高です!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1697658380, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100319-y4iw7wyYoojv.jpg" + } + }, + { + "id": 151361, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Spring Has Come", + "Pichi Pichi Chapu Chapu Ran Ran Ran", + "Christmas no Yoru ni.", + "Mou Ichido Kimi to," + ], + "genres": ["Hentai"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Mite. Suketeruyo♥", + "english": null, + "native": "見て。透けてるよ♥" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1698797173, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151361-CDNO7u2Ljtux.jpg" + } + }, + { + "id": 54781, + "idMal": 24781, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 13, + "format": "MANGA", + "duration": null, + "synonyms": [ + "L.M.L. Let Me Lead", + "We’re Happy Family", + "Kuchidome Play!", + "Hagure Yuujo to Junjouha", + "Misaki to Take", + "Private Bitch", + "Campus Play", + "Tsuma Epu", + "Love Stocking", + "Omikuji", + "Karappo Yuujo" + ], + "genres": ["Hentai"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Naked Play", + "english": null, + "native": "ネイキッドプレイ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699058347, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx54781-x6tA7TJVGOOH.jpg" + } + }, + { + "id": 85828, + "idMal": 66879, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "MANGA", + "duration": null, + "synonyms": ["Yurikuma Arashi"], + "genres": ["Drama", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 95 }, + { "name": "School", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Guns", "rank": 20 } + ], + "title": { + "romaji": "Yuri Kuma Arashi", + "english": "Yuri Bear Storm", + "native": "ユリ熊嵐" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699403962, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/55828-VCTd7XONi7Qd.jpg" + } + }, + { + "id": 101754, + "idMal": 111621, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 78, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Pashiri na Boku to Koisuru Banchou", + "Errand Love", + "The Errand Boy and the Banchou in Love", + "The Lackey and the Delinquent Leader in Love" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Delinquents", "rank": 93 }, + { "name": "Tomboy", "rank": 84 }, + { "name": "Kuudere", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "School", "rank": 78 }, + { "name": "Bullying", "rank": 65 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Yuri", "rank": 53 }, + { "name": "Seinen", "rank": 50 } + ], + "title": { + "romaji": "Pashiri na Boku to Koisuru Banchou-san", + "english": "I Belong to the Baddest Girl at School", + "native": "パシリな僕と恋する番長さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699828714, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101754-ZBjFrQdeBve4.jpg" + } + }, + { + "id": 48597, + "idMal": 18597, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 59, + "format": "MANGA", + "duration": null, + "synonyms": ["Shiromabito", "산카레아"], + "genres": ["Comedy", "Ecchi", "Horror", "Romance", "Supernatural"], + "tags": [ + { "name": "Male Protagonist", "rank": 96 }, + { "name": "Zombie", "rank": 93 }, + { "name": "Shounen", "rank": 80 }, + { "name": "Amnesia", "rank": 80 }, + { "name": "Gore", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Medicine", "rank": 73 }, + { "name": "Love Triangle", "rank": 71 }, + { "name": "Ojou-sama", "rank": 40 }, + { "name": "Tomboy", "rank": 40 }, + { "name": "Nudity", "rank": 36 }, + { "name": "Maids", "rank": 20 }, + { "name": "Shrine Maiden", "rank": 20 }, + { "name": "Torture", "rank": 20 }, + { "name": "Slapstick", "rank": 20 }, + { "name": "Animals", "rank": 20 } + ], + "title": { + "romaji": "Sankarea", + "english": "Sankarea: Undying Love", + "native": "さんかれあ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1699852654, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx48597-LYYobBXEUav7.png" + } + }, + { + "id": 85200, + "idMal": 57979, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 50 }, + { "name": "School", "rank": 50 }, + { "name": "Work", "rank": 20 }, + { "name": "Magic", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Ojou-sama", "rank": 20 } + ], + "title": { + "romaji": "Amagi Brilliant Park", + "english": "Amagi Brilliant Park", + "native": "甘城ブリリアントパーク" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700101492, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85200-NX9hr7HRdh6R.jpg" + } + }, + { + "id": 41793, + "idMal": 11793, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 85, + "format": "MANGA", + "duration": null, + "synonyms": ["Oniichan no Koto Nanka Zenzen Suki ja Nai n da kara ne"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 50 }, + { "name": "School", "rank": 50 }, + { "name": "Seinen", "rank": 50 } + ], + "title": { + "romaji": "Onii-chan no Koto nanka Zenzen Suki Janain Dakara ne!!", + "english": "I Don’t Like You At All, Big Brother!!", + "native": "お兄ちゃんのことなんかぜんぜん好きじゃないんだからねっ!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700158563, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/11793.jpg" + } + }, + { + "id": 103843, + "idMal": 107261, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["เคโมโนมิจิ ร้านสัตว์เลี้ยงในโลกแฟนตาซี", "萌獸寵物店"], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Animals", "rank": 95 }, + { "name": "Wrestling", "rank": 85 }, + { "name": "Parody", "rank": 80 }, + { "name": "Isekai", "rank": 79 }, + { "name": "Male Protagonist", "rank": 68 }, + { "name": "Dragons", "rank": 65 }, + { "name": "Kemonomimi", "rank": 60 }, + { "name": "Vampire", "rank": 60 }, + { "name": "Werewolf", "rank": 50 }, + { "name": "Female Harem", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Anthropomorphism", "rank": 20 } + ], + "title": { + "romaji": "Kemono Michi", + "english": null, + "native": "けものみち" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700183132, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103843-pKRQogFGwHDk.jpg" + } + }, + { + "id": 30511, + "idMal": 511, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 29, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Romance", "Supernatural"], + "tags": [ + { "name": "Robots", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Steampunk", "rank": 20 } + ], + "title": { + "romaji": "Sakura Taisen", + "english": "Sakura Wars", + "native": "サクラ大戦" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700441557, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2008 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b30511-U0HQ0JtbQJxR.jpg" + } + }, + { + "id": 43068, + "idMal": 13068, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["Asobiniikuyo!", "Asobi ni Ikuyo!"], + "genres": ["Comedy", "Ecchi", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "Seinen", "rank": 50 } + ], + "title": { + "romaji": "Asobi ni Iku yo!", + "english": null, + "native": "あそびにいくヨ!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700450811, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/13068.jpg" + } + }, + { + "id": 55197, + "idMal": 25197, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 106, + "format": "NOVEL", + "duration": null, + "synonyms": ["C3", "C Cube", "C^3", "C³ - CubexCursedxCurious"], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [{ "name": "School", "rank": 50 }], + "title": { "romaji": "C³", "english": "C³", "native": "C3-シーキューブ-" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700450980, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx55197-xHkCw7a8BaCR.jpg" + } + }, + { + "id": 119075, + "idMal": 126753, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Nana Shimazaki@Looking For Work", + "Shimazaki Nana@Oshigoto Boshuuchuu" + ], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Drawing", "rank": 60 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Shimazaki Nana@Oshigoto Boshuu Chuu", + "english": null, + "native": "島崎奈々@お仕事募集中" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700480800, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119075-wtta6Hx5nVzb.jpg" + } + }, + { + "id": 155197, + "idMal": 151869, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Full Color", "rank": 60 }, + { "name": "Reincarnation", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Foreign", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Family Life", "rank": 20 } + ], + "title": { + "romaji": "Akdang Gongjakgaui Silse Mangnaettarimnida", + "english": "The Little Lady Behind the Villain", + "native": "악당 공작가의 실세 막내딸입니다" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700503714, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155197-zpvqSsWUaect.png" + } + }, + { + "id": 31122, + "idMal": 1122, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 98, + "format": "MANGA", + "duration": null, + "synonyms": ["Tsubomi's Secrets"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "School", "rank": 50 }, + { "name": "Shoujo", "rank": 50 } + ], + "title": { + "romaji": "Naisho no Tsubomi", + "english": null, + "native": "ないしょのつぼみ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700517114, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31122-SHYgqczp7U4E.png" + } + }, + { + "id": 136785, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 10, + "format": "MANGA", + "duration": null, + "synonyms": ["Mother's Sex Lesson"], + "genres": ["Hentai"], + "tags": [ + { "name": "Incest", "rank": 20 }, + { "name": "MILF", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 } + ], + "title": { + "romaji": "Hannari Otona Kyouiku", + "english": null, + "native": "はんなり大人教育" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700600200, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136785-ZYpHozjZCh1H.jpg" + } + }, + { + "id": 50242, + "idMal": 20242, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 82, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Binbou Gami ga!", + "Binboukami ga!", + "Binbou Kami ga!", + "Binpou-gami ga!" + ], + "genres": ["Adventure", "Comedy", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "Parody", "rank": 79 }, + { "name": "Meta", "rank": 79 }, + { "name": "Gods", "rank": 73 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Magic", "rank": 40 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Tsundere", "rank": 30 }, + { "name": "School", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Binbougami ga!", + "english": "Good Luck Girl!", + "native": "貧乏神が!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700777404, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx50242-NAzOA8spHDYG.jpg" + } + }, + { + "id": 87005, + "idMal": 95016, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Poptepipic"], + "genres": ["Comedy"], + "tags": [ + { "name": "4-koma", "rank": 97 }, + { "name": "Surreal Comedy", "rank": 95 }, + { "name": "Parody", "rank": 92 }, + { "name": "Satire", "rank": 90 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 70 }, + { "name": "Chibi", "rank": 70 }, + { "name": "Meta", "rank": 60 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Poputepipikku", + "english": "Pop Team Epic", + "native": "ポプテピピック" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700787861, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87005-bxODP6K6QAjH.jpg" + } + }, + { + "id": 94490, + "idMal": 87844, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 240, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Yakuza", "rank": 98 }, + { "name": "Seinen", "rank": 97 }, + { "name": "Urban", "rank": 96 }, + { "name": "Guns", "rank": 90 }, + { "name": "Assassins", "rank": 88 }, + { "name": "Primarily Adult Cast", "rank": 87 }, + { "name": "Crime", "rank": 85 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Nudity", "rank": 68 }, + { "name": "Bar", "rank": 53 }, + { "name": "Survival", "rank": 40 }, + { "name": "Gore", "rank": 26 } + ], + "title": { + "romaji": "The Fable", + "english": "The Fable", + "native": "ザ・ファブル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700859715, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx94490-rdtpGHQHOHHC.jpg" + } + }, + { + "id": 74583, + "idMal": 44583, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "MANGA", + "duration": null, + "synonyms": [ + "グッドタイムズ", + "Bambina", + "Don't Panic", + "Baby", + "Bad Communication" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Anthology", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Tsundere", "rank": 40 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Teacher", "rank": 40 }, + { "name": "School", "rank": 40 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Threesome", "rank": 40 }, + { "name": "School Club", "rank": 20 }, + { "name": "Full Color", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Ashikoki", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Sex Toys", "rank": 20 } + ], + "title": { + "romaji": "Good Times!!", + "english": null, + "native": "Good Times!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700973819, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/44583.jpg" + } + }, + { + "id": 117480, + "idMal": 128356, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance", "Sci-Fi", "Slice of Life"], + "tags": [ + { "name": "Robots", "rank": 96 }, + { "name": "Artificial Intelligence", "rank": 90 }, + { "name": "Family Life", "rank": 80 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Philosophy", "rank": 60 }, + { "name": "Ghost", "rank": 53 } + ], + "title": { + "romaji": "Boku no Tsuma wa Kanjou ga Nai", + "english": "My Wife Has No Emotion", + "native": "僕の妻は感情がない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701110354, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117480-qxAgrIkKQqCa.jpg" + } + }, + { + "id": 106890, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 126, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 98 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Primarily Female Cast", "rank": 82 }, + { "name": "Ojou-sama", "rank": 79 }, + { "name": "School", "rank": 74 }, + { "name": "Drawing", "rank": 71 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Bullying", "rank": 58 }, + { "name": "Primarily Teen Cast", "rank": 53 }, + { "name": "Nudity", "rank": 46 } + ], + "title": { + "romaji": "Tadokoro-san", + "english": null, + "native": "田所さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701198399, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx106890-bitYeoUpAXqu.jpg" + } + }, + { + "id": 150276, + "idMal": 151451, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "The Gal In The Back Seat Likes Me. I Might Not Make It Anymore.", + "Ushiro no Seki no Gyaru ni Sukarete Shimatta. Mou Ore wa Dame Kamo Shirenai", + "後ろの席のぎゃるに好かれてしまった。もう俺は駄目かもしれない。", + "The gal is sitting behind me, and loves me.", + "被坐在後面的辣妹喜歡上,我快要沒轍了。" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Gyaru", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 } + ], + "title": { + "romaji": "Ushiro no Seki no Gal ni Sukarete Shimatta. Mou Ore wa Damekamoshirenai", + "english": null, + "native": "うしろの席のぎゃるに好かれてしまった。 もう俺はダメかもしれない。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701219217, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150276-rTfy4rnYNK8T.jpg" + } + }, + { + "id": 30089, + "idMal": 89, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 48, + "format": "MANGA", + "duration": null, + "synonyms": ["Super Gals!", "ギャルズ"], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 79 }, + { "name": "Gyaru", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { "romaji": "GALS!", "english": null, "native": "GALS!" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701219463, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30089-GhAXx8Re8nRm.jpg" + } + }, + { + "id": 53485, + "idMal": 23485, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 65, + "format": "NOVEL", + "duration": null, + "synonyms": ["Haiyoru! Nyaruko-san"], + "genres": ["Comedy", "Sci-Fi"], + "tags": [ + { "name": "Parody", "rank": 79 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Tokusatsu", "rank": 20 }, + { "name": "Henshin", "rank": 20 } + ], + "title": { + "romaji": "Haiyore! Nyaruko-san", + "english": null, + "native": "這いよれ!ニャル子さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701671261, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53485-ktMOJG522MfA.jpg" + } + }, + { + "id": 38676, + "idMal": 8676, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 50 }, + { "name": "Seinen", "rank": 50 } + ], + "title": { + "romaji": "Baby Princess", + "english": null, + "native": "ベイビー・プリンセス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1701827362, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38676-09JlJ2Cxk1Ex.png" + } + }, + { + "id": 101724, + "idMal": 114417, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Uzaki-chan Wants to Play!", + "우자키 양은 놀고 싶어!", + "รุ่นน้องตัวป่วน อยากชวนเที่ยวเล่น" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Large Breasts", "rank": 93 }, + { "name": "Tsundere", "rank": 87 }, + { "name": "Primarily Adult Cast", "rank": 82 }, + { "name": "Seinen", "rank": 80 }, + { "name": "College", "rank": 78 }, + { "name": "Tomboy", "rank": 76 }, + { "name": "Heterosexual", "rank": 70 }, + { "name": "Male Protagonist", "rank": 68 }, + { "name": "Meta", "rank": 63 }, + { "name": "Slapstick", "rank": 63 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Bullying", "rank": 36 }, + { "name": "Iyashikei", "rank": 20 } + ], + "title": { + "romaji": "Uzaki-chan wa Asobitai!", + "english": "Uzaki-chan Wants to Hang Out!", + "native": "宇崎ちゃんは遊びたい!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702184954, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101724-OzatG05Yvc5v.jpg" + } + }, + { + "id": 109017, + "idMal": 120680, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Looking up to Magical Girls", + "Mahoako", + "I Admire Magical Girls, and...", + "Le mie adorate maghette" + ], + "genres": ["Comedy", "Ecchi", "Mahou Shoujo", "Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 94 }, + { "name": "Magic", "rank": 92 }, + { "name": "Nudity", "rank": 92 }, + { "name": "Parody", "rank": 90 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Anti-Hero", "rank": 90 }, + { "name": "Yuri", "rank": 88 }, + { "name": "Henshin", "rank": 83 }, + { "name": "Meta", "rank": 82 }, + { "name": "Masochism", "rank": 81 }, + { "name": "Bondage", "rank": 80 }, + { "name": "Yandere", "rank": 79 }, + { "name": "Seinen", "rank": 76 }, + { "name": "Primarily Teen Cast", "rank": 73 }, + { "name": "Torture", "rank": 60 }, + { "name": "Terrorism", "rank": 40 }, + { "name": "LGBTQ+ Themes", "rank": 33 } + ], + "title": { + "romaji": "Mahou Shoujo ni Akogarete", + "english": "Gushing over Magical Girls", + "native": "魔法少女にあこがれて" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702333385, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109017-bT3qVhgii0Xy.png" + } + }, + { + "id": 156344, + "idMal": 128823, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 16, + "format": "MANGA", + "duration": null, + "synonyms": ["Me, a Staple Food That Matched With The Mononoke Girls"], + "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Large Breasts", "rank": 79 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Monokano: Mononoke Kanojotachi to Matching Shita Shushoku no Ore", + "english": null, + "native": "ものカノ もののけ彼女たちとマッチングした主食の俺" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702850229, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b156344-XXu5BuEELGng.jpg" + } + }, + { + "id": 74489, + "idMal": 44489, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "La Tierra de las Gemas", + "L'Ère des Cristaux", + "Das Land der Juwelen", + "Terra das Gemas", + "Vương quốc bảo thạch", + "Terra das Gemas", + "HNK", + "LOTL" + ], + "genres": [ + "Action", + "Drama", + "Fantasy", + "Mystery", + "Psychological", + "Sci-Fi" + ], + "tags": [ + { "name": "Philosophy", "rank": 94 }, + { "name": "Anthropomorphism", "rank": 94 }, + { "name": "Tragedy", "rank": 93 }, + { "name": "Seinen", "rank": 92 }, + { "name": "Coming of Age", "rank": 87 }, + { "name": "Religion", "rank": 87 }, + { "name": "Anti-Hero", "rank": 86 }, + { "name": "Body Horror", "rank": 83 }, + { "name": "Shapeshifting", "rank": 82 }, + { "name": "Cosmic Horror", "rank": 80 }, + { "name": "Revenge", "rank": 79 }, + { "name": "Dissociative Identities", "rank": 79 }, + { "name": "Time Skip", "rank": 78 }, + { "name": "Post-Apocalyptic", "rank": 77 }, + { "name": "Reincarnation", "rank": 77 }, + { "name": "Agender", "rank": 76 }, + { "name": "Ensemble Cast", "rank": 75 }, + { "name": "Memory Manipulation", "rank": 74 }, + { "name": "Space", "rank": 70 }, + { "name": "Aliens", "rank": 69 }, + { "name": "Swordplay", "rank": 60 }, + { "name": "Suicide", "rank": 55 } + ], + "title": { + "romaji": "Houseki no Kuni", + "english": "Land of the Lustrous", + "native": "宝石の国" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702884533, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx74489-bTNWsnzztzmI.jpg" + } + }, + { + "id": 107445, + "idMal": 118712, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 136, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Yan-Garu", + "Yankee-kun and the White Cane Girl", + "Yankee-kun to Hakujou Gaaru" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Rehabilitation", "rank": 79 }, + { "name": "4-koma", "rank": 73 }, + { "name": "Male Protagonist", "rank": 72 }, + { "name": "Disability", "rank": 70 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Delinquents", "rank": 65 }, + { "name": "LGBTQ+ Themes", "rank": 56 }, + { "name": "Orphan", "rank": 20 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Yankee-kun to Hakujou Girl", + "english": "Love’s in Sight!", + "native": "ヤンキー君と白杖ガール" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703341073, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx107445-9Y91podh1R8v.jpg" + } + }, + { + "id": 128136, + "idMal": 140633, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [], + "title": { + "romaji": "Tonari ni Sumu Oshiego to Kekkon Shitai no desuga, Doushitara OK ga Morae Masu ka?", + "english": null, + "native": "隣に住む教え子と結婚したいのですが、どうしたらOKがもらえますか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703595245, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b128136-mOTRyxijcUER.jpg" + } + }, + { + "id": 172404, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Public Sex", "rank": 20 }, + { "name": "Exhibitionism", "rank": 20 } + ], + "title": { + "romaji": "Mukuchi na Tosho Iin to Sex Zuke. Natsuyasumi-hen Sex zuke no Futsukakan...", + "english": "Addicted to Sex With a Taciturn Library Committee Member: Summer Vacation", + "native": "無口な図書委員とセックス漬け。夏休み篇~セックス漬けの二日間…~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703626181, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172404-6mF2df9indGw.jpg" + } + }, + { + "id": 100143, + "idMal": 109840, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Питер Грилл и семя рационального мышления"], + "genres": ["Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Female Harem", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Monster Girl", "rank": 73 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Peter Grill to Kenja no Jikan", + "english": "Peter Grill and the Philosopher’s Time", + "native": "ピーター・グリルと賢者の時間" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703880151, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100143-jI8LNhAbBy9f.jpg" + } + }, + { + "id": 172702, + "idMal": 161754, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Villainess", "rank": 60 }, + { "name": "Josei", "rank": 20 } + ], + "title": { + "romaji": "Higeki no Genkyou to Naru Saikyou Gedou Last Boss Joou wa Tami no Tame ni Tsukushimasu. To The Savior", + "english": null, + "native": "悲劇の元凶となる最強外道ラスボス女王は民の為に尽くします。~To The Savior~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1704078013, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b172702-oZl20P9C52M2.jpg" + } + }, + { + "id": 172677, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Fantasy"], + "tags": [], + "title": { + "romaji": "Hikage Majo wa Kizukanai: Mahou Gakuen ni Nyuugaku Shita Tensai Imouto ga, Ane wa Motto Sugoi to Iifurashite Ita Nante", + "english": null, + "native": "日陰魔女は気づかない ~魔法学園に入学した天才妹が、姉はもっとすごいと言いふらしていたなんて~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705404349, + "updatedAt": 1705404349, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172677-1kBVNy6pNrCp.jpg" + } + }, + { + "id": 85763, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Zettai Junpaku: Mahou Shoujo"], + "genres": ["Hentai", "Mahou Shoujo"], + "tags": [{ "name": "Magic", "rank": 20 }], + "title": { + "romaji": "Mahou Shoujo", + "english": null, + "native": "魔法少女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705404525, + "updatedAt": 1705404525, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2003 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85763-nUCxZk9BgVwF.jpg" + } + }, + { + "id": 138830, + "idMal": 141736, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 22, + "format": "MANGA", + "duration": null, + "synonyms": ["一条同学总是情不自禁", "It Shows on Your Face"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 80 }, + { "name": "Vampire", "rank": 73 }, + { "name": "Seinen", "rank": 60 }, + { "name": "School Club", "rank": 60 }, + { "name": "School", "rank": 40 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Primarily Female Cast", "rank": 40 }, + { "name": "Crossdressing", "rank": 20 } + ], + "title": { + "romaji": "Ichijou-san wa Kao ni Deyasui", + "english": null, + "native": "一条さんは顔に出やすい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705468624, + "updatedAt": 1705468624, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138830-V6VAl3BKl3Bh.jpg" + } + }, + { + "id": 52986, + "idMal": 22986, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 52, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Gray And Wonder Around Her", + "Ran and the Grey World", + "Ran and the Ash-Coloured World", + "Ran and the Ash Colored World", + "Magical Doctor Becchin-sensei", + "Kurobane-tai no Kyou no Oshigoto", + "Shizuka no Ano Koro Sasurai Douchuuki", + "Minna no Hibi-kun Kokoro Koko ni Arazu", + "Kyou mo Yarimasu Ume Momo Sakura", + "Shoujo-tachi no Mizutama Ofuro Time", + "Magiczny świat Ran", + "Ran y el Mundo Gris", + "Ran và thế giới tro tàn" + ], + "genres": ["Comedy", "Drama", "Fantasy", "Romance", "Supernatural"], + "tags": [ + { "name": "Seinen", "rank": 95 }, + { "name": "Coming of Age", "rank": 88 }, + { "name": "Shapeshifting", "rank": 86 }, + { "name": "Witch", "rank": 85 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Magic", "rank": 78 }, + { "name": "Age Gap", "rank": 77 }, + { "name": "Werewolf", "rank": 68 }, + { "name": "Family Life", "rank": 65 }, + { "name": "Love Triangle", "rank": 62 }, + { "name": "Nudity", "rank": 56 }, + { "name": "Tragedy", "rank": 50 }, + { "name": "Heterosexual", "rank": 46 } + ], + "title": { + "romaji": "Ran to Haiiro no Sekai", + "english": "Ran and the Gray World", + "native": "乱と灰色の世界" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705471078, + "updatedAt": 1705471078, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx52986-xufIx5HhD8TW.jpg" + } + }, + { + "id": 101129, + "idMal": 110621, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 53, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Slice of Life"], + "tags": [ + { "name": "Isekai", "rank": 73 }, + { "name": "Food", "rank": 66 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Female Protagonist", "rank": 50 } + ], + "title": { + "romaji": "Isekai Omotenashi Gohan", + "english": null, + "native": "異世界おもてなしご飯" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705471086, + "updatedAt": 1705471086, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101129-dhPpQNKxJWJQ.jpg" + } + }, + { + "id": 109275, + "idMal": 125507, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 238, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Asu, Watashi wa Dareka no Kanojo", + "Tomorrow, I Will be Someone's Girlfriend", + "Asukano", + "明日カノ", + "Asukanojo" + ], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Work", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Philosophy", "rank": 70 }, + { "name": "Fashion", "rank": 70 }, + { "name": "Seinen", "rank": 65 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 46 }, + { "name": "LGBTQ+ Themes", "rank": 30 }, + { "name": "Age Gap", "rank": 30 }, + { "name": "College", "rank": 20 } + ], + "title": { + "romaji": "Ashita, Watashi wa Dareka no Kanojo", + "english": null, + "native": "明日、私は誰かのカノジョ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705570472, + "updatedAt": 1705570472, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109275-Rp58u7ON27tw.jpg" + } + }, + { + "id": 66267, + "idMal": 36267, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 80, + "format": "MANGA", + "duration": null, + "synonyms": ["I'm in Mari", "Dans l'intimité de Marie", "Dentro Mari"], + "genres": ["Drama", "Ecchi", "Mystery", "Psychological", "Thriller"], + "tags": [ + { "name": "Body Swapping", "rank": 99 }, + { "name": "Dissociative Identities", "rank": 97 }, + { "name": "Gender Bending", "rank": 95 }, + { "name": "Seinen", "rank": 92 }, + { "name": "Philosophy", "rank": 92 }, + { "name": "Hikikomori", "rank": 76 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "LGBTQ+ Themes", "rank": 67 }, + { "name": "Rehabilitation", "rank": 65 }, + { "name": "School", "rank": 63 }, + { "name": "Masturbation", "rank": 60 }, + { "name": "Yuri", "rank": 56 }, + { "name": "Nudity", "rank": 52 }, + { "name": "Bullying", "rank": 52 }, + { "name": "Tragedy", "rank": 45 } + ], + "title": { + "romaji": "Boku wa Mari no Naka", + "english": "Inside Mari", + "native": "ぼくは麻理のなか" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705654487, + "updatedAt": 1705654487, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx66267-2SiL38NU4RFj.jpg" + } + }, + { + "id": 173933, + "idMal": null, + "status": "NOT_YET_RELEASED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Mecha", "Sci-Fi"], + "tags": [ + { "name": "Henshin", "rank": 60 }, + { "name": "Robots", "rank": 20 }, + { "name": "Artificial Intelligence", "rank": 20 }, + { "name": "Assassins", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Crime", "rank": 20 }, + { "name": "Super Power", "rank": 20 }, + { "name": "Tanned Skin", "rank": 20 }, + { "name": "Space", "rank": 20 }, + { "name": "Espionage", "rank": 20 }, + { "name": "Tokusatsu", "rank": 20 }, + { "name": "Tomboy", "rank": 20 } + ], + "title": { + "romaji": "Metallic Rouge", + "english": null, + "native": "メタリックルージュ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1706069221, + "updatedAt": 1706069221, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx173933-dvrs55xFepl6.png" + } + }, + { + "id": 122257, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 120, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Ark Is Me", + "最惨房东并不惨", + "Perdona, pero es mi habitación" + ], + "genres": ["Comedy", "Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 85 }, + { "name": "Full Color", "rank": 84 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Love Triangle", "rank": 76 }, + { "name": "Nudity", "rank": 76 }, + { "name": "Large Breasts", "rank": 72 }, + { "name": "Threesome", "rank": 68 }, + { "name": "Tsundere", "rank": 66 }, + { "name": "Group Sex", "rank": 60 }, + { "name": "Bullying", "rank": 51 }, + { "name": "Defloration", "rank": 50 }, + { "name": "Ahegao", "rank": 50 }, + { "name": "Nakadashi", "rank": 50 }, + { "name": "Deepthroat", "rank": 50 }, + { "name": "Bondage", "rank": 46 }, + { "name": "MILF", "rank": 40 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Netorase", "rank": 40 }, + { "name": "Facial", "rank": 40 }, + { "name": "Public Sex", "rank": 40 }, + { "name": "Cunnilingus", "rank": 30 }, + { "name": "Pregnant", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Femdom", "rank": 20 }, + { "name": "College", "rank": 20 }, + { "name": "Feet", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Sex Toys", "rank": 20 } + ], + "title": { + "romaji": "Bangjuineun Jeondeyo", + "english": "Excuse me, This is my Room", + "native": "방주인은 전데요" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1682065917, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b122257-owVNJxVmItw8.jpg" + } + }, + { + "id": 138564, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Owner Of A Building", + "My Landlady Noona", + "La hermana casera", + "富家女姐姐" + ], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 97 }, + { "name": "Heterosexual", "rank": 86 }, + { "name": "Full Color", "rank": 83 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Large Breasts", "rank": 75 }, + { "name": "Defloration", "rank": 73 }, + { "name": "Ahegao", "rank": 70 }, + { "name": "Chibi", "rank": 65 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Nakadashi", "rank": 53 }, + { "name": "Idol", "rank": 50 }, + { "name": "MILF", "rank": 40 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Boobjob", "rank": 40 }, + { "name": "Virginity", "rank": 40 }, + { "name": "Cosplay", "rank": 40 }, + { "name": "Squirting", "rank": 40 }, + { "name": "Deepthroat", "rank": 40 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Femdom", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Feet", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Sex Toys", "rank": 20 }, + { "name": "Work", "rank": 20 }, + { "name": "Watersports", "rank": 20 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Nekomimi", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Geonmulju Nuna", + "english": "Landlord Sisters", + "native": "건물주 누나" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1682474444, + "updatedAt": 1705929594, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138564-h8bT8LJMYZSM.jpg" + } + }, + { + "id": 118408, + "idMal": 133641, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Death Is The Only Ending For The Villainess ", + "The Villain's Ending Is Death ", + "Agyeogui Endingeun Jugeumppun", + "恋爱手游的男主都很危险", + "恶役只有死亡结局", + "悪役のエンディングは死のみ", + " เป็นตัวร้ายก็ต้องตายเท่านั้น", + "O Único Destino da Vilã é a Morte", + "反派角色只有死亡結局", + "Penelope – Das Böse ist dem Tod geweiht", + "O Único Destino dos Vilões é a Morte", + "Єдиний фінал лиходіїв – смерть", + "Seule la mort attend la Vilaine", + "Kematian adalah Akhir Sang Antagonis" + ], + "genres": ["Drama", "Fantasy", "Psychological", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 97 }, + { "name": "Villainess", "rank": 94 }, + { "name": "Isekai", "rank": 93 }, + { "name": "Full Color", "rank": 92 }, + { "name": "Reincarnation", "rank": 92 }, + { "name": "Ojou-sama", "rank": 88 }, + { "name": "Video Games", "rank": 83 }, + { "name": "Male Harem", "rank": 83 }, + { "name": "Adoption", "rank": 83 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Bullying", "rank": 78 }, + { "name": "Historical", "rank": 73 }, + { "name": "Heterosexual", "rank": 62 }, + { "name": "Magic", "rank": 56 }, + { "name": "Yandere", "rank": 50 }, + { "name": "Slavery", "rank": 48 }, + { "name": "Tsundere", "rank": 45 }, + { "name": "Royal Affairs", "rank": 20 } + ], + "title": { + "romaji": "Agyeogui Ending Jugeumppun", + "english": "Villains Are Destined to Die", + "native": "악역의 엔딩은 죽음뿐" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1683356694, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118408-jsyZKWzpgkR6.jpg" + } + }, + { + "id": 141179, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Fox's Trap"], + "genres": ["Drama", "Romance", "Supernatural"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Youkai", "rank": 20 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Huli De Xianjing", + "english": null, + "native": "狐狸的陷阱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684041427, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141179-t2JOD6iF3xnc.jpg" + } + }, + { + "id": 119363, + "idMal": 149871, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Peulleieo"], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 76 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Full Color", "rank": 60 }, + { "name": "Super Power", "rank": 50 }, + { "name": "Battle Royale", "rank": 40 }, + { "name": "Magic", "rank": 20 } + ], + "title": { "romaji": "Player", "english": null, "native": "플레이어" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684491835, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119363-9fERhWXiJST4.jpg" + } + }, + { + "id": 144198, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 125, + "format": "MANGA", + "duration": null, + "synonyms": ["霸佔人妻", "下宿物語"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Netori", "rank": 79 }, + { "name": "Full Color", "rank": 73 }, + { "name": "MILF", "rank": 66 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Handjob", "rank": 60 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Netorare", "rank": 60 }, + { "name": "Voyeur", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Blackmail", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Rimjob", "rank": 20 } + ], + "title": { + "romaji": "Yubunyeo", + "english": "Living with a MILF", + "native": "유부녀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684549241, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144198-M3yOb1MrHvBw.png" + } + }, + { + "id": 126299, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 53, + "format": "MANGA", + "duration": null, + "synonyms": ["Someday I Never Knew"], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [{ "name": "Full Color", "rank": 20 }], + "title": { + "romaji": "Weiceng Zhixiao de Na Yi Ri", + "english": "Someday I Never Knew", + "native": "未曾知晓的那一日" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684558514, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126299-r2SaZIEgDiFB.png" + } + }, + { + "id": 144494, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 93, + "format": "MANGA", + "duration": null, + "synonyms": ["モットねらいうち➸♡"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Full Color", "rank": 73 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "Nudity", "rank": 66 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Defloration", "rank": 60 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Rape", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 } + ], + "title": { + "romaji": "Geunyeoneun Undong Jung", + "english": "She's working out", + "native": "그녀는 운동 중" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684747651, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144494-wLXuWy7X9P5K.jpg" + } + }, + { + "id": 151890, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 60, + "format": "MANGA", + "duration": null, + "synonyms": ["Childhood Bride", "ハジけろ!夏の果実", "幸福小島"], + "genres": ["Drama", "Hentai", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 100 }, + { "name": "Male Protagonist", "rank": 100 }, + { "name": "Defloration", "rank": 96 }, + { "name": "Large Breasts", "rank": 92 }, + { "name": "Rural", "rank": 86 }, + { "name": "Full Color", "rank": 84 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "MILF", "rank": 80 }, + { "name": "Age Gap", "rank": 80 }, + { "name": "Inseki", "rank": 79 }, + { "name": "Cunnilingus", "rank": 76 }, + { "name": "Nakadashi", "rank": 76 }, + { "name": "Fellatio", "rank": 75 }, + { "name": "Squirting", "rank": 20 } + ], + "title": { + "romaji": "Sokkupchingu ", + "english": "Childhood Friend", + "native": "소꿉친구" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685325539, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151890-V0pnQGeudhNh.jpg" + } + }, + { + "id": 157711, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 55, + "format": "MANGA", + "duration": null, + "synonyms": ["脫單神器"], + "genres": ["Comedy", "Drama", "Hentai", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Full Color", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Fellatio", "rank": 79 }, + { "name": "Defloration", "rank": 40 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Squirting", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "Chibi", "rank": 20 }, + { "name": "Rape", "rank": 10 } + ], + "title": { + "romaji": "Heroine App", + "english": "Dating Quest", + "native": "히로인 어플" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1685477898, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157711-z472lobKuVuz.png" + } + }, + { + "id": 87443, + "idMal": 119539, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 97, + "format": "MANGA", + "duration": null, + "synonyms": ["ミスミスティック", "Miss Mystic"], + "genres": ["Drama", "Hentai", "Mystery", "Romance"], + "tags": [ + { "name": "Primarily Adult Cast", "rank": 100 }, + { "name": "Blackmail", "rank": 96 }, + { "name": "Revenge", "rank": 84 }, + { "name": "Full Color", "rank": 80 }, + { "name": "Bullying", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Femdom", "rank": 70 }, + { "name": "Rape", "rank": 60 }, + { "name": "Large Breasts", "rank": 60 }, + { "name": "Yandere", "rank": 50 }, + { "name": "Netorare", "rank": 40 }, + { "name": "Female Harem", "rank": 36 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Office Lady", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Drugs", "rank": 20 }, + { "name": "Time Skip", "rank": 20 } + ], + "title": { + "romaji": "Ms. Mystic", + "english": "Ms. Mystic", + "native": "미스미스틱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686112425, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87443-B1ZsYjTzcsBF.jpg" + } + }, + { + "id": 157601, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 38, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Mating with Idols", + "Idols Mating", + "アイドルのハニートラップ" + ], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Idol", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Idol's Jjakjisgi", + "english": null, + "native": "아이돌의 짝짓기" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686298609, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157601-Q5W451RUiPz9.jpg" + } + }, + { + "id": 145493, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["アヤシイ勉強会", "深度交流會"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 94 }, + { "name": "Nudity", "rank": 91 }, + { "name": "Ahegao", "rank": 90 }, + { "name": "Full Color", "rank": 87 }, + { "name": "Nakadashi", "rank": 85 }, + { "name": "Teacher", "rank": 84 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Large Breasts", "rank": 70 }, + { "name": "Netorase", "rank": 64 }, + { "name": "Group Sex", "rank": 63 }, + { "name": "Anal Sex", "rank": 60 }, + { "name": "Squirting", "rank": 60 }, + { "name": "Virginity", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Threesome", "rank": 60 }, + { "name": "Netori", "rank": 60 }, + { "name": "MILF", "rank": 60 }, + { "name": "Defloration", "rank": 60 }, + { "name": "College", "rank": 52 }, + { "name": "Netorare", "rank": 45 }, + { "name": "School Club", "rank": 40 }, + { "name": "Handjob", "rank": 40 }, + { "name": "Ashikoki", "rank": 40 }, + { "name": "Deepthroat", "rank": 40 }, + { "name": "Masturbation", "rank": 30 }, + { "name": "Cunnilingus", "rank": 30 }, + { "name": "Boobjob", "rank": 30 }, + { "name": "Sumata", "rank": 30 }, + { "name": "Facial", "rank": 30 }, + { "name": "Sex Toys", "rank": 30 }, + { "name": "Public Sex", "rank": 30 }, + { "name": "Voyeur", "rank": 20 }, + { "name": "Human Pet", "rank": 20 }, + { "name": "Tanned Skin", "rank": 20 }, + { "name": "Sadism", "rank": 20 }, + { "name": "Masochism", "rank": 20 } + ], + "title": { + "romaji": "Sextudy Group", + "english": "Sex Study Group", + "native": "섹터디그룹" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686446144, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145493-l4xd6rshoTO1.jpg" + } + }, + { + "id": 133057, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 105, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Water Overflow", + "Desborde de Agua", + "パラダイス・プール", + "Paradise Pool" + ], + "genres": ["Drama", "Hentai", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Full Color", "rank": 73 }, + { "name": "Female Harem", "rank": 73 }, + { "name": "Nudity", "rank": 66 }, + { "name": "Swimming", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Work", "rank": 60 }, + { "name": "Threesome", "rank": 40 }, + { "name": "MILF", "rank": 40 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Squirting", "rank": 40 }, + { "name": "Large Breasts", "rank": 40 }, + { "name": "Bisexual", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Voyeur", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Virginity", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Ahegao", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Group Sex", "rank": 20 } + ], + "title": { + "romaji": "Muri Neomchyeoyo", + "english": "Dripping Wet", + "native": "물이 넘쳐요" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686554345, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx133057-KlLgZW6w06sh.png" + } + }, + { + "id": 111411, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Fantasy", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Female Protagonist", "rank": 94 }, + { "name": "Revenge", "rank": 94 }, + { "name": "Acting", "rank": 85 }, + { "name": "Isekai", "rank": 82 }, + { "name": "Full Color", "rank": 80 }, + { "name": "Artificial Intelligence", "rank": 72 }, + { "name": "Body Swapping", "rank": 65 }, + { "name": "Ghost", "rank": 60 }, + { "name": "Alternate Universe", "rank": 50 }, + { "name": "Augmented Reality", "rank": 45 }, + { "name": "Historical", "rank": 40 }, + { "name": "Vampire", "rank": 40 }, + { "name": "Cultivation", "rank": 40 }, + { "name": "Anti-Hero", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Writing", "rank": 20 }, + { "name": "Adoption", "rank": 20 }, + { "name": "Gender Bending", "rank": 20 } + ], + "title": { + "romaji": "Wan Zha Chao Huang", + "english": "Cheating Men Must Die", + "native": "万渣朝凰" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686619724, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111411-vCSotomL1zOH.jpg" + } + }, + { + "id": 157094, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 51, + "format": "MANGA", + "duration": null, + "synonyms": ["Where is My Hammer", "美神のハンマー探し"], + "genres": ["Drama", "Fantasy", "Hentai"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Full Color", "rank": 79 }, + { "name": "Netori", "rank": 79 }, + { "name": "Gods", "rank": 73 }, + { "name": "Mythology", "rank": 60 }, + { "name": "Deepthroat", "rank": 60 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Exhibitionism", "rank": 20 }, + { "name": "Watersports", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Squirting", "rank": 20 }, + { "name": "Sumata", "rank": 20 }, + { "name": "Ahegao", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Threesome", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Group Sex", "rank": 20 }, + { "name": "Slavery", "rank": 20 } + ], + "title": { + "romaji": "Nae Mangchi Eodigasseo?", + "english": "Where Is My Little Stick?!", + "native": "내 망치 어디갔어?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686658963, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157094-POyjcKdZXAuD.jpg" + } + }, + { + "id": 152411, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Sex Stopwatch", + "セッ◯ストップウォッチ", + "セックスストップウォッチ", + "色輪眼" + ], + "genres": ["Drama", "Fantasy", "Hentai", "Supernatural"], + "tags": [ + { "name": "Male Protagonist", "rank": 97 }, + { "name": "Sadism", "rank": 96 }, + { "name": "Masochism", "rank": 95 }, + { "name": "Super Power", "rank": 95 }, + { "name": "Time Manipulation", "rank": 94 }, + { "name": "Slavery", "rank": 93 }, + { "name": "Female Harem", "rank": 92 }, + { "name": "Nudity", "rank": 88 }, + { "name": "Full Color", "rank": 86 }, + { "name": "Defloration", "rank": 80 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Group Sex", "rank": 75 }, + { "name": "Squirting", "rank": 73 }, + { "name": "Ahegao", "rank": 73 }, + { "name": "Public Sex", "rank": 70 }, + { "name": "Threesome", "rank": 66 }, + { "name": "Nakadashi", "rank": 65 }, + { "name": "MILF", "rank": 65 }, + { "name": "Virginity", "rank": 60 }, + { "name": "Masturbation", "rank": 46 }, + { "name": "Fellatio", "rank": 46 }, + { "name": "Rape", "rank": 46 }, + { "name": "Exhibitionism", "rank": 46 }, + { "name": "Cunnilingus", "rank": 40 }, + { "name": "Anal Sex", "rank": 40 }, + { "name": "Facial", "rank": 20 }, + { "name": "Netori", "rank": 20 }, + { "name": "Rimjob", "rank": 20 }, + { "name": "Watersports", "rank": 20 }, + { "name": "Human Pet", "rank": 20 }, + { "name": "Yuri", "rank": 10 } + ], + "title": { + "romaji": "Sextopwatch", + "english": "Sextopwatch", + "native": "섹톱워치" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686659017, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152411-7jvoGOyC3Eeq.jpg" + } + }, + { + "id": 153839, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 50, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Kingbatneun Geunyeo", + "english": "She's Driving Me Crazy", + "native": "킹받는 그녀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686724724, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153839-IRw7bm5o2z1a.jpg" + } + }, + { + "id": 150109, + "idMal": 147683, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 60, + "format": "MANGA", + "duration": null, + "synonyms": ["BAD THINKING DIARY:バット・シンキング・ダイアリー"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 96 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "Nudity", "rank": 84 }, + { "name": "Full Color", "rank": 80 }, + { "name": "College", "rank": 62 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "Love Triangle", "rank": 53 }, + { "name": "Primarily Adult Cast", "rank": 53 }, + { "name": "Bisexual", "rank": 43 }, + { "name": "Defloration", "rank": 20 } + ], + "title": { + "romaji": "Bad Thinking Diary", + "english": "Bad Thinking Diary", + "native": "배드띵킹 다이어리" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686824232, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150109-keIierXbIixn.png" + } + }, + { + "id": 159502, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": 25, + "format": "MANGA", + "duration": null, + "synonyms": ["Wanna live by the countryside?"], + "genres": ["Drama", "Hentai", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Full Color", "rank": 73 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Rural", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Sigoreseo Gachi Salkka?", + "english": "Hometown Hotties", + "native": "시골에서 같이 살까?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686837321, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159502-54pgr9FC7ZTm.jpg" + } + }, + { + "id": 138039, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 100, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Keep It a Secret from Your Mother!", + "¡ES UN SECRETO PARA MAMÁ!", + "Keep This A Secret From Mom", + "お母さんには秘密だよ?" + ], + "genres": ["Comedy", "Hentai", "Romance", "Slice of Life"], + "tags": [ + { "name": "Large Breasts", "rank": 100 }, + { "name": "Female Harem", "rank": 100 }, + { "name": "Full Color", "rank": 98 }, + { "name": "Heterosexual", "rank": 96 }, + { "name": "Age Gap", "rank": 96 }, + { "name": "MILF", "rank": 93 }, + { "name": "Nudity", "rank": 90 }, + { "name": "Exhibitionism", "rank": 80 }, + { "name": "Nakadashi", "rank": 73 }, + { "name": "Threesome", "rank": 68 }, + { "name": "Fellatio", "rank": 68 }, + { "name": "Inseki", "rank": 67 }, + { "name": "Tomboy", "rank": 65 }, + { "name": "Incest", "rank": 64 }, + { "name": "Boobjob", "rank": 60 }, + { "name": "Yuri", "rank": 50 }, + { "name": "Cunnilingus", "rank": 50 }, + { "name": "Defloration", "rank": 40 }, + { "name": "Teacher", "rank": 40 }, + { "name": "Deepthroat", "rank": 40 }, + { "name": "Anal Sex", "rank": 30 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "College", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Group Sex", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Pregnant", "rank": 20 }, + { "name": "Virginity", "rank": 20 }, + { "name": "Chibi", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Rimjob", "rank": 20 } + ], + "title": { + "romaji": "Eommahanten Bimiriya!", + "english": "DON'T TELL MOM!", + "native": "엄마한텐 비밀이야!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693047653, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138039-eEp0nVBSeroT.jpg" + } + }, + { + "id": 154470, + "idMal": 163950, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Un secret bien gardé", + "秘密の姉弟〜この関係に問題あり!?〜", + "ความลับของพี่น้อง" + ], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Bimilnammae", + "english": "Secret Siblings", + "native": "비밀남매" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694497809, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154470-rNk6HgljYXBs.jpg" + } + }, + { + "id": 158019, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 40, + "format": "MANGA", + "duration": null, + "synonyms": ["Not in School!"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Teacher", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Full Color", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Chibi", "rank": 20 }, + { "name": "Deepthroat", "rank": 20 }, + { "name": "Ahegao", "rank": 20 } + ], + "title": { + "romaji": "Hakgyoeseon An Dwae!", + "english": "Let's Get Physical", + "native": "학교에선안돼!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694597504, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx158019-j5wPaP3JJ47e.jpg" + } + }, + { + "id": 162934, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Honestly, I like you a lot!", "Honestly, I like it a lot!"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Sasireun Neomu Joha!", + "english": "More Than You Think", + "native": "사실은 너무 좋아!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694598029, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b162934-RSFmsK7mgu14.jpg" + } + }, + { + "id": 161494, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 49, + "format": "MANGA", + "duration": null, + "synonyms": ["Boarding School"], + "genres": ["Comedy", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Deepthroat", "rank": 20 } + ], + "title": { + "romaji": "Gisukhagwon", + "english": "Pleasure Dorm", + "native": "기숙학원" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694719288, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b161494-3xOAsdJpgWka.jpg" + } + }, + { + "id": 167229, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Go Ahead, Mom.", + "I'll Eat Your Mom First ", + "復仇母女丼", + "代理贖罪 -俺はアイツの母親に制裁する-" + ], + "genres": ["Drama", "Hentai"], + "tags": [ + { "name": "Full Color", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Revenge", "rank": 79 }, + { "name": "Bullying", "rank": 79 }, + { "name": "MILF", "rank": 79 }, + { "name": "Netori", "rank": 60 }, + { "name": "Sadism", "rank": 40 } + ], + "title": { + "romaji": "Eomma Meonjeo Deuseyo", + "english": "Eat First, Mom", + "native": "엄마 먼저 드세요" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694719375, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167229-RBETQJqBPODL.jpg" + } + }, + { + "id": 167230, + "idMal": 163605, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Trophy Wives", "新都市の人妻〜危険なエステの誘惑〜"], + "genres": ["Drama", "Hentai"], + "tags": [ + { "name": "Nudity", "rank": 20 }, + { "name": "Full Color", "rank": 20 }, + { "name": "Netori", "rank": 20 }, + { "name": "Masochism", "rank": 20 }, + { "name": "Masturbation", "rank": 20 }, + { "name": "Sadism", "rank": 20 }, + { "name": "Rimjob", "rank": 20 } + ], + "title": { + "romaji": "Sindosi Yubunyeo", + "english": "Rubbing It In", + "native": "신도시 유부녀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694719687, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167230-F3JphX76ZaHL.jpg" + } + }, + { + "id": 166636, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Summer Retreat Girls", "Summer Mother and Daughter"], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Large Breasts", "rank": 79 }, + { "name": "Full Color", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Harem", "rank": 50 }, + { "name": "MILF", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Exhibitionism", "rank": 20 }, + { "name": "Bondage", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Deepthroat", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Yeoreum Monyeo", + "english": null, + "native": "여름 모녀" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694719698, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b166636-fLHnvaLarlJb.jpg" + } + }, + { + "id": 157380, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 60, + "format": "MANGA", + "duration": null, + "synonyms": ["The Girls I couldn’t date before"], + "genres": ["Drama", "Fantasy", "Hentai", "Romance", "Supernatural"], + "tags": [ + { "name": "College", "rank": 79 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Full Color", "rank": 60 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Time Manipulation", "rank": 20 } + ], + "title": { + "romaji": "Meokji Moshaessdeon Yeosachindeul", + "english": "Girls I Couldn't Have", + "native": "먹지 못했던 여사친들" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694719712, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b157380-TlPS6hFo6LXV.jpg" + } + }, + { + "id": 155483, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 50, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Soaking Summer Vacation", + "#Dense #Summer #Firstlove", + "The Memories of That Summer Day", + "Paradise Club", + "A Night at the Ruins", + "Summer Showers", + "Please Fix the AC!", + "A Midsummer's Nightmare", + "This World's Harem Knight" + ], + "genres": ["Drama", "Fantasy", "Hentai", "Romance", "Slice of Life"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Threesome", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Elf", "rank": 20 }, + { "name": "Defloration", "rank": 20 } + ], + "title": { + "romaji": "Heumppeokjeonneun Yeoreumhyuga", + "english": null, + "native": "흠뻑젖는 여름휴가" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694721583, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b155483-mY0jG9fx8ke3.jpg" + } + }, + { + "id": 144854, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 77, + "format": "MANGA", + "duration": null, + "synonyms": ["姊姊們的調教"], + "genres": ["Hentai", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 100 }, + { "name": "Full Color", "rank": 79 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Chibi", "rank": 79 }, + { "name": "Large Breasts", "rank": 73 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Nakadashi", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Defloration", "rank": 60 }, + { "name": "Inseki", "rank": 60 }, + { "name": "Office Lady", "rank": 50 }, + { "name": "Threesome", "rank": 40 }, + { "name": "Cunnilingus", "rank": 30 }, + { "name": "Femdom", "rank": 20 }, + { "name": "Public Sex", "rank": 20 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Incest", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Group Sex", "rank": 20 }, + { "name": "MILF", "rank": 10 }, + { "name": "Age Gap", "rank": 10 } + ], + "title": { + "romaji": "Nunaui Chingudeul", + "english": "My Sister's Friends", + "native": "누나의 친구들" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694799900, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144854-kdWgjGbmn9fk.jpg" + } + }, + { + "id": 169111, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Madam was my Teacher"], + "genres": ["Drama", "Hentai", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Samonimeun Seonsaengnim", + "english": "My Teacher, Milady", + "native": "사모님은 선생님" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695664340, + "updatedAt": 1696150450, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b169111-xIc9twqystZd.jpg" + } + }, + { + "id": 166408, + "idMal": 159871, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 5, + "format": "MANGA", + "duration": null, + "synonyms": ["My Girlfriend Is a G-Cup!"], + "genres": ["Comedy", "Hentai", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Full Color", "rank": 79 }, + { "name": "Large Breasts", "rank": 73 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Drawing", "rank": 20 }, + { "name": "4-koma", "rank": 20 }, + { "name": "Boobjob", "rank": 10 }, + { "name": "Handjob", "rank": 10 } + ], + "title": { + "romaji": "Yeochineun G-Cup!", + "english": null, + "native": "여친은 G컵!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695702056, + "updatedAt": 1695708956, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166408-coGteBf1k1Bs.jpg" + } + }, + { + "id": 169699, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Hole Diary", "水電工日誌"], + "genres": ["Drama", "Hentai"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Netori", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 } + ], + "title": { + "romaji": "Gumeongilji : Mundansok", + "english": "Hole Journal: Unlocked", + "native": "구멍일지 : 문단속" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700472554, + "updatedAt": 1700472957, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169699-AtudecXMNJL2.png" + } + }, + { + "id": 105393, + "idMal": 132247, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Magia de Um Retornado tem que ser Especial", + "พลังขั้นเทพของจอมเวทจุติใหม่", + "Returner's Special Magic", + "重生者的魔法一定要特別", + "Магія поверненого має бути особливою", + "帰還者の魔法は特別です", + "Kikansha no Mahou wa Tokubetsu desu" + ], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Male Protagonist", "rank": 100 }, + { "name": "Magic", "rank": 98 }, + { "name": "Lost Civilization", "rank": 95 }, + { "name": "Full Color", "rank": 88 }, + { "name": "Terrorism", "rank": 88 }, + { "name": "Historical", "rank": 86 }, + { "name": "Age Regression", "rank": 85 }, + { "name": "School", "rank": 80 }, + { "name": "Time Manipulation", "rank": 80 }, + { "name": "War", "rank": 80 }, + { "name": "Swordplay", "rank": 79 }, + { "name": "Time Skip", "rank": 79 }, + { "name": "Demons", "rank": 76 }, + { "name": "Reincarnation", "rank": 76 }, + { "name": "Dungeon", "rank": 70 }, + { "name": "Ensemble Cast", "rank": 50 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Conspiracy", "rank": 20 }, + { "name": "Espionage", "rank": 20 }, + { "name": "Ojou-sama", "rank": 20 } + ], + "title": { + "romaji": "Gwihwanjaui Mabeobeun Teukbyeolhaeya Hamnida", + "english": "A Returner's Magic Should Be Special", + "native": "귀환자의 마법은 특별해야 합니다" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1702020534, + "updatedAt": 1704864823, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105393-oiHumQoBGKG5.jpg" + } + }, + { + "id": 171641, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Vtuber Confucius"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "VTuber", "rank": 60 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Anachronism", "rank": 50 }, + { "name": "Philosophy", "rank": 20 }, + { "name": "Gender Bending", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "4-koma", "rank": 20 } + ], + "title": { + "romaji": "Vtuber Kongzi", + "english": null, + "native": "Vtuber孔子" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1703672811, + "updatedAt": 1705902813, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171641-xoVuzLA4DfXt.jpg" + } + }, + { + "id": 167464, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Addicted To My Stepmom", + "繼母的香味", + "抜け出せない母親の沼" + ], + "genres": ["Drama", "Hentai"], + "tags": [ + { "name": "Virginity", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Inseki", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Full Color", "rank": 60 }, + { "name": "MILF", "rank": 50 }, + { "name": "Office Lady", "rank": 50 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Age Gap", "rank": 50 }, + { "name": "College", "rank": 40 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Fellatio", "rank": 20 } + ], + "title": { + "romaji": "Eommajungdok", + "english": "Addicted to My Mom", + "native": "엄마중독" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705597738, + "updatedAt": 1706094193, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b167464-EqvW2l3CPW2c.jpg" + } + }, + { + "id": 148311, + "idMal": 146324, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["How Do I Get Together With My Childhood Friend?"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "LGBTQ+ Themes", "rank": 93 }, + { "name": "Yuri", "rank": 92 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "School", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 50 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Doushitara Osananajimi no Kanojo ni Naremasu ka!?", + "english": "How Do I Turn My Best Friend Into My Girlfriend?", + "native": "どうしたら幼馴染の彼女になれますか!?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 18, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1683272901, + "updatedAt": 1705148942, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx148311-XwldLGlT6RFF.jpg" + } + }, + { + "id": 165012, + "idMal": 158565, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Useless Idol and the Only Fan in the World", + "Damedol to Sekai ni Hitori dake no Fan", + "ダメドルと世界に一人だけのファン" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Idol", "rank": 84 }, + { "name": "Otaku Culture", "rank": 72 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "College", "rank": 20 } + ], + "title": { + "romaji": "Damedol to Sekai ni 1-ri dake no Fan", + "english": null, + "native": "ダメドルと世界に1人だけのファン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 19, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685063418, + "updatedAt": 1705408976, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165012-C4BAS3nujr76.png" + } + }, + { + "id": 124676, + "idMal": 129795, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["You Like Me (Mama), Not My Daughter?!"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Age Gap", "rank": 90 }, + { "name": "Large Breasts", "rank": 80 }, + { "name": "Adoption", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "MILF", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Coming of Age", "rank": 70 }, + { "name": "Family Life", "rank": 70 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Cosplay", "rank": 20 } + ], + "title": { + "romaji": "Musume ja Nakute Mama ga Suki nano!?", + "english": "You Like Me, Not My Daughter?!", + "native": "娘じゃなくて私が好きなの!? " + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685443287, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx124676-x5xApm3n1gHZ.jpg" + } + }, + { + "id": 152283, + "idMal": 151780, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Gal niPA-chan wants to be hit on"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Masturbation", "rank": 79 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Gyaru", "rank": 60 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Primarily Female Cast", "rank": 40 }, + { "name": "Seinen", "rank": 30 } + ], + "title": { + "romaji": "Gal Nipa-chan wa Semararetai", + "english": null, + "native": "ギャルにぱちゃんはせまられたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 30, + "progressVolumes": 4, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685512105, + "updatedAt": 1706078661, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152283-Llpdzn7wQWs6.png" + } + }, + { + "id": 86339, + "idMal": 64603, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Wakako Sake", "와카코와 술"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Food", "rank": 100 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 } + ], + "title": { + "romaji": "Wakako-Zake", + "english": "Wakako Zake", + "native": "ワカコ酒" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685602922, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86339-N09aOPuMFqlS.jpg" + } + }, + { + "id": 159142, + "idMal": 154679, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Yandere", "rank": 84 }, + { "name": "Heterosexual", "rank": 77 }, + { "name": "Female Protagonist", "rank": 68 }, + { "name": "Historical", "rank": 67 }, + { "name": "Ojou-sama", "rank": 66 }, + { "name": "Assassins", "rank": 60 }, + { "name": "Shoujo", "rank": 53 }, + { "name": "Prostitution", "rank": 40 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Gore", "rank": 20 } + ], + "title": { + "romaji": "Hotaru no Yomeiri", + "english": "Firefly Wedding", + "native": "ホタルの嫁入り" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685788084, + "updatedAt": 1699205615, + "score": 76, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159142-S9GSi03mT8Qa.jpg" + } + }, + { + "id": 164400, + "idMal": 158827, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Nanjou-san Wants to Be Held by Me"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Otaku Culture", "rank": 79 }, + { "name": "Gyaru", "rank": 73 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "School", "rank": 30 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Nanjou-san wa Boku ni Dakaretai", + "english": null, + "native": "南條さんは僕に抱かれたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685953912, + "updatedAt": 1705917397, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164400-PsoM3GNCG9dl.jpg" + } + }, + { + "id": 164303, + "idMal": 158707, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["دَينُونَة ماريا"], + "genres": ["Drama", "Thriller"], + "tags": [ + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Revenge", "rank": 88 }, + { "name": "Bullying", "rank": 85 }, + { "name": "Seinen", "rank": 85 }, + { "name": "Tragedy", "rank": 80 }, + { "name": "School", "rank": 75 }, + { "name": "Torture", "rank": 60 }, + { "name": "Nudity", "rank": 50 }, + { "name": "Teacher", "rank": 40 }, + { "name": "Gore", "rank": 20 }, + { "name": "Denpa", "rank": 20 } + ], + "title": { + "romaji": "Maria no Danzai", + "english": null, + "native": "聖母の断罪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 17, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686035753, + "updatedAt": 1705148579, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164303-LKTWK0q9zbrc.jpg" + } + }, + { + "id": 152914, + "idMal": 151269, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Psychological", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Joucho wo Mechakucha ni Shitekuru Onna", + "english": null, + "native": "情緒をめちゃくちゃにしてくる女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686140736, + "updatedAt": 1705887479, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152914-VMynaUuGAyvd.jpg" + } + }, + { + "id": 122809, + "idMal": 151859, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Want To...", + "こんなことヤリたいの!〜誰にも止められない彼女〜" + ], + "genres": ["Drama", "Hentai"], + "tags": [ + { "name": "Nudity", "rank": 73 }, + { "name": "Public Sex", "rank": 66 }, + { "name": "Exhibitionism", "rank": 66 }, + { "name": "Masturbation", "rank": 30 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Hypersexuality", "rank": 20 } + ], + "title": { + "romaji": "Hago Sipge", + "english": "Temptress", + "native": "하고 싶게" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 22, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686387942, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122809-xZuLpUteRM68.png" + } + }, + { + "id": 135007, + "idMal": 152312, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Scummy Gap Student With a Hard Life Calls Upon a Lady of the Night" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 84 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Age Gap", "rank": 50 }, + { "name": "Teacher", "rank": 50 }, + { "name": "Suicide", "rank": 20 } + ], + "title": { + "romaji": "Kuzu Rounin-sei, Jinsei ga Tsurai node Yoru no Onee-san wo Yonde Mita", + "english": null, + "native": "クズ浪人生、人生が辛いので夜のお姉さんを呼んでみた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686654947, + "updatedAt": 1699235691, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135007-ldHa3DKFW5wy.jpg" + } + }, + { + "id": 143379, + "idMal": 165663, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["A Story About a Very Ordinary Couple"], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Gokugoku Futsuu no Fuufu no Hanashi", + "english": null, + "native": "ごくごく普通の夫婦の話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 30, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686697038, + "updatedAt": 1705194546, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143379-xQKV9jk7mv6o.jpg" + } + }, + { + "id": 149544, + "idMal": 155861, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Guy She Was Interested in Wasn't a Guy At All", + "The Person She Fell For Wasn't A Boy", + "คนที่เธอปิ๊ง ความจริงไม่ใช่ผู้ชาย", + "La persona che mi piace non è un ragazzo" + ], + "genres": ["Music", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 96 }, + { "name": "LGBTQ+ Themes", "rank": 96 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Tomboy", "rank": 82 }, + { "name": "Gyaru", "rank": 75 }, + { "name": "Musical", "rank": 72 }, + { "name": "Work", "rank": 70 }, + { "name": "Primarily Female Cast", "rank": 69 }, + { "name": "School", "rank": 66 }, + { "name": "Gender Bending", "rank": 63 }, + { "name": "Fashion", "rank": 40 } + ], + "title": { + "romaji": "Ki ni Natteru Hito ga Otoko Janakatta", + "english": null, + "native": "気になってる人が男じゃなかった" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 72, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686725715, + "updatedAt": 1704023646, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx149544-kq2V5Y30kUZD.jpg" + } + }, + { + "id": 151750, + "idMal": 153816, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "She Was Actually My Stepsister ~Recently, The Sense Of Distance Between Me And My New Stepbrother Is Incredibly Close~" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Incest", "rank": 60 }, + { "name": "Video Games", "rank": 40 }, + { "name": "Gender Bending", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Inseki", "rank": 20 }, + { "name": "Acting", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Jitsu wa Imouto Deshita.: Saikin Giri no Otouto no Kyourikan ga Yatara Chikai Wake", + "english": null, + "native": "じつは義妹でした。 ~最近できた義理の弟の距離感がやたら近いわけ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686833916, + "updatedAt": 1702615868, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151750-QjMV2qwU5a24.jpg" + } + }, + { + "id": 165357, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Until This Social Outcast Becomes My Wife..."], + "genres": ["Slice of Life"], + "tags": [ + { "name": "POV", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Urban", "rank": 60 } + ], + "title": { + "romaji": "Tondemonai Komyushou-san ga Oku-san ni Naru made...", + "english": null, + "native": "とんでもないコミュ障さんが奥さんになるまで…" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 20, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687356928, + "updatedAt": 1696452679, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165357-iksHcTvMoTn9.jpg" + } + }, + { + "id": 165204, + "idMal": 159193, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Engagement of the Disgraced Witch and the Cross-Dressing Princess" + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 79 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Crossdressing", "rank": 50 }, + { "name": "Magic", "rank": 20 }, + { "name": "Villainess", "rank": 20 } + ], + "title": { + "romaji": "Kiraware Majo Reijou to Dansou Ouji no Konyaku", + "english": null, + "native": "嫌われ魔女令嬢と男装皇子の婚約" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688287659, + "updatedAt": 1703932189, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165204-f7RyP92t6Njm.png" + } + }, + { + "id": 139817, + "idMal": 147456, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Kissed My Girlfriend's Little Sister"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Family Life", "rank": 79 }, + { "name": "Twins", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Male Protagonist", "rank": 40 } + ], + "title": { + "romaji": "Kanojo no Imouto to Kiss wo Shita.", + "english": null, + "native": "カノジョの妹とキスをした。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688550090, + "updatedAt": 1702889103, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx139817-smyafOTC4rVT.png" + } + }, + { + "id": 159655, + "idMal": 156835, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kusunoki-san Failed to Debut in High School", + "She Is (Not) a Cool Girl (in High School)" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 73 }, + { "name": "School", "rank": 60 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 40 }, + { "name": "Time Skip", "rank": 30 }, + { "name": "Josei", "rank": 20 } + ], + "title": { + "romaji": "Kusunoki-san wa Koukou Debut ni Shippaishiteiru", + "english": "Kusunoki’s Flunking Her High School Glow-Up", + "native": "楠木さんは高校デビューに失敗している" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688704164, + "updatedAt": 1705903412, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159655-Kv58QINz1rXm.jpg" + } + }, + { + "id": 153669, + "idMal": 150994, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 60 }, + { "name": "Assassins", "rank": 20 }, + { "name": "Espionage", "rank": 20 }, + { "name": "Yandere", "rank": 20 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Josei", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Assassin & Cinderella", + "english": "Assassin & Cinderella", + "native": "アサシン&シンデレラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688706202, + "updatedAt": 1695109200, + "score": 71, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153669-1AHwEQ0zuEdM.jpg" + } + }, + { + "id": 146568, + "idMal": 154751, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Maguro-chan Wants to be Eaten!"], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "4-koma", "rank": 20 }, + { "name": "Fishing", "rank": 20 }, + { "name": "Animals", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Henshin", "rank": 20 } + ], + "title": { + "romaji": "Maguro-chan wa Taberaretai!", + "english": null, + "native": "マグロちゃんは食べられたい!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711293, + "updatedAt": 1704627014, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx146568-VDGWqr4U7G2V.jpg" + } + }, + { + "id": 143817, + "idMal": 143969, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Makeup", "rank": 73 }, + { "name": "Fashion", "rank": 60 }, + { "name": "Male Protagonist", "rank": 46 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Shounen", "rank": 40 }, + { "name": "Coming of Age", "rank": 20 } + ], + "title": { "romaji": "Bless", "english": "Bless", "native": "ブレス" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711301, + "updatedAt": 1700708544, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143817-piVHHvDegXS1.jpg" + } + }, + { + "id": 131790, + "idMal": 144290, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["壞女孩"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "School", "rank": 50 }, + { "name": "Yuri", "rank": 50 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Cute Girls Doing Cute Things", "rank": 50 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Bad Girl", + "english": null, + "native": "ばっどがーる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711307, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx131790-rGtelxBNMPAp.jpg" + } + }, + { + "id": 143139, + "idMal": 137567, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["A Drift Girl And A Noble Moon"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Historical", "rank": 79 }, + { "name": "4-koma", "rank": 79 }, + { "name": "Time Manipulation", "rank": 73 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "School", "rank": 60 }, + { "name": "Yuri", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 } + ], + "title": { + "romaji": "Tsumugu Otome to Taishou no Tsuki", + "english": null, + "native": "紡ぐ乙女と大正の月" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711331, + "updatedAt": 1702806773, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143139-BnNJMqmoJBly.jpg" + } + }, + { + "id": 155090, + "idMal": 152592, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Snow Thaw & Love Letter"], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 84 }, + { "name": "School", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 } + ], + "title": { + "romaji": "Yukidoke to Agapanthus", + "english": null, + "native": "雪解けとアガパンサス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711369, + "updatedAt": 1697571434, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155090-yp4SvD0UCggm.jpg" + } + }, + { + "id": 162552, + "idMal": 157795, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Nekomimi", "rank": 50 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Kemonomimi", "rank": 40 }, + { "name": "Drugs", "rank": 26 } + ], + "title": { "romaji": "Yani Neko", "english": null, "native": "ヤニねこ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711380, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx162552-WKi8h70EIdSX.jpg" + } + }, + { + "id": 128260, + "idMal": 141584, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Gyaru Gamer ni Homeraretai", + "I Want to Be Praised by a Gal Gamer!" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Video Games", "rank": 100 }, + { "name": "Gyaru", "rank": 92 }, + { "name": "Cute Girls Doing Cute Things", "rank": 80 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Tanned Skin", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Hikikomori", "rank": 45 } + ], + "title": { + "romaji": "Gal Gamer ni Homeraretai", + "english": "I Want a Gal Gamer to Praise Me", + "native": "ギャルゲーマーに褒められたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 42, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688879323, + "updatedAt": 1704182537, + "score": 83, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128260-B6G2i71bemtz.jpg" + } + }, + { + "id": 114527, + "idMal": 123437, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Tiny Senpai From Work", "My Company's Small Senpai"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Office Lady", "rank": 50 }, + { "name": "Work", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Episodic", "rank": 20 } + ], + "title": { + "romaji": "Uchi no Kaisha no Chiisai Senpai no Hanashi", + "english": null, + "native": "うちの会社の小さい先輩の話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 72, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688892688, + "updatedAt": 1704618553, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114527-FBiL2WgLv1Dv.jpg" + } + }, + { + "id": 122192, + "idMal": 126161, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Story of a Small Senior in My Company", + "My Company's Small Senpai", + "My Tiny Senpai From Work", + "รุ่นพี่ตัวน้อยดูท่าจะตกหลุมรัก" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Work", "rank": 80 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Office Lady", "rank": 50 }, + { "name": "Female Protagonist", "rank": 40 } + ], + "title": { + "romaji": "Uchi no Kaisha no Chiisai Senpai no Hanashi", + "english": null, + "native": "うちの会社の小さい先輩の話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 31, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688892908, + "updatedAt": 1704359440, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122192-MyNb6JvcV1m6.jpg" + } + }, + { + "id": 132664, + "idMal": 148476, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Dreaming Boy Is a Realist"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Female Harem", "rank": 20 } + ], + "title": { + "romaji": "Yumemiru Danshi wa Genjitsushugisha", + "english": null, + "native": "夢見る男子は現実主義者" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 18, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689024963, + "updatedAt": 1705547818, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx132664-JToaSpWFE3Jk.jpg" + } + }, + { + "id": 111265, + "idMal": 124128, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Ecchi", "Psychological", "Romance"], + "tags": [], + "title": { + "romaji": "Liar Liar", + "english": null, + "native": "ライアー・ライアー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689051046, + "updatedAt": 1696013111, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111265-5VHNGBkWVDLo.png" + } + }, + { + "id": 103737, + "idMal": 119625, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Level 1 with S-rank Drop Rate is the Strongest"], + "genres": ["Adventure", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Level 1 dakedo Unique Skill de Saikyou desu", + "english": "My Unique Skill Makes Me OP even at Level 1", + "native": "レベル1だけどユニークスキルで最強です" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 24, + "progressVolumes": 4, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689160266, + "updatedAt": 1696013100, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx103737-tHgQuXzq78XH.jpg" + } + }, + { + "id": 117306, + "idMal": 98437, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Mystery", "Supernatural"], + "tags": [ + { "name": "Detective", "rank": 90 }, + { "name": "Youkai", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Classic Literature", "rank": 79 }, + { "name": "Historical", "rank": 79 }, + { "name": "Foreign", "rank": 79 }, + { "name": "Monster Boy", "rank": 79 }, + { "name": "Monster Girl", "rank": 79 }, + { "name": "Seinen", "rank": 65 }, + { "name": "Vampire", "rank": 60 }, + { "name": "Travel", "rank": 20 } + ], + "title": { + "romaji": "Undead Girl Murder Farce ", + "english": "Undead Girl Murder Farce", + "native": "アンデッドガール・マーダーファルス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689235551, + "updatedAt": 1696156698, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117306-ijQDGpJ8rd2J.jpg" + } + }, + { + "id": 147034, + "idMal": 155545, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["YOHANE THE PARHELION -Unpolarized Reflexion-"], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Cute Girls Doing Cute Things", "rank": 20 }, + { "name": "Magic", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Genjitsu no Yohane: Unpolarized Reflexion", + "english": null, + "native": "幻日のヨハネ -Unpolarized Reflexion-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 21, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689236193, + "updatedAt": 1703930701, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147034-vfu2l0ZKXdPp.jpg" + } + }, + { + "id": 130631, + "idMal": 137055, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Lv1 Demon Lord & One-Room Hero", + "Level 1 Demon Lord & One Room Hero" + ], + "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Demons", "rank": 20 }, + { "name": "Hikikomori", "rank": 20 }, + { "name": "Isekai", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Lv1 Maou to One Room Yuusha", + "english": "Level 1 Demon Lord and One Room Hero", + "native": "Lv1魔王とワンルーム勇者" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 31, + "progressVolumes": 5, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689236833, + "updatedAt": 1699335098, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx130631-8vz4QjeLoXxy.jpg" + } + }, + { + "id": 107134, + "idMal": 126232, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Seven Magic Swords Rule", "Nanatsuma"], + "genres": ["Action", "Fantasy"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "School", "rank": 60 }, + { "name": "Magic", "rank": 50 }, + { "name": "Swordplay", "rank": 20 } + ], + "title": { + "romaji": "Nanatsu no Maken ga Shihai Suru", + "english": "Reign of the Seven Spellblades", + "native": "七つの魔剣が支配する" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689237403, + "updatedAt": 1699342863, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx107134-VJ3gvvxKTvec.jpg" + } + }, + { + "id": 100193, + "idMal": 103866, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Classroom for Heroes"], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Shounen", "rank": 70 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Demons", "rank": 60 } + ], + "title": { + "romaji": "Eiyuu Kyoushitsu", + "english": "Hero Classroom", + "native": "英雄教室" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689237768, + "updatedAt": 1699342856, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100193-QPtqvZh2B4Q1.jpg" + } + }, + { + "id": 159149, + "idMal": 151028, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Drunk Thief Bought a Slave Girl", + "Drunk Thief X Slave Girl" + ], + "genres": ["Fantasy", "Slice of Life"], + "tags": [ + { "name": "Slavery", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Yopparai Touzoku, Dorei no Shoujo wo Kau", + "english": null, + "native": "酔っぱらい盗賊、奴隷の少女を買う" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 13, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689238638, + "updatedAt": 1704616398, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159149-dA178hrz2sop.jpg" + } + }, + { + "id": 156916, + "idMal": 157079, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Lick."], + "genres": ["Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Love Triangle", "rank": 20 }, + { "name": "Yandere", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { "romaji": "Name.", "english": null, "native": "ナメ。" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689239602, + "updatedAt": 1695705220, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156916-8Ko7pautCgp5.jpg" + } + }, + { + "id": 138436, + "idMal": 139032, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 80 }, + { "name": "Dungeon", "rank": 50 }, + { "name": "Parody", "rank": 50 } + ], + "title": { + "romaji": "Jidou Hanbaiki ni Umarekawatta Ore wa Meikyuu wo Samayou", + "english": "Reborn as a Vending Machine, I Now Wander the Dungeon", + "native": "自動販売機に生まれ変わった俺は迷宮を彷徨う" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689246611, + "updatedAt": 1699342738, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138436-D1DKUSCoi0Qp.jpg" + } + }, + { + "id": 85793, + "idMal": 73603, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kakegurui - Szał hazardu", + "Kakegurui – Das Leben ist ein Spiel", + "โคตรเซียนโรงเรียนพนัน", + "Gambling School", + "Kakegurui: Jugadores dementes" + ], + "genres": ["Drama", "Mystery", "Psychological"], + "tags": [ + { "name": "Gambling", "rank": 98 }, + { "name": "Card Battle", "rank": 92 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "School", "rank": 86 }, + { "name": "Poker", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 83 }, + { "name": "Anti-Hero", "rank": 82 }, + { "name": "Death Game", "rank": 78 }, + { "name": "Primarily Teen Cast", "rank": 72 }, + { "name": "Twins", "rank": 70 }, + { "name": "School Club", "rank": 68 }, + { "name": "Ojou-sama", "rank": 60 }, + { "name": "Villainess", "rank": 60 }, + { "name": "Drugs", "rank": 60 }, + { "name": "LGBTQ+ Themes", "rank": 60 }, + { "name": "Shounen", "rank": 54 }, + { "name": "Yuri", "rank": 52 }, + { "name": "Slavery", "rank": 50 }, + { "name": "Idol", "rank": 50 }, + { "name": "Bullying", "rank": 50 }, + { "name": "Male Protagonist", "rank": 48 } + ], + "title": { + "romaji": "Kakegurui", + "english": "Kakegurui: Compulsive Gambler", + "native": "賭ケグルイ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1689264973, + "updatedAt": 1704544228, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85793-TQK298mEYwqQ.png" + } + }, + { + "id": 166929, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Story of a Scary Consignee"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "VTuber", "rank": 40 }, + { "name": "Hikikomori", "rank": 20 } + ], + "title": { + "romaji": "Haitatsu-saki no Onee-san ga Kowa Sugiru Hanashi", + "english": null, + "native": "配達先のお姉さんが怖すぎる話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689304278, + "updatedAt": 1704747404, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166929-zr8k038DOp6v.jpg" + } + }, + { + "id": 166520, + "idMal": 159993, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Amai-san Is Cold and Sweet"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Kuudere", "rank": 50 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Age Gap", "rank": 20 } + ], + "title": { + "romaji": "Amai-san wa Tsumetakute Amai", + "english": null, + "native": "甘井さんは冷たくて甘い" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 24, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689304768, + "updatedAt": 1703871612, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166520-WUgUJPaPW2VH.jpg" + } + }, + { + "id": 163004, + "idMal": 160222, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The case about two sisters becoming extremely obsessed with me after I saved them" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Seinen", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Cosplay", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Otoko Girai na Bijin Shimai wo Namae mo Tsugezu ni Tasuketara Ittai Dounaru?", + "english": null, + "native": "男嫌いな美人姉妹を名前も告げずに助けたら一体どうなる?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689374165, + "updatedAt": 1703932719, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163004-PEF8tOT8bYCs.jpg" + } + }, + { + "id": 101831, + "idMal": 106937, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Blue Orchestra", "ออเคสตราบรรเลงฝัน"], + "genres": ["Drama", "Music"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Musical", "rank": 73 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Rehabilitation", "rank": 40 }, + { "name": "School Club", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Ao no Orchestra", + "english": null, + "native": "青のオーケストラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689455572, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101831-0tsq2z822evw.jpg" + } + }, + { + "id": 109122, + "idMal": 120643, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + " No one can live on loneliness", + "วัดป่วนชวนมารัก", + "TenPuru - Von Einsamkeit kann man nicht leben", + "妙廟美少女" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Surreal Comedy", "rank": 94 }, + { "name": "Seinen", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Female Harem", "rank": 90 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Slapstick", "rank": 85 }, + { "name": "Nun", "rank": 85 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Shrine Maiden", "rank": 79 }, + { "name": "Nudity", "rank": 45 }, + { "name": "Kuudere", "rank": 20 }, + { "name": "Maids", "rank": 20 } + ], + "title": { + "romaji": "Temple", + "english": "TenPuru -No One Can Live on Loneliness-", + "native": "てんぷる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 32, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689477855, + "updatedAt": 1699342842, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109122-86JvQEePvySE.jpg" + } + }, + { + "id": 166506, + "idMal": 159728, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Grim Reaper Falls in Love With a Human."], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "POV", "rank": 20 }, + { "name": "Afterlife", "rank": 20 }, + { "name": "Iyashikei", "rank": 20 }, + { "name": "Full Color", "rank": 20 } + ], + "title": { + "romaji": "Ningen ni Koisuru Shinigami-chan", + "english": null, + "native": "にんげんに恋する死神ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 32, + "progressVolumes": 4, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689621131, + "updatedAt": 1705595948, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166506-gSgnYKoOsZUb.jpg" + } + }, + { + "id": 107112, + "idMal": 106615, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The White Holy Woman and the Black Priest", + "White Saint and Black Pastor", + "백성녀와 흑목사", + "白聖女與黑牧師 " + ], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "4-koma", "rank": 73 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Shounen", "rank": 46 }, + { "name": "Religion", "rank": 30 }, + { "name": "Angels", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Super Power", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Shiro Seijo to Kuro Bokushi", + "english": "Saint Cecilia and Pastor Lawrence", + "native": "白聖女と黒牧師" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 20, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689799092, + "updatedAt": 1699342826, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx107112-KSuEkdir6dng.png" + } + }, + { + "id": 167062, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I'm Not Some Man's Dress-Up-Doll!", + "Don't Dress Up My Sweet Sweet Love!", + "女の子は男の為の着せ替え人形じゃねーんだよ", + "Onnanoko wa Otoko no Tame no Kisekae Ningyouja Nenda yo" + ], + "genres": ["Romance"], + "tags": [ + { "name": "Fashion", "rank": 79 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Kawaii Koi wa Kikazaranai", + "english": null, + "native": "カワイイ恋は着飾らない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689825795, + "updatedAt": 1705037964, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167062-MlnHxi5V6ayU.jpg" + } + }, + { + "id": 122117, + "idMal": 137041, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "能幹貓今天也憂鬱", + "Mon chat à tout faire est encore déprimé", + "เรื่องน่ากลุ้มของเจ้าเหมียวผู้สามารถ" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 75 }, + { "name": "Office Lady", "rank": 75 }, + { "name": "Animals", "rank": 73 }, + { "name": "Iyashikei", "rank": 73 }, + { "name": "Primarily Adult Cast", "rank": 66 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Anthropomorphism", "rank": 60 }, + { "name": "4-koma", "rank": 53 }, + { "name": "LGBTQ+ Themes", "rank": 53 }, + { "name": "Yuri", "rank": 50 } + ], + "title": { + "romaji": "Dekiru Neko wa Kyou mo Yuuutsu", + "english": "The Masterful Cat Is Depressed Again Today", + "native": "デキる猫は今日も憂鬱" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 37, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689975416, + "updatedAt": 1700601029, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122117-6E8PZL78Pk6G.jpg" + } + }, + { + "id": 111258, + "idMal": 118568, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Music", "Slice of Life"], + "tags": [ + { "name": "Band", "rank": 94 }, + { "name": "Cute Girls Doing Cute Things", "rank": 93 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Primarily Teen Cast", "rank": 89 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "4-koma", "rank": 86 }, + { "name": "Surreal Comedy", "rank": 83 }, + { "name": "Hikikomori", "rank": 78 }, + { "name": "Slapstick", "rank": 77 }, + { "name": "Tsundere", "rank": 73 }, + { "name": "Seinen", "rank": 65 }, + { "name": "Yuri", "rank": 63 }, + { "name": "LGBTQ+ Themes", "rank": 62 } + ], + "title": { + "romaji": "Bocchi the Rock!", + "english": "Bocchi the Rock!", + "native": "ぼっち・ざ・ろっく!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690010265, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111258-8T0fZUQtKo82.jpg" + } + }, + { + "id": 125060, + "idMal": 131446, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["This is good", "This Kind of Thing is Fine", "Partners 2.0"], + "genres": ["Comedy", "Drama", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 80 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Video Games", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 75 }, + { "name": "Seinen", "rank": 70 }, + { "name": "Nudity", "rank": 68 }, + { "name": "Work", "rank": 30 } + ], + "title": { + "romaji": "Kou Iu no ga Ii", + "english": null, + "native": "こういうのがいい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690147420, + "updatedAt": 1705295977, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125060-MYjOVpXQtjZv.jpg" + } + }, + { + "id": 167423, + "idMal": 161060, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Noa Is My Senior, and My Friend."], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Office Lady", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Work", "rank": 60 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Kuudere", "rank": 60 } + ], + "title": { + "romaji": "Noa-senpai wa Tomodachi.", + "english": null, + "native": "のあ先輩はともだち。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 13, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691694101, + "updatedAt": 1706000171, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167423-YntPE72Qy0xz.jpg" + } + }, + { + "id": 136674, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "My Classmate Nirugame-chan", + "Kyoshiri no Nirugame-chan to Usami-kun", + "Nirugame-chan With the Huge Ass and Usami-kun" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "School", "rank": 66 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Gyaru", "rank": 40 } + ], + "title": { + "romaji": "Kyojiri no Nirugame-chan to Usami-kun ", + "english": null, + "native": "巨尻のにるがめちゃんと宇佐美くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 43, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1692530640, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b136674-0Qf6AZbGcYEi.png" + } + }, + { + "id": 138230, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [{ "name": "Heterosexual", "rank": 50 }], + "title": { + "romaji": "Doya Kawaunchiku Kanojo-chan", + "english": null, + "native": "ドヤかわうんちく彼女ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1692531570, + "updatedAt": 1705472278, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138230-rhnozOwT0Mhj.jpg" + } + }, + { + "id": 138229, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Angelic Transfer Student and Mastaphobia-kun", + "The Angelic yet Devilish Transfer Student with Big Tits" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 } + ], + "title": { + "romaji": "Tenshi na Tenkousei-chan to Kyonyuu Kyoufushou-kun", + "english": null, + "native": "天使な転校生ちゃんと巨乳恐怖症くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 13, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1692532040, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138229-w8LccPSh14gB.jpg" + } + }, + { + "id": 168255, + "idMal": 162004, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Yomega Kiss"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [{ "name": "School", "rank": 20 }, { "name": "Gyaru", "rank": 20 }], + "title": { + "romaji": "Yome ga Kiss", + "english": null, + "native": "ヨメガキッす" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693107922, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168255-UHeExqZr8adP.jpg" + } + }, + { + "id": 168346, + "idMal": 162228, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Cousin"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Rural", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Itoko no Ko", + "english": null, + "native": "いとこのこ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693115163, + "updatedAt": 1705308973, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168346-fV7RtW5edIuq.png" + } + }, + { + "id": 168153, + "idMal": 162151, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Saegusa-san Manifests Love With Glasses-senpai"], + "genres": ["Comedy", "Romance"], + "tags": [{ "name": "Shounen", "rank": 20 }], + "title": { + "romaji": "Saegusa-san wa Megane-senpai to Koi wo Egaku", + "english": null, + "native": "三枝さんはメガネ先輩と恋を描く" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693451841, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168153-EUuAnvaIJoMT.jpg" + } + }, + { + "id": 167278, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Spy Room 4-koma", "Spy Classroom 4-koma"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Full Color", "rank": 20 }, + { "name": "4-koma", "rank": 20 } + ], + "title": { + "romaji": "Spy Kyoushitsu 4-koma", + "english": null, + "native": "スパイ教室 4コマ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693463725, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167278-6LCzK44O1sur.jpg" + } + }, + { + "id": 136508, + "idMal": 139899, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Does Android Count as Experience?", + "Does It Count if Your First Time Is With an Android?" + ], + "genres": ["Comedy", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Yuri", "rank": 96 }, + { "name": "Primarily Adult Cast", "rank": 80 }, + { "name": "Artificial Intelligence", "rank": 79 }, + { "name": "Nudity", "rank": 75 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Femdom", "rank": 70 }, + { "name": "Robots", "rank": 66 }, + { "name": "Office Lady", "rank": 64 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "MILF", "rank": 60 }, + { "name": "LGBTQ+ Themes", "rank": 50 }, + { "name": "Cyborg", "rank": 50 }, + { "name": "Love Triangle", "rank": 40 } + ], + "title": { + "romaji": "Android wa Keiken Ninzuu ni Hairimasu ka?", + "english": "Does it Count if You Lose Your Virginity to an Android?", + "native": "アンドロイドは経験人数に入りますか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693464091, + "updatedAt": 1705318779, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136508-VPiHtLM3t6Zv.jpg" + } + }, + { + "id": 120112, + "idMal": 130126, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Asumi-chan wa Lesbian Fuuzoku ni Kyoumi ga Arimasu!", + "Asumi-chan is interested in lesbian sex! " + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 97 }, + { "name": "Prostitution", "rank": 93 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "Primarily Adult Cast", "rank": 85 }, + { "name": "Nudity", "rank": 85 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Squirting", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 72 }, + { "name": "Work", "rank": 66 }, + { "name": "Cunnilingus", "rank": 66 }, + { "name": "Scissoring", "rank": 66 }, + { "name": "Masturbation", "rank": 60 }, + { "name": "College", "rank": 56 }, + { "name": "Cosplay", "rank": 45 }, + { "name": "Threesome", "rank": 30 } + ], + "title": { + "romaji": "Asumi-chan wa Rezu Fuuzoku ni Kyoumi ga Arimasu!", + "english": "Asumi-chan is Interested in Lesbian Brothels", + "native": "彩純ちゃんはレズ風俗に興味があります!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693465173, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx120112-fRg81ZZgLCxe.jpg" + } + }, + { + "id": 149790, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Even Though She Appears to be Uncompromising, She Has Totally Given In" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Tsundere", "rank": 84 }, + { "name": "Gyaru", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Delinquents", "rank": 10 } + ], + "title": { + "romaji": "Magenai Kan Dashi Terukedo Zenzen Chokkaku ni Magaru Onna", + "english": null, + "native": "曲げない感出してるけど全然直角に曲がる女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693557132, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx149790-oYqFgPtAG356.jpg" + } + }, + { + "id": 168726, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Even Though She's the Losing Heroine, The Bakeneko-chan Remains Undaunted" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [], + "title": { + "romaji": "Make Heroine Dakedo Megenai Bakeneko-chan", + "english": null, + "native": "負けヒロインだけどめげない化け猫ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693950920, + "updatedAt": 1705735412, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168726-EMJx8yILpyDl.png" + } + }, + { + "id": 168619, + "idMal": 162128, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Promise of 12cm with Cool Girl"], + "genres": ["Comedy", "Romance"], + "tags": [], + "title": { + "romaji": "Kakkoi Onnanoko to 12 Centimeter no Yakusoku", + "english": null, + "native": "カッコいい女の子と12センチの約束" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694073653, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168619-c5AFcEgaBuHR.jpg" + } + }, + { + "id": 49743, + "idMal": 19743, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Mister Clice"], + "genres": ["Action", "Adventure", "Comedy"], + "tags": [ + { "name": "Gender Bending", "rank": 79 }, + { "name": "Police", "rank": 50 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { + "romaji": "Mr. Clice", + "english": null, + "native": "ミスタークリス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694721891, + "updatedAt": 1704117602, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1985 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx49743-k3GqGICZjHOY.png" + } + }, + { + "id": 159925, + "idMal": 160302, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["恋ねが", "koinega"], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 71 }, + { "name": "Josei", "rank": 60 }, + { "name": "Love Triangle", "rank": 53 }, + { "name": "LGBTQ+ Themes", "rank": 40 }, + { "name": "College", "rank": 33 } + ], + "title": { + "romaji": "Kono Koi wo Hoshi ni wa Negawanai", + "english": null, + "native": "この恋を星には願わない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694722260, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159925-1SnVY04JmOwE.png" + } + }, + { + "id": 151905, + "idMal": 146682, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Love Triangle", "rank": 73 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Boys' Love", "rank": 60 }, + { "name": "Crossdressing", "rank": 60 }, + { "name": "Twins", "rank": 40 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Kimi Dake ga Hontou", + "english": null, + "native": "きみだけがほんとう" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694742357, + "updatedAt": 1702159955, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151905-WeA6qYv1mBac.jpg" + } + }, + { + "id": 159464, + "idMal": 156486, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Shark Maid of the Shore", + "Nagisa no Shark Maid", + "Shark Maid on the Shore" + ], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Maids", "rank": 60 }, + { "name": "Mermaid", "rank": 60 }, + { "name": "Rural", "rank": 50 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Female Protagonist", "rank": 10 } + ], + "title": { + "romaji": "Nagisa no Saameido", + "english": null, + "native": "渚のサーメイド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694984947, + "updatedAt": 1696150900, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159464-8yBLRq1ACCSy.jpg" + } + }, + { + "id": 165720, + "idMal": 160116, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Kunoichi Momoka is ready to eat?"], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Ninja", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Ojou-sama", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Kunoichi Momoka Tabegoro desu?", + "english": null, + "native": "くノ一桃果食べごろです?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694985313, + "updatedAt": 1701724893, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165720-9Kwa8cEOxNJv.jpg" + } + }, + { + "id": 148777, + "idMal": 158376, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy"], + "tags": [ + { "name": "4-koma", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Yuri", "rank": 20 } + ], + "title": { + "romaji": "One Loli Caba-Club", + "english": null, + "native": "おねロリキャバクラ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695099596, + "updatedAt": 1705149917, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b148777-alBCkwk6lkDi.jpg" + } + }, + { + "id": 169393, + "idMal": 162905, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Extraterrestrial Secrets", "Secret of the Alien"], + "genres": ["Drama", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Aliens", "rank": 75 }, + { "name": "Tragedy", "rank": 73 }, + { "name": "Gore", "rank": 64 }, + { "name": "School", "rank": 60 }, + { "name": "Suicide", "rank": 60 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Uchuujin no Kakushigoto", + "english": null, + "native": "宇宙人のかくしごと" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 19, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695460370, + "updatedAt": 1705902204, + "score": 78, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169393-p5OEwEqf88PP.jpg" + } + }, + { + "id": 153997, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The Yandere Pet Cat is Overly Domineering"], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Yandere", "rank": 66 }, + { "name": "Animals", "rank": 20 }, + { "name": "Nekomimi", "rank": 20 } + ], + "title": { + "romaji": "Dokusen Yoku ga Tsuyo Sugiru Yandere Kai Neko-chan", + "english": null, + "native": "独占欲が強すぎるヤンデレ飼い猫ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695555275, + "updatedAt": 1697243850, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153997-6ZanVL4XM1J9.jpg" + } + }, + { + "id": 169549, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ex-girlfriend Teachers Want to Nurture Love by Making Slightly Naughty Visits to Your Home", + "Motokano Sensei wa, Choppiri Ecchi na Katei Houmon de Kimi to no Ai wo Hagukumitai." + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [], + "title": { + "romaji": "Moto Kano-sensei wa, Choppiri Ecchi na Katei Houmon de Kimi to no Ai wo Haguku Mitai.", + "english": null, + "native": "元カノ先生は、ちょっぴりエッチな家庭訪問できみとの愛を育みたい。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695555883, + "updatedAt": 1695555883, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169549-EzoAhABuCFbl.png" + } + }, + { + "id": 157636, + "idMal": 157247, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shoujo", "rank": 73 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 }, + { "name": "Marriage", "rank": 60 } + ], + "title": { + "romaji": "Kingyoya-san no Karisome Fuufu", + "english": null, + "native": "金魚屋さんのかりそめ夫婦" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695556086, + "updatedAt": 1698620785, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157636-xV4duymiBABH.jpg" + } + }, + { + "id": 164225, + "idMal": 158566, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Until Your Sword Breaks"], + "genres": ["Action", "Comedy", "Romance"], + "tags": [ + { "name": "Historical", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Revenge", "rank": 20 }, + { "name": "Swordplay", "rank": 20 } + ], + "title": { + "romaji": "Kimi no Katana ga Oreru made: Gekkyuu Matsuri no Koigataki", + "english": null, + "native": "君の刀が折れるまで ~月宮まつりの恋難き~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695556331, + "updatedAt": 1695558238, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164225-ZGOWLgXxGg83.jpg" + } + }, + { + "id": 145198, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["The New Teacher With Extremely Low Self-Esteem "], + "genres": [], + "tags": [], + "title": { + "romaji": "Jiko Kouteikan ga Mechakucha Hikui Shinnin no Sensei", + "english": null, + "native": "自己肯定感がめちゃくちゃ低い新任の先生" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695663449, + "updatedAt": 1695663504, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145198-baSAYGbuWZ3O.jpg" + } + }, + { + "id": 169593, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Crybaby Neighbour Gaiden: Takanashi-kun and Karasuma-san"], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Age Gap", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Batsu Naki Gaiden: Takanashi-kun to Karasuma-san", + "english": null, + "native": "バツ泣き外伝:小鳥遊くんと烏丸さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695704743, + "updatedAt": 1705288854, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169593-kPQ1EKKEkdHV.jpg" + } + }, + { + "id": 161477, + "idMal": 157273, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "If That's Love, Break It", + "Destroy It All and Love Me in Hell" + ], + "genres": ["Drama", "Psychological", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 88 }, + { "name": "Bullying", "rank": 84 }, + { "name": "Blackmail", "rank": 79 }, + { "name": "School", "rank": 70 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Torture", "rank": 20 } + ], + "title": { + "romaji": "Zenbu Kowashite Jigoku de Aishite", + "english": null, + "native": "ぜんぶ壊して地獄で愛して" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695708477, + "updatedAt": 1705584016, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx161477-keQWQuZ2uP6B.jpg" + } + }, + { + "id": 159488, + "idMal": 155984, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "調子に乗った天才魔女の魔力が枯れるお話", + "The genius witch lost MP." + ], + "genres": ["Comedy", "Fantasy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Magic", "rank": 60 }, + { "name": "Witch", "rank": 60 }, + { "name": "Rehabilitation", "rank": 60 }, + { "name": "Iyashikei", "rank": 60 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Male Protagonist", "rank": 40 } + ], + "title": { + "romaji": "Tensai Majo no Maryoku Kare", + "english": null, + "native": "天才魔女の魔力枯れ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 13, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696022403, + "updatedAt": 1702644760, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159488-jpNLSUYnkaeZ.jpg" + } + }, + { + "id": 169734, + "idMal": 163267, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 84 }, + { "name": "Primarily Adult Cast", "rank": 75 }, + { "name": "Gyaru", "rank": 75 }, + { "name": "Office Lady", "rank": 75 }, + { "name": "Marriage", "rank": 66 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Gal Yome no Himitsu", + "english": null, + "native": "ギャル嫁の秘密" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696452921, + "updatedAt": 1705754225, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169734-nkZHjwPYtvqD.jpg" + } + }, + { + "id": 163218, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Umamusumemeshi"], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Food", "rank": 66 }, + { "name": "Kemonomimi", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 } + ], + "title": { + "romaji": "Uma Musume: Pretty Derby - Uma Musumeshi", + "english": null, + "native": "ウマ娘 プリティーダービー うまむすめし" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697582962, + "updatedAt": 1697583233, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163218-Jjr5I6JTijiL.jpg" + } + }, + { + "id": 161433, + "idMal": 155911, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Now That We Draw"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Writing", "rank": 73 }, + { "name": "Drawing", "rank": 73 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Gyaru", "rank": 53 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Kakunaru Ue wa", + "english": null, + "native": "描くなるうえは" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 18, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698543679, + "updatedAt": 1705194851, + "score": 86, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx161433-BJ3aSWX8CYwx.jpg" + } + }, + { + "id": 109501, + "idMal": 125052, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Lv999 Love for Yamada-kun", "Loving Yamada at LV999!"], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Video Games", "rank": 95 }, + { "name": "Heterosexual", "rank": 93 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Otaku Culture", "rank": 82 }, + { "name": "Josei", "rank": 62 }, + { "name": "Virtual World", "rank": 50 }, + { "name": "College", "rank": 40 }, + { "name": "Primarily Adult Cast", "rank": 33 } + ], + "title": { + "romaji": "Yamada-kun to Lv999 no Koi wo Suru", + "english": "My Love Story with Yamada-kun at Lv999", + "native": "山田くんとLv999の恋をする" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1699074156, + "updatedAt": 1699074237, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109501-sCXfwgyuFKXR.jpg" + } + }, + { + "id": 170684, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Marriage", "rank": 60 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Seiryaku Kekkon wa Otakoi no Hajimari", + "english": null, + "native": "政略結婚はオタ恋のはじまり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1699152879, + "updatedAt": 1702813090, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170684-J1YVVhbqjx86.jpg" + } + }, + { + "id": 170601, + "idMal": 164247, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Miss Regular Customer Wants to Enjoy"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "Work", "rank": 20 } + ], + "title": { + "romaji": "Mankitsu Shitai Jouren-san", + "english": null, + "native": "まんきつしたい常連さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1699153011, + "updatedAt": 1705736268, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170601-ceIglr5NceCy.png" + } + }, + { + "id": 141152, + "idMal": 149000, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Kaguharasan no Fechi No-to", "Kaguhara's Fetish Notebook"], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Sweat", "rank": 85 }, + { "name": "Armpits", "rank": 82 }, + { "name": "Yuri", "rank": 74 }, + { "name": "School", "rank": 72 }, + { "name": "Feet", "rank": 52 }, + { "name": "Writing", "rank": 46 } + ], + "title": { + "romaji": "Kaguhara-san no Fetish Note", + "english": null, + "native": "香原さんのふぇちのーと" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1699332485, + "updatedAt": 1704455080, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141152-NZ550PGsvX7C.jpg" + } + }, + { + "id": 141322, + "idMal": 141875, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Honey Trap Sharehouse"], + "genres": ["Action", "Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Espionage", "rank": 64 }, + { "name": "Nudity", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Assassins", "rank": 50 }, + { "name": "Foreign", "rank": 40 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Honey Trap Shared House", + "english": "Honey Trap Shared House", + "native": "ハニートラップ・シェアハウス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1699842095, + "updatedAt": 1704119628, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141322-h95cc2ZDoyFG.jpg" + } + }, + { + "id": 171022, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I may be a Villainess, But Please Make Me Your Sex Slave!"], + "genres": ["Fantasy", "Hentai", "Romance"], + "tags": [ + { "name": "Isekai", "rank": 20 }, + { "name": "Villainess", "rank": 20 }, + { "name": "Slavery", "rank": 20 } + ], + "title": { + "romaji": "Akuyaku Reijou desu ga, Watashi wo Anata no Seidorei ni Shite Kudasai!", + "english": null, + "native": "悪役令嬢ですが、私をあなたの性奴隷にしてください!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701310756, + "updatedAt": 1705471922, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171022-yuLz7HBsYmNl.jpg" + } + }, + { + "id": 149817, + "idMal": 149585, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": 30, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Family Life", "rank": 20 }, + { "name": "Drawing", "rank": 20 }, + { "name": "Inseki", "rank": 20 }, + { "name": "Blackmail", "rank": 20 }, + { "name": "Netori", "rank": 20 }, + { "name": "Sumata", "rank": 20 }, + { "name": "Voyeur", "rank": 20 } + ], + "title": { + "romaji": "Jigoku ni Ochite yo, Onii-chan", + "english": null, + "native": "地獄に堕ちてよ、お兄ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1702535979, + "updatedAt": 1702536328, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx149817-XQJmbaGKuiZE.jpg" + } + }, + { + "id": 171758, + "idMal": 164769, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Wanna Shut Up Takamori-kun!!"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Super Power", "rank": 20 } + ], + "title": { + "romaji": "Takamori-kun wo Damarasetai!!", + "english": null, + "native": "高森くんを黙らせたいっ!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1703674386, + "updatedAt": 1706185581, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171758-NpEUPsRELYLO.jpg" + } + }, + { + "id": 168398, + "idMal": 162646, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Friend's Abnormally Cute Sister"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 60 }, + { "name": "Yandere", "rank": 50 }, + { "name": "Love Triangle", "rank": 50 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Osananajimi no Ijou Kawaii Imouto-chan", + "english": null, + "native": "幼馴染の異常可愛い妹ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1703933678, + "updatedAt": 1703934240, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168398-hVk2K4a0Oq11.jpg" + } + }, + { + "id": 172872, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Story About Getting a Haircut After Hearing Your Crush Prefers Short Hair", + "Cutting Her Hair After Finding out That the Person She Likes, Likes Short Cuts" + ], + "genres": ["Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Suki na Hito ga Short Cut Suki to Shitte Kami Kiru Hanashi", + "english": null, + "native": "好きな人がショートカット好きと知って髪切る話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704349110, + "updatedAt": 1704747306, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172872-8PvT9lw4XMbs.jpg" + } + }, + { + "id": 171087, + "idMal": 165014, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy"], + "tags": [ + { "name": "Gyaru", "rank": 60 }, + { "name": "Yuri", "rank": 50 }, + { "name": "Primarily Adult Cast", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Time Skip", "rank": 20 } + ], + "title": { + "romaji": "Gal to Iinchou ga Guuzen Saikai Suru Hanashi", + "english": null, + "native": "ギャルと委員長が偶然再会する話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704531057, + "updatedAt": 1705313476, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171087-rTLEhoUPaKbA.png" + } + }, + { + "id": 172369, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "It's Quite Late, but I've Fallen in Love with my Childhood Friend" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Imasara desu ga, Osananajimi wo Suki ni Natte Shimaimashita", + "english": null, + "native": "今さらですが、幼なじみを好きになってしまいました" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1704531171, + "updatedAt": 1705918075, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172369-94VNcXaAeylt.jpg" + } + }, + { + "id": 162901, + "idMal": 157084, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Mii-chan wa Kawaretai"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Shapeshifting", "rank": 50 }, + { "name": "Nekomimi", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Mi-chan wa Kawaretai", + "english": null, + "native": "みーちゃんは飼われたい " + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705594009, + "updatedAt": 1705594389, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx162901-p9GB3jRkvyh5.jpg" + } + }, + { + "id": 159658, + "idMal": 156734, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Why can't we stay as children?"], + "genres": ["Drama", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Coming of Age", "rank": 20 } + ], + "title": { + "romaji": "Hina no Mama ja Dame desu ka?", + "english": null, + "native": "ヒナのままじゃだめですか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705595696, + "updatedAt": 1705595696, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159658-TDUpxlpkiuJ7.jpg" + } + }, + { + "id": 170133, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Bandage Play"], + "genres": ["Romance"], + "tags": [ + { "name": "Shoujo", "rank": 20 }, + { "name": "College", "rank": 20 } + ], + "title": { + "romaji": "Houtai Gokko", + "english": null, + "native": "包帯ごっこ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705918899, + "updatedAt": 1705919319, + "score": 82, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170133-hEKmVVtqkiCt.jpg" + } + }, + { + "id": 172110, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Thought She Was a Yandere, but Apparently She’s Even Worse" + ], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Yandere", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Yakuza", "rank": 60 }, + { "name": "Bullying", "rank": 60 }, + { "name": "POV", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "School", "rank": 40 } + ], + "title": { + "romaji": "Yandere ka to Omottara Motto Yabe Onna Datta", + "english": null, + "native": "ヤンデレかと思ったらもっとヤベー女だった" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 40, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705919649, + "updatedAt": 1705936127, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx172110-KESxUlAvFNrS.jpg" + } + }, + { + "id": 164754, + "idMal": 158835, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["My Boyfriend Sometimes is a Girlfriend"], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Gender Bending", "rank": 73 }, + { "name": "School", "rank": 60 }, + { "name": "Bisexual", "rank": 60 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Crossdressing", "rank": 20 } + ], + "title": { + "romaji": "Kareshi Tokidoki Kanojo", + "english": null, + "native": "彼氏時々彼女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705920882, + "updatedAt": 1706012165, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164754-95rmiOcjvHZz.jpg" + } + }, + { + "id": 31504, + "idMal": 1504, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 5, + "format": "MANGA", + "duration": null, + "synonyms": ["GoGoMonster", "ゴーゴーモンスター"], + "genres": ["Drama", "Mystery", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Coming of Age", "rank": 96 }, + { "name": "Chuunibyou", "rank": 79 }, + { "name": "School", "rank": 76 }, + { "name": "Primarily Child Cast", "rank": 73 }, + { "name": "Seinen", "rank": 68 }, + { "name": "Philosophy", "rank": 60 } + ], + "title": { + "romaji": "GOGO Monster", + "english": "GoGo Monster", + "native": "GOGOモンスター" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1683956417, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx31504-iyxgOYnELv2c.png" + } + }, + { + "id": 103609, + "idMal": 116800, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 168, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 73 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Work", "rank": 20 }, + { "name": "Office Lady", "rank": 20 } + ], + "title": { + "romaji": "Bougyoryoku Zero no Yome", + "english": "No Guard Wife", + "native": "防御力ゼロの嫁" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 78, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685443453, + "updatedAt": 1695109200, + "score": 67, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b103609-a8eI9t5O1hhc.png" + } + }, + { + "id": 152752, + "idMal": 155191, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Shoujo", "rank": 20 }, + { "name": "Otaku Culture", "rank": 20 } + ], + "title": { + "romaji": "Kusattetemo Kimi ga Suki", + "english": "I Fell for a Fujoshi", + "native": "腐ってても君が好き" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 17, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685599319, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx152752-4kByBFuGoiUU.png" + } + }, + { + "id": 97713, + "idMal": 102987, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 98, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Stand by Me", + " My Dear", + "Bis deine Knochen verrotten", + "Ossa - Stand by Me, My Dear" + ], + "genres": ["Horror", "Mystery", "Psychological", "Thriller"], + "tags": [ + { "name": "Gore", "rank": 72 }, + { "name": "Love Triangle", "rank": 63 }, + { "name": "Revenge", "rank": 60 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Nudity", "rank": 55 }, + { "name": "Crime", "rank": 40 }, + { "name": "Ensemble Cast", "rank": 40 }, + { "name": "Suicide", "rank": 20 }, + { "name": "Rape", "rank": 20 } + ], + "title": { + "romaji": "Hone ga Kusaru made", + "english": "Until Your Bones Rot", + "native": "骨が腐るまで" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685842327, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx97713-9RsC7XNcrrYX.jpg" + } + }, + { + "id": 156656, + "idMal": 153422, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 48, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Mystery"], + "tags": [ + { "name": "Tragedy", "rank": 92 }, + { "name": "Amnesia", "rank": 89 }, + { "name": "Family Life", "rank": 84 }, + { "name": "Male Protagonist", "rank": 77 }, + { "name": "Memory Manipulation", "rank": 75 }, + { "name": "Conspiracy", "rank": 70 }, + { "name": "Time Manipulation", "rank": 68 }, + { "name": "Bullying", "rank": 63 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "School", "rank": 54 }, + { "name": "Primarily Child Cast", "rank": 45 }, + { "name": "Rehabilitation", "rank": 45 }, + { "name": "Photography", "rank": 40 }, + { "name": "Found Family", "rank": 33 } + ], + "title": { + "romaji": "Ichinose-ke no Taizai", + "english": "The Ichinose Family's Deadly Sins", + "native": "一ノ瀬家の大罪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 25, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685932037, + "updatedAt": 1702463035, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156656-GQDIOJyf1cmV.jpg" + } + }, + { + "id": 106301, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 475, + "format": "MANGA", + "duration": null, + "synonyms": ["The Boy in the All-Girls School "], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 94 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "School", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 76 }, + { "name": "Full Color", "rank": 70 }, + { "name": "Yandere", "rank": 55 }, + { "name": "Tsundere", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Maids", "rank": 20 }, + { "name": "Martial Arts", "rank": 20 } + ], + "title": { + "romaji": "Nüzi Xueyuan de Nansheng", + "english": "Boy in A Girls' School", + "native": "女子学院的男生" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685955471, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx106301-jUDzd6Y6qrlp.jpg" + } + }, + { + "id": 102490, + "idMal": 114871, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 35, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kaguya Wants to be Confessed to Official Doujin", + "가구야 님은 告ら하고자 동인 판" + ], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "School", "rank": 88 }, + { "name": "Parody", "rank": 85 }, + { "name": "School Club", "rank": 80 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Seinen", "rank": 76 }, + { "name": "Episodic", "rank": 76 }, + { "name": "Alternate Universe", "rank": 63 }, + { "name": "Teacher", "rank": 60 }, + { "name": "Time Skip", "rank": 60 }, + { "name": "Yuri", "rank": 50 }, + { "name": "Primarily Teen Cast", "rank": 50 }, + { "name": "Gender Bending", "rank": 40 } + ], + "title": { + "romaji": "Kaguya-sama wa Kokurasetai: Doujin-ban", + "english": "Kaguya-sama: Love is War - Doujin Edition", + "native": "かぐや様は告らせたい 同人版" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686280587, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx102490-RGwfbrB4ieH2.jpg" + } + }, + { + "id": 44718, + "idMal": 14718, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "MANGA", + "duration": null, + "synonyms": ["Kami Sen"], + "genres": ["Action", "Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "School", "rank": 50 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { "romaji": "Kamisen.", "english": null, "native": "かみせん。" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686290690, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx44718-NJLSUN9kITzK.png" + } + }, + { + "id": 143968, + "idMal": 159210, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": ["Even if You Are Short, XX Is Tall, Right?"], + "genres": ["Comedy", "Hentai", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 60 }, + { "name": "Heterosexual", "rank": 50 }, + { "name": "Public Sex", "rank": 50 }, + { "name": "Boobjob", "rank": 40 }, + { "name": "Fellatio", "rank": 40 }, + { "name": "Rimjob", "rank": 40 }, + { "name": "Sex Toys", "rank": 40 }, + { "name": "Virginity", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Anal Sex", "rank": 20 }, + { "name": "Pregnant", "rank": 20 }, + { "name": "Exhibitionism", "rank": 20 }, + { "name": "Crossdressing", "rank": 20 }, + { "name": "Tomboy", "rank": 20 } + ], + "title": { + "romaji": "Kineun Jagado XX-neun Keugeodeunyo?", + "english": "Short Stories, Big Secrets", + "native": "키는 작아도 XX는 크거든요?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686387006, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b143968-vbPI8aJTJUV3.jpg" + } + }, + { + "id": 85802, + "idMal": 70941, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 299, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Dome x Kano", + "家有女友", + "חברה ביתית", + "บทเรียนรักเส้นทางหัวใจ", + "Love X Dilemma" + ], + "genres": ["Drama", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Inseki", "rank": 96 }, + { "name": "Love Triangle", "rank": 95 }, + { "name": "Coming of Age", "rank": 84 }, + { "name": "Tragedy", "rank": 83 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Writing", "rank": 74 }, + { "name": "Age Gap", "rank": 70 }, + { "name": "Family Life", "rank": 68 }, + { "name": "Heterosexual", "rank": 65 }, + { "name": "Female Harem", "rank": 63 }, + { "name": "Nudity", "rank": 63 }, + { "name": "School Club", "rank": 61 }, + { "name": "Crime", "rank": 60 }, + { "name": "School", "rank": 56 }, + { "name": "Acting", "rank": 54 }, + { "name": "Time Skip", "rank": 45 }, + { "name": "Food", "rank": 40 }, + { "name": "Teacher", "rank": 40 }, + { "name": "Shounen", "rank": 30 }, + { "name": "MILF", "rank": 30 }, + { "name": "Transgender", "rank": 20 }, + { "name": "Drugs", "rank": 20 }, + { "name": "Yandere", "rank": 10 }, + { "name": "Bisexual", "rank": 10 } + ], + "title": { + "romaji": "Domestic na Kanojo", + "english": "Domestic Girlfriend", + "native": "ドメスティックな彼女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 50, + "progressVolumes": 5, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686475813, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85802-iAXJNYwM0edv.png" + } + }, + { + "id": 86300, + "idMal": 92149, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 961, + "format": "MANGA", + "duration": null, + "synonyms": ["Tomo-chan wa Onna no ko!"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Tomboy", "rank": 98 }, + { "name": "4-koma", "rank": 91 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "School", "rank": 81 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Tsundere", "rank": 72 }, + { "name": "Primarily Teen Cast", "rank": 70 }, + { "name": "Athletics", "rank": 64 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Judo", "rank": 60 }, + { "name": "Martial Arts", "rank": 47 }, + { "name": "School Club", "rank": 35 } + ], + "title": { + "romaji": "Tomo-chan wa Onnanoko!", + "english": "Tomo-chan is a Girl!", + "native": "トモちゃんは女の子!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 201, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686548548, + "updatedAt": 1695109200, + "score": 82, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86300-VQWRaxoTXciF.jpg" + } + }, + { + "id": 123238, + "idMal": 130238, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Primarily Child Cast", "rank": 60 }, + { "name": "Female Protagonist", "rank": 40 } + ], + "title": { + "romaji": "Hajimete no Suwa-san", + "english": "My First Times with Suwa-san", + "native": "はじめての諏訪さん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686911310, + "updatedAt": 1702463026, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx123238-unkC8NkgIGXD.jpg" + } + }, + { + "id": 112981, + "idMal": 122448, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 158, + "format": "MANGA", + "duration": null, + "synonyms": [ + " Kubo-san wa Boku (Mobu) wo Yurusanai", + "久保同學不放過我", + "Kubo-san Doesn't Leave Me Be (a Mob)", + "คุณคุโบะไม่ยอมให้ผมเป็นตัวประกอบ", + "Kubo no me deja ser invisible" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Iyashikei", "rank": 96 }, + { "name": "Heterosexual", "rank": 90 }, + { "name": "School", "rank": 86 }, + { "name": "Primarily Teen Cast", "rank": 83 }, + { "name": "Female Protagonist", "rank": 81 }, + { "name": "Male Protagonist", "rank": 80 }, + { "name": "Chibi", "rank": 70 }, + { "name": "Seinen", "rank": 67 }, + { "name": "Cute Girls Doing Cute Things", "rank": 67 }, + { "name": "Coming of Age", "rank": 66 } + ], + "title": { + "romaji": "Kubo-san wa Mob wo Yurusanai", + "english": "Kubo Won't Let Me Be Invisible", + "native": "久保さんは僕を許さない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687082426, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112981-lI95vW7wk8Nv.jpg" + } + }, + { + "id": 164378, + "idMal": 157491, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Pocket Monster: Liko's Treasure", + "Pokémon: Liko no Takaramono", + "Pokémon: Liko’s Treasure" + ], + "genres": ["Action", "Adventure"], + "tags": [ + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Shoujo", "rank": 33 } + ], + "title": { + "romaji": "Pocket Monsters: Liko no Takaramono", + "english": null, + "native": "ポケットモンスター~リコの宝物~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687398359, + "updatedAt": 1700721044, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164378-4ua0oXWHio9D.jpg" + } + }, + { + "id": 85471, + "idMal": 72989, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 79, + "format": "MANGA", + "duration": null, + "synonyms": ["Ero Manga Sensei", "น้องสาวของผมคืออาจารย์เอโรมังงะ"], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Shounen", "rank": 60 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Family Life", "rank": 46 }, + { "name": "Drawing", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Eromanga Sensei", + "english": "Eromanga Sensei", + "native": "エロマンガ先生" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687417238, + "updatedAt": 1699342852, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85471-8HgNG2bIXEzc.jpg" + } + }, + { + "id": 105469, + "idMal": 115710, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Tokyo Metropolitan Magic Technical School", + "Jujutsu Kaisen vol.0: Tokyo Metropolitan Magic Technical School", + "Tokyo Metropolitan Magic Technical College", + "東京都立咒術高等專門學校", + "东京都立咒术高等专门学校", + "JJK 0", + "주술회전. 0(외전): 눈부신 어둠 : 도쿄 도립 주술 고등전문학교", + "มหาเวทย์ผนึกมาร โรงเรียนเฉพาะทางไสยศาสตร์นครโตเกียว ", + "มหาเวทย์ผนึกมาร 0", + "東京都立呪術高等専門学校", + "Tokyo Toritsu Jujutsu Kodo Senmon Gakko", + "Chú thuật hồi chiến - Trường chuyên chú thuật Tokyo", + "جوجوتسو كايسن 0", + "Jujutsu Kaisen tom 0 - Technikum Jujutsu w Tokio " + ], + "genres": ["Action", "Supernatural"], + "tags": [ + { "name": "Shounen", "rank": 100 }, + { "name": "Demons", "rank": 93 }, + { "name": "Male Protagonist", "rank": 91 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "School", "rank": 76 }, + { "name": "Tragedy", "rank": 73 }, + { "name": "Super Power", "rank": 73 }, + { "name": "Magic", "rank": 70 }, + { "name": "Body Horror", "rank": 50 }, + { "name": "Ensemble Cast", "rank": 46 }, + { "name": "Mythology", "rank": 46 }, + { "name": "Swordplay", "rank": 40 }, + { "name": "Bullying", "rank": 35 }, + { "name": "Heterosexual", "rank": 32 } + ], + "title": { + "romaji": "Jujutsu Kaisen 0: Tokyo Toritsu Jujutsu Koutou Senmon Gakkou", + "english": "Jujutsu Kaisen 0", + "native": "呪術廻戦 0 東京都立呪術高等専門学校" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687438433, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105469-IvLF5yIf6LBC.jpg" + } + }, + { + "id": 100293, + "idMal": 110029, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 240, + "format": "MANGA", + "duration": null, + "synonyms": ["The Duke of Death and His Black Maid"], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Maids", "rank": 90 }, + { "name": "Witch", "rank": 80 }, + { "name": "Time Manipulation", "rank": 80 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Butler", "rank": 79 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Magic", "rank": 73 }, + { "name": "Shounen", "rank": 65 }, + { "name": "Nudity", "rank": 48 }, + { "name": "Tragedy", "rank": 36 } + ], + "title": { + "romaji": "Shinigami Bocchan to Kuro Maid", + "english": "The Duke of Death and His Maid", + "native": "死神坊ちゃんと黒メイド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 27, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688021122, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx100293-g9sQdBMt41HK.jpg" + } + }, + { + "id": 86635, + "idMal": 90125, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 281, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kaguya Wants to be Confessed To: The Geniuses' War of Love and Brains", + "카구야 님은 고백받고 싶어 ~천재들의 연애 두뇌전~", + "Miłość to wojna", + "Kaguya-sama wa Kokurasetai: Tensai-tachi no Renai Zunousen", + "Госпожа Кагуя: В любви как на войне. Любовная битва двух гениев", + "สารภาพรักกับคุณคางุยะซะดีๆ ~สงครามประสาทความรักของเหล่าอัจฉริยะ~ ", + "Kaguya-sama: Cuộc chiến tỏ tình", + "辉夜大小姐想让我告白 ~天才们的恋爱头脑战", + "輝夜姬想讓人告白~天才們的戀愛頭腦戰~" + ], + "genres": ["Comedy", "Psychological", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 91 }, + { "name": "Heterosexual", "rank": 91 }, + { "name": "Tsundere", "rank": 88 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Primarily Teen Cast", "rank": 85 }, + { "name": "School Club", "rank": 84 }, + { "name": "Ojou-sama", "rank": 84 }, + { "name": "Ensemble Cast", "rank": 82 }, + { "name": "Coming of Age", "rank": 82 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Parody", "rank": 77 }, + { "name": "Slapstick", "rank": 76 }, + { "name": "Seinen", "rank": 75 }, + { "name": "Meta", "rank": 74 }, + { "name": "Episodic", "rank": 70 }, + { "name": "Love Triangle", "rank": 70 }, + { "name": "LGBTQ+ Themes", "rank": 66 }, + { "name": "Politics", "rank": 63 }, + { "name": "Dissociative Identities", "rank": 54 }, + { "name": "Philosophy", "rank": 54 }, + { "name": "Bullying", "rank": 46 }, + { "name": "VTuber", "rank": 40 }, + { "name": "Conspiracy", "rank": 40 }, + { "name": "Crossdressing", "rank": 37 }, + { "name": "Foreign", "rank": 35 } + ], + "title": { + "romaji": "Kaguya-sama wa Kokurasetai: Tensaitachi no Renai Zunousen", + "english": "Kaguya-sama: Love is War", + "native": "かぐや様は告らせたい~天才たちの恋愛頭脳戦~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 105, + "progressVolumes": 10, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688909681, + "updatedAt": 1695109200, + "score": 88, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86635-EdaLQmsn86Fy.png" + } + }, + { + "id": 101208, + "idMal": 118583, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 28, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Surreal Comedy", "rank": 66 }, + { "name": "Yuri", "rank": 46 }, + { "name": "Animals", "rank": 20 } + ], + "title": { + "romaji": "Tabako-chan", + "english": null, + "native": "たば子ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689220511, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101208-gHQGMJnpf0Of.jpg" + } + }, + { + "id": 117207, + "idMal": 125511, + "status": "CANCELLED", + "type": "MANGA", + "episodes": null, + "chapters": 18, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Queen Rasbos, a Strong Monarch That Might One Day Become the Source of Tragedy, Devotes Herself to Her People", + "Higeki no Genkyou to naru Saikyou Gedou Rasubosu Joou wa Min no tame ni Tsukushimasu." + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Reincarnation", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Isekai", "rank": 79 }, + { "name": "Ojou-sama", "rank": 79 }, + { "name": "Villainess", "rank": 79 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Josei", "rank": 60 }, + { "name": "Male Harem", "rank": 46 } + ], + "title": { + "romaji": "Higeki no Genkyou to Naru Saikyou Gedou Last Boss Joou wa Tami no Tame ni Tsukushimasu.", + "english": "The Most Heretical Last Boss Queen: From Villainess to Savior", + "native": "悲劇の元凶となる最強外道ラスボス女王は民の為に尽くします。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689236423, + "updatedAt": 1699342870, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117207-dBQSnL3mqVtC.jpg" + } + }, + { + "id": 119493, + "idMal": 127545, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 144, + "format": "MANGA", + "duration": null, + "synonyms": ["เรื่องอลวน คน ปิศาจ"], + "genres": ["Action", "Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Gender Bending", "rank": 95 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Ninja", "rank": 87 }, + { "name": "Youkai", "rank": 85 }, + { "name": "Nudity", "rank": 81 }, + { "name": "Urban Fantasy", "rank": 80 }, + { "name": "Heterosexual", "rank": 80 }, + { "name": "Femboy", "rank": 79 }, + { "name": "Shounen", "rank": 78 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Love Triangle", "rank": 70 }, + { "name": "Yuri", "rank": 68 }, + { "name": "LGBTQ+ Themes", "rank": 64 }, + { "name": "School", "rank": 60 }, + { "name": "Bisexual", "rank": 52 }, + { "name": "MILF", "rank": 46 } + ], + "title": { + "romaji": "Ayakashi Triangle", + "english": "Ayakashi Triangle", + "native": "あやかしトライアングル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 22, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690107984, + "updatedAt": 1699342833, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119493-dtva4KFa1z7I.jpg" + } + }, + { + "id": 30085, + "idMal": 85, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 69, + "format": "MANGA", + "duration": null, + "synonyms": ["Адзуманга"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 98 }, + { "name": "4-koma", "rank": 97 }, + { "name": "Ensemble Cast", "rank": 90 }, + { "name": "Cute Girls Doing Cute Things", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Female Protagonist", "rank": 77 }, + { "name": "Surreal Comedy", "rank": 64 }, + { "name": "Teacher", "rank": 63 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Coming of Age", "rank": 46 }, + { "name": "Tomboy", "rank": 32 }, + { "name": "Yuri", "rank": 30 }, + { "name": "Ojou-sama", "rank": 28 } + ], + "title": { + "romaji": "Azumanga Daiou", + "english": "Azumanga Daioh", + "native": "あずまんが大王" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690943644, + "updatedAt": 1699342847, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1999 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/n30085-EiFHtQfdeHjp.jpg" + } + }, + { + "id": 30646, + "idMal": 646, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 15, + "format": "MANGA", + "duration": null, + "synonyms": ["Fooly Cooly", "Furi Kuri"], + "genres": ["Comedy", "Sci-Fi"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Robots", "rank": 79 }, + { "name": "Aliens", "rank": 79 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Mopeds", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Baseball", "rank": 20 } + ], + "title": { "romaji": "FLCL", "english": "FLCL", "native": "フリクリ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690947552, + "updatedAt": 1696013119, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1999 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30646-WtnWjIeyF5C4.jpg" + } + }, + { + "id": 30012, + "idMal": 12, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 706, + "format": "MANGA", + "duration": null, + "synonyms": ["ブリーチ", "بلیچ", "سفید کننده", "死神"], + "genres": ["Action", "Adventure", "Supernatural"], + "tags": [ + { "name": "Shounen", "rank": 97 }, + { "name": "Swordplay", "rank": 91 }, + { "name": "Super Power", "rank": 86 }, + { "name": "Ghost", "rank": 84 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "War", "rank": 84 }, + { "name": "Ensemble Cast", "rank": 81 }, + { "name": "Afterlife", "rank": 80 }, + { "name": "Urban Fantasy", "rank": 73 }, + { "name": "Tragedy", "rank": 71 }, + { "name": "Conspiracy", "rank": 68 }, + { "name": "Large Breasts", "rank": 68 }, + { "name": "Philosophy", "rank": 61 }, + { "name": "Heterosexual", "rank": 54 }, + { "name": "Henshin", "rank": 53 }, + { "name": "Time Skip", "rank": 52 }, + { "name": "Anachronism", "rank": 50 }, + { "name": "Transgender", "rank": 46 }, + { "name": "Delinquents", "rank": 45 }, + { "name": "Body Horror", "rank": 40 }, + { "name": "Coming of Age", "rank": 40 } + ], + "title": { "romaji": "BLEACH", "english": "Bleach", "native": "BLEACH" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 76, + "progressVolumes": 8, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691158120, + "updatedAt": 1697352749, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30012-z7U138mUaPdN.png" + } + }, + { + "id": 30175, + "idMal": 175, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 6, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Touhou Sangatsu Sei - Eastern and Little Nature Deity", + "Touhou Sangatsusei ~ Eastern and Little Nature Deity" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Magic", "rank": 95 }, + { "name": "Youkai", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Fairy", "rank": 79 }, + { "name": "Shrine Maiden", "rank": 79 }, + { "name": "Rural", "rank": 79 }, + { "name": "Female Protagonist", "rank": 50 } + ], + "title": { + "romaji": "Touhou Sangetsusei: Eastern and Little Nature Deity", + "english": null, + "native": "東方三月精 Eastern and Little Nature Deity" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691787548, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2005 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30175-oTEVT0v6ilXH.jpg" + } + }, + { + "id": 104285, + "idMal": 115070, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 58, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Adamas Witches", + "아다마스의 마녀들", + "Adamasu no Majotachi", + "Adamas no Majo-tachi" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Nudity", "rank": 96 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Femdom", "rank": 79 }, + { "name": "Slavery", "rank": 79 }, + { "name": "Asexual", "rank": 79 }, + { "name": "Age Gap", "rank": 79 }, + { "name": "Femboy", "rank": 79 }, + { "name": "MILF", "rank": 79 }, + { "name": "Blackmail", "rank": 79 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "School", "rank": 66 }, + { "name": "Gyaru", "rank": 66 }, + { "name": "Large Breasts", "rank": 66 }, + { "name": "Rape", "rank": 66 }, + { "name": "Ahegao", "rank": 60 }, + { "name": "Squirting", "rank": 60 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Group Sex", "rank": 60 }, + { "name": "Yuri", "rank": 60 }, + { "name": "Fellatio", "rank": 60 }, + { "name": "Boobjob", "rank": 60 }, + { "name": "Cunnilingus", "rank": 60 }, + { "name": "Crossdressing", "rank": 60 }, + { "name": "Dancing", "rank": 60 }, + { "name": "Swimming", "rank": 60 }, + { "name": "Feet", "rank": 53 }, + { "name": "Witch", "rank": 40 } + ], + "title": { + "romaji": "Adamas no Majotachi", + "english": "The Witches of Adamas", + "native": "アダマスの魔女たち" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693213369, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx104285-WZbbNt3TZqai.jpg" + } + }, + { + "id": 169152, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 42, + "format": "MANGA", + "duration": null, + "synonyms": ["Little devil sister in my house"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [{ "name": "Full Color", "rank": 20 }], + "title": { + "romaji": "Ore no Ie no Koakuma Imouto", + "english": null, + "native": "俺の家の小悪魔妹" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694596910, + "updatedAt": 1696652524, + "score": 67, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169152-1QQfGVqjKOuG.jpg" + } + }, + { + "id": 168358, + "idMal": 161356, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [ + "An Innocent Person", + "Kamen no Nakami", + "Scapegoat", + "仮面のなかみ", + "スケープゴート", + "Inside the Mask", + "trust you." + ], + "genres": ["Drama", "Psychological", "Thriller"], + "tags": [ + { "name": "Boys' Love", "rank": 79 }, + { "name": "Religion", "rank": 60 }, + { "name": "Crime", "rank": 60 }, + { "name": "Suicide", "rank": 40 } + ], + "title": { + "romaji": "Kegare no Nai Hito", + "english": null, + "native": "穢れのない人" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694666887, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx168358-yK5dTBs1cmAD.jpg" + } + }, + { + "id": 115993, + "idMal": 129868, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 40, + "format": "MANGA", + "duration": null, + "synonyms": ["Tsuyuno-chan wants to show "], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Armpits", "rank": 92 }, + { "name": "Exhibitionism", "rank": 90 }, + { "name": "Female Protagonist", "rank": 84 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Age Gap", "rank": 73 }, + { "name": "Seinen", "rank": 70 }, + { "name": "Gyaru", "rank": 63 }, + { "name": "Ensemble Cast", "rank": 40 } + ], + "title": { + "romaji": "Misetagari no Tsuyuno-chan", + "english": "Tsuyuno-chan Likes to Show Off", + "native": "見せたがりの露乃ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694719527, + "updatedAt": 1695328608, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115993-a0rX3mkeHv0p.png" + } + }, + { + "id": 165484, + "idMal": 162836, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 5, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Slice of Life"], + "tags": [], + "title": { "romaji": "Kaijuu-kun", "english": null, "native": "怪獣くん" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694933980, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165484-nIghmjxUDNCD.jpg" + } + }, + { + "id": 169254, + "idMal": 162647, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 11, + "format": "MANGA", + "duration": null, + "synonyms": ["Shino and Ren"], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 86 }, + { "name": "School", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Shino to Ren", + "english": null, + "native": "志乃と恋" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695095895, + "updatedAt": 1697048018, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169254-9oPq4p0tbTwT.jpg" + } + }, + { + "id": 127547, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 18, + "format": "MANGA", + "duration": null, + "synonyms": ["피콘 -PIQUANT-", "Pikon"], + "genres": ["Comedy", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 73 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Yuri", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Ensemble Cast", "rank": 20 } + ], + "title": { + "romaji": "PIQUANT", + "english": null, + "native": "ピコン -PIQUANT-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695101928, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx127547-zUA4xCfi8BoE.jpg" + } + }, + { + "id": 164612, + "idMal": 153799, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": ["Very Cute Otokonoko Anthology Comics"], + "genres": ["Romance"], + "tags": [ + { "name": "Crossdressing", "rank": 60 }, + { "name": "Femboy", "rank": 60 }, + { "name": "Boys' Love", "rank": 50 }, + { "name": "LGBTQ+ Themes", "rank": 50 }, + { "name": "Anthology", "rank": 20 } + ], + "title": { + "romaji": "Saikyou Kawaii Aitsu (♂) ni Dokidoki Saserarechau Anthology", + "english": null, + "native": "最強かわいいアイツ(♂)にドキドキさせられちゃうアンソロジー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695103543, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164612-3xtheih1nv2O.jpg" + } + }, + { + "id": 115893, + "idMal": 118186, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 48, + "format": "MANGA", + "duration": null, + "synonyms": ["Brother Ogre and Slave-chan"], + "genres": ["Action", "Drama", "Fantasy"], + "tags": [ + { "name": "Monster Boy", "rank": 20 }, + { "name": "Slavery", "rank": 20 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Ogre no Aniki to Dorei-chan", + "english": null, + "native": "オーガの兄貴と奴隷ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695254047, + "updatedAt": 1705932529, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115893-yjdhTyd7lumu.jpg" + } + }, + { + "id": 134263, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Manga Guide Fizyka", + "Le guide manga de la mécanique (du point)" + ], + "genres": ["Comedy", "Slice of Life", "Sports"], + "tags": [ + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Educational", "rank": 60 } + ], + "title": { + "romaji": "Manga de Wakaru Butsuri: Rikigaku-hen", + "english": "The Manga Guide to Physics", + "native": "マンガでわかる物理 力学編" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696400443, + "updatedAt": 1696433899, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134263-VByM0R77uhcV.jpg" + } + }, + { + "id": 117595, + "idMal": 118046, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 108, + "format": "MANGA", + "duration": null, + "synonyms": ["Under The Same Roof"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "4-koma", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Video Games", "rank": 40 } + ], + "title": { + "romaji": "Mako-san wa Shindemo Jiritsu Shinai", + "english": null, + "native": "マコさん死んでも自立しない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698478665, + "updatedAt": 1698478665, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117595-v6uE93a3WpIl.jpg" + } + }, + { + "id": 76716, + "idMal": 46716, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 54, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "School", "rank": 92 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Revenge", "rank": 76 }, + { "name": "Heterosexual", "rank": 75 }, + { "name": "Female Harem", "rank": 70 }, + { "name": "Ojou-sama", "rank": 70 }, + { "name": "Love Triangle", "rank": 66 }, + { "name": "Shounen", "rank": 65 }, + { "name": "Tsundere", "rank": 64 }, + { "name": "Tragedy", "rank": 60 }, + { "name": "Bullying", "rank": 54 }, + { "name": "Kuudere", "rank": 53 }, + { "name": "Mafia", "rank": 40 }, + { "name": "Parody", "rank": 40 }, + { "name": "Slapstick", "rank": 40 }, + { "name": "Otaku Culture", "rank": 40 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Foreign", "rank": 33 }, + { "name": "Nudity", "rank": 20 }, + { "name": "Maids", "rank": 20 }, + { "name": "Cosplay", "rank": 20 }, + { "name": "Tanned Skin", "rank": 20 }, + { "name": "Guns", "rank": 20 } + ], + "title": { + "romaji": "Masamune-kun no Revenge", + "english": "Masamune-kun’s Revenge", + "native": "政宗くんのリベンジ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 13, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701150455, + "updatedAt": 1703147831, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx76716-wuf4DCyBf9aT.png" + } + }, + { + "id": 108184, + "idMal": 85856, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "MANGA", + "duration": null, + "synonyms": ["BanG Dream!: Hoshi no Kodou"], + "genres": ["Music"], + "tags": [ + { "name": "Musical", "rank": 79 }, + { "name": "Band", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "School", "rank": 50 } + ], + "title": { + "romaji": "BanG Dream!: Star Beat", + "english": null, + "native": "BanG Dream! 星の鼓動〈スタービート〉" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705405156, + "updatedAt": 1705405156, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx108184-WkbjOzYOej7R.png" + } + }, + { + "id": 30726, + "idMal": 726, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 18, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 79 }, + { "name": "Swordplay", "rank": 79 }, + { "name": "Time Skip", "rank": 79 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Kids", "rank": 50 }, + { "name": "Gods", "rank": 20 }, + { "name": "Dragons", "rank": 20 }, + { "name": "Age Regression", "rank": 20 }, + { "name": "Anthropomorphism", "rank": 20 } + ], + "title": { + "romaji": "Zelda no Densetsu: Toki no Ocarina", + "english": "The Legend of Zelda: Ocarina of Time", + "native": "ゼルダの伝説 時のオカリナ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1684016438, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30726-GMOjJUmX3Cod.jpg" + } + }, + { + "id": 164836, + "idMal": 160534, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "A Story about a Gyaru Working at a Convenience Store Who Gets Closer to a Customer She’s Interested In", + "コンビニではじまる恋の話", + "Konbini de Hajimaru Koi no Hanashi" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Gyaru", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 53 }, + { "name": "Age Gap", "rank": 40 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Konbini Baito no Gal ga Kininaru Kyaku to Chikazuku Hanashi", + "english": null, + "native": "コンビニバイトのギャルが気になる客と近づく話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": 1, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1685953536, + "updatedAt": 1705547239, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164836-yWtkTo23geU4.jpg" + } + }, + { + "id": 136109, + "idMal": 142310, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["La luna en una noche de lluvia", "雨夜之月"], + "genres": ["Drama", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 86 }, + { "name": "Disability", "rank": 85 }, + { "name": "Female Protagonist", "rank": 80 }, + { "name": "LGBTQ+ Themes", "rank": 73 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "School", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Bullying", "rank": 46 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Amayo no Tsuki", + "english": "The Moon on a Rainy Night", + "native": "雨夜の月" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1688705806, + "updatedAt": 1705318003, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx136109-2pm7Xx1pFrR2.jpg" + } + }, + { + "id": 125629, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": ["Enji Gakari"], + "genres": ["Comedy", "Ecchi", "Mecha", "Sci-Fi", "Slice of Life"], + "tags": [ + { "name": "Nudity", "rank": 79 }, + { "name": "Seinen", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Enjigakari", + "english": null, + "native": "えんじがかり" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1694556456, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125629-1krv9NRAnsfo.jpg" + } + }, + { + "id": 147468, + "idMal": 145258, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Sukeban & Tenkousei", + "スケバンあつ子と転校生神崎", + "A Delinquent, A Transfer Student, and Their Silly Little Game", + "スケバンあつ子と転校生神崎", + "La macarra y la nueva" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 85 }, + { "name": "Delinquents", "rank": 80 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 75 }, + { "name": "Historical", "rank": 72 }, + { "name": "School", "rank": 66 }, + { "name": "Primarily Female Cast", "rank": 66 } + ], + "title": { + "romaji": "Sukeban to Tenkousei", + "english": null, + "native": "スケバンと転校生" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 1, + "status": "PAUSED", + "repeat": 0, + "createdAt": 1695706766, + "updatedAt": 1705547271, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147468-iI7jWn7RrCMF.jpg" + } + }, + { + "id": 99559, + "idMal": 90810, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 22, + "format": "NOVEL", + "duration": null, + "synonyms": ["Nogi Wakaba is a Hero", "NoWaYu"], + "genres": ["Drama", "Fantasy", "Mahou Shoujo", "Psychological"], + "tags": [ + { "name": "Post-Apocalyptic", "rank": 96 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Tragedy", "rank": 88 }, + { "name": "Magic", "rank": 80 }, + { "name": "Henshin", "rank": 80 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Gods", "rank": 77 }, + { "name": "Cute Girls Doing Cute Things", "rank": 57 }, + { "name": "Agriculture", "rank": 56 } + ], + "title": { + "romaji": "Nogi Wakaba wa Yuusha de Aru", + "english": null, + "native": "乃木若葉は勇者である" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1684302912, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2017 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx99559-8uAOkOwpbe6I.png" + } + }, + { + "id": 42854, + "idMal": 12854, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 133, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "To Aru Majutsu no Kinsho Mokuroku", + "To Aru Majutsu no Index", + "A Certain Magic Index", + "อินเดกซ์คัมภีร์คาถาต้องห้าม", + "A Certain Magical Index: The Old Testament", + "魔法禁書目錄" + ], + "genres": ["Action", "Comedy", "Fantasy", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Magic", "rank": 98 }, + { "name": "Super Power", "rank": 84 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Amnesia", "rank": 80 }, + { "name": "War", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 77 }, + { "name": "Conspiracy", "rank": 76 }, + { "name": "Urban Fantasy", "rank": 75 }, + { "name": "Anti-Hero", "rank": 73 }, + { "name": "Foreign", "rank": 64 }, + { "name": "Nun", "rank": 60 }, + { "name": "Clone", "rank": 50 }, + { "name": "Female Harem", "rank": 37 } + ], + "title": { + "romaji": "Toaru Majutsu no Index", + "english": "A Certain Magical Index", + "native": "とある魔術の禁書目録" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687564674, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx42854-YymcguScxjIP.png" + } + }, + { + "id": 87049, + "idMal": 58757, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["Love Hero"], + "genres": ["Romance"], + "tags": [], + "title": { + "romaji": "Renai Hero", + "english": null, + "native": "恋愛ヒーロー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102965, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87049-HO5OMkdOUKd1.png" + } + }, + { + "id": 87047, + "idMal": 57315, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 27, + "format": "NOVEL", + "duration": null, + "synonyms": ["Mojo-kai no Futekisetsu na Nichijou"], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [{ "name": "School", "rank": 50 }], + "title": { + "romaji": "Mojo-kai no I-do-la na Nichijou", + "english": null, + "native": "も女会の不適切〈アイ・ド・ラ〉な日常" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688102969, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx87047-3WYbYkpjLYkG.png" + } + }, + { + "id": 128580, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 10, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Romance"], + "tags": [], + "title": { + "romaji": "5-bu de Yomeru Mune Kyun na Last no Monogatari", + "english": null, + "native": "5分で読める胸キュンなラストの物語" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688103013, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128580-oIC7F6w1ZRGv.png" + } + }, + { + "id": 138829, + "idMal": 140150, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Comedy", "Drama", "Horror", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 79 }, + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 70 }, + { "name": "Detective", "rank": 60 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Work", "rank": 40 }, + { "name": "Love Triangle", "rank": 40 } + ], + "title": { + "romaji": "Chainsaw Man: Buddy Stories", + "english": "Chainsaw Man: Buddy Stories", + "native": "チェンソーマン バディ・ストーリーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688196091, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138829-NthKwJR53d9O.jpg" + } + }, + { + "id": 114920, + "idMal": 138744, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["転天", "轉生公主與天才千金的魔法革命"], + "genres": ["Action", "Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 95 }, + { "name": "Magic", "rank": 91 }, + { "name": "Isekai", "rank": 82 }, + { "name": "Female Protagonist", "rank": 72 }, + { "name": "Reincarnation", "rank": 35 }, + { "name": "Villainess", "rank": 10 } + ], + "title": { + "romaji": "Tensei Oujo to Tensai Reijou no Mahou Kakumei", + "english": "The Magical Revolution of the Reincarnated Princess and the Genius Young Lady", + "native": "転生王女と天才令嬢の魔法革命" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688451631, + "updatedAt": 1696220638, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114920-aUJzJQuCq2FQ.jpg" + } + }, + { + "id": 38876, + "idMal": 8876, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 79 }, + { "name": "Anachronism", "rank": 73 }, + { "name": "Female Protagonist", "rank": 73 } + ], + "title": { + "romaji": "Slayers", + "english": "Slayers", + "native": "スレイヤーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688550012, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1990 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx38876-8LzCgLM9UJe8.png" + } + }, + { + "id": 104474, + "idMal": 114895, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Behemoth’s Pet", + "I’m an S-Rank \"Behemoth\" Monster but I’m Living as a Knight (Pet) of an Elf Girl" + ], + "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [], + "title": { + "romaji": "S-Rank Monster no \"Behemoth\" Dakedo, Neko to Machigawarete Elf Musume no Pet to Shite Kurashitemasu", + "english": "I'm a \"Behemoth,\" an S-Ranked Monster, but Mistaken for a Cat, I Live as an Elf Girl's Pet", + "native": "Sランクモンスターの《ベヒーモス》だけど、猫と間違われてエルフ娘の騎士(ペット)として暮らしてます" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701557, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104474-93sHAhXoEGj6.jpg" + } + }, + { + "id": 86411, + "idMal": 57065, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Fantasy"], + "tags": [ + { "name": "War", "rank": 79 }, + { "name": "Military", "rank": 79 }, + { "name": "Foreign", "rank": 79 }, + { "name": "Politics", "rank": 70 }, + { "name": "Swordplay", "rank": 50 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Guns", "rank": 20 } + ], + "title": { + "romaji": "Haken no Kouki Altina", + "english": "Altina the Sword Princess", + "native": "覇剣の皇姫アルティーナ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689047750, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86411-KJkQD9T9RLse.jpg" + } + }, + { + "id": 103045, + "idMal": 104490, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 76, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Because I’ve Been Reincarnated as the Piggy Duke This Time I Will Say I Like You", + "Piggy duke want to say love to you", + "เกิดใหม่อ้วนเป็นหมูก็ขอสู้บอกรักเธอ​" + ], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Isekai", "rank": 60 } + ], + "title": { + "romaji": "Buta Koushaku ni Tensei shita kara, Kondo wa Kimi ni Suki to Iitai", + "english": "Reincarnated as the Piggy Duke: This Time I'm Gonna Tell Her How I Feel!", + "native": "豚公爵に転生したから、今度は君に好きと言いたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689051730, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103045-dXcXQ5MT3DS5.jpg" + } + }, + { + "id": 69745, + "idMal": 39745, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 200, + "format": "NOVEL", + "duration": null, + "synonyms": ["Orphen", "Majutsushi Orphen Haguretabi"], + "genres": ["Action", "Adventure", "Drama", "Fantasy"], + "tags": [ + { "name": "Magic", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Dragons", "rank": 60 }, + { "name": "Demons", "rank": 60 } + ], + "title": { + "romaji": "Majutsushi Orphen", + "english": "Sorcerous Stabber Orphen: The Wayward Journey", + "native": "魔術士オーフェン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689312206, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1994 }, + "endDate": { "year": 2003 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx69745-NNIsBqIUHMcY.png" + } + }, + { + "id": 85568, + "idMal": 57035, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 46, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Owari no Seraph: Ichinose Guren", + " 16-sai no Hametsu", + "Catastrophe at Sixteen", + "เทวทูตเเห่งโลกมืด: อิจิโนเสะ กุเร็นกับการฟื้นคืนโลกในวัยสิบหก" + ], + "genres": ["Action", "Drama", "Supernatural"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Vampire", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Demons", "rank": 79 } + ], + "title": { + "romaji": "Owari no Seraph: Ichinose Guren, 16-sai no Catastrophe", + "english": "Seraph of the End: Guren Ichinose: Catastrophe at Sixteen", + "native": "終わりのセラフ 一瀬グレン、16歳の破滅" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581346, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85568-jIFkfQyDett3.png" + } + }, + { + "id": 111631, + "idMal": 121466, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "บูรณะมันวุ่นวาย ขายชาติเลยแล้วกัน", + "天才王子的赤字國家重生術~對了,就來賣國吧~" + ], + "genres": ["Fantasy", "Romance"], + "tags": [ + { "name": "Military", "rank": 80 }, + { "name": "Politics", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "War", "rank": 73 }, + { "name": "Economics", "rank": 73 }, + { "name": "Religion", "rank": 60 }, + { "name": "Female Harem", "rank": 23 }, + { "name": "Crossdressing", "rank": 20 } + ], + "title": { + "romaji": "Tensai Ouji no Akaji Kokka Saisei Jutsu: Souda, Baikoku shiyou", + "english": "The Genius Prince's Guide to Raising a Nation Out of Debt (Hey, How About Treason?)", + "native": "天才王子の赤字国家再生術〜そうだ、売国しよう〜" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689581585, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111631-kdFLy8VlGzr1.png" + } + }, + { + "id": 113399, + "idMal": 128337, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Tearmoon Empire Story", + "Tearmoon Empire Story: Beginning from the Guillotine, a Story of Reincarnated Princess Making a Turn Around", + "บันทึกเรื่องราวจักรวรรดิเทียร์มูน จุดพลิกผันชะตากรรมของเจ้าหญิงเริ่มจากบนกิโยติน", + "Tearmoon Empire Story: De la guillotine à la rédemption d’une princesse réincarnée", + "Tearmoon Empire: Die Chroniken der Heiligen(?!) Mia", + "堤亞穆帝國物語~從斷頭台開始,公主重生後的逆轉人生~" + ], + "genres": ["Comedy", "Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Age Regression", "rank": 100 }, + { "name": "Conspiracy", "rank": 100 }, + { "name": "Female Protagonist", "rank": 97 }, + { "name": "Alternate Universe", "rank": 96 }, + { "name": "Politics", "rank": 80 }, + { "name": "Villainess", "rank": 80 }, + { "name": "Economics", "rank": 77 }, + { "name": "Reincarnation", "rank": 73 }, + { "name": "School", "rank": 63 }, + { "name": "Shoujo", "rank": 20 }, + { "name": "Time Manipulation", "rank": 20 } + ], + "title": { + "romaji": "Tearmoon Teikoku Monogatari: Dantoudai kara Hajimaru, Hime no Tensei Gyakuten Story", + "english": "Tearmoon Empire", + "native": "ティアムーン帝国物語 ~断頭台から始まる、姫の転生逆転ストーリー~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690068924, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113399-ar4LiUOEoxRn.jpg" + } + }, + { + "id": 77811, + "idMal": 47811, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 324, + "format": "NOVEL", + "duration": null, + "synonyms": ["Good Job Club"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "School Club", "rank": 60 } + ], + "title": { "romaji": "GJ-bu", "english": null, "native": "GJ部" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690068936, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/47811.jpg" + } + }, + { + "id": 30399, + "idMal": 399, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["การเดินทางของคิโนะ: The Beautiful World"], + "genres": [ + "Adventure", + "Drama", + "Fantasy", + "Mystery", + "Psychological", + "Sci-Fi" + ], + "tags": [ + { "name": "Philosophy", "rank": 94 }, + { "name": "Episodic", "rank": 89 }, + { "name": "Dystopian", "rank": 86 }, + { "name": "Steampunk", "rank": 84 }, + { "name": "Guns", "rank": 80 }, + { "name": "Travel", "rank": 80 }, + { "name": "Foreign", "rank": 79 }, + { "name": "Achronological Order", "rank": 79 }, + { "name": "Motorcycles", "rank": 76 }, + { "name": "Anachronism", "rank": 75 }, + { "name": "Seinen", "rank": 65 }, + { "name": "Agender", "rank": 62 }, + { "name": "Animals", "rank": 60 }, + { "name": "Tragedy", "rank": 50 } + ], + "title": { + "romaji": "Kino no Tabi: the Beautiful World", + "english": "Kino's Journey: The Beautiful World", + "native": "キノの旅-the Beautiful World-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690068953, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30399-ePRU1jgaOBCG.jpg" + } + }, + { + "id": 96775, + "idMal": 96194, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 42, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Honzuki no Gekokujou ~Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen~ Dai 1-bu 「Hon ga Nai nara Tsukureba Ii!」", + "Honzuki no Gekokujou Part 1", + "Ascendance of a Bookworm Part 1", + "El ratón de biblioteca", + "การปฏิวัติของสาวน้อยหนอนหนังสือ ภาค 1 ถ้าไม่มีหนังสือก็ทำขึ้นมาเองเสียเลยสิ!", + "O Sonho de uma Apaixonada por Livros – Parte 1" + ], + "genres": ["Fantasy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Isekai", "rank": 84 }, + { "name": "Reincarnation", "rank": 79 }, + { "name": "Economics", "rank": 73 }, + { "name": "Work", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 60 }, + { "name": "Historical", "rank": 60 }, + { "name": "Family Life", "rank": 53 }, + { "name": "Magic", "rank": 53 }, + { "name": "Food", "rank": 30 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen Dai 1-bu - Hon ga Nai nara Tsukureba Ii!", + "english": "Ascendance of a Bookworm ~I'll do anything to become a librarian!~ Part 1 If there aren't any books, I'll just have make some!", + "native": "本好きの下剋上~司書になるためには手段を選んでいられません~第一部 「本がないなら作ればいい」" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690068962, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx96775-TFnKzz3A3Cnu.jpg" + } + }, + { + "id": 74167, + "idMal": 44167, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 11, + "format": "NOVEL", + "duration": null, + "synonyms": ["Moonlight", " Blask księżyca"], + "genres": ["Comedy", "Mystery", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 88 }, + { "name": "School", "rank": 80 }, + { "name": "Crime", "rank": 79 }, + { "name": "Detective", "rank": 79 } + ], + "title": { "romaji": "Gekkou", "english": null, "native": "月光" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690068973, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx74167-vZBrFyAV7Kyt.jpg" + } + }, + { + "id": 85877, + "idMal": 56155, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 40, + "format": "NOVEL", + "duration": null, + "synonyms": ["Gin no Juujika to Draculea", "Silver Cross and Draculea"], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance", "Supernatural"], + "tags": [ + { "name": "Vampire", "rank": 79 }, + { "name": "Female Harem", "rank": 50 } + ], + "title": { + "romaji": "Gin no Cross to Draculea", + "english": null, + "native": "銀の十字架とドラキュリア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690092076, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b85877-UfSBNqqSvV4W.jpg" + } + }, + { + "id": 55597, + "idMal": 25597, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 72, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [{ "name": "Female Harem", "rank": 50 }], + "title": { + "romaji": "Dakara Boku wa, H ga Dekinai", + "english": null, + "native": "だから僕は、Hができない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690092101, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx55597-F07y7Uf3Tk9Z.jpg" + } + }, + { + "id": 80663, + "idMal": 50663, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 38, + "format": "NOVEL", + "duration": null, + "synonyms": ["Maou na Ore to Ghoul no Yubiwa"], + "genres": ["Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 50 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { + "romaji": "Maou na Ore to Fushihime no Yubiwa", + "english": null, + "native": "魔王なオレと不死姫の指輪" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690092110, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx80663-uX5hdULBJjZ7.jpg" + } + }, + { + "id": 50550, + "idMal": 20550, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 84, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 50 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { + "romaji": "Mayoi Neko Overrun!", + "english": null, + "native": "迷い猫オーバーラン!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690278561, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx50550-MkEaCpP0vvD3.jpg" + } + }, + { + "id": 105432, + "idMal": 105466, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 81, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Butler", "rank": 79 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Shoujo", "rank": 60 }, + { "name": "Ojou-sama", "rank": 60 }, + { "name": "Villainess", "rank": 60 } + ], + "title": { + "romaji": "Albert-ke no Reijou wa Botsuraku wo Goshomou desu", + "english": "Young Lady Albert Is Courting Disaster", + "native": "アルバート家の令嬢は没落をご所望です" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690278962, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105432-0aKnGYTc8i4j.jpg" + } + }, + { + "id": 86271, + "idMal": 70795, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["โอนลี่เซนส์ออนไลน์ "], + "genres": ["Action", "Adventure", "Fantasy", "Sci-Fi"], + "tags": [ + { "name": "Gender Bending", "rank": 79 }, + { "name": "Video Games", "rank": 79 }, + { "name": "Virtual World", "rank": 79 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Augmented Reality", "rank": 60 }, + { "name": "Archery", "rank": 60 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { + "romaji": "Only Sense Online", + "english": null, + "native": "オンリーセンス・オンライン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690317453, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86271-bhTbIdkoGG89.jpg" + } + }, + { + "id": 153870, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Fantasy"], + "tags": [ + { "name": "Vampire", "rank": 79 }, + { "name": "Video Games", "rank": 79 }, + { "name": "Virtual World", "rank": 79 } + ], + "title": { + "romaji": "Destiny Unchain Online: Kyuuketsuki Shoujo to Natte, Yagate \"Aka no Maou\" to Yobareru You ni Narimashita", + "english": null, + "native": "Destiny Unchain Online ~吸血鬼少女となって、やがて『赤の魔王』と呼ばれるようになりました~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690317464, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx153870-khSsXDEzYbTH.png" + } + }, + { + "id": 125496, + "idMal": 142719, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Fantasy", "Psychological"], + "tags": [ + { "name": "Assassins", "rank": 79 }, + { "name": "Video Games", "rank": 79 }, + { "name": "Anti-Hero", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Gore", "rank": 60 }, + { "name": "Virtual World", "rank": 60 }, + { "name": "Isekai", "rank": 20 } + ], + "title": { + "romaji": "Genocide Online: Gokuaku Reijou no Play Nikki", + "english": null, + "native": "ジェノサイド・オンライン 極悪令嬢のプレイ日記" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690317493, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx125496-jkBUCmr3fPRn.jpg" + } + }, + { + "id": 154096, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Fantasy"], + "tags": [], + "title": { + "romaji": "Blade Skill Online: Gomi Shokugyou de Saijaku Bukide Kuso Status no Ore, Itsunomanika \"Last Boss\" ni Nariagarimasu!", + "english": null, + "native": "ブレイドスキル・オンライン~ゴミ職業で最弱武器でクソステータスの俺、いつのまにか『ラスボス』に成り上がります!~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690317505, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154096-OBhlLlpQT4eO.jpg" + } + }, + { + "id": 109293, + "idMal": 119639, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Công chúa ma cà rồng quyền năng chỉ muốn có một người em gái mà thôi" + ], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Vampire", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 50 }, + { "name": "Yuri", "rank": 46 } + ], + "title": { + "romaji": "Tonikaku Imouto ga Hoshii Saikyou no Kyuuketsu-hime wa Mujikaku Gohoushichuu", + "english": "Seriously Seeking Sister! Ultimate Vampire Princess Just Wants Little Sister; Plenty of Service Will Be Provided!", + "native": "とにかく妹が欲しい最強の吸血姫は無自覚ご奉仕中!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690503897, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109293-4RaWnhg5NBGg.jpg" + } + }, + { + "id": 64553, + "idMal": 34553, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 224, + "format": "NOVEL", + "duration": null, + "synonyms": ["Seirei Tsukai no Kenbu", "Seirei Tsukai no Kembu"], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "School", "rank": 66 }, + { "name": "Female Harem", "rank": 66 }, + { "name": "Battle Royale", "rank": 60 }, + { "name": "Crossdressing", "rank": 40 }, + { "name": "Swordplay", "rank": 40 }, + { "name": "War", "rank": 20 }, + { "name": "Amnesia", "rank": 20 }, + { "name": "Gods", "rank": 20 }, + { "name": "Anti-Hero", "rank": 20 }, + { "name": "Assassins", "rank": 20 } + ], + "title": { + "romaji": "Seirei Tsukai no Blade Dance", + "english": null, + "native": "精霊使いの剣舞" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690515124, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx64553-aLTcQy8gA4ZV.jpg" + } + }, + { + "id": 86345, + "idMal": 83019, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Death Marching to the Parallel World Rhapsody", + "Death March kara Hajimaru Isekai Kyusoukyoku", + "DeathMa", + "โศกนาฏกรรมต่างโลกเริ่มต้นจากเดธมาร์ช" + ], + "genres": ["Adventure", "Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "Isekai", "rank": 90 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Shounen", "rank": 50 }, + { "name": "Nekomimi", "rank": 50 }, + { "name": "Slavery", "rank": 40 }, + { "name": "Kemonomimi", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Death March kara Hajimaru Isekai Kyousoukyoku", + "english": "Death March to the Parallel World Rhapsody", + "native": "デスマーチからはじまる異世界狂想曲" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690689528, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86345-2uPISO7yicOb.jpg" + } + }, + { + "id": 85470, + "idMal": 70261, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 334, + "format": "NOVEL", + "duration": null, + "synonyms": ["เกิดชาตินี้พี่ต้องเทพ"], + "genres": ["Adventure", "Drama", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Coming of Age", "rank": 94 }, + { "name": "Rehabilitation", "rank": 94 }, + { "name": "Isekai", "rank": 93 }, + { "name": "Magic", "rank": 91 }, + { "name": "Reincarnation", "rank": 90 }, + { "name": "Family Life", "rank": 82 }, + { "name": "Travel", "rank": 82 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Tragedy", "rank": 78 }, + { "name": "Ensemble Cast", "rank": 72 }, + { "name": "Survival", "rank": 72 }, + { "name": "Female Harem", "rank": 70 }, + { "name": "Gods", "rank": 63 }, + { "name": "Meta", "rank": 62 }, + { "name": "Time Manipulation", "rank": 62 }, + { "name": "Time Skip", "rank": 62 }, + { "name": "Demons", "rank": 60 }, + { "name": "Hikikomori", "rank": 56 }, + { "name": "Swordplay", "rank": 55 }, + { "name": "Tomboy", "rank": 53 }, + { "name": "Crossdressing", "rank": 52 }, + { "name": "Teacher", "rank": 50 }, + { "name": "Tsundere", "rank": 50 }, + { "name": "Elf", "rank": 50 }, + { "name": "Language Barrier", "rank": 50 }, + { "name": "School", "rank": 50 }, + { "name": "Slavery", "rank": 47 }, + { "name": "Episodic", "rank": 45 }, + { "name": "Dragons", "rank": 40 }, + { "name": "Nekomimi", "rank": 40 }, + { "name": "Amnesia", "rank": 40 }, + { "name": "Dungeon", "rank": 40 }, + { "name": "Otaku Culture", "rank": 40 }, + { "name": "Revenge", "rank": 40 }, + { "name": "Marriage", "rank": 40 }, + { "name": "Maids", "rank": 38 }, + { "name": "Ojou-sama", "rank": 30 }, + { "name": "Religion", "rank": 30 }, + { "name": "Archery", "rank": 20 }, + { "name": "Desert", "rank": 20 } + ], + "title": { + "romaji": "Mushoku Tensei: Isekai Ittara Honki Dasu", + "english": "Mushoku Tensei: Jobless Reincarnation", + "native": "無職転生 ~異世界行ったら本気だす~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1690850726, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx85470-jt6BF9tDWB2X.jpg" + } + }, + { + "id": 91235, + "idMal": 70709, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 8, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [{ "name": "School", "rank": 20 }], + "title": { "romaji": "Kokuhaku", "english": null, "native": "告白" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691496006, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/91235-Kt2PcPfvCVQ0.jpg" + } + }, + { + "id": 85166, + "idMal": 63271, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["Ero Manga Sensei", "น้องสาวของผมคืออาจารย์เอโรมังกะ"], + "genres": ["Comedy", "Drama", "Romance"], + "tags": [ + { "name": "Otaku Culture", "rank": 73 }, + { "name": "Female Harem", "rank": 50 }, + { "name": "Family Life", "rank": 40 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Eromanga Sensei", + "english": null, + "native": "エロマンガ先生" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692268801, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85166-t8UWhf0MfpGs.jpg" + } + }, + { + "id": 142687, + "idMal": 156106, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["Sentenced to Brave Punishment"], + "genres": ["Action", "Comedy", "Drama", "Fantasy"], + "tags": [ + { "name": "Anti-Hero", "rank": 20 }, + { "name": "Gods", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Yuusha Kei ni Shosu: Choubatsu Yuusha 9004-tai Keimu Kiroku", + "english": "Sentenced to Be a Hero", + "native": "勇者刑に処す 懲罰勇者9004隊刑務記録" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692986376, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx142687-BFy2lofGgPKx.jpg" + } + }, + { + "id": 31315, + "idMal": 1315, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 8, + "format": "NOVEL", + "duration": null, + "synonyms": ["Boogiepop Series", "Boogiepop Doesn’t Laugh"], + "genres": ["Horror", "Mystery", "Psychological"], + "tags": [ + { "name": "Dissociative Identities", "rank": 88 }, + { "name": "Urban Fantasy", "rank": 83 }, + { "name": "Denpa", "rank": 80 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Achronological Order", "rank": 79 }, + { "name": "Agender", "rank": 40 }, + { "name": "Conspiracy", "rank": 40 }, + { "name": "LGBTQ+ Themes", "rank": 30 }, + { "name": "Super Power", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Boogiepop wa Warawanai", + "english": "Boogiepop and Others", + "native": "ブギーポップは笑わない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693347743, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1998 }, + "endDate": { "year": 1998 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx31315-KdFNOZlklUov.jpg" + } + }, + { + "id": 100828, + "idMal": 103834, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Would you even fall in love with a pervert as long as it's a cutie?", + "ถ้าน่ารักซะอย่าง จะลามกบ้างก็ได้ใช่มั้ยคะ" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 80 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "School Club", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Adoption", "rank": 40 }, + { "name": "Cute Girls Doing Cute Things", "rank": 20 } + ], + "title": { + "romaji": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", + "english": null, + "native": "可愛ければ変態でも好きになってくれますか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693466166, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100828-RSadjlKtHK6p.jpg" + } + }, + { + "id": 115457, + "idMal": 120683, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["I Have a Slow Living in Different World (I Wish) "], + "genres": ["Adventure", "Ecchi", "Fantasy"], + "tags": [{ "name": "Isekai", "rank": 20 }], + "title": { + "romaji": "Isekai de Slow Life wo (Ganbou)", + "english": null, + "native": "異世界でスローライフを(願望)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693980721, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx115457-RgD50X2BDb7e.jpg" + } + }, + { + "id": 86318, + "idMal": 63231, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Slave Harem in the Labyrinth of the Other World", + "Isekai Meikyuu De Dorei Harem wo", + "Isekai Meikyuu de Harem o" + ], + "genres": ["Drama", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Isekai", "rank": 66 }, + { "name": "Slavery", "rank": 60 }, + { "name": "Shounen", "rank": 50 }, + { "name": "Kemonomimi", "rank": 50 }, + { "name": "Monster Girl", "rank": 20 } + ], + "title": { + "romaji": "Isekai Meikyuu de Harem wo", + "english": null, + "native": "異世界迷宮でハーレムを" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693980831, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx86318-WppmFFokDsXj.jpg" + } + }, + { + "id": 115165, + "idMal": 119609, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 18, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "A gentle dragon of 5000 years old, it was recognized as an evil dragon without any cause." + ], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Dragons", "rank": 20 } + ], + "title": { + "romaji": "Yowai 5000-nen no Soushoku Dragon, Iwarenaki Jaryuu Nintei", + "english": null, + "native": "齢5000年の草食ドラゴン、いわれなき邪竜認定" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694048393, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b115165-amIlJiTXPbNn.jpg" + } + }, + { + "id": 94761, + "idMal": 88720, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Female Harem", "rank": 60 }, + { "name": "Isekai", "rank": 60 } + ], + "title": { + "romaji": "Isekai Konyoku Monogatari", + "english": "Mixed Bathing in Another Dimension", + "native": "異世界混浴物語" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694051254, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx94761-zbIxllYEc8NC.jpg" + } + }, + { + "id": 105723, + "idMal": 103761, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "This Hero is Invincible but \"Too Cautious\"", + "ผู้กล้าสุดแกร่งขี้ระแวงขั้นวิกฤติ" + ], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 100 }, + { "name": "Gods", "rank": 90 }, + { "name": "Demons", "rank": 90 }, + { "name": "Magic", "rank": 85 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Anti-Hero", "rank": 75 }, + { "name": "Male Protagonist", "rank": 75 }, + { "name": "Female Protagonist", "rank": 70 }, + { "name": "Cultivation", "rank": 60 } + ], + "title": { + "romaji": "Kono Yuusha ga Ore Tueee Kuse ni Shinchou Sugiru", + "english": "The Hero Is Overpowered but Overly Cautious", + "native": "この勇者が俺TUEEEくせに慎重すぎる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694051465, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105723-dWT63dBGPTIP.jpg" + } + }, + { + "id": 91862, + "idMal": 73711, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "NOVEL", + "duration": null, + "synonyms": ["Medaka Box Juvenile: Novel Version"], + "genres": ["Action"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Medaka Box: Juvenile - Shousetsu-ban", + "english": null, + "native": "めだかボックス ジュブナイル 小説版" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694135508, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx91862-d9Vi4Rs3eBem.jpg" + } + }, + { + "id": 53116, + "idMal": 23116, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": ["Accelerated World"], + "genres": ["Action", "Romance", "Sci-Fi"], + "tags": [ + { "name": "Virtual World", "rank": 95 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Isekai", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Philosophy", "rank": 20 }, + { "name": "Henshin", "rank": 20 }, + { "name": "Tokusatsu", "rank": 20 } + ], + "title": { + "romaji": "Accel World", + "english": "Accel World", + "native": "アクセル・ワールド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694246559, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53116-gCcQtqrCNOGD.jpg" + } + }, + { + "id": 110770, + "idMal": 134941, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Isekai", "rank": 60 }, + { "name": "Maids", "rank": 60 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Anti-Hero", "rank": 60 }, + { "name": "Alternate Universe", "rank": 60 }, + { "name": "Monster Girl", "rank": 60 }, + { "name": "Reincarnation", "rank": 50 } + ], + "title": { + "romaji": "Jitsu wa Ore, Saikyou Deshita?", + "english": "Am I Actually the Strongest?", + "native": "実は俺、最強でした?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694247657, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110770-KXlvbOCHMOc4.jpg" + } + }, + { + "id": 145820, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Action", "Adventure", "Comedy", "Ecchi", "Fantasy"], + "tags": [{ "name": "Male Protagonist", "rank": 20 }], + "title": { + "romaji": "Yuusha Densetsu no Uragawa de Ore wa Eiyuu Densetsu wo Tsukurimasu: Oudougoroshi no Eiyuutan", + "english": null, + "native": "勇者伝説の裏側で俺は英雄伝説を作ります 〜王道殺しの英雄譚〜" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695363659, + "updatedAt": 1695363666, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145820-5y5uBlvMRkho.jpg" + } + }, + { + "id": 170596, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Drama"], + "tags": [{ "name": "Idol", "rank": 79 }, { "name": "Tragedy", "rank": 79 }], + "title": { + "romaji": "[Oshi no Ko]: Ichibanboshi no Spica", + "english": null, + "native": "【推しの子】~一番星のスピカ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1698627209, + "updatedAt": 1698627215, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170596-qnmbdCiv0ZGv.jpg" + } + }, + { + "id": 135276, + "idMal": 138481, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Too Many Losing Heroines ", + "Makeine: Too Many Losing Heroines!" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Make Heroine ga Oosugiru!", + "english": null, + "native": "負けヒロインが多すぎる!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1702607447, + "updatedAt": 1702607450, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx135276-BGRuVuGlHIQY.jpg" + } + }, + { + "id": 116266, + "idMal": 124940, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 144, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Two-Timing Fair and Square", + "She is also my Girlfriend", + "Girlfriend and Girlfriend", + "KanoKano", + "จะคนไหนก็แฟนสาว ", + "Kanojo Mo Kanojo - Confissões e Namoradas" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Harem", "rank": 93 }, + { "name": "Male Protagonist", "rank": 92 }, + { "name": "Surreal Comedy", "rank": 91 }, + { "name": "Heterosexual", "rank": 91 }, + { "name": "Parody", "rank": 90 }, + { "name": "Primarily Teen Cast", "rank": 90 }, + { "name": "Love Triangle", "rank": 87 }, + { "name": "Satire", "rank": 85 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 77 }, + { "name": "Shounen", "rank": 74 }, + { "name": "Tsundere", "rank": 72 }, + { "name": "Slapstick", "rank": 71 }, + { "name": "School", "rank": 64 }, + { "name": "Meta", "rank": 53 }, + { "name": "Yandere", "rank": 50 }, + { "name": "Cosplay", "rank": 40 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Slavery", "rank": 10 } + ], + "title": { + "romaji": "Kanojo mo Kanojo", + "english": "Girlfriend, Girlfriend", + "native": "カノジョも彼女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1684746827, + "updatedAt": 1700720987, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116266-VouBBsn4mVHc.jpg" + } + }, + { + "id": 163156, + "idMal": 157437, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Vampire", "rank": 91 }, + { "name": "Monster Girl", "rank": 88 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Tsundere", "rank": 73 }, + { "name": "Cute Girls Doing Cute Things", "rank": 65 }, + { "name": "Yuri", "rank": 60 }, + { "name": "School", "rank": 46 }, + { "name": "Mermaid", "rank": 40 }, + { "name": "Dragons", "rank": 20 }, + { "name": "Werewolf", "rank": 20 } + ], + "title": { + "romaji": "Pension Life Vampire", + "english": "The Pension Life Vampire", + "native": "ペンションライフ・ヴァンパイア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 20, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685145456, + "updatedAt": 1705797318, + "score": 78, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163156-RLH5kMqhM8oL.jpg" + } + }, + { + "id": 30013, + "idMal": 13, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "원피스", + "וואן פיס ", + "One Piece - Большой куш", + "ワンピース" + ], + "genres": ["Action", "Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Pirates", "rank": 97 }, + { "name": "Travel", "rank": 96 }, + { "name": "Found Family", "rank": 95 }, + { "name": "Shounen", "rank": 93 }, + { "name": "Ensemble Cast", "rank": 91 }, + { "name": "Super Power", "rank": 87 }, + { "name": "Tragedy", "rank": 81 }, + { "name": "Ships", "rank": 80 }, + { "name": "Military", "rank": 80 }, + { "name": "Crime", "rank": 79 }, + { "name": "Fugitive", "rank": 78 }, + { "name": "Conspiracy", "rank": 78 }, + { "name": "Male Protagonist", "rank": 78 }, + { "name": "Politics", "rank": 77 }, + { "name": "War", "rank": 74 }, + { "name": "Slapstick", "rank": 73 }, + { "name": "Post-Apocalyptic", "rank": 73 }, + { "name": "Dystopian", "rank": 71 }, + { "name": "Primarily Adult Cast", "rank": 71 }, + { "name": "Time Skip", "rank": 70 }, + { "name": "Cultivation", "rank": 70 }, + { "name": "Lost Civilization", "rank": 69 }, + { "name": "Swordplay", "rank": 68 }, + { "name": "Slavery", "rank": 67 }, + { "name": "Anachronism", "rank": 67 }, + { "name": "Prison", "rank": 67 }, + { "name": "Environmental", "rank": 66 }, + { "name": "Gods", "rank": 66 }, + { "name": "Gangs", "rank": 65 }, + { "name": "Mythology", "rank": 65 }, + { "name": "Animals", "rank": 64 }, + { "name": "Anti-Hero", "rank": 64 }, + { "name": "Battle Royale", "rank": 64 }, + { "name": "Espionage", "rank": 62 }, + { "name": "Assassins", "rank": 62 }, + { "name": "Drugs", "rank": 62 }, + { "name": "Revenge", "rank": 62 }, + { "name": "Cyborg", "rank": 60 }, + { "name": "Adoption", "rank": 60 }, + { "name": "Amnesia", "rank": 60 }, + { "name": "Large Breasts", "rank": 60 }, + { "name": "Skeleton", "rank": 59 }, + { "name": "Samurai", "rank": 59 }, + { "name": "Desert", "rank": 58 }, + { "name": "Coming of Age", "rank": 56 }, + { "name": "Henshin", "rank": 56 }, + { "name": "Robots", "rank": 55 }, + { "name": "Food", "rank": 54 }, + { "name": "Medicine", "rank": 54 }, + { "name": "Dragons", "rank": 53 }, + { "name": "Guns", "rank": 53 }, + { "name": "Mermaid", "rank": 53 }, + { "name": "Centaur", "rank": 52 }, + { "name": "Oiran", "rank": 51 }, + { "name": "Ninja", "rank": 50 }, + { "name": "Angels", "rank": 50 }, + { "name": "Meta", "rank": 50 }, + { "name": "Trains", "rank": 49 }, + { "name": "Time Manipulation", "rank": 49 }, + { "name": "Monster Girl", "rank": 48 }, + { "name": "Zombie", "rank": 45 }, + { "name": "Memory Manipulation", "rank": 43 }, + { "name": "LGBTQ+ Themes", "rank": 43 }, + { "name": "Dinosaurs", "rank": 41 }, + { "name": "Religion", "rank": 40 }, + { "name": "Transgender", "rank": 40 }, + { "name": "Gender Bending", "rank": 36 }, + { "name": "Body Swapping", "rank": 33 }, + { "name": "Aliens", "rank": 33 }, + { "name": "Clone", "rank": 20 }, + { "name": "Terrorism", "rank": 20 } + ], + "title": { + "romaji": "ONE PIECE", + "english": "One Piece", + "native": "ONE PIECE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1104, + "progressVolumes": 108, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685185012, + "updatedAt": 1705940473, + "score": 92, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1997 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30013-tZVlfBCHbrNL.jpg" + } + }, + { + "id": 163497, + "idMal": 158849, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "School", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Super Power", "rank": 60 } + ], + "title": { + "romaji": "Nue no Onmyouji", + "english": "Nue's Exorcist", + "native": "鵺の陰陽師" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 33, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685191918, + "updatedAt": 1704498589, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163497-HNrC3KDTVxW5.jpg" + } + }, + { + "id": 160880, + "idMal": 156308, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Music", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 77 }, + { "name": "Male Protagonist", "rank": 71 }, + { "name": "Primarily Adult Cast", "rank": 68 }, + { "name": "College", "rank": 60 }, + { "name": "Drawing", "rank": 60 }, + { "name": "Urban", "rank": 55 }, + { "name": "Shounen", "rank": 53 }, + { "name": "Gyaru", "rank": 52 } + ], + "title": { + "romaji": "BEAT&MOTION", + "english": "Beat & Motion", + "native": "BEAT&MOTION" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 24, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685762135, + "updatedAt": 1705111582, + "score": 81, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b160880-Cs9xasmnvohM.jpg" + } + }, + { + "id": 164708, + "idMal": 158779, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 75 }, + { "name": "School", "rank": 60 }, + { "name": "Drawing", "rank": 53 }, + { "name": "Shounen", "rank": 26 }, + { "name": "Time Skip", "rank": 20 } + ], + "title": { + "romaji": "Hanninmae no Koibito", + "english": "Blooming Love", + "native": "半人前の恋人" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 21, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685789226, + "updatedAt": 1705418014, + "score": 77, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164708-bx5cBR4rhGTv.png" + } + }, + { + "id": 144866, + "idMal": 144034, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Akane Banashi"], + "genres": ["Drama"], + "tags": [ + { "name": "Rakugo", "rank": 95 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Coming of Age", "rank": 88 }, + { "name": "Work", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Shounen", "rank": 75 }, + { "name": "Acting", "rank": 71 }, + { "name": "Found Family", "rank": 70 }, + { "name": "Family Life", "rank": 50 }, + { "name": "Revenge", "rank": 43 }, + { "name": "School", "rank": 35 }, + { "name": "Time Skip", "rank": 30 } + ], + "title": { + "romaji": "Akane-banashi", + "english": "Akane-banashi", + "native": "あかね噺" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 9, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686108817, + "updatedAt": 1699841367, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx144866-X9vSHu3RjM0S.jpg" + } + }, + { + "id": 117195, + "idMal": 126146, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Favorite Girl", + "My Idol's Child", + "[Mein*Star]", + "[เกิดใหม่เป็นลูกโอชิ]", + "Anak Idola", + "【OSHI NO KO】", + "【MOJA GWIAZDA】", + "【我推的孩子】", + "OSHI NO KO - DƯỚI ÁNH HÀO QUANG", + "Oshi no Ko: Minha Estrela Preferida" + ], + "genres": ["Drama", "Mystery", "Psychological", "Supernatural"], + "tags": [ + { "name": "Revenge", "rank": 96 }, + { "name": "Idol", "rank": 92 }, + { "name": "Acting", "rank": 92 }, + { "name": "Seinen", "rank": 88 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Male Protagonist", "rank": 87 }, + { "name": "Tragedy", "rank": 86 }, + { "name": "Detective", "rank": 86 }, + { "name": "Reincarnation", "rank": 85 }, + { "name": "Twins", "rank": 83 }, + { "name": "Time Skip", "rank": 81 }, + { "name": "Work", "rank": 80 }, + { "name": "Female Harem", "rank": 79 }, + { "name": "Otaku Culture", "rank": 71 }, + { "name": "Love Triangle", "rank": 66 }, + { "name": "Heterosexual", "rank": 64 }, + { "name": "Incest", "rank": 64 }, + { "name": "Anti-Hero", "rank": 63 }, + { "name": "Suicide", "rank": 63 }, + { "name": "Bullying", "rank": 62 }, + { "name": "Educational", "rank": 61 }, + { "name": "Tsundere", "rank": 58 }, + { "name": "Primarily Female Cast", "rank": 58 }, + { "name": "Pregnant", "rank": 56 }, + { "name": "Age Gap", "rank": 56 }, + { "name": "Yandere", "rank": 54 }, + { "name": "Primarily Teen Cast", "rank": 53 }, + { "name": "Cosplay", "rank": 50 }, + { "name": "Gore", "rank": 46 }, + { "name": "VTuber", "rank": 46 }, + { "name": "Sumo", "rank": 44 } + ], + "title": { + "romaji": "[Oshi no Ko]", + "english": "[Oshi no Ko]", + "native": "【推しの子】" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 138, + "progressVolumes": 12, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686292469, + "updatedAt": 1706166462, + "score": 85, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117195-r3kf8eF0xkDJ.png" + } + }, + { + "id": 154349, + "idMal": 151604, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Kindergarten Wars"], + "genres": ["Action", "Comedy"], + "tags": [ + { "name": "Assassins", "rank": 80 }, + { "name": "Surreal Comedy", "rank": 77 }, + { "name": "Teacher", "rank": 76 }, + { "name": "School", "rank": 75 }, + { "name": "Gore", "rank": 75 }, + { "name": "Primarily Adult Cast", "rank": 70 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Heterosexual", "rank": 66 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Guns", "rank": 53 }, + { "name": "Anti-Hero", "rank": 50 }, + { "name": "Love Triangle", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Twins", "rank": 20 }, + { "name": "Orphan", "rank": 20 }, + { "name": "Parody", "rank": 20 } + ], + "title": { + "romaji": "Youchien WARS", + "english": "Kindergarten WARS", + "native": "幼稚園WARS" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 63, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686816000, + "updatedAt": 1706187404, + "score": 70, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b154349-YiD5Lq3pFGHb.jpg" + } + }, + { + "id": 166150, + "idMal": 159576, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Adventure", "Comedy", "Fantasy"], + "tags": [ + { "name": "Body Swapping", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Demons", "rank": 60 }, + { "name": "Magic", "rank": 60 } + ], + "title": { + "romaji": "Maou-sama Exchange!!", + "english": "Demon Lord Exchange!!", + "native": "魔王さまエクスチェンジ!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686973019, + "updatedAt": 1705782686, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166150-G02AlGRzH7Y6.jpg" + } + }, + { + "id": 105778, + "idMal": 116778, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "CSM", + "رجل المنشار", + "Человек-бензопила", + "체인소 맨", + "鏈鋸人", + "电锯人", + "มนุษย์เลื่อยยนต์" + ], + "genres": ["Action", "Comedy", "Drama", "Horror", "Supernatural"], + "tags": [ + { "name": "Demons", "rank": 97 }, + { "name": "Urban Fantasy", "rank": 92 }, + { "name": "Dissociative Identities", "rank": 91 }, + { "name": "Female Protagonist", "rank": 89 }, + { "name": "Gore", "rank": 88 }, + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Body Horror", "rank": 87 }, + { "name": "Cosmic Horror", "rank": 86 }, + { "name": "Tragedy", "rank": 84 }, + { "name": "Cult", "rank": 84 }, + { "name": "Urban", "rank": 83 }, + { "name": "Survival", "rank": 83 }, + { "name": "Ensemble Cast", "rank": 82 }, + { "name": "Monster Boy", "rank": 81 }, + { "name": "Work", "rank": 81 }, + { "name": "Henshin", "rank": 81 }, + { "name": "Found Family", "rank": 80 }, + { "name": "Memory Manipulation", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Shounen", "rank": 78 }, + { "name": "Guns", "rank": 75 }, + { "name": "Human Pet", "rank": 74 }, + { "name": "Assassins", "rank": 73 }, + { "name": "Monster Girl", "rank": 72 }, + { "name": "Terrorism", "rank": 72 }, + { "name": "Yandere", "rank": 72 }, + { "name": "Revenge", "rank": 70 }, + { "name": "Office Lady", "rank": 66 }, + { "name": "Slapstick", "rank": 64 }, + { "name": "Shapeshifting", "rank": 64 }, + { "name": "Politics", "rank": 62 }, + { "name": "Meta", "rank": 62 }, + { "name": "Primarily Teen Cast", "rank": 61 }, + { "name": "Afterlife", "rank": 59 }, + { "name": "Nudity", "rank": 58 }, + { "name": "Philosophy", "rank": 58 }, + { "name": "Angels", "rank": 57 }, + { "name": "Time Skip", "rank": 56 }, + { "name": "Necromancy", "rank": 55 }, + { "name": "Amnesia", "rank": 54 }, + { "name": "War", "rank": 54 }, + { "name": "Delinquents", "rank": 53 }, + { "name": "Age Gap", "rank": 53 }, + { "name": "Cannibalism", "rank": 52 }, + { "name": "School", "rank": 52 }, + { "name": "Yakuza", "rank": 50 }, + { "name": "Mafia", "rank": 50 }, + { "name": "Tomboy", "rank": 48 }, + { "name": "Tsundere", "rank": 46 }, + { "name": "Chimera", "rank": 45 }, + { "name": "Zombie", "rank": 41 }, + { "name": "Yuri", "rank": 40 }, + { "name": "Motorcycles", "rank": 36 }, + { "name": "Full Color", "rank": 20 } + ], + "title": { + "romaji": "Chainsaw Man", + "english": "Chainsaw Man", + "native": "チェンソーマン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 153, + "progressVolumes": 14, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687222299, + "updatedAt": 1706077854, + "score": 79, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105778-82gwrvQV6OBc.png" + } + }, + { + "id": 166140, + "idMal": 159722, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Sports"], + "tags": [ + { "name": "Martial Arts", "rank": 73 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Asumi Kakeru", + "english": "Martial Master Asumi", + "native": "アスミカケル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 28, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687222827, + "updatedAt": 1704540117, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx166140-SARL6v6M8hEp.jpg" + } + }, + { + "id": 111233, + "idMal": 121480, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 200, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Night Owl Song", + "Song of the Night Walkers", + "เพลงรักมนุษย์ค้างคาว", + "Zew nocy", + "彻夜之歌", + "Call of the Night: Canções da Noite", + "El Canto de la Noche " + ], + "genres": [ + "Comedy", + "Psychological", + "Romance", + "Slice of Life", + "Supernatural" + ], + "tags": [ + { "name": "Vampire", "rank": 97 }, + { "name": "Urban Fantasy", "rank": 95 }, + { "name": "Male Protagonist", "rank": 85 }, + { "name": "Monster Girl", "rank": 82 }, + { "name": "Age Gap", "rank": 81 }, + { "name": "Shounen", "rank": 80 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Female Protagonist", "rank": 78 }, + { "name": "Surreal Comedy", "rank": 78 }, + { "name": "Hikikomori", "rank": 77 }, + { "name": "Coming of Age", "rank": 76 }, + { "name": "Outdoor", "rank": 76 }, + { "name": "Primarily Teen Cast", "rank": 74 }, + { "name": "Monster Boy", "rank": 70 }, + { "name": "Heterosexual", "rank": 68 }, + { "name": "Detective", "rank": 64 }, + { "name": "Gore", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Maids", "rank": 55 }, + { "name": "Philosophy", "rank": 53 }, + { "name": "Gyaru", "rank": 40 }, + { "name": "Yuri", "rank": 20 } + ], + "title": { + "romaji": "Yofukashi no Uta", + "english": "Call of the Night", + "native": "よふかしのうた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 120, + "progressVolumes": 12, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687344086, + "updatedAt": 1706093068, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx111233-QU3BW8uqCvcN.jpg" + } + }, + { + "id": 85486, + "idMal": 75989, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "HeroAca", + "ヒロアカ", + "BNHA", + "MHA", + "My Hero Academia- Akademia bohaterów", + "Mitt Helteakademia", + "나의 히어로 아카데미아", + "나히아", + "מיי הירו אקדמיה", + "אקדמיית הגיבורים שלי", + "Kahramanlık Akademim", + "My Hero Academia - Moje hrdinská akademie", + "Моя геройская академия", + "Học Viện Siêu Anh Hùng", + "มายฮีโร่อคาเดเมีย" + ], + "genres": ["Action", "Adventure", "Comedy", "Drama", "Fantasy"], + "tags": [ + { "name": "Superhero", "rank": 97 }, + { "name": "Super Power", "rank": 96 }, + { "name": "Primarily Teen Cast", "rank": 94 }, + { "name": "Shounen", "rank": 93 }, + { "name": "Male Protagonist", "rank": 89 }, + { "name": "Ensemble Cast", "rank": 86 }, + { "name": "School", "rank": 81 }, + { "name": "Terrorism", "rank": 80 }, + { "name": "Coming of Age", "rank": 79 }, + { "name": "Anti-Hero", "rank": 79 }, + { "name": "Crime", "rank": 78 }, + { "name": "Cultivation", "rank": 77 }, + { "name": "War", "rank": 72 }, + { "name": "Primarily Male Cast", "rank": 68 }, + { "name": "Revenge", "rank": 63 }, + { "name": "Tragedy", "rank": 61 }, + { "name": "Gore", "rank": 60 }, + { "name": "Politics", "rank": 58 }, + { "name": "Drugs", "rank": 57 }, + { "name": "Fugitive", "rank": 56 }, + { "name": "Heterosexual", "rank": 54 }, + { "name": "Urban", "rank": 50 }, + { "name": "Guns", "rank": 43 }, + { "name": "Tomboy", "rank": 41 }, + { "name": "Animals", "rank": 40 }, + { "name": "Bisexual", "rank": 40 }, + { "name": "Yakuza", "rank": 36 }, + { "name": "Robots", "rank": 32 }, + { "name": "Memory Manipulation", "rank": 20 }, + { "name": "LGBTQ+ Themes", "rank": 10 } + ], + "title": { + "romaji": "Boku no Hero Academia", + "english": "My Hero Academia", + "native": "僕のヒーローアカデミア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688044498, + "updatedAt": 1698471090, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85486-INqnYx8gL3eX.jpg" + } + }, + { + "id": 167022, + "idMal": 160273, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Drama", "Fantasy"], + "tags": [ + { "name": "Post-Apocalyptic", "rank": 84 }, + { "name": "Gore", "rank": 79 }, + { "name": "Dystopian", "rank": 73 }, + { "name": "Body Horror", "rank": 70 }, + { "name": "Shounen", "rank": 68 }, + { "name": "Urban Fantasy", "rank": 60 }, + { "name": "Shapeshifting", "rank": 60 }, + { "name": "Conspiracy", "rank": 60 }, + { "name": "Male Protagonist", "rank": 52 }, + { "name": "Dissociative Identities", "rank": 50 } + ], + "title": { + "romaji": "Wild Strawberry", + "english": "Wild Strawberry", + "native": "ワイルドストロベリー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689296583, + "updatedAt": 1705052296, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167022-yzLooBlUSqWq.jpg" + } + }, + { + "id": 167794, + "idMal": 161497, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Sci-Fi"], + "tags": [ + { "name": "Robots", "rank": 73 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Revenge", "rank": 60 }, + { "name": "Gore", "rank": 50 }, + { "name": "Conspiracy", "rank": 20 } + ], + "title": { + "romaji": "Shoujo Null", + "english": "Shojo Null", + "native": "少女Null" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691171083, + "updatedAt": 1705756285, + "score": 67, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167794-bAWWtlH7WZ3m.jpg" + } + }, + { + "id": 167609, + "idMal": 161221, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Mermaid", "rank": 73 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Age Gap", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Boku to Umi Kanojo", + "english": "Mikane and The Sea Woman", + "native": "ぼくと海彼女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691276246, + "updatedAt": 1705316967, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167609-4bkKvxiqaFtR.jpg" + } + }, + { + "id": 150378, + "idMal": 147874, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["โกคุราคุไก สุขาวดีสีเลือด"], + "genres": ["Action", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Shounen", "rank": 96 }, + { "name": "Male Protagonist", "rank": 93 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "Urban Fantasy", "rank": 92 }, + { "name": "Demons", "rank": 79 }, + { "name": "Body Horror", "rank": 79 }, + { "name": "Gangs", "rank": 73 }, + { "name": "Crime", "rank": 73 }, + { "name": "Tragedy", "rank": 70 }, + { "name": "Anthropomorphism", "rank": 20 }, + { "name": "Slavery", "rank": 20 } + ], + "title": { + "romaji": "Gokurakugai", + "english": "Gokurakugai", + "native": "極楽街" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 2, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691496560, + "updatedAt": 1701757544, + "score": 83, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150378-cClKErwmvgsv.jpg" + } + }, + { + "id": 167822, + "idMal": 161759, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["History Mentalist"], + "genres": ["Comedy"], + "tags": [ + { "name": "Shounen", "rank": 20 }, + { "name": "Time Manipulation", "rank": 20 }, + { "name": "Historical", "rank": 20 } + ], + "title": { + "romaji": "Rekishi Mentalist", + "english": "History’s Mentalist", + "native": "歴史メンタリスト" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1692533641, + "updatedAt": 1705317471, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167822-AhwVpFJyG7LC.jpg" + } + }, + { + "id": 169100, + "idMal": 162478, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Fantasy"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "Demons", "rank": 70 }, + { "name": "Male Protagonist", "rank": 70 }, + { "name": "Alternate Universe", "rank": 50 }, + { "name": "Urban Fantasy", "rank": 40 } + ], + "title": { + "romaji": "Mama Yuuyuu", + "english": "MamaYuyu", + "native": "魔々勇々" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 17, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694642255, + "updatedAt": 1704498312, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b169100-uvmb2xs4awNy.jpg" + } + }, + { + "id": 167914, + "idMal": 162167, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Tsuruko Returns the Favor"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Age Gap", "rank": 79 }, + { "name": "Maids", "rank": 79 }, + { "name": "Teacher", "rank": 73 }, + { "name": "Shounen", "rank": 53 }, + { "name": "Heterosexual", "rank": 50 } + ], + "title": { + "romaji": "Tsuruko no Ongaeshi", + "english": "Tsuruko Returns the Favor", + "native": "鶴子の恩返し" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694720598, + "updatedAt": 1705152721, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx167914-hM8lZYxYwYoe.jpg" + } + }, + { + "id": 166830, + "idMal": 160366, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Supernatural"], + "tags": [ + { "name": "Angels", "rank": 60 }, + { "name": "Demons", "rank": 60 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Religion", "rank": 40 }, + { "name": "Surreal Comedy", "rank": 30 }, + { "name": "Slapstick", "rank": 30 }, + { "name": "Tragedy", "rank": 20 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Urban", "rank": 20 }, + { "name": "School", "rank": 20 } + ], + "title": { + "romaji": "Sachi-roku: Sachi no Mokushiroku", + "english": "Sachi’s Records 〜Sachi’s Book of Revelation〜", + "native": "サチ録~サチの黙示録~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 15, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694725227, + "updatedAt": 1705153058, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b166830-X0ZBVOehnUJU.jpg" + } + }, + { + "id": 169355, + "idMal": 162479, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Drama"], + "tags": [ + { "name": "Swordplay", "rank": 95 }, + { "name": "Urban Fantasy", "rank": 95 }, + { "name": "Revenge", "rank": 93 }, + { "name": "Shounen", "rank": 92 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Magic", "rank": 84 }, + { "name": "Yakuza", "rank": 82 }, + { "name": "Gore", "rank": 80 }, + { "name": "Anti-Hero", "rank": 70 }, + { "name": "Gangs", "rank": 70 }, + { "name": "Mafia", "rank": 70 }, + { "name": "Time Skip", "rank": 41 }, + { "name": "Torture", "rank": 33 } + ], + "title": { + "romaji": "Kagurabachi", + "english": "Kagurabachi", + "native": "カグラバチ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694986891, + "updatedAt": 1704557363, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169355-0MQ2NLOj1mL3.jpg" + } + }, + { + "id": 163157, + "idMal": 157543, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Horror"], + "tags": [ + { "name": "Survival", "rank": 92 }, + { "name": "Clone", "rank": 73 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Body Horror", "rank": 60 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Time Skip", "rank": 46 }, + { "name": "School", "rank": 40 }, + { "name": "Revenge", "rank": 33 }, + { "name": "Battle Royale", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Shibatarian", + "english": "Shibatarian", + "native": "シバタリアン" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 21, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695267987, + "updatedAt": 1705152333, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b163157-t7G9ozta08Ni.jpg" + } + }, + { + "id": 169354, + "idMal": 163052, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Sports"], + "tags": [ + { "name": "Ice Skating", "rank": 80 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Two on Ice", + "english": "Two on Ice", + "native": "ツーオンアイス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695706427, + "updatedAt": 1705940327, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169354-Uj6NebUoMcrU.jpg" + } + }, + { + "id": 168037, + "idMal": 163434, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Mahou Shoujo"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Henshin", "rank": 66 }, + { "name": "Magic", "rank": 60 }, + { "name": "Cyborg", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Urban", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Tai Sekaiyou Mahou Shoujo Tsubame", + "english": "Magical Girl Tsubame: I Will (Not) Save The World!", + "native": "対世界用魔法少女つばめ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697243177, + "updatedAt": 1705783197, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b168037-AlPfb1cq4Rgw.jpg" + } + }, + { + "id": 169922, + "idMal": 163630, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Body Swapping", "rank": 90 }, + { "name": "College", "rank": 83 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 76 }, + { "name": "Heterosexual", "rank": 70 }, + { "name": "Shounen", "rank": 40 } + ], + "title": { + "romaji": "Kuso Onna ni Sachi Are", + "english": "Hope You're Happy, Lemon", + "native": "クソ女に幸あれ " + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697350383, + "updatedAt": 1705798808, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169922-kd2WNbRBJqWA.jpg" + } + }, + { + "id": 169719, + "idMal": 163203, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Sports"], + "tags": [ + { "name": "Rugby", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "School Club", "rank": 20 } + ], + "title": { + "romaji": "Saikyou no Uta", + "english": "Rugby Rumble", + "native": "最強の詩" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 14, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698373819, + "updatedAt": 1705781726, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b169719-Vk89ieylYhf4.jpg" + } + }, + { + "id": 170141, + "idMal": 163688, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Fantasy", "Supernatural"], + "tags": [ + { "name": "Witch", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Urban Fantasy", "rank": 60 }, + { "name": "Crime", "rank": 60 }, + { "name": "Kuudere", "rank": 40 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Foreign", "rank": 20 } + ], + "title": { + "romaji": "Majo no Shikkounin", + "english": "Witch Enforcer", + "native": "魔女の執行人" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1698469437, + "updatedAt": 1705780785, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b170141-xP00YnKl2cP6.png" + } + }, + { + "id": 165668, + "idMal": 160828, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Sports"], + "tags": [ + { "name": "School Club", "rank": 79 }, + { "name": "Seinen", "rank": 73 }, + { "name": "Ice Skating", "rank": 70 }, + { "name": "Primarily Teen Cast", "rank": 70 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Twins", "rank": 40 }, + { "name": "Male Protagonist", "rank": 40 } + ], + "title": { + "romaji": "DOGSRED", + "english": "Dogsred", + "native": "ドッグスレッド" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 17, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1699643337, + "updatedAt": 1705555191, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx165668-7n7X9Aj1quDx.jpg" + } + }, + { + "id": 170958, + "idMal": 164644, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Shounen", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Coming of Age", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Natsu no Shuuten", + "english": "At Summer’s End", + "native": "夏の終点" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 8, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1700634432, + "updatedAt": 1705472040, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170958-r1rq9G5kVjpN.jpg" + } + }, + { + "id": 171004, + "idMal": 164790, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Sports"], + "tags": [ + { "name": "Golf", "rank": 60 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Green Green Greens", + "english": "Green Green Greens", + "native": "グリーングリーングリーンズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701235352, + "updatedAt": 1705940033, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b171004-AhskbBVc3NXO.jpg" + } + }, + { + "id": 120734, + "idMal": 128150, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Supernatural"], + "tags": [ + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Ghost", "rank": 79 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Male Harem", "rank": 75 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "Acting", "rank": 26 } + ], + "title": { + "romaji": "Ghost Girl", + "english": "Ghost Reaper Girl", + "native": "ゴースト ガール" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 2, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701501475, + "updatedAt": 1701516292, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx120734-A33MUgX0ujWU.jpg" + } + }, + { + "id": 173343, + "idMal": 166080, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Futsu no Keionbu"], + "genres": ["Music", "Slice of Life"], + "tags": [ + { "name": "Band", "rank": 79 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "School", "rank": 20 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Futsuu no Keionbu", + "english": "Girl meets Rock!", + "native": "ふつうの軽音部" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705309569, + "updatedAt": 1705798415, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2024 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b173343-jWlXZ8BGvonr.jpg" + } + }, + { + "id": 109608, + "idMal": 118668, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["คู่หูต่างขั้วกับภารกิจกำจัดผี"], + "genres": ["Adventure", "Horror", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 88 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Necromancy", "rank": 79 }, + { "name": "Gore", "rank": 72 }, + { "name": "Urban Fantasy", "rank": 72 }, + { "name": "Gods", "rank": 70 }, + { "name": "Female Protagonist", "rank": 68 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Body Horror", "rank": 65 }, + { "name": "Yandere", "rank": 60 }, + { "name": "Revenge", "rank": 60 }, + { "name": "Rehabilitation", "rank": 60 }, + { "name": "Suicide", "rank": 50 } + ], + "title": { + "romaji": "Dark Gathering", + "english": "Dark Gathering", + "native": "ダークギャザリング" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 28, + "progressVolumes": 7, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1685661851, + "updatedAt": 1705592783, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109608-djHaTTP69uWV.jpg" + } + }, + { + "id": 155228, + "idMal": 152254, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Chieri no Koi wa 8 Meters", "Chieri's Love Is 8 Meters"], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "School", "rank": 70 }, + { "name": "Male Protagonist", "rank": 65 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 }, + { "name": "Shounen", "rank": 40 }, + { "name": "Monster Girl", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Chieri no Koi wa 8 Meter", + "english": null, + "native": "ちえりの恋は8メートル" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 41, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1687994298, + "updatedAt": 1705224539, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx155228-fAuvgxGW3Fqq.jpg" + } + }, + { + "id": 163754, + "idMal": 157874, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Love Agency"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Seinen", "rank": 77 }, + { "name": "Heterosexual", "rank": 73 }, + { "name": "Female Protagonist", "rank": 71 }, + { "name": "Ojou-sama", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Hikikomori", "rank": 40 }, + { "name": "Parody", "rank": 40 }, + { "name": "Satire", "rank": 40 } + ], + "title": { + "romaji": "Renai Daikou", + "english": null, + "native": "恋愛代行" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 25, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688102480, + "updatedAt": 1705887727, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163754-eVp3Nal8rAjZ.png" + } + }, + { + "id": 147863, + "idMal": 149973, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "There's also a Hole in the Student Council", + "Les allumés du conseil !", + "학생회에도 구멍은 있다!" + ], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "School Club", "rank": 66 }, + { "name": "Primarily Female Cast", "rank": 66 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "4-koma", "rank": 65 }, + { "name": "Nudity", "rank": 50 }, + { "name": "Ensemble Cast", "rank": 46 }, + { "name": "Slapstick", "rank": 20 } + ], + "title": { + "romaji": "Seitokai ni mo Ana wa Aru!", + "english": null, + "native": "生徒会にも穴はある!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 7, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1688711341, + "updatedAt": 1705557756, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147863-rFKeAjxaAGBo.jpg" + } + }, + { + "id": 99943, + "idMal": 108407, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "여친 빌리겠습니다", + "女朋友、借我一下", + "Kanokari", + "Dziewczyna do wynajęcia", + "Namorada de Aluguel ", + "สะดุดรักยัยแฟนเช่า", + "Rental Girlfriend" + ], + "genres": ["Comedy", "Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Male Protagonist", "rank": 88 }, + { "name": "Love Triangle", "rank": 87 }, + { "name": "Gambling", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 78 }, + { "name": "Shounen", "rank": 78 }, + { "name": "Female Harem", "rank": 76 }, + { "name": "Work", "rank": 75 }, + { "name": "Tsundere", "rank": 73 }, + { "name": "Acting", "rank": 72 }, + { "name": "Heterosexual", "rank": 72 }, + { "name": "Primarily Adult Cast", "rank": 62 }, + { "name": "Agriculture", "rank": 60 }, + { "name": "College", "rank": 58 }, + { "name": "Coming of Age", "rank": 48 }, + { "name": "School", "rank": 47 }, + { "name": "Meta", "rank": 47 }, + { "name": "Slapstick", "rank": 40 } + ], + "title": { + "romaji": "Kanojo, Okarishimasu", + "english": "Rent-A-Girlfriend", + "native": "彼女、お借りします" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 10, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689167342, + "updatedAt": 1700778581, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx99943-0tJ6oNhn3xet.png" + } + }, + { + "id": 163400, + "idMal": 159093, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Music", "Slice of Life"], + "tags": [ + { "name": "Band", "rank": 84 }, + { "name": "Primarily Female Cast", "rank": 84 }, + { "name": "Cute Girls Doing Cute Things", "rank": 79 }, + { "name": "Female Protagonist", "rank": 76 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 53 }, + { "name": "Episodic", "rank": 50 } + ], + "title": { + "romaji": "Bocchi the Rock! Gaiden: Hiroi Kikuri no Fukazake Nikki", + "english": null, + "native": "ぼっち・ざ・ろっく!外伝 廣井きくりの深酒日記" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 12, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1689931426, + "updatedAt": 1704023542, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163400-Z4B7OpnZ4gIb.png" + } + }, + { + "id": 105641, + "idMal": 117332, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Sukinako ga Megane wo Wasureta", + "Sukimega", + "สาวลืมแว่นแสนวุ่นละมุนรัก", + "Cô bạn tôi thầm thích lại quên mang kính rồi" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 96 }, + { "name": "Iyashikei", "rank": 84 }, + { "name": "School", "rank": 81 }, + { "name": "Disability", "rank": 80 }, + { "name": "Male Protagonist", "rank": 74 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 56 }, + { "name": "Coming of Age", "rank": 45 } + ], + "title": { + "romaji": "Suki na Ko ga Megane wo Wasureta", + "english": "The Girl I Like Forgot Her Glasses", + "native": "好きな子がめがねを忘れた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 107, + "progressVolumes": 9, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1691572059, + "updatedAt": 1706000480, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105641-17QzwtypyRxU.jpg" + } + }, + { + "id": 101583, + "idMal": 112268, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Sono Kisekae Ningyou wa Koi wo suru", + "Sexy Cosplay Doll", + "More Than a Doll", + "Projekt: Cosplay", + "หนุ่มเย็บผ้ากับสาวนักคอสเพลย์", + "更衣人偶坠入爱河", + "Minha Adorável Cosplayer", + "Ця порцелянова лялечка закохалася", + "戀上換裝娃娃 ", + "Láska ve střihu cosplaye" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Cosplay", "rank": 96 }, + { "name": "Otaku Culture", "rank": 93 }, + { "name": "Fashion", "rank": 88 }, + { "name": "Female Protagonist", "rank": 87 }, + { "name": "Male Protagonist", "rank": 82 }, + { "name": "Gyaru", "rank": 80 }, + { "name": "Makeup", "rank": 77 }, + { "name": "Heterosexual", "rank": 76 }, + { "name": "Primarily Teen Cast", "rank": 76 }, + { "name": "Seinen", "rank": 74 }, + { "name": "Photography", "rank": 71 }, + { "name": "Educational", "rank": 67 }, + { "name": "Crossdressing", "rank": 56 }, + { "name": "School", "rank": 52 }, + { "name": "Drawing", "rank": 34 } + ], + "title": { + "romaji": "Sono Bisque Doll wa Koi wo Suru", + "english": "My Dress-Up Darling", + "native": "その着せ替え人形は恋をする" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1693810968, + "updatedAt": 1700721150, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101583-LsEOUNrjOpez.jpg" + } + }, + { + "id": 140860, + "idMal": 153635, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 } + ], + "title": { + "romaji": "Haruka Reset", + "english": null, + "native": "はるかリセット" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 33, + "progressVolumes": 4, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695555652, + "updatedAt": 1705940912, + "score": 82, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140860-tDhjq8nDyvwJ.jpg" + } + }, + { + "id": 169691, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["犬がヒトになる話", "My Dog Becomes a Human"], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Josei", "rank": 79 }, + { "name": "Anthropomorphism", "rank": 55 }, + { "name": "Animals", "rank": 33 }, + { "name": "Ensemble Cast", "rank": 20 }, + { "name": "Cute Boys Doing Cute Things", "rank": 20 } + ], + "title": { + "romaji": "Ponta ga Hito ni Narimashite", + "english": null, + "native": "ポン太がヒトになりまして" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1695977434, + "updatedAt": 1704886011, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169691-nKVcEMJBke6d.jpg" + } + }, + { + "id": 106315, + "idMal": 119440, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["大小姐和看门犬", "아가씨와 충견군", "องครักษ์พิทักษ์หวานใจ"], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Yakuza", "rank": 96 }, + { "name": "Shoujo", "rank": 86 }, + { "name": "Age Gap", "rank": 82 }, + { "name": "Gangs", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "School", "rank": 40 }, + { "name": "Primarily Adult Cast", "rank": 40 }, + { "name": "Guns", "rank": 30 }, + { "name": "Volleyball", "rank": 20 }, + { "name": "Assassins", "rank": 20 } + ], + "title": { + "romaji": "Ojou to Banken-kun", + "english": "A Girl & Her Guard Dog", + "native": "お嬢と番犬くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 22, + "progressVolumes": 4, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696013015, + "updatedAt": 1704116312, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106315-meaCqUVF8nGm.png" + } + }, + { + "id": 109779, + "idMal": 124053, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Witch", "rank": 88 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Found Family", "rank": 79 }, + { "name": "Magic", "rank": 70 }, + { "name": "Family Life", "rank": 70 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 55 }, + { "name": "Yuri", "rank": 44 }, + { "name": "4-koma", "rank": 20 } + ], + "title": { + "romaji": "Dekoboko Majo no Oyako Jijou", + "english": null, + "native": "でこぼこ魔女の親子事情" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 26, + "progressVolumes": 3, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696230839, + "updatedAt": 1705592801, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109779-Ax7tMx5uFfKQ.jpg" + } + }, + { + "id": 140427, + "idMal": 141226, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Even a Cat's Paw Can Be Useful "], + "genres": ["Comedy", "Romance", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Nekomimi", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Shapeshifting", "rank": 20 }, + { "name": "4-koma", "rank": 20 }, + { "name": "Full Color", "rank": 20 } + ], + "title": { + "romaji": "Neko no Te datte Yaku ni Tatsu", + "english": null, + "native": "猫の手だって役に立つ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 85, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1696366768, + "updatedAt": 1706187443, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx140427-6S5opSqcM3dK.jpg" + } + }, + { + "id": 163028, + "idMal": 159995, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["100 Years Recommendation"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Idol", "rank": 60 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Gyaru", "rank": 20 }, + { "name": "Photography", "rank": 20 }, + { "name": "Work", "rank": 20 } + ], + "title": { + "romaji": "100-nen no Oshi", + "english": null, + "native": "100年の推し" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 13, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697407415, + "updatedAt": 1705194809, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163028-Fgs5m9OEkXUY.jpg" + } + }, + { + "id": 121501, + "idMal": 127231, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Stardust Telepath"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 91 }, + { "name": "Aliens", "rank": 90 }, + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Cute Girls Doing Cute Things", "rank": 82 }, + { "name": "4-koma", "rank": 80 }, + { "name": "Educational", "rank": 79 }, + { "name": "Yuri", "rank": 73 }, + { "name": "School Club", "rank": 70 }, + { "name": "Seinen", "rank": 66 }, + { "name": "Coming of Age", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 60 }, + { "name": "School", "rank": 40 } + ], + "title": { + "romaji": "Hoshikuzu Telepath", + "english": null, + "native": "星屑テレパス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 20, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697524369, + "updatedAt": 1705592807, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx121501-wsBh10j2CHwJ.jpg" + } + }, + { + "id": 154856, + "idMal": 162865, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Mikudashi Ibari Wants to Look Down on Him"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Seinen", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Gyaru", "rank": 60 } + ], + "title": { + "romaji": "Mikudashi Ibari wa Mikudashitai", + "english": null, + "native": "見下いばりは見下したい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 16, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697575376, + "updatedAt": 1703872008, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154856-Qt2JGsEdk5jv.jpg" + } + }, + { + "id": 169904, + "idMal": 163356, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Tsumiki Ogami & the Strange Everyday Life."], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "School", "rank": 66 }, + { "name": "Monster Girl", "rank": 60 }, + { "name": "Anthropomorphism", "rank": 60 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Ogami Tsumiki to Kinichijou.", + "english": null, + "native": "尾守つみきと奇日常。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 11, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697744585, + "updatedAt": 1705736691, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx169904-IMmLfUt57Sgf.jpg" + } + }, + { + "id": 170850, + "idMal": 164001, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Gyaru", "rank": 20 }, + { "name": "Otaku Culture", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "4-koma", "rank": 20 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Uchida-san wa Zettai ni Gyaru ja Nai!", + "english": null, + "native": "内田さんは絶対にギャルじゃない!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1703307991, + "updatedAt": 1705903127, + "score": 78, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170850-QMEU41zry5EK.jpg" + } + }, + { + "id": 171289, + "idMal": 165142, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Company and Private Life -On and Off-"], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Crossdressing", "rank": 66 }, + { "name": "Work", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 60 } + ], + "title": { + "romaji": "Kaisha to Shiseikatsu: On to Off", + "english": null, + "native": "会社と私生活-オンとオフ-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705405503, + "updatedAt": 1705808795, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171289-Km1MAMrFmiax.jpg" + } + }, + { + "id": 173062, + "idMal": 165876, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Journey Home After School"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 } + ], + "title": { + "romaji": "Houkago Kitaku Biyori", + "english": null, + "native": "放課後帰宅びより" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705458483, + "updatedAt": 1705736906, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx173062-PH1Lix703MdU.jpg" + } + }, + { + "id": 138380, + "idMal": 144152, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Gal Can't Be Kind to Otaku!?"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Gyaru", "rank": 73 }, + { "name": "Otaku Culture", "rank": 73 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "School", "rank": 20 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Love Triangle", "rank": 20 } + ], + "title": { + "romaji": "Otaku ni Yasashii Gal wa Inai!?", + "english": null, + "native": "オタクに優しいギャルはいない!?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1705593428, + "updatedAt": 1705593428, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138380-7h0RN7XRiwxg.jpg" + } + }, + { + "id": 171704, + "idMal": 164473, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Slice of Life"], + "tags": [ + { "name": "Food", "rank": 50 }, + { "name": "Gyaru", "rank": 50 }, + { "name": "Seinen", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 } + ], + "title": { + "romaji": "Renge to Naruto!", + "english": null, + "native": "れんげとなると!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 6, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1706000801, + "updatedAt": 1706011117, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx171704-S0SmG4lCEcF5.jpg" + } + }, + { + "id": 105004, + "idMal": 116793, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Ms. meguro is not the first time xxx.", + "It's Not Meguro-san's First Time" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Female Protagonist", "rank": 90 }, + { "name": "Male Protagonist", "rank": 73 }, + { "name": "Rehabilitation", "rank": 72 }, + { "name": "Seinen", "rank": 56 }, + { "name": "Coming of Age", "rank": 55 }, + { "name": "School", "rank": 46 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Asexual", "rank": 20 } + ], + "title": { + "romaji": "Meguro-san wa Hajimete Janai", + "english": null, + "native": "目黒さんは初めてじゃない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1706173429, + "updatedAt": 1706174085, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx105004-wHILZQgi5JUN.jpg" + } + }, + { + "id": 157753, + "idMal": 156661, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Comedy", "Fantasy"], + "tags": [ + { "name": "Seinen", "rank": 20 }, + { "name": "Surreal Comedy", "rank": 20 }, + { "name": "Isekai", "rank": 20 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Incest", "rank": 20 } + ], + "title": { + "romaji": "Kaminaki Sekai no Onee-chan Katsudou", + "english": null, + "native": "神無き世界のおねーちゃん活動" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1686289779, + "updatedAt": 1705472644, + "score": 69, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx157753-R4qVaJ0M3i4B.jpg" + } + }, + { + "id": 85527, + "idMal": 74041, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance"], + "tags": [ + { "name": "Full Color", "rank": 79 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Anthology", "rank": 20 } + ], + "title": { + "romaji": "Nonscale", + "english": "Nonscale", + "native": "NONSCALE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 3, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1703753143, + "updatedAt": 1704231371, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2012 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85527-G4W1nwtvoe3p.png" + } + }, + { + "id": 93346, + "idMal": 83041, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 21, + "format": "MANGA", + "duration": null, + "synonyms": ["Kojutsu"], + "genres": ["Comedy", "Ecchi"], + "tags": [ + { "name": "Seinen", "rank": 60 }, + { "name": "Female Harem", "rank": 20 } + ], + "title": { + "romaji": "Quojuz", + "english": null, + "native": "QUOJUZ (コジューツ)" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686537901, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2006 }, + "endDate": { "year": 2006 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/93346-7GiUlDuGk0wm.jpg" + } + }, + { + "id": 91360, + "idMal": 71257, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 8, + "format": "MANGA", + "duration": null, + "synonyms": ["Wancoin", "WankoIn"], + "genres": ["Hentai"], + "tags": [], + "title": { + "romaji": "Wanko-In", + "english": "Puppy Lust", + "native": "わんこ淫" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686833867, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/91360-5SENhHRfb9uc.jpg" + } + }, + { + "id": 54206, + "idMal": 24206, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [], + "title": { + "romaji": "Daisuki Daisuki", + "english": null, + "native": "ダイスキ・ダイスキ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1686837310, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2010 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/24206.jpg" + } + }, + { + "id": 93821, + "idMal": 85992, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Nibanme no Otoko", + "Midareru", + "Love Letter", + "Kisei Mind", + "Nora", + "Beige", + "Ashita no Joou", + "Mijikai Owakare" + ], + "genres": ["Ecchi", "Romance"], + "tags": [{ "name": "Seinen", "rank": 20 }], + "title": { + "romaji": "Fukushuu no You ni", + "english": "Tit for Tat", + "native": "復讐のように" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687652746, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2002 }, + "endDate": { "year": 2002 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx93821-u8pdChlJPkcP.jpg" + } + }, + { + "id": 140930, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 5, + "format": "MANGA", + "duration": null, + "synonyms": ["Escape", "エスケープ"], + "genres": ["Drama"], + "tags": [{ "name": "Josei", "rank": 60 }], + "title": { "romaji": "NORA", "english": null, "native": "NORA" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687652754, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b140930-n4kA8GNFk01l.jpg" + } + }, + { + "id": 101942, + "idMal": 111745, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Grand Devil's Cave of Heaven", + "The Heaven Delusion", + "Heavenly Delusion: Tengoku Daimakyo", + "O Paraíso Ilusório", + "A Journey beyond Heaven", + "Heavenly Delusion – Das verlorene Paradies" + ], + "genres": ["Adventure", "Drama", "Mystery"], + "tags": [ + { "name": "Post-Apocalyptic", "rank": 98 }, + { "name": "Tragedy", "rank": 93 }, + { "name": "Seinen", "rank": 92 }, + { "name": "Male Protagonist", "rank": 91 }, + { "name": "Survival", "rank": 89 }, + { "name": "Dystopian", "rank": 87 }, + { "name": "Female Protagonist", "rank": 83 }, + { "name": "Achronological Order", "rank": 83 }, + { "name": "Body Swapping", "rank": 78 }, + { "name": "Gender Bending", "rank": 76 }, + { "name": "Conspiracy", "rank": 71 }, + { "name": "Super Power", "rank": 68 }, + { "name": "Boys' Love", "rank": 66 }, + { "name": "Heterosexual", "rank": 65 }, + { "name": "Artificial Intelligence", "rank": 57 }, + { "name": "Nudity", "rank": 56 }, + { "name": "Bisexual", "rank": 55 }, + { "name": "Amnesia", "rank": 52 }, + { "name": "Rape", "rank": 49 }, + { "name": "Transgender", "rank": 46 }, + { "name": "Yuri", "rank": 24 } + ], + "title": { + "romaji": "Tengoku Daimakyou", + "english": "Heavenly Delusion", + "native": "天国大魔境" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687657700, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101942-yjslDpT6XcpK.jpg" + } + }, + { + "id": 59699, + "idMal": 29699, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 21, + "format": "NOVEL", + "duration": null, + "synonyms": ["อนาเธอร์"], + "genres": ["Horror", "Mystery", "Supernatural", "Thriller"], + "tags": [ + { "name": "Memory Manipulation", "rank": 92 }, + { "name": "Tragedy", "rank": 85 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Rural", "rank": 79 }, + { "name": "School", "rank": 75 }, + { "name": "Seinen", "rank": 75 }, + { "name": "Gore", "rank": 73 } + ], + "title": { + "romaji": "Another", + "english": "Another", + "native": "アナザー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687691235, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx59699-PaLgEovLey99.jpg" + } + }, + { + "id": 122344, + "idMal": 130893, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "転天", + "轉生公主與天才千金的魔法革命", + "การปฏิวัติเวทมนตร์ขององค์หญิงเกิดใหม่กับยัยคุณหนูยอดอัจฉริยะ" + ], + "genres": ["Action", "Drama", "Fantasy", "Romance"], + "tags": [ + { "name": "Magic", "rank": 93 }, + { "name": "Female Protagonist", "rank": 88 }, + { "name": "Yuri", "rank": 84 }, + { "name": "Primarily Female Cast", "rank": 73 }, + { "name": "Isekai", "rank": 66 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Vampire", "rank": 60 }, + { "name": "Reincarnation", "rank": 50 }, + { "name": "Dragons", "rank": 20 } + ], + "title": { + "romaji": "Tensei Oujo to Tensai Reijou no Mahou Kakumei", + "english": "The Magical Revolution of the Reincarnated Princess and the Genius Young Lady", + "native": "転生王女と天才令嬢の魔法革命" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687843900, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122344-NUecmoX09FTw.jpg" + } + }, + { + "id": 92177, + "idMal": 75333, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 3, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Fantasy", "Mystery", "Sci-Fi"], + "tags": [ + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Tragedy", "rank": 79 }, + { "name": "Alternate Universe", "rank": 79 }, + { "name": "Philosophy", "rank": 79 }, + { "name": "Robots", "rank": 79 }, + { "name": "Super Power", "rank": 79 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "Yuri", "rank": 72 }, + { "name": "Primarily Child Cast", "rank": 70 }, + { "name": "Achronological Order", "rank": 60 }, + { "name": "School", "rank": 20 }, + { "name": "Bisexual", "rank": 20 }, + { "name": "Age Regression", "rank": 20 }, + { "name": "Gore", "rank": 20 }, + { "name": "Magic", "rank": 10 } + ], + "title": { + "romaji": "Murasakiiro no Qualia", + "english": "Qualia the Purple", + "native": "紫色のクオリア" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688549976, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx92177-thwC37JCTpK1.jpg" + } + }, + { + "id": 48162, + "idMal": 18162, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "NOVEL", + "duration": null, + "synonyms": ["Zerozaki Soushiki's Human Exam", "Ningen Series"], + "genres": ["Action", "Comedy", "Psychological"], + "tags": [ + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Achronological Order", "rank": 66 }, + { "name": "Philosophy", "rank": 60 }, + { "name": "Assassins", "rank": 50 }, + { "name": "Tragedy", "rank": 40 }, + { "name": "Female Protagonist", "rank": 33 }, + { "name": "Dissociative Identities", "rank": 20 } + ], + "title": { + "romaji": "Zerozaki Soushiki no Ningen Shiken", + "english": null, + "native": "零崎双識の人間試験" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688626684, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2004 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx48162-jqSunYL1AZm2.png" + } + }, + { + "id": 81261, + "idMal": 51261, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 29, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Slice of Life", "Supernatural"], + "tags": [ + { "name": "School", "rank": 50 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { "romaji": "Pupipo!", "english": null, "native": "プピポー!" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701577, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2007 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/51261.jpg" + } + }, + { + "id": 105097, + "idMal": 116790, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Girl That Can See It", + "The Girl Who Sees \"Them\"", + "Can-See-Ghosts-chan", + "Child That Can See It", + "Li'l Miss Can-See-Ghosts", + "Mieruko-chan: Slice of Horror", + "看得见的女孩", + "มิเอรุโกะจัง ใครว่าหนูเห็นผี", + "Mieruko-chan. Dziewczyna, która widzi więcej" + ], + "genres": ["Comedy", "Horror", "Slice of Life", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 95 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Body Horror", "rank": 81 }, + { "name": "Seinen", "rank": 72 }, + { "name": "Youkai", "rank": 72 }, + { "name": "Gods", "rank": 70 }, + { "name": "Episodic", "rank": 58 }, + { "name": "Primarily Female Cast", "rank": 55 }, + { "name": "Urban Fantasy", "rank": 50 }, + { "name": "Philosophy", "rank": 44 }, + { "name": "School", "rank": 40 }, + { "name": "Yandere", "rank": 35 } + ], + "title": { + "romaji": "Mieruko-chan", + "english": "Mieruko-chan", + "native": "見える子ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701594, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105097-nMpc8bjBeuXE.jpg" + } + }, + { + "id": 33399, + "idMal": 3399, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "School", "rank": 50 }, + { "name": "Seinen", "rank": 50 } + ], + "title": { "romaji": "Potemayo", "english": null, "native": "ぽてまよ" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701608, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/3399.jpg" + } + }, + { + "id": 37661, + "idMal": 7661, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Ebichu Minds the House"], + "genres": ["Comedy"], + "tags": [ + { "name": "Animals", "rank": 79 }, + { "name": "Office Lady", "rank": 20 } + ], + "title": { + "romaji": "Oruchuban Ebichu", + "english": "Ebichu Minds the House", + "native": "おるちゅばんエビちゅ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701629, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 1990 }, + "endDate": { "year": 2007 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx37661-CAa9TU65EYo9.png" + } + }, + { + "id": 103193, + "idMal": 119286, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Hedgehog in the King's House", + "Hedgehog Kuremi in the King's House" + ], + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "tags": [ + { "name": "Animals", "rank": 85 }, + { "name": "4-koma", "rank": 66 }, + { "name": "Urban Fantasy", "rank": 60 }, + { "name": "Found Family", "rank": 20 }, + { "name": "Foreign", "rank": 20 } + ], + "title": { + "romaji": "Haritoge Kuremi to Ou no Ie", + "english": null, + "native": "針棘クレミーと王の家" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701694, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx103193-xXofCTZkpBEM.jpg" + } + }, + { + "id": 113111, + "idMal": 122647, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 55, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Supernatural"], + "tags": [{ "name": "Animals", "rank": 20 }], + "title": { + "romaji": "Hachuurui-chan wa Natsukanai", + "english": null, + "native": "爬虫類ちゃんは懐かない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701722, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113111-Hvv9NQ5IwDOd.jpg" + } + }, + { + "id": 83547, + "idMal": 53547, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 14, + "format": "MANGA", + "duration": null, + "synonyms": ["Meina with Owl", "Meina's Owl"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Shoujo", "rank": 50 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Animals", "rank": 20 } + ], + "title": { + "romaji": "Meina no Fukurou", + "english": null, + "native": "めいなのフクロウ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701746, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2012 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/53547.jpg" + } + }, + { + "id": 97272, + "idMal": 98702, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "Animals", "rank": 80 }, + { "name": "Seinen", "rank": 60 }, + { "name": "Work", "rank": 60 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Primarily Adult Cast", "rank": 20 } + ], + "title": { + "romaji": "Himitsu no Reptiles", + "english": "Reptile Secrets", + "native": "秘密のレプタイルズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688701767, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx97272-iPJsYmEnH9MX.jpg" + } + }, + { + "id": 156563, + "idMal": 152199, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Netori", "rank": 85 }, + { "name": "School", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Aitsu no Kanojo", + "english": null, + "native": "アイツノカノジョ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688704124, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156563-S1ieRf7HJiaX.png" + } + }, + { + "id": 150131, + "idMal": 147461, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 30, + "format": "MANGA", + "duration": null, + "synonyms": ["What Do You Call This Trash", "Как ты называешь этот мусор?"], + "genres": ["Comedy", "Psychological", "Romance"], + "tags": [ + { "name": "Yandere", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Suicide", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Kono Gomi wo Nanto Yobu", + "english": null, + "native": "このゴミをなんとよぶ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688704608, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150131-ydjyeiIURAbZ.jpg" + } + }, + { + "id": 105125, + "idMal": 117227, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Arakure Ojou-sama wa Monmon Shiteiru", + "A Rough Lady is Being Deceived" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Ojou-sama", "rank": 92 }, + { "name": "Seinen", "rank": 80 }, + { "name": "Tsundere", "rank": 79 }, + { "name": "Kuudere", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Coming of Age", "rank": 75 }, + { "name": "School", "rank": 68 }, + { "name": "Female Protagonist", "rank": 65 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "School Club", "rank": 60 } + ], + "title": { + "romaji": "Arakure Ojousama wa Monmon Shiteiru", + "english": null, + "native": "あらくれお嬢様はもんもんしている" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688705571, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx105125-d7a8y7CFJ6E8.jpg" + } + }, + { + "id": 134717, + "idMal": 148543, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["He was my brother"], + "genres": ["Horror", "Romance", "Supernatural"], + "tags": [ + { "name": "Love Triangle", "rank": 79 }, + { "name": "LGBTQ+ Themes", "rank": 79 }, + { "name": "Ghost", "rank": 73 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "Boys' Love", "rank": 40 }, + { "name": "Bisexual", "rank": 30 }, + { "name": "Tragedy", "rank": 20 } + ], + "title": { + "romaji": "Ani datta Mono", + "english": "He Was My Brother", + "native": "兄だったモノ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688706194, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134717-ZXxe1SZFzDcT.jpg" + } + }, + { + "id": 143031, + "idMal": 143031, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Want to End the Game That I Love"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 82 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Tsundere", "rank": 76 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Male Protagonist", "rank": 50 }, + { "name": "School", "rank": 45 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Coming of Age", "rank": 20 }, + { "name": "Video Games", "rank": 20 } + ], + "title": { + "romaji": "Aishiteru Game wo Owarasetai", + "english": "I Want to End This Love Game", + "native": "愛してるゲームを終わらせたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688706216, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143031-TP062dcP0V8C.jpg" + } + }, + { + "id": 118730, + "idMal": 122936, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Brutal: Confessions of a Homicide Investigator", + "Brutal: คำสารภาพของตำรวจฆาตกร", + "Brutal: confesiones de un detective de homicidios" + ], + "genres": ["Drama", "Mystery", "Psychological"], + "tags": [ + { "name": "Crime", "rank": 98 }, + { "name": "Detective", "rank": 89 }, + { "name": "Anti-Hero", "rank": 89 }, + { "name": "Sadism", "rank": 88 }, + { "name": "Gore", "rank": 81 }, + { "name": "Torture", "rank": 79 }, + { "name": "Male Protagonist", "rank": 76 }, + { "name": "Josei", "rank": 66 }, + { "name": "Episodic", "rank": 60 }, + { "name": "Nudity", "rank": 56 }, + { "name": "Rape", "rank": 56 } + ], + "title": { + "romaji": "Brutal: Satsujin Keisatsukan no Kokuhaku", + "english": "Brutal", + "native": "ブルータル 殺人警察官の告白" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688706474, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx118730-XVZuKvPhgDab.jpg" + } + }, + { + "id": 119236, + "idMal": 85331, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 7, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [], + "title": { + "romaji": "\"Kanchigai Shinaide yo ne! Anta no Koto nanka Daisuki Nanda kara!\" Noroi de Honne shika Ienaku Natta Tsundere Ojousama", + "english": null, + "native": "「勘違いしないでよね!アンタの事なんか大好きなんだから!」呪いで本音しか言えなくなったツンデレお嬢様" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711192, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx119236-Acu8LaC4Qo4F.png" + } + }, + { + "id": 154642, + "idMal": 152126, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["O Guarda-Costas De Honeko Akabane"], + "genres": ["Action", "Comedy", "Romance"], + "tags": [ + { "name": "Yakuza", "rank": 76 }, + { "name": "Shounen", "rank": 75 }, + { "name": "School", "rank": 68 }, + { "name": "Assassins", "rank": 53 }, + { "name": "Tsundere", "rank": 33 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Delinquents", "rank": 20 } + ], + "title": { + "romaji": "Akabane Honeko no Bodyguard", + "english": "Honeko Akabane’s Bodyguards", + "native": "赤羽骨子のボディガード" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711220, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx154642-jdFwM3mN0O8P.jpg" + } + }, + { + "id": 153101, + "idMal": 152717, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["I Want to Do Bad Things with You"], + "genres": ["Psychological", "Romance"], + "tags": [ + { "name": "Anti-Hero", "rank": 79 }, + { "name": "Disability", "rank": 79 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Bullying", "rank": 60 }, + { "name": "School", "rank": 50 }, + { "name": "Female Protagonist", "rank": 40 }, + { "name": "Male Protagonist", "rank": 30 }, + { "name": "Shounen", "rank": 20 }, + { "name": "Chuunibyou", "rank": 20 } + ], + "title": { + "romaji": "Kimi to Warui Koto ga Shitai", + "english": "I Wanna Do Bad Things with You", + "native": "君と悪いことがしたい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711251, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b153101-xh3mWb5j4Y8W.jpg" + } + }, + { + "id": 117620, + "idMal": 128365, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 32, + "format": "MANGA", + "duration": null, + "synonyms": [ + "KimiTsuzu", + "きみつづ", + "ร้อยเรียงรักไปกับเธอ", + "Notre été éphémère" + ], + "genres": ["Romance"], + "tags": [ + { "name": "Tragedy", "rank": 98 }, + { "name": "Yuri", "rank": 93 }, + { "name": "Writing", "rank": 87 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Disability", "rank": 80 }, + { "name": "Rehabilitation", "rank": 80 }, + { "name": "Bullying", "rank": 78 }, + { "name": "Primarily Female Cast", "rank": 72 }, + { "name": "School", "rank": 68 }, + { "name": "Primarily Teen Cast", "rank": 26 } + ], + "title": { + "romaji": "Kimi to Tsuzuru Utakata", + "english": "The Summer You Were There", + "native": "君と綴るうたかた" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711259, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2024 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117620-cyvy8nO9GLm8.jpg" + } + }, + { + "id": 139700, + "idMal": 140671, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 22, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Sci-Fi", "Slice of Life"], + "tags": [ + { "name": "Urban Fantasy", "rank": 79 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "School", "rank": 60 }, + { "name": "Female Protagonist", "rank": 53 }, + { "name": "Seinen", "rank": 50 }, + { "name": "Animals", "rank": 50 }, + { "name": "Surreal Comedy", "rank": 40 }, + { "name": "Teacher", "rank": 20 } + ], + "title": { + "romaji": "Kami-sama ga Machigaeru", + "english": "God Bless the Mistaken", + "native": "神さまがまちガえる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711269, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx139700-Nc3FLBj4uRB9.jpg" + } + }, + { + "id": 122993, + "idMal": 130417, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Skirt Sings at the Landing", + "The Skirt Rings at the Landing", + "與妳翩翩共舞" + ], + "genres": ["Romance"], + "tags": [ + { "name": "Yuri", "rank": 96 }, + { "name": "Dancing", "rank": 95 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Female Protagonist", "rank": 73 }, + { "name": "School Club", "rank": 73 }, + { "name": "Love Triangle", "rank": 46 } + ], + "title": { + "romaji": "Odoriba ni Skirt ga Naru", + "english": null, + "native": "踊り場にスカートが鳴る" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711276, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx122993-nN4zX8LqGrox.jpg" + } + }, + { + "id": 123031, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "If I am a virgin until I am 30, I will became a magical girl" + ], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Primarily Female Cast", "rank": 60 }, + { "name": "Magic", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "4-koma", "rank": 20 }, + { "name": "Surreal Comedy", "rank": 20 }, + { "name": "Gender Bending", "rank": 20 } + ], + "title": { + "romaji": "30-sai Made Doutei de Itara Mahou Shoujo ni Narimashita", + "english": null, + "native": "30歳まで童貞でいたら魔法少女になりました" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711285, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx123031-yjrHVAITMnJp.jpg" + } + }, + { + "id": 128908, + "idMal": 134391, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Nurumeta", "Tepid"], + "genres": ["Comedy", "Slice of Life"], + "tags": [ + { "name": "4-koma", "rank": 79 }, + { "name": "Surreal Comedy", "rank": 79 } + ], + "title": { "romaji": "Null Meta", "english": null, "native": "ぬるめた" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711315, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx128908-MASXEgbM8rVg.png" + } + }, + { + "id": 117675, + "idMal": 127084, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Cuproom's Bride", "Cuprum's Bride"], + "genres": ["Romance", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 80 }, + { "name": "Gyaru", "rank": 75 }, + { "name": "Primarily Adult Cast", "rank": 72 }, + { "name": "Kuudere", "rank": 60 }, + { "name": "Educational", "rank": 20 } + ], + "title": { + "romaji": "Cuprum no Hanayome", + "english": "The Coppersmith's Bride", + "native": "クプルムの花嫁" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688711347, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx117675-PLrG5CGO4Xs0.jpg" + } + }, + { + "id": 110258, + "idMal": 142771, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 15, + "format": "MANGA", + "duration": null, + "synonyms": ["チンピース"], + "genres": ["Comedy"], + "tags": [ + { "name": "Shounen", "rank": 80 }, + { "name": "Parody", "rank": 75 }, + { "name": "Surreal Comedy", "rank": 73 } + ], + "title": { + "romaji": "CHIN PIECE", + "english": null, + "native": "CHIN PIECE" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1688804368, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110258-w41GRxfZ1EvY.jpg" + } + }, + { + "id": 147997, + "idMal": 147091, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 96 }, + { "name": "Gyaru", "rank": 82 }, + { "name": "Iyashikei", "rank": 79 }, + { "name": "Female Protagonist", "rank": 76 }, + { "name": "School", "rank": 50 }, + { "name": "Primarily Teen Cast", "rank": 46 }, + { "name": "Male Protagonist", "rank": 44 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Seihantai na Kimi to Boku", + "english": "You and I are Polar Opposites", + "native": "正反対な君と僕" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689063877, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147997-QSf3nuWPkYcE.jpg" + } + }, + { + "id": 33131, + "idMal": 3131, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 4, + "format": "MANGA", + "duration": null, + "synonyms": ["The Ring: 0"], + "genres": ["Drama", "Horror", "Psychological", "Supernatural"], + "tags": [], + "title": { + "romaji": "Ring 0: Birthday", + "english": "The Ring 0: Birthday", + "native": "リング0~バースデイ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689238324, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2000 }, + "endDate": { "year": 2000 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx33131-yUshYvVTJGOw.png" + } + }, + { + "id": 97275, + "idMal": 98710, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 11, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Manabiya", + "Doinaka", + "Discord: Complex People", + "Renai no Sainou", + "Doyoubi", + "Oheya de.", + "Super Sexpress! Tokyo⇔Osaka-kan", + "Kangei Kourin! Tenten Hanten", + "gKsnN4q", + "Shinryaku Shuurai! Ojousama", + "Hikari", + "Super Sexpress! After!" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Anthology", "rank": 20 }, + { "name": "Flat Chest", "rank": 20 } + ], + "title": { + "romaji": "Otona no Manegoto.", + "english": null, + "native": "おとなのまねごと。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689252028, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/97275-DkCYPR5xD2lC.jpg" + } + }, + { + "id": 41811, + "idMal": 11811, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 10, + "format": "MANGA", + "duration": null, + "synonyms": ["Tayutayu"], + "genres": ["Comedy", "Hentai", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 79 }, + { "name": "Threesome", "rank": 70 }, + { "name": "Twins", "rank": 60 }, + { "name": "Rape", "rank": 40 }, + { "name": "Rural", "rank": 40 }, + { "name": "Incest", "rank": 30 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Boobjob", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Blackmail", "rank": 20 } + ], + "title": { + "romaji": "Tayu Tayu", + "english": "Tayu Tayu", + "native": "たゆたゆ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689325555, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2009 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx41811-ipEU1GbBRhuK.jpg" + } + }, + { + "id": 42629, + "idMal": 12629, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": ["Aki Sora", "Akisora"], + "genres": ["Ecchi", "Romance"], + "tags": [ + { "name": "Incest", "rank": 97 }, + { "name": "Female Harem", "rank": 85 }, + { "name": "Seinen", "rank": 79 }, + { "name": "Crossdressing", "rank": 79 }, + { "name": "Bisexual", "rank": 79 }, + { "name": "Large Breasts", "rank": 79 }, + { "name": "Rape", "rank": 79 }, + { "name": "Nudity", "rank": 79 }, + { "name": "Boobjob", "rank": 79 }, + { "name": "Anal Sex", "rank": 79 }, + { "name": "Asexual", "rank": 79 }, + { "name": "Sex Toys", "rank": 79 }, + { "name": "Adoption", "rank": 79 }, + { "name": "Deepthroat", "rank": 79 }, + { "name": "Bondage", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Femboy", "rank": 79 } + ], + "title": { "romaji": "Aki-Sora", "english": null, "native": "あきそら" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689325567, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx42629-6OM3A2AsnrdP.jpg" + } + }, + { + "id": 90427, + "idMal": 66523, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 10, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Dictionary and Skirt", + "Obenkyo Shiyouze!", + "Sonna Kimi ni Koi wo Shita", + "Doutoku Girl", + "Announcer wo Mezasu nara", + "Bloomer de Himegoto", + "Meishi no Watashikata kara Koshi no Tsukaikata made", + "Kuro to Momo", + "Kanojo no Mondai", + "Katagiri-san wa Mistake wo Suru", + "Koinaka" + ], + "genres": ["Ecchi", "Romance"], + "tags": [{ "name": "Seinen", "rank": 20 }], + "title": { + "romaji": "Jisho to Skirt", + "english": "With a Dictionary and No Skirt", + "native": "辞書とスカート" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689635335, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": null }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b90427-NsWfyZGgGrki.jpg" + } + }, + { + "id": 53282, + "idMal": 23282, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 24, + "format": "MANGA", + "duration": null, + "synonyms": ["Himitsu no Akumachan", "The Secret Devil-chan"], + "genres": ["Comedy", "Ecchi", "Supernatural"], + "tags": [ + { "name": "Boys' Love", "rank": 95 }, + { "name": "Demons", "rank": 85 }, + { "name": "Succubus", "rank": 79 }, + { "name": "Crossdressing", "rank": 60 }, + { "name": "Seinen", "rank": 40 } + ], + "title": { + "romaji": "Himitsu no Akuma-chan", + "english": "Secret Devil-chan", + "native": "ひみつの悪魔ちゃん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689890569, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx53282-UEiTMfelMNcl.jpg" + } + }, + { + "id": 30124, + "idMal": 124, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 10, + "format": "MANGA", + "duration": null, + "synonyms": ["アクア", "Othello Game: Ebony & Ivory", "Аква"], + "genres": ["Adventure", "Comedy", "Drama", "Sci-Fi", "Slice of Life"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 95 }, + { "name": "Work", "rank": 92 }, + { "name": "Iyashikei", "rank": 90 }, + { "name": "Female Protagonist", "rank": 66 }, + { "name": "Foreign", "rank": 65 }, + { "name": "Shounen", "rank": 46 }, + { "name": "Aviation", "rank": 20 } + ], + "title": { "romaji": "AQUA", "english": "Aqua", "native": "AQUA" }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901311, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2001 }, + "endDate": { "year": 2001 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30124-GgVKXu3km7MH.jpg" + } + }, + { + "id": 53588, + "idMal": 23588, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 17, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "Love Triangle", "rank": 79 }, + { "name": "Rehabilitation", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Economics", "rank": 73 }, + { "name": "Hikikomori", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Philosophy", "rank": 30 } + ], + "title": { + "romaji": "Billionaire Girl", + "english": "Billionaire Girl", + "native": "ビリオネアガール" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901466, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2009 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx53588-3y8yhJcpQBPI.jpg" + } + }, + { + "id": 113528, + "idMal": 124732, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Ecchi", "Romance"], + "tags": [ + { "name": "Seinen", "rank": 79 }, + { "name": "School", "rank": 79 }, + { "name": "Teacher", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 70 }, + { "name": "Nudity", "rank": 60 } + ], + "title": { + "romaji": "Tasogare no Ethos", + "english": null, + "native": "黄昏のエトス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1689901541, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113528-ZOvIye8vbUlu.png" + } + }, + { + "id": 101188, + "idMal": 111769, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 55, + "format": "MANGA", + "duration": null, + "synonyms": ["Mother of the Goddess' Dormitory"], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Nudity", "rank": 97 }, + { "name": "Shounen", "rank": 79 }, + { "name": "Female Harem", "rank": 76 }, + { "name": "Tsundere", "rank": 75 }, + { "name": "Kuudere", "rank": 66 }, + { "name": "School", "rank": 60 }, + { "name": "Found Family", "rank": 60 }, + { "name": "Cosplay", "rank": 53 }, + { "name": "Age Gap", "rank": 50 }, + { "name": "Hikikomori", "rank": 40 }, + { "name": "Male Protagonist", "rank": 40 }, + { "name": "MILF", "rank": 20 } + ], + "title": { + "romaji": "Megami-ryou no Ryoubo-kun.", + "english": null, + "native": "女神寮の寮母くん。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690001963, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101188-7yaMNDDzggWh.jpg" + } + }, + { + "id": 100827, + "idMal": 111770, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 39, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Would you even fall in love with a pervert as long as it's a cutie?", + "Kawaiikereba Hentai demo Suki ni Natte Kuremasu ka?" + ], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 87 }, + { "name": "School", "rank": 80 }, + { "name": "School Club", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Slavery", "rank": 60 }, + { "name": "Shounen", "rank": 55 }, + { "name": "Inseki", "rank": 20 } + ], + "title": { + "romaji": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", + "english": null, + "native": "可愛ければ変態でも好きになってくれますか?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690068785, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx100827-jVV49I1b129o.jpg" + } + }, + { + "id": 101023, + "idMal": 110653, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 55, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Sports"], + "tags": [ + { "name": "Cheerleading", "rank": 79 }, + { "name": "School Club", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 60 }, + { "name": "School", "rank": 20 }, + { "name": "Yuri", "rank": 20 } + ], + "title": { + "romaji": "Anima Yell!", + "english": null, + "native": "アニマエール!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690092052, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101023-lB7raV5DMzdz.png" + } + }, + { + "id": 85920, + "idMal": 75493, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 21, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Comedy", "Fantasy"], + "tags": [ + { "name": "Primarily Female Cast", "rank": 75 }, + { "name": "Shounen", "rank": 50 } + ], + "title": { + "romaji": "Fairy Girls", + "english": "Fairy Girls", + "native": "フェアリーガールズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690106021, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85920-6l94EV0B2lVG.jpg" + } + }, + { + "id": 163006, + "idMal": 158948, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + " The Case in Which Streaming in Another World Led to the Creation of a Massive Yandere Following" + ], + "genres": ["Comedy", "Ecchi", "Fantasy", "Romance", "Supernatural"], + "tags": [ + { "name": "Yandere", "rank": 80 }, + { "name": "Male Protagonist", "rank": 66 }, + { "name": "Magic", "rank": 66 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Female Harem", "rank": 46 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Isekai de Haishin Katsudou wo Shitara Tairyou no Yandere Shinja wo Umidashite Shimatta Ken", + "english": null, + "native": "異世界で配信活動をしたら大量のヤンデレ信者を生み出してしまった件" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690275956, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx163006-gVkoZAMAzxNU.jpg" + } + }, + { + "id": 116655, + "idMal": 154073, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Taishi Oritsue's Another-World Creature Girls Survival Journal" + ], + "genres": ["Action", "Comedy", "Ecchi", "Fantasy", "Supernatural"], + "tags": [{ "name": "Monster Girl", "rank": 60 }], + "title": { + "romaji": "Oritsue Taishi no Isekai Kuri Musume Survival Nisshi", + "english": null, + "native": "織津江大志の異世界クリ娘サバイバル日誌" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1690283652, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx116655-WUeYyzHjdt7q.jpg" + } + }, + { + "id": 151789, + "idMal": null, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Action", "Comedy", "Romance", "Supernatural"], + "tags": [ + { "name": "Yandere", "rank": 60 }, + { "name": "Love Triangle", "rank": 20 }, + { "name": "Demons", "rank": 20 }, + { "name": "Amnesia", "rank": 20 }, + { "name": "Tragedy", "rank": 20 }, + { "name": "Female Harem", "rank": 20 } + ], + "title": { + "romaji": "Engage Kiss", + "english": null, + "native": "Engage Kiss" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1692986797, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151789-OZflVAk0vBWr.jpg" + } + }, + { + "id": 159691, + "idMal": 150444, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Another World in Japan"], + "genres": ["Action", "Fantasy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "Isekai", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 }, + { "name": "Assassins", "rank": 20 }, + { "name": "Elf", "rank": 20 } + ], + "title": { + "romaji": "Isekai Nippon: Ansatsu Ikka no Sannan wa Kotokaika shita Nippon de Musou suru", + "english": null, + "native": "異世界日本~暗殺一家の三男は異界化した日本で無双する~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693440298, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159691-RcWgqZSh2rNm.jpg" + } + }, + { + "id": 168350, + "idMal": 161867, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 24, + "format": "MANGA", + "duration": null, + "synonyms": ["Dunking on Succubi in Another World"], + "genres": ["Action", "Adventure", "Ecchi", "Fantasy"], + "tags": [ + { "name": "Isekai", "rank": 60 }, + { "name": "Succubus", "rank": 60 }, + { "name": "Female Harem", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Swordplay", "rank": 20 }, + { "name": "Nekomimi", "rank": 20 }, + { "name": "Tentacles", "rank": 20 }, + { "name": "Cumflation", "rank": 20 } + ], + "title": { + "romaji": "Succubus Nanka ni Makenai Isekai Seikatsu", + "english": null, + "native": "サキュバスなんかに負けない異世界生活" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693453889, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b168350-j8AnMmfi1xfT.jpg" + } + }, + { + "id": 82149, + "idMal": 52149, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 12, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Lovely Lover's Love", + "Opętani miłością", + "Nee-chan to Yobanaide", + "Are Kara", + "Don't leave me…", + "Orusuban", + "Yakusoku", + "Anata no Neko ni", + "Tonari no Yamashita-san", + "Zutto Isshoni", + "Hime Imouto", + "Jirettai no yo!", + "Don't Call Me Nee-chan", + "Since Then…", + "House-Sitting", + "Promise", + "I’ll Be Your Cat", + "My Neighbor Yamashita-san", + "Always Together", + "Secret Sister", + "It’s Frustrating!" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Anthology", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Incest", "rank": 40 }, + { "name": "Nakadashi", "rank": 40 }, + { "name": "Fellatio", "rank": 40 }, + { "name": "Netori", "rank": 40 }, + { "name": "Boobjob", "rank": 40 }, + { "name": "Defloration", "rank": 20 }, + { "name": "Virginity", "rank": 20 }, + { "name": "Cosplay", "rank": 20 } + ], + "title": { + "romaji": "Suki darake", + "english": "Love-Ridden", + "native": "好きだらけ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693596012, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx82149-HuvpVhTdrSRu.jpg" + } + }, + { + "id": 145365, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": ["Until I Make My Cousin Happy"], + "genres": ["Drama"], + "tags": [ + { "name": "Rehabilitation", "rank": 79 }, + { "name": "Female Protagonist", "rank": 20 }, + { "name": "Biographical", "rank": 20 }, + { "name": "POV", "rank": 20 } + ], + "title": { + "romaji": "Daigakusei no Ore ga Itoko no Onnanoko wo Shiawase ni Suru made", + "english": null, + "native": "大学生の俺がいとこの女の子を幸せにするまで" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693610760, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx145365-7YWgfoJKsDp3.jpg" + } + }, + { + "id": 156280, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Yandere girl is too scary, so I pushed her past the point of no return, and it turned out to be kind of creepy" + ], + "genres": ["Comedy", "Psychological"], + "tags": [{ "name": "Yandere", "rank": 60 }], + "title": { + "romaji": "Yandere-chan ga Kowa Sugiru no de Gorioshi de Yarisugoshitara Tondemonai Koto ni Natta", + "english": null, + "native": "ヤンデレちゃんが怖すぎるのでゴリ押しでやり過ごしたらとんでもないことになった " + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693610777, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx156280-N16dWNHolfYK.jpg" + } + }, + { + "id": 159360, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 41, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [], + "title": { + "romaji": "Yoru ni Torokeru", + "english": null, + "native": "夜にとろける" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693950744, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2018 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx159360-slBuo8F9NJcZ.jpg" + } + }, + { + "id": 106688, + "idMal": 123990, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 23, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Tales of the Corporate Slave Succubus", + "社畜女梦魔的故事", + "Sukkub i jej ciężka praca w korpo" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Work", "rank": 98 }, + { "name": "Succubus", "rank": 96 }, + { "name": "Monster Girl", "rank": 86 }, + { "name": "Iyashikei", "rank": 80 }, + { "name": "Demons", "rank": 80 }, + { "name": "Tsundere", "rank": 80 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Nudity", "rank": 33 }, + { "name": "Urban Fantasy", "rank": 30 } + ], + "title": { + "romaji": "Shachiku Succubus no Hanashi", + "english": null, + "native": "社畜サキュバスの話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1693963630, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106688-GdF4d5YGdyDh.jpg" + } + }, + { + "id": 112621, + "idMal": 123270, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 37, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Can't Defy the Lonely Girl", + "I can't refuse Lonely Girl's request.", + "無法拒絕孤單女孩", + "론리 걸에게 거역할 수 없어", + "คำขอวันละข้อจากสาวน้อยเดียวดาย" + ], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 97 }, + { "name": "Primarily Female Cast", "rank": 90 }, + { "name": "Female Protagonist", "rank": 86 }, + { "name": "LGBTQ+ Themes", "rank": 81 }, + { "name": "School", "rank": 80 }, + { "name": "Cute Girls Doing Cute Things", "rank": 80 }, + { "name": "Bisexual", "rank": 20 } + ], + "title": { + "romaji": "Lonely Girl ni Sakaraenai", + "english": "I Can't Say No to the Lonely Girl", + "native": "ロンリーガールに逆らえない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694043302, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx112621-0ws0GgQ7Z2i7.jpg" + } + }, + { + "id": 99318, + "idMal": 106021, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 22, + "format": "MANGA", + "duration": null, + "synonyms": ["重返莓园"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "LGBTQ+ Themes", "rank": 100 }, + { "name": "Yuri", "rank": 96 }, + { "name": "Time Manipulation", "rank": 79 }, + { "name": "School", "rank": 66 } + ], + "title": { + "romaji": "Strawberry Fields wo Mou Ichido", + "english": "Strawberry Fields Once Again", + "native": "ストロベリー・フィールズをもう一度" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694043314, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": 2019 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx99318-i8wS59WkMyWF.jpg" + } + }, + { + "id": 60791, + "idMal": 30791, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 8, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Fantasy", "Horror", "Romance"], + "tags": [ + { "name": "Yuri", "rank": 79 }, + { "name": "Assassins", "rank": 50 }, + { "name": "Tragedy", "rank": 40 }, + { "name": "Demons", "rank": 20 } + ], + "title": { + "romaji": "Mugen no Minamo ni", + "english": "To Eternal Minamo", + "native": "むげんのみなもに" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 1, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1694052182, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2010 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx60791-b0fQYewoQmbn.jpg" + } + }, + { + "id": 143190, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Hentai"], + "tags": [ + { "name": "Nakadashi", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Virginity", "rank": 20 }, + { "name": "Defloration", "rank": 20 } + ], + "title": { + "romaji": "Metsuki no Warui Class no Anoko", + "english": null, + "native": "目つきの悪いクラスのあの子" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694073952, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143190-G6JgNSKj7Uzu.jpg" + } + }, + { + "id": 164946, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 1, + "format": "MANGA", + "duration": null, + "synonyms": ["Comforted by the Sloppy Girl Next Door"], + "genres": ["Hentai"], + "tags": [ + { "name": "Heterosexual", "rank": 60 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Large Breasts", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 }, + { "name": "Virginity", "rank": 20 }, + { "name": "MILF", "rank": 20 } + ], + "title": { + "romaji": "Otonari no Darashi na Onee-san ni Nagusamerareru Hanashi", + "english": null, + "native": "おとなりのだらしなお姉さんに慰められる話" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694074537, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx164946-mYRQTaqCDJYm.jpg" + } + }, + { + "id": 95550, + "idMal": 91411, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Onegai", + "Yurikan", + "Sis Bra 2", + "Himitsu", + "In Select", + "Friend Ship", + "Himitsu no Houkago", + "Anemori", + "Shisu-Bura 2" + ], + "genres": ["Hentai"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Kanyou Shoujo", + "english": null, + "native": "姦用少女" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694465780, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2015 }, + "endDate": { "year": 2015 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx95550-VmHoAPF6bTES.jpg" + } + }, + { + "id": 162113, + "idMal": 156075, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 10, + "format": "MANGA", + "duration": null, + "synonyms": ["The Scary Boss's Extra Large Size Won't Fit!"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [{ "name": "Josei", "rank": 20 }], + "title": { + "romaji": "Kowamote Joushi no XL Size ga Hairimasen!: Chippai Ham- chan to Zetsurin Same-kun no Kaihatsu Jijou", + "english": "My Boss Is a Giant: He Manages My Every Need With Enormous Skill", + "native": "コワモテ上司のXLサイズが入りません!~ちっぱいハムちゃんと絶倫サメくんの開発事情~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694477054, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx162113-9pO9LxZHrwJG.jpg" + } + }, + { + "id": 147227, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 11, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Koko kara Saki wa Sex Desu!!", + "ここから先はセックスです!!" + ], + "genres": ["Hentai"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Primarily Teen Cast", "rank": 79 }, + { "name": "Pandemic", "rank": 79 }, + { "name": "Cunnilingus", "rank": 20 }, + { "name": "Ahegao", "rank": 20 }, + { "name": "Fellatio", "rank": 20 }, + { "name": "Handjob", "rank": 20 }, + { "name": "Rimjob", "rank": 20 }, + { "name": "Facial", "rank": 20 }, + { "name": "Nakadashi", "rank": 20 } + ], + "title": { + "romaji": "Boku no Seieki de Honpuku Kaiyu!!", + "english": null, + "native": "僕の精液で本復快癒!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694482579, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx147227-LC1TRRRqcRVm.png" + } + }, + { + "id": 150040, + "idMal": 159997, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["You Are Not NINA!"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "VTuber", "rank": 60 }, + { "name": "Hikikomori", "rank": 50 }, + { "name": "Heterosexual", "rank": 40 }, + { "name": "Seinen", "rank": 20 } + ], + "title": { + "romaji": "Kimi wa, Nina ja Nai", + "english": null, + "native": "きみは、ニーナじゃない" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1694598047, + "updatedAt": 1695300608, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx150040-nkEwYxNPaWUk.jpg" + } + }, + { + "id": 97447, + "idMal": 99803, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Yozakura no Memory", + "夜桜のメモリー", + "Shiosai no Memory", + "潮騒のメモリー", + "Shiro no Memory", + "白のメモリー", + "Oneechan no Omocha♡", + "お姉ちゃんのおもちゃ♡", + "Omocha no Oneechan♡", + "おもちゃのお姉ちゃん♡", + "Itadaki no Hime", + "頂の姫", + "Otoshimono - Hiriomono", + "オトシモノ〜ヒロイモノ", + "Ane no Inuma ni", + "姉のいぬ間に", + "Ane no Otameshi", + "姉のお試し" + ], + "genres": ["Hentai", "Romance"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Himegoto x Memories", + "english": null, + "native": "ヒメゴト×メモリーズ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1695555232, + "updatedAt": 1695555236, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2016 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx97447-ThEE9FfRIKDA.png" + } + }, + { + "id": 30329, + "idMal": 329, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 21, + "format": "MANGA", + "duration": null, + "synonyms": ["Pixie Pop: Gokkun Pucho"], + "genres": ["Comedy", "Fantasy", "Romance"], + "tags": [ + { "name": "School", "rank": 79 }, + { "name": "Magic", "rank": 79 }, + { "name": "Shoujo", "rank": 60 }, + { "name": "Henshin", "rank": 60 }, + { "name": "Female Protagonist", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Love Triangle", "rank": 60 }, + { "name": "Slapstick", "rank": 60 }, + { "name": "Tsundere", "rank": 60 }, + { "name": "Primarily Child Cast", "rank": 60 }, + { "name": "Food", "rank": 20 }, + { "name": "Time Skip", "rank": 20 }, + { "name": "Fairy", "rank": 20 } + ], + "title": { + "romaji": "Gokkun! Pucho", + "english": "Pixie Pop", + "native": "ゴックン! ぷーちょ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700161858, + "updatedAt": 1700162002, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2004 }, + "endDate": { "year": 2005 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx30329-sP379QcUaJho.jpg" + } + }, + { + "id": 104151, + "idMal": 112393, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 26, + "format": "MANGA", + "duration": null, + "synonyms": ["A Love Letter for the Marching Puppy"], + "genres": ["Romance"], + "tags": [ + { "name": "Yuri", "rank": 92 }, + { "name": "Military", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Female Protagonist", "rank": 82 }, + { "name": "Historical", "rank": 82 }, + { "name": "School", "rank": 75 }, + { "name": "Time Skip", "rank": 60 }, + { "name": "Age Gap", "rank": 57 } + ], + "title": { + "romaji": "Koushin Koinu ni Koibumi wo", + "english": null, + "native": "行進子犬に恋文を" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700161975, + "updatedAt": 1700161986, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2020 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx104151-tIVnDVxppmch.jpg" + } + }, + { + "id": 92766, + "idMal": 79097, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 8, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Music", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 20 }, + { "name": "Idol", "rank": 20 }, + { "name": "Parody", "rank": 20 } + ], + "title": { + "romaji": "Miss Monochrome: Motto Challenge", + "english": null, + "native": "ミス・モノクローム -Motto Challenge-" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1700627681, + "updatedAt": 1700627681, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": 2014 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx92766-NPvY8rUqojP9.jpg" + } + }, + { + "id": 113801, + "idMal": 124036, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 28, + "format": "MANGA", + "duration": null, + "synonyms": ["I Want Sakurai to Notice"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 79 }, + { "name": "Female Protagonist", "rank": 79 }, + { "name": "Male Protagonist", "rank": 79 }, + { "name": "School", "rank": 76 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Urban", "rank": 60 }, + { "name": "Bullying", "rank": 20 } + ], + "title": { + "romaji": "Sakurai-san wa Kizuite Hoshii", + "english": "Sakurai-san Wants to Be Noticed", + "native": "桜井さんは気づいてほしい" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703106343, + "updatedAt": 1703106354, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx113801-E8MWCJYp4BnL.jpg" + } + }, + { + "id": 171515, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 2, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Fantasy"], + "tags": [ + { "name": "VTuber", "rank": 50 }, + { "name": "Female Protagonist", "rank": 50 }, + { "name": "Isekai", "rank": 20 }, + { "name": "Shoujo", "rank": 20 }, + { "name": "Video Games", "rank": 20 }, + { "name": "Urban Fantasy", "rank": 20 } + ], + "title": { + "romaji": "Zen Ciao-kko Usagi-ka Keikaku! VTuber Usada Pekora no Shinryaku Peko", + "english": null, + "native": "全ちゃおっ娘兎化計画!~VTuber兎田ぺこらの侵略ぺこ!~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703199525, + "updatedAt": 1703199532, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2023 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/b171515-tN71fVlBzRTK.png" + } + }, + { + "id": 138368, + "idMal": 142215, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": ["I'm Sandwiched Between Sweet and Spicy Step-Sisters"], + "genres": ["Comedy", "Ecchi", "Romance", "Slice of Life"], + "tags": [ + { "name": "Male Protagonist", "rank": 79 }, + { "name": "Bullying", "rank": 79 }, + { "name": "Adoption", "rank": 70 }, + { "name": "Otaku Culture", "rank": 60 }, + { "name": "Love Triangle", "rank": 55 }, + { "name": "Nudity", "rank": 46 }, + { "name": "Video Games", "rank": 46 }, + { "name": "Shounen", "rank": 40 }, + { "name": "Heterosexual", "rank": 33 }, + { "name": "Inseki", "rank": 20 } + ], + "title": { + "romaji": "Amakara Gishimai ni Hasamaretemasu", + "english": null, + "native": "甘辛義姉妹に挟まれてます" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703321216, + "updatedAt": 1703321219, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx138368-BHycK4AfRfu2.jpg" + } + }, + { + "id": 134245, + "idMal": 143605, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Ecchi", "Slice of Life"], + "tags": [ + { "name": "Seinen", "rank": 20 }, + { "name": "Animals", "rank": 20 }, + { "name": "Primarily Female Cast", "rank": 20 }, + { "name": "Nudity", "rank": 20 } + ], + "title": { + "romaji": "Joshiryou Neko no Tama-san", + "english": "Cat in a Hot Girls' Dorm", + "native": "女子寮猫のタマさん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703340564, + "updatedAt": 1703340570, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2017 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx134245-dO2k0FLeTy2x.jpg" + } + }, + { + "id": 130157, + "idMal": 136359, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 31, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Drama", "Romance"], + "tags": [ + { "name": "Tragedy", "rank": 79 }, + { "name": "Age Gap", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 }, + { "name": "Primarily Adult Cast", "rank": 20 }, + { "name": "Shoujo", "rank": 20 } + ], + "title": { + "romaji": "Tsuka no Ma no Ichika", + "english": "A Brief Moment of Ichika", + "native": "束の間の一花" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703341062, + "updatedAt": 1703341062, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx130157-3nB20orq5hv8.jpg" + } + }, + { + "id": 86321, + "idMal": 91458, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 37, + "format": "MANGA", + "duration": null, + "synonyms": [ + "はすはすさせろ!!", + "Hasuhasu Sasero!!", + "Because She Is a Little Girl I Am Excited Sexually" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Shounen", "rank": 79 }, + { "name": "4-koma", "rank": 79 } + ], + "title": { + "romaji": "Hshs Sasero!!", + "english": "Let Me Smell You!!", + "native": "hshsさせろ!!" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1703933715, + "updatedAt": 1703933725, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2013 }, + "endDate": { "year": 2016 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx86321-RDupocSTk5s9.jpg" + } + }, + { + "id": 114898, + "idMal": 125746, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "I Turned My Childhood Friend (♂) Into a Girl", + "幼馴染(♂)を女の子にしてしまった話", + "Osananajimi(♂) wo Onnanoko ni Shiteshimatta Hanashi", + "How to Make a \"Girl\" Fall in Love", + "How to Make (a otome) in Love", + "เมคอัปรักเสกนายให้สวยปิ๊ง" + ], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Femboy", "rank": 100 }, + { "name": "Crossdressing", "rank": 92 }, + { "name": "Makeup", "rank": 86 }, + { "name": "LGBTQ+ Themes", "rank": 72 }, + { "name": "Boys' Love", "rank": 72 }, + { "name": "School", "rank": 65 } + ], + "title": { + "romaji": "Koisuru (Otome) no Tsukurikata", + "english": "I Think I Turned My Childhood Friend Into a Girl", + "native": "恋する(おとめ)の作り方" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705595999, + "updatedAt": 1705596003, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx114898-quAtt09RdK2J.jpg" + } + }, + { + "id": 148054, + "idMal": 148785, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["ตัว (ไม่) ประกอบของคุณชิโมสึกิ"], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 } + ], + "title": { + "romaji": "Shimotsuki-san wa Mob ga Suki", + "english": null, + "native": "霜月さんはモブが好き" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705596046, + "updatedAt": 1705596049, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx148054-sddn2dVOuY9Y.jpg" + } + }, + { + "id": 110192, + "idMal": 133291, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Kamiina Botan, Drunk Figure Is Lily Flower", + "Kamiina Botan, the Drunken Appearance Is a Lily Flower" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Cute Girls Doing Cute Things", "rank": 90 }, + { "name": "Ensemble Cast", "rank": 79 }, + { "name": "Episodic", "rank": 79 }, + { "name": "Bar", "rank": 79 }, + { "name": "Primarily Adult Cast", "rank": 79 }, + { "name": "Primarily Female Cast", "rank": 79 }, + { "name": "Food", "rank": 79 }, + { "name": "Female Protagonist", "rank": 76 }, + { "name": "Yuri", "rank": 69 }, + { "name": "Travel", "rank": 60 }, + { "name": "Love Triangle", "rank": 50 }, + { "name": "College", "rank": 30 } + ], + "title": { + "romaji": "Kamiina Botan, Yoeru Sugata wa Yuri no Hana", + "english": null, + "native": "上伊那ぼたん、酔へる姿は百合の花" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705596288, + "updatedAt": 1705596297, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx110192-EDe07CtIXo8j.jpg" + } + }, + { + "id": 151693, + "idMal": 148789, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 15, + "format": "MANGA", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Horror", "Romance"], + "tags": [ + { "name": "Heterosexual", "rank": 20 }, + { "name": "School", "rank": 20 }, + { "name": "Slapstick", "rank": 20 } + ], + "title": { + "romaji": "Umeko-chan wa Koishiteru", + "english": null, + "native": "呻子ちゃんは恋してる" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705597226, + "updatedAt": 1705597231, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx151693-Wic1tRqhPt7K.jpg" + } + }, + { + "id": 126302, + "idMal": 158945, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 28, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Now that I'm a ghost, it won't be noticed even if I show my panties, right?" + ], + "genres": ["Comedy", "Ecchi", "Romance", "Supernatural"], + "tags": [ + { "name": "Ghost", "rank": 60 }, + { "name": "Shounen", "rank": 20 } + ], + "title": { + "romaji": "Yuurei ni Natta kara Pantsu Misete mo Barenai Yone!?", + "english": null, + "native": "幽霊になったからパンツ見せてもバレないよね!?" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705890567, + "updatedAt": 1705890569, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": 2021 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx126302-wZxBOpXaDQam.jpg" + } + }, + { + "id": 143936, + "idMal": 143262, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 66, + "format": "MANGA", + "duration": null, + "synonyms": ["A Cute Girl with a Nasty Look", "Scary Girl, Cute Girl "], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Delinquents", "rank": 79 }, + { "name": "Tomboy", "rank": 79 }, + { "name": "Heterosexual", "rank": 79 }, + { "name": "School", "rank": 73 }, + { "name": "Male Protagonist", "rank": 60 }, + { "name": "Primarily Teen Cast", "rank": 40 } + ], + "title": { + "romaji": "Metsuki Warui Ko Kawaii Ko", + "english": null, + "native": "目つき悪い子かわいい子" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705890575, + "updatedAt": 1705890580, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx143936-B3WBvKcxNpz2.jpg" + } + }, + { + "id": 85734, + "idMal": 93516, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Their Story", + "SQ: Cong Ni De Mingzi Kaishi", + "SQ: Begin With Your Name!", + "SQ从你的名字开始", + "SQ 1 君の名前から始まる" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Yuri", "rank": 97 }, + { "name": "Episodic", "rank": 94 }, + { "name": "Female Protagonist", "rank": 93 }, + { "name": "LGBTQ+ Themes", "rank": 90 }, + { "name": "Full Color", "rank": 84 }, + { "name": "School", "rank": 81 }, + { "name": "Coming of Age", "rank": 80 }, + { "name": "Slapstick", "rank": 78 }, + { "name": "Iyashikei", "rank": 77 }, + { "name": "Cute Girls Doing Cute Things", "rank": 69 }, + { "name": "Tomboy", "rank": 57 }, + { "name": "Primarily Teen Cast", "rank": 53 }, + { "name": "Basketball", "rank": 42 }, + { "name": "Primarily Female Cast", "rank": 40 }, + { "name": "Delinquents", "rank": 26 } + ], + "title": { + "romaji": "Tamen De Gushi", + "english": "SQ: Begin W/Your Name!", + "native": "她们的故事" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705939400, + "updatedAt": 1705939404, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2014 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx85734-yllpIVoPjADr.jpg" + } + }, + { + "id": 81229, + "idMal": 51229, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 7, + "format": "MANGA", + "duration": null, + "synonyms": [ + "My Lovely Landlord", + "Secret Lesson", + "Private Lesson", + "Sentiment" + ], + "genres": ["Hentai"], + "tags": [], + "title": { + "romaji": "Tada Koishikute, Aitakute...", + "english": null, + "native": "ただ恋しくて、会いたくて…" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1705940524, + "updatedAt": 1705940527, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2011 }, + "endDate": { "year": 2013 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx81229-8N6ZSKpl67R8.png" + } + }, + { + "id": 106726, + "idMal": 117851, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 49, + "format": "MANGA", + "duration": null, + "synonyms": ["蘑菇的拟态日常"], + "genres": ["Comedy", "Psychological", "Slice of Life"], + "tags": [ + { "name": "Meta", "rank": 98 }, + { "name": "Surreal Comedy", "rank": 94 }, + { "name": "Philosophy", "rank": 92 }, + { "name": "Augmented Reality", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 85 }, + { "name": "Female Protagonist", "rank": 85 }, + { "name": "Denpa", "rank": 83 }, + { "name": "Hikikomori", "rank": 79 }, + { "name": "Gods", "rank": 79 }, + { "name": "4-koma", "rank": 72 }, + { "name": "Cute Girls Doing Cute Things", "rank": 72 }, + { "name": "Yuri", "rank": 72 }, + { "name": "Post-Apocalyptic", "rank": 70 }, + { "name": "LGBTQ+ Themes", "rank": 70 }, + { "name": "Suicide", "rank": 66 }, + { "name": "School", "rank": 61 }, + { "name": "Iyashikei", "rank": 59 }, + { "name": "School Club", "rank": 58 }, + { "name": "Religion", "rank": 50 }, + { "name": "Episodic", "rank": 40 }, + { "name": "Trains", "rank": 33 } + ], + "title": { + "romaji": "Shimeji Simulation", + "english": null, + "native": "シメジ シミュレーション" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1706164214, + "updatedAt": 1706164218, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2019 }, + "endDate": { "year": 2023 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx106726-vTS20W5ZLnIl.jpg" + } + }, + { + "id": 170959, + "idMal": null, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 9, + "format": "MANGA", + "duration": null, + "synonyms": ["A Heart Full of Love"], + "genres": ["Hentai"], + "tags": [{ "name": "Anthology", "rank": 20 }], + "title": { + "romaji": "Mune Ippai no Ai wo", + "english": null, + "native": "胸いっぱいの愛を" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1706173242, + "updatedAt": 1706173248, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2022 }, + "endDate": { "year": 2022 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx170959-Fi1FtR1KVtpc.jpg" + } + }, + { + "id": 66615, + "idMal": 36615, + "status": "FINISHED", + "type": "MANGA", + "episodes": null, + "chapters": 152, + "format": "MANGA", + "duration": null, + "synonyms": ["Horisan to Miyamurakun"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "School", "rank": 100 }, + { "name": "Shounen", "rank": 60 }, + { "name": "Heterosexual", "rank": 60 } + ], + "title": { + "romaji": "Hori-san to Miyamura-kun", + "english": null, + "native": "堀さんと宮村くん" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687344056, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2008 }, + "endDate": { "year": 2011 }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/medium/36615.jpg" + } + }, + { + "id": 101557, + "idMal": 112807, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "The Bad Part of My Heart", + "내 마음의 위험한 녀석", + "BokuYaba", + "เธอผู้อันตรายต่อใจผม", + "Czarne chmury w moim sercu", + "僕ヤバ" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Heterosexual", "rank": 100 }, + { "name": "School", "rank": 90 }, + { "name": "Male Protagonist", "rank": 90 }, + { "name": "Female Protagonist", "rank": 78 }, + { "name": "Shounen", "rank": 72 }, + { "name": "Coming of Age", "rank": 70 }, + { "name": "Iyashikei", "rank": 48 }, + { "name": "Chuunibyou", "rank": 46 }, + { "name": "Acting", "rank": 40 }, + { "name": "Meta", "rank": 30 }, + { "name": "Cute Girls Doing Cute Things", "rank": 15 } + ], + "title": { + "romaji": "Boku no Kokoro no Yabai Yatsu", + "english": "The Dangers in My Heart", + "native": "僕の心のヤバイやつ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 5, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687344126, + "updatedAt": 1705824443, + "score": 0, + "startedAt": { "year": 2024 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx101557-bEJu54cmVYxx.jpg" + } + }, + { + "id": 109285, + "idMal": 118289, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Skip and Loafer - Nhịp Bước Tuổi Xanh"], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Coming of Age", "rank": 95 }, + { "name": "Female Protagonist", "rank": 94 }, + { "name": "School", "rank": 88 }, + { "name": "Primarily Teen Cast", "rank": 88 }, + { "name": "Heterosexual", "rank": 83 }, + { "name": "Urban", "rank": 65 }, + { "name": "Seinen", "rank": 63 }, + { "name": "Iyashikei", "rank": 60 }, + { "name": "Love Triangle", "rank": 53 }, + { "name": "LGBTQ+ Themes", "rank": 50 }, + { "name": "Transgender", "rank": 47 }, + { "name": "Acting", "rank": 45 } + ], + "title": { + "romaji": "Skip to Loafer", + "english": "Skip and Loafer", + "native": "スキップとローファー" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687344140, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx109285-HmBZpzsO2zxd.jpg" + } + }, + { + "id": 101177, + "idMal": 112589, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": [ + "Tonikaku Cawaii", + "Generally Cute", + "จะยังไงภรรยาของผมก็น่ารัก", + "Fly me to the moon - Tóm lại là em dễ thương, được chưa?", + "總之就是很可愛", + "总之就是非常可爱", + "Così carina. Fly me to the moon" + ], + "genres": ["Comedy", "Romance", "Slice of Life"], + "tags": [ + { "name": "Marriage", "rank": 97 }, + { "name": "Iyashikei", "rank": 95 }, + { "name": "Family Life", "rank": 89 }, + { "name": "Heterosexual", "rank": 88 }, + { "name": "Historical", "rank": 80 }, + { "name": "Amnesia", "rank": 70 }, + { "name": "Age Gap", "rank": 70 }, + { "name": "Coming of Age", "rank": 66 }, + { "name": "Meta", "rank": 64 }, + { "name": "Shounen", "rank": 63 }, + { "name": "Primarily Adult Cast", "rank": 63 }, + { "name": "Parody", "rank": 63 }, + { "name": "Cute Girls Doing Cute Things", "rank": 58 }, + { "name": "Astronomy", "rank": 58 }, + { "name": "Tsundere", "rank": 52 }, + { "name": "Otaku Culture", "rank": 45 }, + { "name": "Ojou-sama", "rank": 42 }, + { "name": "Swordplay", "rank": 35 }, + { "name": "Mythology", "rank": 33 }, + { "name": "Maids", "rank": 32 }, + { "name": "Software Development", "rank": 31 } + ], + "title": { + "romaji": "Tonikaku Kawaii", + "english": "Fly Me to the Moon", + "native": "トニカクカワイイ" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1687580299, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2018 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/nx101177-FjjD5UWB3C3t.png" + } + }, + { + "id": 129694, + "idMal": 133696, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "MANGA", + "duration": null, + "synonyms": ["Goddess Café Terrace", "คาเฟ่นี้มีนางฟ้ามาเสิร์ฟ "], + "genres": ["Comedy", "Ecchi", "Romance"], + "tags": [ + { "name": "Female Harem", "rank": 93 }, + { "name": "Work", "rank": 90 }, + { "name": "Primarily Female Cast", "rank": 88 }, + { "name": "Family Life", "rank": 88 }, + { "name": "Male Protagonist", "rank": 84 }, + { "name": "Ensemble Cast", "rank": 82 }, + { "name": "Primarily Adult Cast", "rank": 80 }, + { "name": "Surreal Comedy", "rank": 79 }, + { "name": "Found Family", "rank": 79 }, + { "name": "Cute Girls Doing Cute Things", "rank": 77 }, + { "name": "Food", "rank": 75 }, + { "name": "Slapstick", "rank": 73 }, + { "name": "Shounen", "rank": 68 }, + { "name": "Tsundere", "rank": 68 }, + { "name": "Maids", "rank": 40 }, + { "name": "Nudity", "rank": 40 }, + { "name": "Twins", "rank": 36 } + ], + "title": { + "romaji": "Megami no Café Terrace", + "english": "The Café Terrace and Its Goddesses", + "native": "女神のカフェテラス" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 0, + "progressVolumes": 0, + "status": "PLANNING", + "repeat": 0, + "createdAt": 1691301947, + "updatedAt": 1695109200, + "score": 0, + "startedAt": { "year": null }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx129694-0UwkVkWwnfFY.jpg" + } + }, + { + "id": 132264, + "idMal": 136419, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [ + "Our Dating Story: The Experienced You and The Inexperienced Me", + "หนุ่มซิงกับสาวฮอต เดตนี้จะรอดมั้ยนะ" + ], + "genres": ["Drama", "Romance", "Slice of Life"], + "tags": [ + { "name": "Love Triangle", "rank": 60 }, + { "name": "School", "rank": 53 }, + { "name": "Gyaru", "rank": 50 }, + { "name": "Heterosexual", "rank": 20 }, + { "name": "Male Protagonist", "rank": 20 }, + { "name": "Primarily Teen Cast", "rank": 20 }, + { "name": "Coming of Age", "rank": 20 }, + { "name": "Twins", "rank": 20 } + ], + "title": { + "romaji": "Keikenzumi na Kimi to, Keiken Zero na Ore ga, Otsukiai suru Hanashi. ", + "english": "You Were Experienced, I Was Not: Our Dating Story", + "native": "経験済みなキミと、 経験ゼロなオレが、 お付き合いする話。" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 4, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1697527977, + "updatedAt": 1703421633, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2020 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx132264-FilTiY7aeNPY.jpg" + } + }, + { + "id": 141096, + "idMal": 142851, + "status": "RELEASING", + "type": "MANGA", + "episodes": null, + "chapters": null, + "format": "NOVEL", + "duration": null, + "synonyms": [], + "genres": ["Comedy", "Romance"], + "tags": [ + { "name": "Gender Bending", "rank": 20 }, + { "name": "Family Life", "rank": 20 } + ], + "title": { + "romaji": "Jitsu wa Imouto Deshita.: Saikin Giri no Otouto no Kyourikan ga Yatara Chikai Wake", + "english": null, + "native": "じつは義妹でした。 ~最近できた義理の弟の距離感がやたら近いわけ~" + }, + "nextAiringEpisode": null, + "mediaListEntry": { + "progress": 1, + "progressVolumes": 0, + "status": "CURRENT", + "repeat": 0, + "createdAt": 1701938473, + "updatedAt": 1701938473, + "score": 0, + "startedAt": { "year": 2023 }, + "completedAt": { "year": null } + }, + "startDate": { "year": 2021 }, + "endDate": { "year": null }, + "coverImage": { + "extraLarge": "https://s4.anilist.co/file/anilistcdn/media/manga/cover/large/bx141096-8m8Fi0wOT8Mt.png" + } + } ] diff --git a/src/lib/Data/Static/crunchyroll.json b/src/lib/Data/Static/crunchyroll.json index 37012e64..89b74aa6 100644 --- a/src/lib/Data/Static/crunchyroll.json +++ b/src/lib/Data/Static/crunchyroll.json @@ -1,61 +1,146 @@ [ - { "year": 2023, "month": 12, "day": 29, "title": "Burn the Witch #0.8" }, - { "year": 2024, "month": 1, "day": 1, "title": "Fluffy Paradise" }, - { "year": 2024, "month": 1, "day": 3, "title": "Classroom of the Elite Season 3" }, - { "year": 2024, "month": 1, "day": 3, "title": "Bottom-Tier Character Tomozaki Season 2" }, - { "year": 2024, "month": 1, "day": 5, "title": "The Demon Prince of Momochi House" }, - { "year": 2024, "month": 1, "day": 5, "title": "Sasaki and Peeps" }, - { "year": 2024, "month": 1, "day": 5, "title": "The Unwanted Undead Adventurer" }, - { "year": 2024, "month": 1, "day": 5, "title": "The Wrong Way to Use Healing Magic" }, - { "year": 2024, "month": 1, "day": 6, "title": "One Piece: Egghead Island Arc" }, - { "year": 2024, "month": 1, "day": 6, "title": "Solo Leveling" }, - { "year": 2024, "month": 1, "day": 6, "title": "A Sign of Affection" }, - { "year": 2024, "month": 1, "day": 6, "title": "Tales of Weddings Rings" }, - { - "year": 2024, - "month": 1, - "day": 7, - "title": "7th Time Loop: The Villainess Enjoys a Carefree Life Married to Her Worst Enemy!" - }, - { "year": 2024, "month": 1, "day": 8, "title": "Tsukimichi -Moonlit Fantasy- Season 2" }, - { "year": 2024, "month": 1, "day": 8, "title": "The Foolish Angel Dances With the Devil" }, - { "year": 2024, "month": 1, "day": 8, "title": "Hokkaido Gals Are Super Adorable!" }, - { "year": 2024, "month": 1, "day": 8, "title": "High Card Season 2" }, - { - "year": 2024, - "month": 1, - "day": 9, - "title": "Villainess Level 99: I May Be the Hidden Boss but I'm Not the Demon Lord" - }, - { "year": 2024, "month": 1, "day": 10, "title": "Metallic Rouge" }, - { "year": 2024, "month": 1, "day": 10, "title": "Sengoku Youko" }, - { "year": 2024, "month": 1, "day": 11, "title": "Delusional Monthly Magazine" }, - { "year": 2024, "month": 1, "day": 13, "title": "Bucchigiri" }, - { "year": 2024, "month": 1, "day": 14, "title": "Meji Gekken: 1874" }, - { "year": 2024, "month": 1, "day": 14, "title": "The Fire Hunter Season 2" }, - { - "year": 2024, - "month": 1, - "day": "soon", - "title": "Doctor Elise: The Royal Lady With the Lamp" - }, - { "year": 2024, "month": 1, "day": "soon", "title": "Mashle: Magic and Muscles" }, - { "year": 2024, "month": 1, "day": "soon", "title": "The Witch and the Beast" }, - { "year": 2023, "month": 9, "day": "continuing", "title": "Frieren: Beyond Journey's End" }, - { "year": 2023, "month": 9, "day": "continuing", "title": "The Apothecary Diaries" }, - { - "year": 2023, - "month": 9, - "day": "continuing", - "title": "Firefighter Daigo: Rescuer in Orange" - }, - { "year": 2023, "month": 9, "day": "continuing", "title": "Case Closed (Detective Conan)" }, - { "year": 2023, "month": 9, "day": "continuing", "title": "Soaring Sky! Precure" }, - { "year": 2023, "month": 9, "day": "continuing", "title": "Shangri-La Frontier" }, - { - "year": 2023, - "month": 9, - "day": "continuing", - "title": "Captain Tsubasa Season 2: Junior Youth Arc" - } + { "year": 2023, "month": 12, "day": 29, "title": "Burn the Witch #0.8" }, + { "year": 2024, "month": 1, "day": 1, "title": "Fluffy Paradise" }, + { + "year": 2024, + "month": 1, + "day": 3, + "title": "Classroom of the Elite Season 3" + }, + { + "year": 2024, + "month": 1, + "day": 3, + "title": "Bottom-Tier Character Tomozaki Season 2" + }, + { + "year": 2024, + "month": 1, + "day": 5, + "title": "The Demon Prince of Momochi House" + }, + { "year": 2024, "month": 1, "day": 5, "title": "Sasaki and Peeps" }, + { + "year": 2024, + "month": 1, + "day": 5, + "title": "The Unwanted Undead Adventurer" + }, + { + "year": 2024, + "month": 1, + "day": 5, + "title": "The Wrong Way to Use Healing Magic" + }, + { + "year": 2024, + "month": 1, + "day": 6, + "title": "One Piece: Egghead Island Arc" + }, + { "year": 2024, "month": 1, "day": 6, "title": "Solo Leveling" }, + { "year": 2024, "month": 1, "day": 6, "title": "A Sign of Affection" }, + { "year": 2024, "month": 1, "day": 6, "title": "Tales of Weddings Rings" }, + { + "year": 2024, + "month": 1, + "day": 7, + "title": "7th Time Loop: The Villainess Enjoys a Carefree Life Married to Her Worst Enemy!" + }, + { + "year": 2024, + "month": 1, + "day": 8, + "title": "Tsukimichi -Moonlit Fantasy- Season 2" + }, + { + "year": 2024, + "month": 1, + "day": 8, + "title": "The Foolish Angel Dances With the Devil" + }, + { + "year": 2024, + "month": 1, + "day": 8, + "title": "Hokkaido Gals Are Super Adorable!" + }, + { "year": 2024, "month": 1, "day": 8, "title": "High Card Season 2" }, + { + "year": 2024, + "month": 1, + "day": 9, + "title": "Villainess Level 99: I May Be the Hidden Boss but I'm Not the Demon Lord" + }, + { "year": 2024, "month": 1, "day": 10, "title": "Metallic Rouge" }, + { "year": 2024, "month": 1, "day": 10, "title": "Sengoku Youko" }, + { + "year": 2024, + "month": 1, + "day": 11, + "title": "Delusional Monthly Magazine" + }, + { "year": 2024, "month": 1, "day": 13, "title": "Bucchigiri" }, + { "year": 2024, "month": 1, "day": 14, "title": "Meji Gekken: 1874" }, + { "year": 2024, "month": 1, "day": 14, "title": "The Fire Hunter Season 2" }, + { + "year": 2024, + "month": 1, + "day": "soon", + "title": "Doctor Elise: The Royal Lady With the Lamp" + }, + { + "year": 2024, + "month": 1, + "day": "soon", + "title": "Mashle: Magic and Muscles" + }, + { + "year": 2024, + "month": 1, + "day": "soon", + "title": "The Witch and the Beast" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "Frieren: Beyond Journey's End" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "The Apothecary Diaries" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "Firefighter Daigo: Rescuer in Orange" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "Case Closed (Detective Conan)" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "Soaring Sky! Precure" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "Shangri-La Frontier" + }, + { + "year": 2023, + "month": 9, + "day": "continuing", + "title": "Captain Tsubasa Season 2: Junior Youth Arc" + } ] diff --git a/src/lib/Data/Static/hololiveBirthdays.json b/src/lib/Data/Static/hololiveBirthdays.json index 0beab75c..bcc1a3c9 100644 --- a/src/lib/Data/Static/hololiveBirthdays.json +++ b/src/lib/Data/Static/hololiveBirthdays.json @@ -1,614 +1,614 @@ [ - { - "name": "Watson Amelia", - "month": 1, - "day": 6, - "image": "https://hololist.net/wp-content/uploads/2022/02/watson-amelia-portrait-66-300x300.jpg" - }, - { - "name": "Usada Pekora", - "month": 1, - "day": 12, - "image": "https://hololist.net/wp-content/uploads/2022/02/usada-pekora-portrait-66-300x300.jpg" - }, - { - "name": "Ayunda Risu", - "month": 1, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/ayunda-risu-portrait-66-300x300.jpg" - }, - { - "name": "Aragami Oga", - "month": 1, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/aragami-oga-portrait-66-300x300.jpg" - }, - { - "name": "Uruha Rushia", - "month": 1, - "day": 22, - "image": "https://hololist.net/wp-content/uploads/2022/02/uruha-rushia-portrait-66-300x300.jpg" - }, - { - "name": "Regis Altare", - "month": 1, - "day": 29, - "image": "https://hololist.net/wp-content/uploads/2022/07/regis-altare-portrait-66-300x300.jpg" - }, - { - "name": "Omaru Polka", - "month": 1, - "day": 30, - "image": "https://hololist.net/wp-content/uploads/2022/02/omaru-polka-portrait-66-300x300.jpg" - }, - { - "name": "Fuwawa Abyssgard", - "month": 2, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2023/07/fuwawa-abyssgard-portrait-66-300x300.jpg" - }, - { - "name": "Mococo Abyssgard", - "month": 2, - "day": 2, - "image": "https://hololist.net/wp-content/uploads/2023/07/mococo-abyssgard-portrait-66-300x300.jpg" - }, - { - "name": "Juufuutei Raden", - "month": 2, - "day": 4, - "image": "https://hololist.net/wp-content/uploads/2023/09/juufuutei-raden-portrait-66-300x300.jpg" - }, - { - "name": "Jurard T Rexford", - "month": 2, - "day": 7, - "image": "https://hololist.net/wp-content/uploads/2023/11/jurard-t-rexford-portrait-66-1-300x300.jpg" - }, - { - "name": "Hizaki Gamma", - "month": 2, - "day": 9, - "image": "https://hololist.net/wp-content/uploads/2022/03/hizaki-gamma-portrait-66-300x300.jpg" - }, - { - "name": "Noir Vesper", - "month": 2, - "day": 13, - "image": "https://hololist.net/wp-content/uploads/2022/07/noir-vesper-portrait-66-300x300.jpg" - }, - { - "name": "Yuzuki Choco", - "month": 2, - "day": 14, - "image": "https://hololist.net/wp-content/uploads/2022/02/yuzuki-choco-portrait-66-300x300.jpg" - }, - { - "name": "Moona Hoshinova", - "month": 2, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/moona-hoshinova-portrait-66-300x300.jpg" - }, - { - "name": "Aki Rosenthal", - "month": 2, - "day": 17, - "image": "https://hololist.net/wp-content/uploads/2022/02/aki-rosenthal-portrait-66-300x300.jpg" - }, - { - "name": "Nekomata Okayu", - "month": 2, - "day": 22, - "image": "https://hololist.net/wp-content/uploads/2022/02/nekomata-okayu-portrait-66-300x300.jpg" - }, - { - "name": "Kageyama Shien", - "month": 2, - "day": 25, - "image": "https://hololist.net/wp-content/uploads/2022/02/kageyama-shien-portrait-66-300x300.jpg" - }, - { - "name": "Hiodoshi Ao", - "month": 2, - "day": 27, - "image": "https://hololist.net/wp-content/uploads/2023/09/hiodoshi-ao-portrait-66-300x300.jpg" - }, - { - "name": "Hakos Baelz", - "month": 2, - "day": 29, - "image": "https://hololist.net/wp-content/uploads/2022/02/hakos-baelz-portrait-66-300x300.jpg" - }, - { - "name": "Momosuzu Nene", - "month": 3, - "day": 2, - "image": "https://hololist.net/wp-content/uploads/2022/02/momosuzu-nene-portrait-66-300x300.jpg" - }, - { - "name": "Hanasaki Miyabi", - "month": 3, - "day": 3, - "image": "https://hololist.net/wp-content/uploads/2022/02/hanasaki-miyabi-portrait-66-300x300.jpg" - }, - { - "name": "Sakura Miko", - "month": 3, - "day": 5, - "image": "https://hololist.net/wp-content/uploads/2022/02/sakura-miko-portrait-66-300x300.jpg" - }, - { - "name": "IRyS", - "month": 3, - "day": 7, - "image": "https://hololist.net/wp-content/uploads/2022/02/irys-portrait-66-300x300.jpg" - }, - { - "name": "Anya Melfissa", - "month": 3, - "day": 12, - "image": "https://hololist.net/wp-content/uploads/2022/02/anya-melfissa-portrait-66-300x300.jpg" - }, - { - "name": "Ouro Kronii", - "month": 3, - "day": 14, - "image": "https://hololist.net/wp-content/uploads/2022/02/ouro-kronii-portrait-66-300x300.jpg" - }, - { - "name": "Hakui Koyori", - "month": 3, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/hakui-koyori-portrait-66-300x300.jpg" - }, - { - "name": "Artia", - "month": 3, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/artia-portrait-66-300x300.jpg" - }, - { - "name": "Ceres Fauna", - "month": 3, - "day": 21, - "image": "https://hololist.net/wp-content/uploads/2022/02/ceres-fauna-portrait-66-300x300.jpg" - }, - { - "name": "Hoshimachi Suisei", - "month": 3, - "day": 22, - "image": "https://hololist.net/wp-content/uploads/2022/02/hoshimachi-suisei-portrait-66-300x300.jpg" - }, - { - "name": "Yakushiji Suzaku", - "month": 3, - "day": 24, - "image": "https://hololist.net/wp-content/uploads/2022/02/yakushiji-suzaku-portrait-66-300x300.jpg" - }, - { - "name": "Yogiri", - "month": 4, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2022/02/yogiri-portrait-66-300x300.jpg" - }, - { - "name": "Shiranui Flare", - "month": 4, - "day": 2, - "image": "https://hololist.net/wp-content/uploads/2022/02/shiranui-flare-portrait-66-300x300.jpg" - }, - { - "name": "Mori Calliope", - "month": 4, - "day": 4, - "image": "https://hololist.net/wp-content/uploads/2022/02/mori-calliope-portrait-66-300x300.jpg" - }, - { - "name": "Octavio", - "month": 4, - "day": 8, - "image": "https://hololist.net/wp-content/uploads/2023/11/octavio-portrait-66-300x300.jpg" - }, - { - "name": "Koseki Bijou", - "month": 4, - "day": 14, - "image": "https://hololist.net/wp-content/uploads/2023/07/koseki-bijou-portrait-66-300x300.jpg" - }, - { - "name": "Rikka", - "month": 4, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/rikka-portrait-66-300x300.jpg" - }, - { - "name": "Kishido Temma", - "month": 4, - "day": 18, - "image": "https://hololist.net/wp-content/uploads/2022/02/kishido-temma-portrait-66-300x300.jpg" - }, - { - "name": "Otonose Kanade", - "month": 4, - "day": 20, - "image": "https://hololist.net/wp-content/uploads/2023/09/otonose-kanade-portrait-66-300x300.jpg" - }, - { - "name": "Banzoin Hakka", - "month": 4, - "day": 21, - "image": "https://hololist.net/wp-content/uploads/2023/01/banzoin-hakka-portrait-66-300x300.jpg" - }, - { - "name": "Amane Kanata", - "month": 4, - "day": 22, - "image": "https://hololist.net/wp-content/uploads/2022/02/amane-kanata-portrait-66-300x300.jpg" - }, - { - "name": "Shiori Novella", - "month": 5, - "day": 2, - "image": "https://hololist.net/wp-content/uploads/2023/07/shiori-novella-portrait-66-300x300.jpg" - }, - { - "name": "Utsugi Uyu", - "month": 5, - "day": 10, - "image": "https://hololist.net/wp-content/uploads/2022/03/utsugi-uyu-portrait-66-300x300.jpg" - }, - { - "name": "Ichijou Ririka", - "month": 5, - "day": 12, - "image": "https://hololist.net/wp-content/uploads/2023/09/ichijou-ririka-portrait-66-300x300.jpg" - }, - { - "name": "Tokino Sora", - "month": 5, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/tokino-sora-portrait-66_-300x300.jpg" - }, - { - "name": "Gavis Bettel", - "month": 5, - "day": 17, - "image": "https://hololist.net/wp-content/uploads/2023/01/gavis-bettel-portrait-66-300x300.jpg" - }, - { - "name": "Sakamata Chloe", - "month": 5, - "day": 18, - "image": "https://hololist.net/wp-content/uploads/2022/02/sakamata-chloe-portrait-66-300x300.jpg" - }, - { - "name": "Ninomae Ina'nis", - "month": 5, - "day": 20, - "image": "https://hololist.net/wp-content/uploads/2022/02/ninomae-inanis-portrait-66-300x300.jpg" - }, - { - "name": "Roboco", - "month": 5, - "day": 23, - "image": "https://hololist.net/wp-content/uploads/2022/02/roboco-portrait-66-300x300.jpg" - }, - { - "name": "La+ Darknesss", - "month": 5, - "day": 25, - "image": "https://hololist.net/wp-content/uploads/2022/02/laplus-darknesss-portrait-66-1-300x300.jpg" - }, - { - "name": "Spade Echo", - "month": 5, - "day": 30, - "image": "https://hololist.net/wp-content/uploads/2022/02/spade-echo-portrait-66-300x300.jpg" - }, - { - "name": "Doris", - "month": 6, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2022/02/doris-portrait-66_-300x300.jpg" - }, - { - "name": "Machina X Flayon", - "month": 6, - "day": 5, - "image": "https://hololist.net/wp-content/uploads/2023/01/machina-x-flayon-portrait-66-300x300.jpg" - }, - { - "name": "Tsunomaki Watame", - "month": 6, - "day": 6, - "image": "https://hololist.net/wp-content/uploads/2022/02/tsunomaki-watame-portrait-66-300x300.jpg" - }, - { - "name": "Astel Leda", - "month": 6, - "day": 6, - "image": "https://hololist.net/wp-content/uploads/2022/02/astel-leda-portrait-66-300x300.jpg" - }, - { - "name": "Todoroki Hajime", - "month": 6, - "day": 7, - "image": "https://hololist.net/wp-content/uploads/2023/09/todoroki-hajime-portrait-66-300x300.jpg" - }, - { - "name": "Tsukumo Sana", - "month": 6, - "day": 10, - "image": "https://hololist.net/wp-content/uploads/2022/02/tsukumo-sana-portrait-66-300x300.jpg" - }, - { - "name": "Takane Lui", - "month": 6, - "day": 11, - "image": "https://hololist.net/wp-content/uploads/2022/02/takane-lui-portrait-66-300x300.jpg" - }, - { - "name": "Kiryu Coco", - "month": 6, - "day": 17, - "image": "https://hololist.net/wp-content/uploads/2022/02/kiryu-coco-portrait-66-300x300.jpg" - }, - { - "name": "Kazama Iroha", - "month": 6, - "day": 18, - "image": "https://hololist.net/wp-content/uploads/2022/02/kazama-iroha-portrait-66-300x300.jpg" - }, - { - "name": "Gawr Gura", - "month": 6, - "day": 20, - "image": "https://hololist.net/wp-content/uploads/2022/02/gawr-gura-portrait-66-300x300.jpg" - }, - { - "name": "Josuiji Shinri", - "month": 6, - "day": 23, - "image": "https://hololist.net/wp-content/uploads/2023/01/josuiji-shinri-portrait-66-300x300.jpg" - }, - { - "name": "Goldbullet", - "month": 6, - "day": 30, - "image": "https://hololist.net/wp-content/uploads/2023/11/goldbullet-portrait-66-300x300.jpg" - }, - { - "name": "AZKi", - "month": 7, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2022/02/azki-portrait-66-300x300.jpg" - }, - { - "name": "Oozora Subaru", - "month": 7, - "day": 2, - "image": "https://hololist.net/wp-content/uploads/2022/02/oozora-subaru-portrait-66-300x300.jpg" - }, - { - "name": "Takanashi Kiara", - "month": 7, - "day": 6, - "image": "https://hololist.net/wp-content/uploads/2022/02/takanashi-kiara-portrait-66-300x300.jpg" - }, - { - "name": "Yatogami Fuma", - "month": 7, - "day": 13, - "image": "https://hololist.net/wp-content/uploads/2022/03/yatogami-fuma-portrait-66-300x300.jpg" - }, - { - "name": "Airani Iofifteen", - "month": 7, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/airani-iofifteen-portrait-66-300x300.jpg" - }, - { - "name": "Natsuiro Matsuri", - "month": 7, - "day": 22, - "image": "https://hololist.net/wp-content/uploads/2022/02/natsuiro-matsuri-portrait-66-300x300.jpg" - }, - { - "name": "Minase Rio", - "month": 7, - "day": 26, - "image": "https://hololist.net/wp-content/uploads/2022/03/minase-rio-portrait-66-300x300.jpg" - }, - { - "name": "Houshou Marine", - "month": 7, - "day": 30, - "image": "https://hololist.net/wp-content/uploads/2022/02/houshou-marine-portrait-66-300x300.jpg" - }, - { - "name": "Nanashi Mumei", - "month": 8, - "day": 4, - "image": "https://hololist.net/wp-content/uploads/2022/02/nanashi-mumei-portrait-66-300x300.jpg" - }, - { - "name": "Tokoyami Towa", - "month": 8, - "day": 8, - "image": "https://hololist.net/wp-content/uploads/2022/02/tokoyami-towa-portrait-66-300x300.jpg" - }, - { - "name": "Akai Haato", - "month": 8, - "day": 10, - "image": "https://hololist.net/wp-content/uploads/2022/02/akai-haato-portrait-66-300x300.jpg" - }, - { - "name": "Kanade Izuru", - "month": 8, - "day": 12, - "image": "https://hololist.net/wp-content/uploads/2022/02/kanade-izuru-portrait-66-300x300.jpg" - }, - { - "name": "Ookami Mio", - "month": 8, - "day": 20, - "image": "https://hololist.net/wp-content/uploads/2022/02/ookami-mio-portrait-66-300x300.jpg" - }, - { - "name": "Tsukishita Kaoru", - "month": 8, - "day": 29, - "image": "https://hololist.net/wp-content/uploads/2022/02/tsukishita-kaoru-portrait-66-300x300.jpg" - }, - { - "name": "Kaela Kovalskia", - "month": 8, - "day": 30, - "image": "https://hololist.net/wp-content/uploads/2022/03/kaela-kovalskia-portrait-66-300x300.jpg" - }, - { - "name": "Shishiro Botan", - "month": 9, - "day": 8, - "image": "https://hololist.net/wp-content/uploads/2022/02/shishiro-botan-portrait-66-300x300.jpg" - }, - { - "name": "Pavolia Reine", - "month": 9, - "day": 9, - "image": "https://hololist.net/wp-content/uploads/2022/02/pavolia-reine-portrait-66-300x300.jpg" - }, - { - "name": "Yukoku Roberu", - "month": 9, - "day": 26, - "image": "https://hololist.net/wp-content/uploads/2022/02/yukoku-roberu-portrait-66-300x300.jpg" - }, - { - "name": "Crimzon Ruze", - "month": 9, - "day": 30, - "image": "https://hololist.net/wp-content/uploads/2023/11/crimzon-ruze-portrait-66-300x300.jpg" - }, - { - "name": "Inugami Korone", - "month": 10, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2022/02/inugami-korone-portrait-66-300x300.jpg" - }, - { - "name": "Shirakami Fubuki", - "month": 10, - "day": 5, - "image": "https://hololist.net/wp-content/uploads/2022/02/shirakami-fubuki-portrait-66-300x300.jpg" - }, - { - "name": "Himemori Luna", - "month": 10, - "day": 10, - "image": "https://hololist.net/wp-content/uploads/2022/02/himemori-luna-portrait-66_-300x300.jpg" - }, - { - "name": "Kureiji Ollie", - "month": 10, - "day": 13, - "image": "https://hololist.net/wp-content/uploads/2022/02/kureiji-ollie-portrait-66-300x300.jpg" - }, - { - "name": "Magni Dezmond", - "month": 10, - "day": 21, - "image": "https://hololist.net/wp-content/uploads/2022/07/magni-dezmond-portrait-66-300x300.jpg" - }, - { - "name": "Kagami Kira", - "month": 10, - "day": 26, - "image": "https://hololist.net/wp-content/uploads/2022/02/kagami-kira-portrait-66-300x300.jpg" - }, - { - "name": "Mano Aloe", - "month": 10, - "day": 28, - "image": "https://hololist.net/wp-content/uploads/2022/02/mano-aloe-portrait-66-300x300.jpg" - }, - { - "name": "Yozora Mel", - "month": 10, - "day": 31, - "image": "https://hololist.net/wp-content/uploads/2022/02/yozora-mel-portrait-66-300x300.jpg" - }, - { - "name": "Axel Syrios", - "month": 11, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2022/07/axel-syrios-portrait-66-300x300.jpg" - }, - { - "name": "Vestia Zeta", - "month": 11, - "day": 7, - "image": "https://hololist.net/wp-content/uploads/2022/03/vestia-zeta-portrait-66-300x300.jpg" - }, - { - "name": "Arurandeisu", - "month": 11, - "day": 11, - "image": "https://hololist.net/wp-content/uploads/2022/02/arurandeisu-portrait-66-300x300.jpg" - }, - { - "name": "Yukihana Lamy", - "month": 11, - "day": 15, - "image": "https://hololist.net/wp-content/uploads/2022/02/yukihana-lamy-portrait-66-300x300.jpg" - }, - { - "name": "Civia", - "month": 11, - "day": 18, - "image": "https://hololist.net/wp-content/uploads/2022/02/civia-portrait-66-1-300x300.jpg" - }, - { - "name": "Nerissa Ravencroft", - "month": 11, - "day": 21, - "image": "https://hololist.net/wp-content/uploads/2023/07/nerissa-ravencroft-portrait-66-300x300.jpg" - }, - { - "name": "Shirogane Noel", - "month": 11, - "day": 24, - "image": "https://hololist.net/wp-content/uploads/2022/02/shirogane-noel-portrait-66-300x300.jpg" - }, - { - "name": "Minato Aqua", - "month": 12, - "day": 1, - "image": "https://hololist.net/wp-content/uploads/2022/02/minato-aqua-portrait-66-300x300.jpg" - }, - { - "name": "Murasaki Shion", - "month": 12, - "day": 8, - "image": "https://hololist.net/wp-content/uploads/2022/02/murasaki-shion-portrait-66-300x300.jpg" - }, - { - "name": "Rosalyn", - "month": 12, - "day": 10, - "image": "https://hololist.net/wp-content/uploads/2022/02/rosalyn-portrait-66-300x300.jpg" - }, - { - "name": "Kobo Kanaeru", - "month": 12, - "day": 12, - "image": "https://hololist.net/wp-content/uploads/2022/03/kobo-kanaeru-portrait-66-300x300.jpg" - }, - { - "name": "Nakiri Ayame", - "month": 12, - "day": 13, - "image": "https://hololist.net/wp-content/uploads/2022/02/nakiri-ayame-portrait-66_-300x300.jpg" - } + { + "name": "Watson Amelia", + "month": 1, + "day": 6, + "image": "https://hololist.net/wp-content/uploads/2022/02/watson-amelia-portrait-66-300x300.jpg" + }, + { + "name": "Usada Pekora", + "month": 1, + "day": 12, + "image": "https://hololist.net/wp-content/uploads/2022/02/usada-pekora-portrait-66-300x300.jpg" + }, + { + "name": "Ayunda Risu", + "month": 1, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/ayunda-risu-portrait-66-300x300.jpg" + }, + { + "name": "Aragami Oga", + "month": 1, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/aragami-oga-portrait-66-300x300.jpg" + }, + { + "name": "Uruha Rushia", + "month": 1, + "day": 22, + "image": "https://hololist.net/wp-content/uploads/2022/02/uruha-rushia-portrait-66-300x300.jpg" + }, + { + "name": "Regis Altare", + "month": 1, + "day": 29, + "image": "https://hololist.net/wp-content/uploads/2022/07/regis-altare-portrait-66-300x300.jpg" + }, + { + "name": "Omaru Polka", + "month": 1, + "day": 30, + "image": "https://hololist.net/wp-content/uploads/2022/02/omaru-polka-portrait-66-300x300.jpg" + }, + { + "name": "Fuwawa Abyssgard", + "month": 2, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2023/07/fuwawa-abyssgard-portrait-66-300x300.jpg" + }, + { + "name": "Mococo Abyssgard", + "month": 2, + "day": 2, + "image": "https://hololist.net/wp-content/uploads/2023/07/mococo-abyssgard-portrait-66-300x300.jpg" + }, + { + "name": "Juufuutei Raden", + "month": 2, + "day": 4, + "image": "https://hololist.net/wp-content/uploads/2023/09/juufuutei-raden-portrait-66-300x300.jpg" + }, + { + "name": "Jurard T Rexford", + "month": 2, + "day": 7, + "image": "https://hololist.net/wp-content/uploads/2023/11/jurard-t-rexford-portrait-66-1-300x300.jpg" + }, + { + "name": "Hizaki Gamma", + "month": 2, + "day": 9, + "image": "https://hololist.net/wp-content/uploads/2022/03/hizaki-gamma-portrait-66-300x300.jpg" + }, + { + "name": "Noir Vesper", + "month": 2, + "day": 13, + "image": "https://hololist.net/wp-content/uploads/2022/07/noir-vesper-portrait-66-300x300.jpg" + }, + { + "name": "Yuzuki Choco", + "month": 2, + "day": 14, + "image": "https://hololist.net/wp-content/uploads/2022/02/yuzuki-choco-portrait-66-300x300.jpg" + }, + { + "name": "Moona Hoshinova", + "month": 2, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/moona-hoshinova-portrait-66-300x300.jpg" + }, + { + "name": "Aki Rosenthal", + "month": 2, + "day": 17, + "image": "https://hololist.net/wp-content/uploads/2022/02/aki-rosenthal-portrait-66-300x300.jpg" + }, + { + "name": "Nekomata Okayu", + "month": 2, + "day": 22, + "image": "https://hololist.net/wp-content/uploads/2022/02/nekomata-okayu-portrait-66-300x300.jpg" + }, + { + "name": "Kageyama Shien", + "month": 2, + "day": 25, + "image": "https://hololist.net/wp-content/uploads/2022/02/kageyama-shien-portrait-66-300x300.jpg" + }, + { + "name": "Hiodoshi Ao", + "month": 2, + "day": 27, + "image": "https://hololist.net/wp-content/uploads/2023/09/hiodoshi-ao-portrait-66-300x300.jpg" + }, + { + "name": "Hakos Baelz", + "month": 2, + "day": 29, + "image": "https://hololist.net/wp-content/uploads/2022/02/hakos-baelz-portrait-66-300x300.jpg" + }, + { + "name": "Momosuzu Nene", + "month": 3, + "day": 2, + "image": "https://hololist.net/wp-content/uploads/2022/02/momosuzu-nene-portrait-66-300x300.jpg" + }, + { + "name": "Hanasaki Miyabi", + "month": 3, + "day": 3, + "image": "https://hololist.net/wp-content/uploads/2022/02/hanasaki-miyabi-portrait-66-300x300.jpg" + }, + { + "name": "Sakura Miko", + "month": 3, + "day": 5, + "image": "https://hololist.net/wp-content/uploads/2022/02/sakura-miko-portrait-66-300x300.jpg" + }, + { + "name": "IRyS", + "month": 3, + "day": 7, + "image": "https://hololist.net/wp-content/uploads/2022/02/irys-portrait-66-300x300.jpg" + }, + { + "name": "Anya Melfissa", + "month": 3, + "day": 12, + "image": "https://hololist.net/wp-content/uploads/2022/02/anya-melfissa-portrait-66-300x300.jpg" + }, + { + "name": "Ouro Kronii", + "month": 3, + "day": 14, + "image": "https://hololist.net/wp-content/uploads/2022/02/ouro-kronii-portrait-66-300x300.jpg" + }, + { + "name": "Hakui Koyori", + "month": 3, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/hakui-koyori-portrait-66-300x300.jpg" + }, + { + "name": "Artia", + "month": 3, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/artia-portrait-66-300x300.jpg" + }, + { + "name": "Ceres Fauna", + "month": 3, + "day": 21, + "image": "https://hololist.net/wp-content/uploads/2022/02/ceres-fauna-portrait-66-300x300.jpg" + }, + { + "name": "Hoshimachi Suisei", + "month": 3, + "day": 22, + "image": "https://hololist.net/wp-content/uploads/2022/02/hoshimachi-suisei-portrait-66-300x300.jpg" + }, + { + "name": "Yakushiji Suzaku", + "month": 3, + "day": 24, + "image": "https://hololist.net/wp-content/uploads/2022/02/yakushiji-suzaku-portrait-66-300x300.jpg" + }, + { + "name": "Yogiri", + "month": 4, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2022/02/yogiri-portrait-66-300x300.jpg" + }, + { + "name": "Shiranui Flare", + "month": 4, + "day": 2, + "image": "https://hololist.net/wp-content/uploads/2022/02/shiranui-flare-portrait-66-300x300.jpg" + }, + { + "name": "Mori Calliope", + "month": 4, + "day": 4, + "image": "https://hololist.net/wp-content/uploads/2022/02/mori-calliope-portrait-66-300x300.jpg" + }, + { + "name": "Octavio", + "month": 4, + "day": 8, + "image": "https://hololist.net/wp-content/uploads/2023/11/octavio-portrait-66-300x300.jpg" + }, + { + "name": "Koseki Bijou", + "month": 4, + "day": 14, + "image": "https://hololist.net/wp-content/uploads/2023/07/koseki-bijou-portrait-66-300x300.jpg" + }, + { + "name": "Rikka", + "month": 4, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/rikka-portrait-66-300x300.jpg" + }, + { + "name": "Kishido Temma", + "month": 4, + "day": 18, + "image": "https://hololist.net/wp-content/uploads/2022/02/kishido-temma-portrait-66-300x300.jpg" + }, + { + "name": "Otonose Kanade", + "month": 4, + "day": 20, + "image": "https://hololist.net/wp-content/uploads/2023/09/otonose-kanade-portrait-66-300x300.jpg" + }, + { + "name": "Banzoin Hakka", + "month": 4, + "day": 21, + "image": "https://hololist.net/wp-content/uploads/2023/01/banzoin-hakka-portrait-66-300x300.jpg" + }, + { + "name": "Amane Kanata", + "month": 4, + "day": 22, + "image": "https://hololist.net/wp-content/uploads/2022/02/amane-kanata-portrait-66-300x300.jpg" + }, + { + "name": "Shiori Novella", + "month": 5, + "day": 2, + "image": "https://hololist.net/wp-content/uploads/2023/07/shiori-novella-portrait-66-300x300.jpg" + }, + { + "name": "Utsugi Uyu", + "month": 5, + "day": 10, + "image": "https://hololist.net/wp-content/uploads/2022/03/utsugi-uyu-portrait-66-300x300.jpg" + }, + { + "name": "Ichijou Ririka", + "month": 5, + "day": 12, + "image": "https://hololist.net/wp-content/uploads/2023/09/ichijou-ririka-portrait-66-300x300.jpg" + }, + { + "name": "Tokino Sora", + "month": 5, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/tokino-sora-portrait-66_-300x300.jpg" + }, + { + "name": "Gavis Bettel", + "month": 5, + "day": 17, + "image": "https://hololist.net/wp-content/uploads/2023/01/gavis-bettel-portrait-66-300x300.jpg" + }, + { + "name": "Sakamata Chloe", + "month": 5, + "day": 18, + "image": "https://hololist.net/wp-content/uploads/2022/02/sakamata-chloe-portrait-66-300x300.jpg" + }, + { + "name": "Ninomae Ina'nis", + "month": 5, + "day": 20, + "image": "https://hololist.net/wp-content/uploads/2022/02/ninomae-inanis-portrait-66-300x300.jpg" + }, + { + "name": "Roboco", + "month": 5, + "day": 23, + "image": "https://hololist.net/wp-content/uploads/2022/02/roboco-portrait-66-300x300.jpg" + }, + { + "name": "La+ Darknesss", + "month": 5, + "day": 25, + "image": "https://hololist.net/wp-content/uploads/2022/02/laplus-darknesss-portrait-66-1-300x300.jpg" + }, + { + "name": "Spade Echo", + "month": 5, + "day": 30, + "image": "https://hololist.net/wp-content/uploads/2022/02/spade-echo-portrait-66-300x300.jpg" + }, + { + "name": "Doris", + "month": 6, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2022/02/doris-portrait-66_-300x300.jpg" + }, + { + "name": "Machina X Flayon", + "month": 6, + "day": 5, + "image": "https://hololist.net/wp-content/uploads/2023/01/machina-x-flayon-portrait-66-300x300.jpg" + }, + { + "name": "Tsunomaki Watame", + "month": 6, + "day": 6, + "image": "https://hololist.net/wp-content/uploads/2022/02/tsunomaki-watame-portrait-66-300x300.jpg" + }, + { + "name": "Astel Leda", + "month": 6, + "day": 6, + "image": "https://hololist.net/wp-content/uploads/2022/02/astel-leda-portrait-66-300x300.jpg" + }, + { + "name": "Todoroki Hajime", + "month": 6, + "day": 7, + "image": "https://hololist.net/wp-content/uploads/2023/09/todoroki-hajime-portrait-66-300x300.jpg" + }, + { + "name": "Tsukumo Sana", + "month": 6, + "day": 10, + "image": "https://hololist.net/wp-content/uploads/2022/02/tsukumo-sana-portrait-66-300x300.jpg" + }, + { + "name": "Takane Lui", + "month": 6, + "day": 11, + "image": "https://hololist.net/wp-content/uploads/2022/02/takane-lui-portrait-66-300x300.jpg" + }, + { + "name": "Kiryu Coco", + "month": 6, + "day": 17, + "image": "https://hololist.net/wp-content/uploads/2022/02/kiryu-coco-portrait-66-300x300.jpg" + }, + { + "name": "Kazama Iroha", + "month": 6, + "day": 18, + "image": "https://hololist.net/wp-content/uploads/2022/02/kazama-iroha-portrait-66-300x300.jpg" + }, + { + "name": "Gawr Gura", + "month": 6, + "day": 20, + "image": "https://hololist.net/wp-content/uploads/2022/02/gawr-gura-portrait-66-300x300.jpg" + }, + { + "name": "Josuiji Shinri", + "month": 6, + "day": 23, + "image": "https://hololist.net/wp-content/uploads/2023/01/josuiji-shinri-portrait-66-300x300.jpg" + }, + { + "name": "Goldbullet", + "month": 6, + "day": 30, + "image": "https://hololist.net/wp-content/uploads/2023/11/goldbullet-portrait-66-300x300.jpg" + }, + { + "name": "AZKi", + "month": 7, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2022/02/azki-portrait-66-300x300.jpg" + }, + { + "name": "Oozora Subaru", + "month": 7, + "day": 2, + "image": "https://hololist.net/wp-content/uploads/2022/02/oozora-subaru-portrait-66-300x300.jpg" + }, + { + "name": "Takanashi Kiara", + "month": 7, + "day": 6, + "image": "https://hololist.net/wp-content/uploads/2022/02/takanashi-kiara-portrait-66-300x300.jpg" + }, + { + "name": "Yatogami Fuma", + "month": 7, + "day": 13, + "image": "https://hololist.net/wp-content/uploads/2022/03/yatogami-fuma-portrait-66-300x300.jpg" + }, + { + "name": "Airani Iofifteen", + "month": 7, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/airani-iofifteen-portrait-66-300x300.jpg" + }, + { + "name": "Natsuiro Matsuri", + "month": 7, + "day": 22, + "image": "https://hololist.net/wp-content/uploads/2022/02/natsuiro-matsuri-portrait-66-300x300.jpg" + }, + { + "name": "Minase Rio", + "month": 7, + "day": 26, + "image": "https://hololist.net/wp-content/uploads/2022/03/minase-rio-portrait-66-300x300.jpg" + }, + { + "name": "Houshou Marine", + "month": 7, + "day": 30, + "image": "https://hololist.net/wp-content/uploads/2022/02/houshou-marine-portrait-66-300x300.jpg" + }, + { + "name": "Nanashi Mumei", + "month": 8, + "day": 4, + "image": "https://hololist.net/wp-content/uploads/2022/02/nanashi-mumei-portrait-66-300x300.jpg" + }, + { + "name": "Tokoyami Towa", + "month": 8, + "day": 8, + "image": "https://hololist.net/wp-content/uploads/2022/02/tokoyami-towa-portrait-66-300x300.jpg" + }, + { + "name": "Akai Haato", + "month": 8, + "day": 10, + "image": "https://hololist.net/wp-content/uploads/2022/02/akai-haato-portrait-66-300x300.jpg" + }, + { + "name": "Kanade Izuru", + "month": 8, + "day": 12, + "image": "https://hololist.net/wp-content/uploads/2022/02/kanade-izuru-portrait-66-300x300.jpg" + }, + { + "name": "Ookami Mio", + "month": 8, + "day": 20, + "image": "https://hololist.net/wp-content/uploads/2022/02/ookami-mio-portrait-66-300x300.jpg" + }, + { + "name": "Tsukishita Kaoru", + "month": 8, + "day": 29, + "image": "https://hololist.net/wp-content/uploads/2022/02/tsukishita-kaoru-portrait-66-300x300.jpg" + }, + { + "name": "Kaela Kovalskia", + "month": 8, + "day": 30, + "image": "https://hololist.net/wp-content/uploads/2022/03/kaela-kovalskia-portrait-66-300x300.jpg" + }, + { + "name": "Shishiro Botan", + "month": 9, + "day": 8, + "image": "https://hololist.net/wp-content/uploads/2022/02/shishiro-botan-portrait-66-300x300.jpg" + }, + { + "name": "Pavolia Reine", + "month": 9, + "day": 9, + "image": "https://hololist.net/wp-content/uploads/2022/02/pavolia-reine-portrait-66-300x300.jpg" + }, + { + "name": "Yukoku Roberu", + "month": 9, + "day": 26, + "image": "https://hololist.net/wp-content/uploads/2022/02/yukoku-roberu-portrait-66-300x300.jpg" + }, + { + "name": "Crimzon Ruze", + "month": 9, + "day": 30, + "image": "https://hololist.net/wp-content/uploads/2023/11/crimzon-ruze-portrait-66-300x300.jpg" + }, + { + "name": "Inugami Korone", + "month": 10, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2022/02/inugami-korone-portrait-66-300x300.jpg" + }, + { + "name": "Shirakami Fubuki", + "month": 10, + "day": 5, + "image": "https://hololist.net/wp-content/uploads/2022/02/shirakami-fubuki-portrait-66-300x300.jpg" + }, + { + "name": "Himemori Luna", + "month": 10, + "day": 10, + "image": "https://hololist.net/wp-content/uploads/2022/02/himemori-luna-portrait-66_-300x300.jpg" + }, + { + "name": "Kureiji Ollie", + "month": 10, + "day": 13, + "image": "https://hololist.net/wp-content/uploads/2022/02/kureiji-ollie-portrait-66-300x300.jpg" + }, + { + "name": "Magni Dezmond", + "month": 10, + "day": 21, + "image": "https://hololist.net/wp-content/uploads/2022/07/magni-dezmond-portrait-66-300x300.jpg" + }, + { + "name": "Kagami Kira", + "month": 10, + "day": 26, + "image": "https://hololist.net/wp-content/uploads/2022/02/kagami-kira-portrait-66-300x300.jpg" + }, + { + "name": "Mano Aloe", + "month": 10, + "day": 28, + "image": "https://hololist.net/wp-content/uploads/2022/02/mano-aloe-portrait-66-300x300.jpg" + }, + { + "name": "Yozora Mel", + "month": 10, + "day": 31, + "image": "https://hololist.net/wp-content/uploads/2022/02/yozora-mel-portrait-66-300x300.jpg" + }, + { + "name": "Axel Syrios", + "month": 11, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2022/07/axel-syrios-portrait-66-300x300.jpg" + }, + { + "name": "Vestia Zeta", + "month": 11, + "day": 7, + "image": "https://hololist.net/wp-content/uploads/2022/03/vestia-zeta-portrait-66-300x300.jpg" + }, + { + "name": "Arurandeisu", + "month": 11, + "day": 11, + "image": "https://hololist.net/wp-content/uploads/2022/02/arurandeisu-portrait-66-300x300.jpg" + }, + { + "name": "Yukihana Lamy", + "month": 11, + "day": 15, + "image": "https://hololist.net/wp-content/uploads/2022/02/yukihana-lamy-portrait-66-300x300.jpg" + }, + { + "name": "Civia", + "month": 11, + "day": 18, + "image": "https://hololist.net/wp-content/uploads/2022/02/civia-portrait-66-1-300x300.jpg" + }, + { + "name": "Nerissa Ravencroft", + "month": 11, + "day": 21, + "image": "https://hololist.net/wp-content/uploads/2023/07/nerissa-ravencroft-portrait-66-300x300.jpg" + }, + { + "name": "Shirogane Noel", + "month": 11, + "day": 24, + "image": "https://hololist.net/wp-content/uploads/2022/02/shirogane-noel-portrait-66-300x300.jpg" + }, + { + "name": "Minato Aqua", + "month": 12, + "day": 1, + "image": "https://hololist.net/wp-content/uploads/2022/02/minato-aqua-portrait-66-300x300.jpg" + }, + { + "name": "Murasaki Shion", + "month": 12, + "day": 8, + "image": "https://hololist.net/wp-content/uploads/2022/02/murasaki-shion-portrait-66-300x300.jpg" + }, + { + "name": "Rosalyn", + "month": 12, + "day": 10, + "image": "https://hololist.net/wp-content/uploads/2022/02/rosalyn-portrait-66-300x300.jpg" + }, + { + "name": "Kobo Kanaeru", + "month": 12, + "day": 12, + "image": "https://hololist.net/wp-content/uploads/2022/03/kobo-kanaeru-portrait-66-300x300.jpg" + }, + { + "name": "Nakiri Ayame", + "month": 12, + "day": 13, + "image": "https://hololist.net/wp-content/uploads/2022/02/nakiri-ayame-portrait-66_-300x300.jpg" + } ] diff --git a/src/lib/Data/awc.ts b/src/lib/Data/awc.ts index 229354b1..1237eaa0 100644 --- a/src/lib/Data/awc.ts +++ b/src/lib/Data/awc.ts @@ -1,12 +1,12 @@ export interface AWCBadge { - link: string; - description: string; - image: string; - source: string; - designer: string; + link: string; + description: string; + image: string; + source: string; + designer: string; } export interface AWCBadgesGroup { - group: string; - badges: AWCBadge[]; + group: string; + badges: AWCBadge[]; } diff --git a/src/lib/Data/hololive.ts b/src/lib/Data/hololive.ts index 7bcb153a..b6ef637d 100644 --- a/src/lib/Data/hololive.ts +++ b/src/lib/Data/hololive.ts @@ -1,135 +1,143 @@ // https://github.com/wabilin/holo-schedule -function mapNodeList(list: NodeListOf, mapper: (ele: E) => T): T[] { - const ary: T[] = []; - list.forEach((node) => { - ary.push(mapper(node)); - }); - - return ary; +function mapNodeList( + list: NodeListOf, + mapper: (ele: E) => T, +): T[] { + const ary: T[] = []; + list.forEach((node) => { + ary.push(mapper(node)); + }); + + return ary; } function selectTrimTextContent(ele: Element, selector: string): string { - return ele.querySelector(selector)?.textContent?.trim() || ''; + return ele.querySelector(selector)?.textContent?.trim() || ""; } const livePreviewImageHosts: readonly string[] = [ - 'img.youtube.com', - 'schedule-static.hololive.tv' + "img.youtube.com", + "schedule-static.hololive.tv", ] as const; function hostOf(src: string) { - return new URL(src).host; + return new URL(src).host; } function dataFromAThumbnail(thumb: Element) { - const time = selectTrimTextContent(thumb, '.datetime'); - const name = selectTrimTextContent(thumb, '.name'); + const time = selectTrimTextContent(thumb, ".datetime"); + const name = selectTrimTextContent(thumb, ".name"); - const images = mapNodeList(thumb.querySelectorAll('img'), (img) => img.src); + const images = mapNodeList(thumb.querySelectorAll("img"), (img) => img.src); - const avatarImages = images.filter((src) => hostOf(src) === 'yt3.ggpht.com'); - const livePreviewImage = images.find((src) => livePreviewImageHosts.includes(hostOf(src))) || ''; + const avatarImages = images.filter((src) => hostOf(src) === "yt3.ggpht.com"); + const livePreviewImage = + images.find((src) => livePreviewImageHosts.includes(hostOf(src))) || ""; - return { - time, - name, - avatarImages, - livePreviewImage - }; + return { + time, + name, + avatarImages, + livePreviewImage, + }; } interface LiveBlock { - time: Date; - streamer: string; - avatarImages: string[]; - livePreviewImage: string; - link: string; - streaming: boolean; + time: Date; + streamer: string; + avatarImages: string[]; + livePreviewImage: string; + link: string; + streaming: boolean; } function parseToLiveBlocks(html: string): LiveBlock[] { - const parser = new DOMParser(); - const doc = parser.parseFromString(html, 'text/html'); - const year = new Date().getFullYear().toString(); - - const rows = doc.querySelectorAll('#all > .container > .row'); - - let date = ''; - const lives: LiveBlock[] = []; - - rows.forEach((row) => { - const dateDiv = row.querySelector('.holodule'); - if (dateDiv) { - date = dateDiv.textContent?.replace(/\s+/g, '') || ''; - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - date = date.match(/\d+\/\d+/)![0].replace('/', '-'); - - // const dateMatch = date.match(/\d+\/\d+/); - // - // date = dateMatch ? dateMatch[0].replace('/', '-') : ''; - } - - const allThumbnail = row.querySelectorAll('a.thumbnail'); - allThumbnail.forEach((t) => { - const thumbnail = t as HTMLAnchorElement; - const link = thumbnail.href; - const streaming = thumbnail.style.borderColor === 'red'; - // The dataFromAThumbnail function needs to be adjusted to work with the parsed document. - const { time, name, avatarImages, livePreviewImage } = dataFromAThumbnail(thumbnail); - - lives.push({ - link, - avatarImages, - livePreviewImage, - time: new Date(`${year}-${date}T${time}:00+09:00`), - streamer: name, - streaming - }); - }); - }); - - return lives; + const parser = new DOMParser(); + const doc = parser.parseFromString(html, "text/html"); + const year = new Date().getFullYear().toString(); + + const rows = doc.querySelectorAll("#all > .container > .row"); + + let date = ""; + const lives: LiveBlock[] = []; + + rows.forEach((row) => { + const dateDiv = row.querySelector(".holodule"); + if (dateDiv) { + date = dateDiv.textContent?.replace(/\s+/g, "") || ""; + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + date = date.match(/\d+\/\d+/)![0].replace("/", "-"); + + // const dateMatch = date.match(/\d+\/\d+/); + // + // date = dateMatch ? dateMatch[0].replace('/', '-') : ''; + } + + const allThumbnail = row.querySelectorAll("a.thumbnail"); + allThumbnail.forEach((t) => { + const thumbnail = t as HTMLAnchorElement; + const link = thumbnail.href; + const streaming = thumbnail.style.borderColor === "red"; + // The dataFromAThumbnail function needs to be adjusted to work with the parsed document. + const { time, name, avatarImages, livePreviewImage } = + dataFromAThumbnail(thumbnail); + + lives.push({ + link, + avatarImages, + livePreviewImage, + time: new Date(`${year}-${date}T${time}:00+09:00`), + streamer: name, + streaming, + }); + }); + }); + + return lives; } export type StreamerImageDict = Record; type ImageStreamerDict = Record; -function nextStreamerImageDict(liveBlocks: LiveBlock[], oldDict: StreamerImageDict) { - const dict = { ...oldDict }; - liveBlocks.forEach(({ avatarImages: images, streamer }) => { - dict[streamer] = images[0]; - }); +function nextStreamerImageDict( + liveBlocks: LiveBlock[], + oldDict: StreamerImageDict, +) { + const dict = { ...oldDict }; + liveBlocks.forEach(({ avatarImages: images, streamer }) => { + dict[streamer] = images[0]; + }); - return dict; + return dict; } function reverseDict(dict: StreamerImageDict): ImageStreamerDict { - const reversed: ImageStreamerDict = {}; - Object.entries(dict).forEach(([streamer, img]) => { - reversed[img] = streamer; - }); + const reversed: ImageStreamerDict = {}; + Object.entries(dict).forEach(([streamer, img]) => { + reversed[img] = streamer; + }); - return reversed; + return reversed; } export interface LiveInfo { - time: Date; - link: string; - videoId: string; - streamer: string; - livePreviewImage: string; - guests: string[]; - streaming: boolean; + time: Date; + link: string; + videoId: string; + streamer: string; + livePreviewImage: string; + guests: string[]; + streaming: boolean; } interface ParseResult { - lives: LiveInfo[]; - dict: StreamerImageDict; + lives: LiveInfo[]; + dict: StreamerImageDict; } function getVideoId(link: string): string { - return link.replace('https://www.youtube.com/watch?v=', ''); + return link.replace("https://www.youtube.com/watch?v=", ""); } /** @@ -137,31 +145,35 @@ function getVideoId(link: string): string { * @param storedDict - An object stored { vtuberName: iconImageSrc } * @returns - Lives schedule and updated dict */ -export function parseScheduleHtml(html: string, storedDict: StreamerImageDict = {}): ParseResult { - const liveBlocks = parseToLiveBlocks(html); - const streamerImageDict = nextStreamerImageDict(liveBlocks, storedDict); - - const dict = reverseDict(streamerImageDict); - - const lives = liveBlocks.map((liveBlocks) => { - const { streamer, avatarImages, time, link, livePreviewImage, streaming } = liveBlocks; - - const guests = avatarImages - .splice(1) - .map((x) => dict[x]) - .filter(Boolean); - const videoId = getVideoId(link); - - return { - time, - streamer, - guests, - link, - videoId, - livePreviewImage, - streaming - }; - }); - - return { lives, dict: streamerImageDict }; +export function parseScheduleHtml( + html: string, + storedDict: StreamerImageDict = {}, +): ParseResult { + const liveBlocks = parseToLiveBlocks(html); + const streamerImageDict = nextStreamerImageDict(liveBlocks, storedDict); + + const dict = reverseDict(streamerImageDict); + + const lives = liveBlocks.map((liveBlocks) => { + const { streamer, avatarImages, time, link, livePreviewImage, streaming } = + liveBlocks; + + const guests = avatarImages + .splice(1) + .map((x) => dict[x]) + .filter(Boolean); + const videoId = getVideoId(link); + + return { + time, + streamer, + guests, + link, + videoId, + livePreviewImage, + streaming, + }; + }); + + return { lives, dict: streamerImageDict }; } diff --git a/src/lib/Data/senpy.ts b/src/lib/Data/senpy.ts index 9f85f1ed..8c4f675f 100644 --- a/src/lib/Data/senpy.ts +++ b/src/lib/Data/senpy.ts @@ -1,30 +1,30 @@ -const senpyAPI = 'https://api.senpy.club/v2'; +const senpyAPI = "https://api.senpy.club/v2"; export interface SenpyRandomImage { - language: string; - image: string; + language: string; + image: string; } class Senpy { - static async getImages(language: string): Promise { - language = language.replace('#', '%23'); + static async getImages(language: string): Promise { + language = language.replace("#", "%23"); - const response = await fetch(`${senpyAPI}/language/${language}`); + const response = await fetch(`${senpyAPI}/language/${language}`); - return await response.json(); - } + return await response.json(); + } - static async getLanguages(): Promise { - const response = await fetch(`${senpyAPI}/languages`); + static async getLanguages(): Promise { + const response = await fetch(`${senpyAPI}/languages`); - return await response.json(); - } + return await response.json(); + } - static async getRandomImage(): Promise { - const response = await fetch(`${senpyAPI}/random`); + static async getRandomImage(): Promise { + const response = await fetch(`${senpyAPI}/random`); - return await response.json(); - } + return await response.json(); + } } export default Senpy; diff --git a/src/lib/Database/IDB/activities.ts b/src/lib/Database/IDB/activities.ts index d58e97a5..3aaf1d61 100644 --- a/src/lib/Database/IDB/activities.ts +++ b/src/lib/Database/IDB/activities.ts @@ -1,22 +1,22 @@ -import type { ActivitiesPage } from '$lib/Data/AniList/activity'; -import Dexie, { type Table } from 'dexie'; +import type { ActivitiesPage } from "$lib/Data/AniList/activity"; +import Dexie, { type Table } from "dexie"; export interface ActivityPage { - page: number; - data: ActivitiesPage; + page: number; + data: ActivitiesPage; } export class ActivityDatabase extends Dexie { - activities: Table; + activities: Table; - constructor() { - super('activities'); - this.version(1).stores({ - activities: 'page, data' - }); + constructor() { + super("activities"); + this.version(1).stores({ + activities: "page, data", + }); - this.activities = this.table('activities'); - } + this.activities = this.table("activities"); + } } export const database = new ActivityDatabase(); diff --git a/src/lib/Database/IDB/chapters.ts b/src/lib/Database/IDB/chapters.ts index 571c16e1..56ac379b 100644 --- a/src/lib/Database/IDB/chapters.ts +++ b/src/lib/Database/IDB/chapters.ts @@ -1,22 +1,22 @@ -import Dexie, { type Table } from 'dexie'; +import Dexie, { type Table } from "dexie"; export interface Chapter { - id: number; - chapters: number | null; - volumes: number | null; + id: number; + chapters: number | null; + volumes: number | null; } export class ChapterDatabase extends Dexie { - chapters: Table; + chapters: Table; - constructor() { - super('chapters'); - this.version(1).stores({ - chapters: 'id, chapters, volumes' - }); + constructor() { + super("chapters"); + this.version(1).stores({ + chapters: "id, chapters, volumes", + }); - this.chapters = this.table('chapters'); - } + this.chapters = this.table("chapters"); + } } export const database = new ChapterDatabase(); diff --git a/src/lib/Database/IDB/tracker.ts b/src/lib/Database/IDB/tracker.ts index 4c3b116a..bb7d2f27 100644 --- a/src/lib/Database/IDB/tracker.ts +++ b/src/lib/Database/IDB/tracker.ts @@ -1,23 +1,23 @@ -import Dexie, { type Table } from 'dexie'; +import Dexie, { type Table } from "dexie"; export interface TrackerEntry { - id: string; - url: string; - title: string; - progress: number; + id: string; + url: string; + title: string; + progress: number; } export class TrackerDatabase extends Dexie { - entries: Table; + entries: Table; - constructor() { - super('tracker'); - this.version(1).stores({ - entries: 'id, url, title, progress' - }); + constructor() { + super("tracker"); + this.version(1).stores({ + entries: "id, url, title, progress", + }); - this.entries = this.table('entries'); - } + this.entries = this.table("entries"); + } } export const database = new TrackerDatabase(); diff --git a/src/lib/Database/IDB/user.ts b/src/lib/Database/IDB/user.ts index b1a1b936..1158a8ff 100644 --- a/src/lib/Database/IDB/user.ts +++ b/src/lib/Database/IDB/user.ts @@ -1,23 +1,23 @@ -import type { AniListAuthorisation } from '$lib/Data/AniList/identity'; -import Dexie, { type Table } from 'dexie'; +import type { AniListAuthorisation } from "$lib/Data/AniList/identity"; +import Dexie, { type Table } from "dexie"; export interface User { - id: number; - user: AniListAuthorisation; - lastNotificationID: number | null; + id: number; + user: AniListAuthorisation; + lastNotificationID: number | null; } export class UserDatabase extends Dexie { - users: Table; + users: Table; - constructor() { - super('users'); - this.version(1).stores({ - users: 'id, user, lastNotificationID' - }); + constructor() { + super("users"); + this.version(1).stores({ + users: "id, user, lastNotificationID", + }); - this.users = this.table('users'); - } + this.users = this.table("users"); + } } export const database = new UserDatabase(); diff --git a/src/lib/Database/SB/User/badges.ts b/src/lib/Database/SB/User/badges.ts index dd6c158e..685e7809 100644 --- a/src/lib/Database/SB/User/badges.ts +++ b/src/lib/Database/SB/User/badges.ts @@ -1,124 +1,157 @@ -import { databaseTimeToDate } from '$lib/Utility/time'; -import sb from '../../sb'; +import { databaseTimeToDate } from "$lib/Utility/time"; +import sb from "../../sb"; export interface Badge { - id: number; - post: string; - image: string; - hidden: boolean; - shadow_hidden: boolean; - click_count: number; - time?: string; - description?: string | null; - category?: string | null; - source?: string | null; - designer?: string | null; + id: number; + post: string; + image: string; + hidden: boolean; + shadow_hidden: boolean; + click_count: number; + time?: string; + description?: string | null; + category?: string | null; + source?: string | null; + designer?: string | null; } export interface BadgeInput { - post?: string; - image?: string; - description?: string | null; - time?: string; - category?: string | null; - hidden?: boolean; - source?: string | null; - designer?: string | null; + post?: string; + image?: string; + description?: string | null; + time?: string; + category?: string | null; + hidden?: boolean; + source?: string | null; + designer?: string | null; } const getPagination = (page: number, size: number) => { - const from = page ? page * (size ? +size : 3) : 0; + const from = page ? page * (size ? +size : 3) : 0; - return { from, to: page ? from + size - 1 : size - 1 }; + return { from, to: page ? from + size - 1 : size - 1 }; }; -export const getUserBadges = async (userId: number, page = 0, size = -1): Promise => { - const { from, to } = getPagination(page, size); - let query = sb.from('user_badges').select('*').eq('user_id', userId); +export const getUserBadges = async ( + userId: number, + page = 0, + size = -1, +): Promise => { + const { from, to } = getPagination(page, size); + let query = sb.from("user_badges").select("*").eq("user_id", userId); - if (size !== -1) query = query.range(from, to); + if (size !== -1) query = query.range(from, to); - const { data, error } = await query; + const { data, error } = await query; - if (error) return []; + if (error) return []; - return data.sort((a, b) => - databaseTimeToDate((a as Badge).time ?? '').getTime() > - databaseTimeToDate((b as Badge).time ?? '').getTime() - ? -1 - : 1 - ) as Badge[]; + return data.sort((a, b) => + databaseTimeToDate((a as Badge).time ?? "").getTime() > + databaseTimeToDate((b as Badge).time ?? "").getTime() + ? -1 + : 1, + ) as Badge[]; }; export const addUserBadge = async (userId: number, badge: BadgeInput) => { - const { post, image, description, time, category, hidden, source, designer } = badge; - - if (post === undefined || image === undefined) return; - - if (time) { - await sb.from('user_badges').insert({ - user_id: userId, - post, - image, - description, - time, - category, - hidden, - source, - designer - }); - } else { - await sb - .from('user_badges') - .insert({ user_id: userId, post, image, description, category, hidden, source, designer }); - } + const { post, image, description, time, category, hidden, source, designer } = + badge; + + if (post === undefined || image === undefined) return; + + if (time) { + await sb.from("user_badges").insert({ + user_id: userId, + post, + image, + description, + time, + category, + hidden, + source, + designer, + }); + } else { + await sb + .from("user_badges") + .insert({ + user_id: userId, + post, + image, + description, + category, + hidden, + source, + designer, + }); + } }; export const removeUserBadge = async (userId: number, id: number) => { - if (!isNaN(id)) await sb.from('user_badges').delete().eq('id', id).eq('user_id', userId); + if (!isNaN(id)) + await sb.from("user_badges").delete().eq("id", id).eq("user_id", userId); }; -export const updateUserBadge = async (userId: number, id: number, badge: BadgeInput) => { - if (badge.post === undefined || badge.image === undefined) return; - - await sb - .from('user_badges') - .update({ - post: badge.post, - image: badge.image, - description: badge.description, - category: badge.category, - time: badge.time, - hidden: badge.hidden, - source: badge.source, - designer: badge.designer - }) - .eq('id', id) - .eq('user_id', userId); +export const updateUserBadge = async ( + userId: number, + id: number, + badge: BadgeInput, +) => { + if (badge.post === undefined || badge.image === undefined) return; + + await sb + .from("user_badges") + .update({ + post: badge.post, + image: badge.image, + description: badge.description, + category: badge.category, + time: badge.time, + hidden: badge.hidden, + source: badge.source, + designer: badge.designer, + }) + .eq("id", id) + .eq("user_id", userId); }; -export const renameCategory = async (userId: number, oldName: string, newName: string) => - await sb - .from('user_badges') - .update({ category: newName }) - .eq('category', oldName) - .eq('user_id', userId); +export const renameCategory = async ( + userId: number, + oldName: string, + newName: string, +) => + await sb + .from("user_badges") + .update({ category: newName }) + .eq("category", oldName) + .eq("user_id", userId); export const removeAllUserBadges = async (userId: number) => - await sb.from('user_badges').delete().eq('user_id', userId); - -export const migrateCategory = async (userId: number, oldName: string, newName: string) => - await sb - .from('user_badges') - .update({ category: newName }) - .eq('category', oldName) - .eq('user_id', userId); + await sb.from("user_badges").delete().eq("user_id", userId); + +export const migrateCategory = async ( + userId: number, + oldName: string, + newName: string, +) => + await sb + .from("user_badges") + .update({ category: newName }) + .eq("category", oldName) + .eq("user_id", userId); export const setShadowHidden = async (userId: number, shadowHide: boolean) => - await sb.from('user_badges').update({ shadow_hidden: shadowHide }).eq('user_id', userId); + await sb + .from("user_badges") + .update({ shadow_hidden: shadowHide }) + .eq("user_id", userId); export const setShadowHiddenBadge = async (id: number, shadowHide: boolean) => - await sb.from('user_badges').update({ shadow_hidden: shadowHide }).eq('id', id); + await sb + .from("user_badges") + .update({ shadow_hidden: shadowHide }) + .eq("id", id); export const incrementClickCount = async (id: number) => - await sb.rpc('user_badges_increment_click_count', { user_badge_id: id }); + await sb.rpc("user_badges_increment_click_count", { user_badge_id: id }); diff --git a/src/lib/Database/SB/User/configuration.ts b/src/lib/Database/SB/User/configuration.ts index ab1373da..6007e41b 100644 --- a/src/lib/Database/SB/User/configuration.ts +++ b/src/lib/Database/SB/User/configuration.ts @@ -1,47 +1,56 @@ -import sb from '../../sb'; +import sb from "../../sb"; interface UserConfiguration { - user_id: number; - configuration: object; - created_at: string; - updated_at: string; + user_id: number; + configuration: object; + created_at: string; + updated_at: string; } interface NewUserConfiguration { - configuration: object; - updated_at?: string; + configuration: object; + updated_at?: string; } export const getUserConfiguration = async (userId: number) => { - const { data, error } = await sb.from('user_configuration').select('*').eq('user_id', userId); + const { data, error } = await sb + .from("user_configuration") + .select("*") + .eq("user_id", userId); - if (error || data.length === 0 || data[0].user_id !== userId) return null; + if (error || data.length === 0 || data[0].user_id !== userId) return null; - return data[0] as UserConfiguration; + return data[0] as UserConfiguration; }; -export const setUserConfiguration = async (userId: number, configuration: NewUserConfiguration) => { - const { data, error } = await sb - .from('user_configuration') - .upsert( - { - user_id: userId, - configuration: configuration.configuration, - updated_at: configuration.updated_at || new Date().toISOString() - }, - { onConflict: 'user_id' } - ) - .select(); - - if (error || !data || (data as []).length === 0) return null; - - return data[0].configuration as UserConfiguration; +export const setUserConfiguration = async ( + userId: number, + configuration: NewUserConfiguration, +) => { + const { data, error } = await sb + .from("user_configuration") + .upsert( + { + user_id: userId, + configuration: configuration.configuration, + updated_at: configuration.updated_at || new Date().toISOString(), + }, + { onConflict: "user_id" }, + ) + .select(); + + if (error || !data || (data as []).length === 0) return null; + + return data[0].configuration as UserConfiguration; }; export const deleteUserConfiguration = async (userId: number) => { - const { data, error } = await sb.from('user_configuration').delete().eq('user_id', userId); + const { data, error } = await sb + .from("user_configuration") + .delete() + .eq("user_id", userId); - if (error || !data) return null; + if (error || !data) return null; - return data; + return data; }; diff --git a/src/lib/Database/SB/User/notifications.ts b/src/lib/Database/SB/User/notifications.ts index b30896a2..75dd5941 100644 --- a/src/lib/Database/SB/User/notifications.ts +++ b/src/lib/Database/SB/User/notifications.ts @@ -1,38 +1,45 @@ -import sb from '../../sb'; +import sb from "../../sb"; export interface UserNotifications { - created_at: string; - updated_at: string; - user_id: number; - subscription: JSON; - fingerprint: string; + created_at: string; + updated_at: string; + user_id: number; + subscription: JSON; + fingerprint: string; } export const getUserSubscription = async (userId: number) => - await sb.from('user_notifications').select('*').eq('user_id', userId); + await sb.from("user_notifications").select("*").eq("user_id", userId); export const getUserSubscriptions = async () => { - const { data, error } = await sb.from('user_notifications').select('*'); + const { data, error } = await sb.from("user_notifications").select("*"); - if (error) return []; + if (error) return []; - return data as UserNotifications[]; + return data as UserNotifications[]; }; -export const deleteUserSubscription = async (userId: number, fingerprint: string) => - await sb.from('user_notifications').delete().eq('user_id', userId).eq('fingerprint', fingerprint); +export const deleteUserSubscription = async ( + userId: number, + fingerprint: string, +) => + await sb + .from("user_notifications") + .delete() + .eq("user_id", userId) + .eq("fingerprint", fingerprint); export const setUserSubscription = async ( - userId: number, - subscription: JSON, - fingerprint: string + userId: number, + subscription: JSON, + fingerprint: string, ) => - await sb.from('user_notifications').upsert( - { - user_id: userId, - updated_at: new Date().toISOString(), - subscription: subscription, - fingerprint - }, - { onConflict: 'user_id' } - ); + await sb.from("user_notifications").upsert( + { + user_id: userId, + updated_at: new Date().toISOString(), + subscription: subscription, + fingerprint, + }, + { onConflict: "user_id" }, + ); diff --git a/src/lib/Database/SB/User/preferences.ts b/src/lib/Database/SB/User/preferences.ts index d773d898..f0a49397 100644 --- a/src/lib/Database/SB/User/preferences.ts +++ b/src/lib/Database/SB/User/preferences.ts @@ -1,156 +1,186 @@ -import sb from '../../sb'; +import sb from "../../sb"; export interface UserPreferences { - created_at: string; - updated_at: string; - user_id: number; - pinned_hololive_streams: string[]; - hide_missing_badges: boolean; - biography: string | null; - badge_wall_css: string; - hide_awc_badges: boolean; - pinned_badge_wall_categories: string[]; + created_at: string; + updated_at: string; + user_id: number; + pinned_hololive_streams: string[]; + hide_missing_badges: boolean; + biography: string | null; + badge_wall_css: string; + hide_awc_badges: boolean; + pinned_badge_wall_categories: string[]; } interface NewUserPreferences { - updated_at?: string; - pinned_hololive_streams?: string[]; - hide_missing_badges?: boolean; - badge_wall_css?: string; - biography?: string; - hide_awc_badges?: boolean; - pinned_badge_wall_categories?: string[]; + updated_at?: string; + pinned_hololive_streams?: string[]; + hide_missing_badges?: boolean; + badge_wall_css?: string; + biography?: string; + hide_awc_badges?: boolean; + pinned_badge_wall_categories?: string[]; } export const getUserPreferences = async (userId: number) => { - const { data, error } = await sb.from('user_preferences').select('*').eq('user_id', userId); + const { data, error } = await sb + .from("user_preferences") + .select("*") + .eq("user_id", userId); - if (error || data.length === 0 || data[0].user_id !== userId) return null; + if (error || data.length === 0 || data[0].user_id !== userId) return null; - return data[0] as UserPreferences; + return data[0] as UserPreferences; }; -export const setUserPreferences = async (userId: number, preferences: NewUserPreferences) => { - const userPreferences = await getUserPreferences(userId); - const { data, error } = await sb - .from('user_preferences') - .upsert( - { - user_id: userId, - updated_at: preferences.updated_at || new Date().toISOString(), - pinned_hololive_streams: - preferences.pinned_hololive_streams || - (userPreferences ? userPreferences.pinned_hololive_streams : []), - hide_missing_badges: preferences.hide_missing_badges || false, - biography: preferences.biography || (userPreferences ? userPreferences.biography : null), - badge_wall_css: - preferences.badge_wall_css || (userPreferences ? userPreferences.badge_wall_css : ''), - hide_awc_badges: preferences.hide_awc_badges || false, - pinned_badge_wall_categories: - preferences.pinned_badge_wall_categories || - (userPreferences ? userPreferences.pinned_badge_wall_categories : '') - }, - { onConflict: 'user_id' } - ) - .select(); - - if (error || !data || (data as []).length === 0) return null; - - return data[0] as UserPreferences; +export const setUserPreferences = async ( + userId: number, + preferences: NewUserPreferences, +) => { + const userPreferences = await getUserPreferences(userId); + const { data, error } = await sb + .from("user_preferences") + .upsert( + { + user_id: userId, + updated_at: preferences.updated_at || new Date().toISOString(), + pinned_hololive_streams: + preferences.pinned_hololive_streams || + (userPreferences ? userPreferences.pinned_hololive_streams : []), + hide_missing_badges: preferences.hide_missing_badges || false, + biography: + preferences.biography || + (userPreferences ? userPreferences.biography : null), + badge_wall_css: + preferences.badge_wall_css || + (userPreferences ? userPreferences.badge_wall_css : ""), + hide_awc_badges: preferences.hide_awc_badges || false, + pinned_badge_wall_categories: + preferences.pinned_badge_wall_categories || + (userPreferences ? userPreferences.pinned_badge_wall_categories : ""), + }, + { onConflict: "user_id" }, + ) + .select(); + + if (error || !data || (data as []).length === 0) return null; + + return data[0] as UserPreferences; }; -export const toggleHololiveStreamPinning = async (userId: number, streamId: string) => { - const userPreferences = await getUserPreferences(userId); +export const toggleHololiveStreamPinning = async ( + userId: number, + streamId: string, +) => { + const userPreferences = await getUserPreferences(userId); - if (!userPreferences) return null; + if (!userPreferences) return null; - const pinnedStreams = userPreferences.pinned_hololive_streams; - const index = pinnedStreams.indexOf(streamId); + const pinnedStreams = userPreferences.pinned_hololive_streams; + const index = pinnedStreams.indexOf(streamId); - if (index === -1) pinnedStreams.push(streamId); - else pinnedStreams.splice(index, 1); + if (index === -1) pinnedStreams.push(streamId); + else pinnedStreams.splice(index, 1); - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - pinned_hololive_streams: pinnedStreams, - hide_missing_badges: userPreferences.hide_missing_badges - }); + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + pinned_hololive_streams: pinnedStreams, + hide_missing_badges: userPreferences.hide_missing_badges, + }); }; export const toggleHideMissingBadges = async (userId: number) => { - const userPreferences = await getUserPreferences(userId); - - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - pinned_hololive_streams: userPreferences ? userPreferences.pinned_hololive_streams : [], - hide_missing_badges: userPreferences ? !userPreferences.hide_missing_badges : false - }); + const userPreferences = await getUserPreferences(userId); + + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + pinned_hololive_streams: userPreferences + ? userPreferences.pinned_hololive_streams + : [], + hide_missing_badges: userPreferences + ? !userPreferences.hide_missing_badges + : false, + }); }; export const toggleHideAWCBadges = async (userId: number) => { - const userPreferences = await getUserPreferences(userId); + const userPreferences = await getUserPreferences(userId); - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - hide_awc_badges: userPreferences ? !userPreferences.hide_awc_badges : false - }); + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + hide_awc_badges: userPreferences ? !userPreferences.hide_awc_badges : false, + }); }; export const setCSS = async (userId: number, css: string) => { - const userPreferences = await getUserPreferences(userId); - - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - pinned_hololive_streams: userPreferences ? userPreferences.pinned_hololive_streams : [], - hide_missing_badges: userPreferences ? userPreferences.hide_missing_badges : false, - badge_wall_css: - css || - "/* Use classes and IDs such as .badges, #badges, .badge, or standard elements like body and details, or anything, as long as it's valid CSS! */" - }); + const userPreferences = await getUserPreferences(userId); + + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + pinned_hololive_streams: userPreferences + ? userPreferences.pinned_hololive_streams + : [], + hide_missing_badges: userPreferences + ? userPreferences.hide_missing_badges + : false, + badge_wall_css: + css || + "/* Use classes and IDs such as .badges, #badges, .badge, or standard elements like body and details, or anything, as long as it's valid CSS! */", + }); }; export const setBiography = async (userId: number, biography: string) => { - const userPreferences = await getUserPreferences(userId); - - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - pinned_hololive_streams: userPreferences ? userPreferences.pinned_hololive_streams : [], - hide_missing_badges: userPreferences ? userPreferences.hide_missing_badges : false, - badge_wall_css: userPreferences ? userPreferences.badge_wall_css : '', - biography: biography || '\n' - }); + const userPreferences = await getUserPreferences(userId); + + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + pinned_hololive_streams: userPreferences + ? userPreferences.pinned_hololive_streams + : [], + hide_missing_badges: userPreferences + ? userPreferences.hide_missing_badges + : false, + badge_wall_css: userPreferences ? userPreferences.badge_wall_css : "", + biography: biography || "\n", + }); }; -export const togglePinnedBadgeWallCategory = async (userId: number, category: string) => { - const userPreferences = await getUserPreferences(userId); +export const togglePinnedBadgeWallCategory = async ( + userId: number, + category: string, +) => { + const userPreferences = await getUserPreferences(userId); - if (!userPreferences) return null; + if (!userPreferences) return null; - const pinnedCategories = userPreferences.pinned_badge_wall_categories; - const index = pinnedCategories.indexOf(category); + const pinnedCategories = userPreferences.pinned_badge_wall_categories; + const index = pinnedCategories.indexOf(category); - if (index === -1) pinnedCategories.push(category); - else pinnedCategories.splice(index, 1); + if (index === -1) pinnedCategories.push(category); + else pinnedCategories.splice(index, 1); - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - pinned_hololive_streams: userPreferences.pinned_hololive_streams, - hide_missing_badges: userPreferences.hide_missing_badges, - badge_wall_css: userPreferences.badge_wall_css, - pinned_badge_wall_categories: pinnedCategories - }); + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + pinned_hololive_streams: userPreferences.pinned_hololive_streams, + hide_missing_badges: userPreferences.hide_missing_badges, + badge_wall_css: userPreferences.badge_wall_css, + pinned_badge_wall_categories: pinnedCategories, + }); }; -export const setPinnedBadgeWallCategories = async (userId: number, categories: string[]) => { - const userPreferences = await getUserPreferences(userId); - - if (!userPreferences) return null; - - return await setUserPreferences(userId, { - updated_at: new Date().toISOString(), - pinned_hololive_streams: userPreferences.pinned_hololive_streams, - hide_missing_badges: userPreferences.hide_missing_badges, - badge_wall_css: userPreferences.badge_wall_css, - pinned_badge_wall_categories: categories - }); +export const setPinnedBadgeWallCategories = async ( + userId: number, + categories: string[], +) => { + const userPreferences = await getUserPreferences(userId); + + if (!userPreferences) return null; + + return await setUserPreferences(userId, { + updated_at: new Date().toISOString(), + pinned_hololive_streams: userPreferences.pinned_hololive_streams, + hide_missing_badges: userPreferences.hide_missing_badges, + badge_wall_css: userPreferences.badge_wall_css, + pinned_badge_wall_categories: categories, + }); }; diff --git a/src/lib/Database/SB/badges.ts b/src/lib/Database/SB/badges.ts index 27f8d13c..a287f01b 100644 --- a/src/lib/Database/SB/badges.ts +++ b/src/lib/Database/SB/badges.ts @@ -1,48 +1,57 @@ -import sb from '../sb'; +import sb from "../sb"; interface Badge { - id: number; - created_at: string; - updated_at: string; - image_url: string; - image_artist: string; - description: string; - event: number; - group: number; + id: number; + created_at: string; + updated_at: string; + image_url: string; + image_artist: string; + description: string; + event: number; + group: number; } interface NewBadge { - updated_at?: string; - image_url: string; - image_artist: string; - description: string; + updated_at?: string; + image_url: string; + image_artist: string; + description: string; } interface GetBy { - event?: number; - group?: number; + event?: number; + group?: number; } export const getBadges = async (getBy?: GetBy) => { - let data: unknown[] | null = null; - let error: unknown = null; - - if (getBy?.event) [data, error] = await sb.from('badges').select('*').eq('event', getBy.event); - else if (getBy?.group) - [data, error] = await sb.from('badges').select('*').eq('group', getBy.group); - else [data, error] = await sb.from('badges').select('*'); - - if (error) return []; - - return data as Badge[]; + let data: unknown[] | null = null; + let error: unknown = null; + + if (getBy?.event) + [data, error] = await sb + .from("badges") + .select("*") + .eq("event", getBy.event); + else if (getBy?.group) + [data, error] = await sb + .from("badges") + .select("*") + .eq("group", getBy.group); + else [data, error] = await sb.from("badges").select("*"); + + if (error) return []; + + return data as Badge[]; }; -export const createBadge = async (badge: NewBadge) => await sb.from('badges').insert(badge); +export const createBadge = async (badge: NewBadge) => + await sb.from("badges").insert(badge); -export const deleteBadge = async (id: number) => await sb.from('badges').delete().eq('id', id); +export const deleteBadge = async (id: number) => + await sb.from("badges").delete().eq("id", id); export const updateBadge = async (id: number, badge: NewBadge) => { - if (!badge.updated_at) badge.updated_at = new Date().toISOString(); + if (!badge.updated_at) badge.updated_at = new Date().toISOString(); - return await sb.from('badges').update(badge).eq('id', id); + return await sb.from("badges").update(badge).eq("id", id); }; diff --git a/src/lib/Database/SB/events.ts b/src/lib/Database/SB/events.ts index aa914f95..de213185 100644 --- a/src/lib/Database/SB/events.ts +++ b/src/lib/Database/SB/events.ts @@ -1,45 +1,50 @@ -import type { Group } from '$lib/Database/SB/groups'; -import sb from '../sb'; +import type { Group } from "$lib/Database/SB/groups"; +import sb from "../sb"; export interface Event { - id: number; - created_at: string; - updated_at: string; - title: string; - description: string; - group: Group; - banner: string; - anilist_url: string; + id: number; + created_at: string; + updated_at: string; + title: string; + description: string; + group: Group; + banner: string; + anilist_url: string; } interface NewEvent { - updated_at?: string; - title: string; - description: string; + updated_at?: string; + title: string; + description: string; } export const getEvents = async () => { - const { data, error } = await sb.from('events').select('*, group:groups(*)'); + const { data, error } = await sb.from("events").select("*, group:groups(*)"); - if (error) return []; + if (error) return []; - return data as Event[]; + return data as Event[]; }; export const getGroupEvents = async (group: string) => { - const { data, error } = await sb.from('events').select('*').eq('group', group); + const { data, error } = await sb + .from("events") + .select("*") + .eq("group", group); - if (error) return []; + if (error) return []; - return data as Event[]; + return data as Event[]; }; -export const createEvent = async (event: NewEvent) => await sb.from('events').insert(event); +export const createEvent = async (event: NewEvent) => + await sb.from("events").insert(event); -export const deleteEvent = async (id: number) => await sb.from('events').delete().eq('id', id); +export const deleteEvent = async (id: number) => + await sb.from("events").delete().eq("id", id); export const updateEvent = async (id: number, event: NewEvent) => { - if (!event.updated_at) event.updated_at = new Date().toISOString(); + if (!event.updated_at) event.updated_at = new Date().toISOString(); - return await sb.from('events').update(event).eq('id', id); + return await sb.from("events").update(event).eq("id", id); }; diff --git a/src/lib/Database/SB/groups.ts b/src/lib/Database/SB/groups.ts index 92afc80c..8cecb08f 100644 --- a/src/lib/Database/SB/groups.ts +++ b/src/lib/Database/SB/groups.ts @@ -1,32 +1,35 @@ -import sb from '../sb'; +import sb from "../sb"; export interface Group { - id: number; - created_at: string; - updated_at?: string; - members: number[]; - avatar: string; - banner: string; - description?: string; - name: string; - anilist_id: number; - anilist_username: string; - badge?: string; - badge_description?: string; + id: number; + created_at: string; + updated_at?: string; + members: number[]; + avatar: string; + banner: string; + description?: string; + name: string; + anilist_id: number; + anilist_username: string; + badge?: string; + badge_description?: string; } export const getGroups = async () => { - const { data, error } = await sb.from('groups').select('*'); + const { data, error } = await sb.from("groups").select("*"); - if (error) return []; + if (error) return []; - return data as Group[]; + return data as Group[]; }; export const getGroup = async (slug: string) => { - const { data, error } = await sb.from('groups').select('*').eq('anilist_username', slug); + const { data, error } = await sb + .from("groups") + .select("*") + .eq("anilist_username", slug); - if (error || data.length === 0) return null; + if (error || data.length === 0) return null; - return data[0] as Group; + return data[0] as Group; }; diff --git a/src/lib/Database/sb.ts b/src/lib/Database/sb.ts index 96fc65da..d5b39a98 100644 --- a/src/lib/Database/sb.ts +++ b/src/lib/Database/sb.ts @@ -1,5 +1,5 @@ -import { createClient } from '@supabase/supabase-js'; -import { SUPABASE_URL, SUPABASE_ANON_KEY } from '$env/static/private'; +import { createClient } from "@supabase/supabase-js"; +import { SUPABASE_URL, SUPABASE_ANON_KEY } from "$env/static/private"; const sb = createClient(SUPABASE_URL, SUPABASE_ANON_KEY); diff --git a/src/lib/Error/AnimeRateLimited.svelte b/src/lib/Error/AnimeRateLimited.svelte index 752b8aed..b3eb1ccb 100644 --- a/src/lib/Error/AnimeRateLimited.svelte +++ b/src/lib/Error/AnimeRateLimited.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Error/DotDotDot.svelte b/src/lib/Error/DotDotDot.svelte index cb8f95f2..08305d3c 100644 --- a/src/lib/Error/DotDotDot.svelte +++ b/src/lib/Error/DotDotDot.svelte @@ -1,19 +1,19 @@ diff --git a/src/lib/Error/RateLimited.svelte b/src/lib/Error/RateLimited.svelte index 9c62759d..2a79efb6 100644 --- a/src/lib/Error/RateLimited.svelte +++ b/src/lib/Error/RateLimited.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Events/AniListBadges/EasterEvent2025/EasterEgg.svelte b/src/lib/Events/AniListBadges/EasterEvent2025/EasterEgg.svelte index 1c7d4545..1069eeb7 100644 --- a/src/lib/Events/AniListBadges/EasterEvent2025/EasterEgg.svelte +++ b/src/lib/Events/AniListBadges/EasterEvent2025/EasterEgg.svelte @@ -1,99 +1,103 @@ diff --git a/src/lib/Events/AniListBadges/EasterEvent2025/MultipleChoicePage.svelte b/src/lib/Events/AniListBadges/EasterEvent2025/MultipleChoicePage.svelte index ebcc9678..abede485 100644 --- a/src/lib/Events/AniListBadges/EasterEvent2025/MultipleChoicePage.svelte +++ b/src/lib/Events/AniListBadges/EasterEvent2025/MultipleChoicePage.svelte @@ -7,13 +7,13 @@ export let onComplete: () => void; let selected = -1; const handleChoice = (index: number) => { - if (index === correctIndex) { - selected = index; + if (index === correctIndex) { + selected = index; - setTimeout(onComplete, 500); - } else { - selected = index; - } + setTimeout(onComplete, 500); + } else { + selected = index; + } }; diff --git a/src/lib/Events/AniListBadges/EasterEvent2025/RiddlePage.svelte b/src/lib/Events/AniListBadges/EasterEvent2025/RiddlePage.svelte index da01e5db..8c7f3684 100644 --- a/src/lib/Events/AniListBadges/EasterEvent2025/RiddlePage.svelte +++ b/src/lib/Events/AniListBadges/EasterEvent2025/RiddlePage.svelte @@ -4,14 +4,14 @@ export let answer: string; export let onComplete: () => void; export let hint: string | undefined = undefined; -let userInput = ''; +let userInput = ""; const checkAnswer = () => { - if (userInput.toLowerCase() === answer.toLowerCase()) { - setTimeout(onComplete, 500); - } else { - setTimeout(() => (userInput = ''), 500); - } + if (userInput.toLowerCase() === answer.toLowerCase()) { + setTimeout(onComplete, 500); + } else { + setTimeout(() => (userInput = ""), 500); + } }; diff --git a/src/lib/Events/AniListBadges/EasterEvent2025/event.css b/src/lib/Events/AniListBadges/EasterEvent2025/event.css index c7556ae8..dd32cdd7 100644 --- a/src/lib/Events/AniListBadges/EasterEvent2025/event.css +++ b/src/lib/Events/AniListBadges/EasterEvent2025/event.css @@ -1,10 +1,10 @@ .big-text { - font-size: 1.5rem; + font-size: 1.5rem; } .container { - display: flex; - flex-direction: column; - gap: 0.5em; - align-items: center; + display: flex; + flex-direction: column; + gap: 0.5em; + align-items: center; } diff --git a/src/lib/Events/Event.svelte b/src/lib/Events/Event.svelte index e8a8d606..f8d0efbc 100644 --- a/src/lib/Events/Event.svelte +++ b/src/lib/Events/Event.svelte @@ -1,7 +1,7 @@ diff --git a/src/lib/Events/Group.svelte b/src/lib/Events/Group.svelte index a891060f..02cd53ac 100644 --- a/src/lib/Events/Group.svelte +++ b/src/lib/Events/Group.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Hololive/Lives.svelte b/src/lib/Hololive/Lives.svelte index 9fb5585f..1969fa4f 100644 --- a/src/lib/Hololive/Lives.svelte +++ b/src/lib/Hololive/Lives.svelte @@ -1,9 +1,9 @@ {#if schedule.lives.length === 0} diff --git a/src/lib/Hololive/Stream.svelte b/src/lib/Hololive/Stream.svelte index 5c833a50..7ad681fd 100644 --- a/src/lib/Hololive/Stream.svelte +++ b/src/lib/Hololive/Stream.svelte @@ -1,10 +1,10 @@ diff --git a/src/lib/Home/LastActivity.svelte b/src/lib/Home/LastActivity.svelte index 5c9ee4c2..39b35198 100644 --- a/src/lib/Home/LastActivity.svelte +++ b/src/lib/Home/LastActivity.svelte @@ -1,52 +1,53 @@ diff --git a/src/lib/Home/Root.svelte b/src/lib/Home/Root.svelte index b3c2279e..d0cf8898 100644 --- a/src/lib/Home/Root.svelte +++ b/src/lib/Home/Root.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Image/ParallaxImage.svelte b/src/lib/Image/ParallaxImage.svelte index 66906cbc..9b15d990 100644 --- a/src/lib/Image/ParallaxImage.svelte +++ b/src/lib/Image/ParallaxImage.svelte @@ -1,18 +1,18 @@ diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 51167432..dd493be4 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -1,10 +1,10 @@ diff --git a/src/lib/LandingHero.svelte b/src/lib/LandingHero.svelte index fc87b5fe..b57aec85 100644 --- a/src/lib/LandingHero.svelte +++ b/src/lib/LandingHero.svelte @@ -1,15 +1,16 @@ diff --git a/src/lib/Layout/Dropdown.svelte b/src/lib/Layout/Dropdown.svelte index 324c9498..d27b2590 100644 --- a/src/lib/Layout/Dropdown.svelte +++ b/src/lib/Layout/Dropdown.svelte @@ -1,9 +1,9 @@ diff --git a/src/lib/Layout/NumberTicker.svelte b/src/lib/Layout/NumberTicker.svelte index 61e1757d..67d19fa0 100644 --- a/src/lib/Layout/NumberTicker.svelte +++ b/src/lib/Layout/NumberTicker.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Layout/Popup.svelte b/src/lib/Layout/Popup.svelte index 92261a5b..103e4e26 100644 --- a/src/lib/Layout/Popup.svelte +++ b/src/lib/Layout/Popup.svelte @@ -1,9 +1,9 @@ diff --git a/src/lib/Layout/Spacer.svelte b/src/lib/Layout/Spacer.svelte index a4ecef18..a3fb1497 100644 --- a/src/lib/Layout/Spacer.svelte +++ b/src/lib/Layout/Spacer.svelte @@ -1,5 +1,5 @@
diff --git a/src/lib/Layout/TextTransition.svelte b/src/lib/Layout/TextTransition.svelte index 13a4ed9b..a31b3ae3 100644 --- a/src/lib/Layout/TextTransition.svelte +++ b/src/lib/Layout/TextTransition.svelte @@ -1,23 +1,23 @@ diff --git a/src/lib/Lazy.svelte b/src/lib/Lazy.svelte index 6386177b..489793cc 100644 --- a/src/lib/Lazy.svelte +++ b/src/lib/Lazy.svelte @@ -1,5 +1,5 @@ diff --git a/src/lib/List/Anime/CleanAnimeList.svelte b/src/lib/List/Anime/CleanAnimeList.svelte index 14406f04..d1efa3a8 100644 --- a/src/lib/List/Anime/CleanAnimeList.svelte +++ b/src/lib/List/Anime/CleanAnimeList.svelte @@ -1,25 +1,25 @@ diff --git a/src/lib/List/Anime/CompletedAnimeList.svelte b/src/lib/List/Anime/CompletedAnimeList.svelte index e308a230..6a393dff 100644 --- a/src/lib/List/Anime/CompletedAnimeList.svelte +++ b/src/lib/List/Anime/CompletedAnimeList.svelte @@ -1,21 +1,21 @@ diff --git a/src/lib/List/Anime/DueAnimeList.svelte b/src/lib/List/Anime/DueAnimeList.svelte index 69b84b8f..4da6836f 100644 --- a/src/lib/List/Anime/DueAnimeList.svelte +++ b/src/lib/List/Anime/DueAnimeList.svelte @@ -1,17 +1,20 @@ diff --git a/src/lib/List/Anime/DueIndexColumn.svelte b/src/lib/List/Anime/DueIndexColumn.svelte index 6ffc17be..1df355a4 100644 --- a/src/lib/List/Anime/DueIndexColumn.svelte +++ b/src/lib/List/Anime/DueIndexColumn.svelte @@ -1,17 +1,17 @@ diff --git a/src/lib/List/Anime/PlaceholderList.svelte b/src/lib/List/Anime/PlaceholderList.svelte index 4ac0d8ff..4009d003 100644 --- a/src/lib/List/Anime/PlaceholderList.svelte +++ b/src/lib/List/Anime/PlaceholderList.svelte @@ -1,8 +1,8 @@ diff --git a/src/lib/List/CleanGrid.svelte b/src/lib/List/CleanGrid.svelte index 08a7ef83..006a5e4e 100644 --- a/src/lib/List/CleanGrid.svelte +++ b/src/lib/List/CleanGrid.svelte @@ -1,15 +1,15 @@
-import MediaTitleDisplay from '$lib/List/MediaTitleDisplay.svelte'; -import type { Media } from '$lib/Data/AniList/media'; -import { outboundLink } from '$lib/Media/links'; -import LinkedTooltip from '$lib/Tooltip/LinkedTooltip.svelte'; -import settings from '$stores/settings'; +import MediaTitleDisplay from "$lib/List/MediaTitleDisplay.svelte"; +import type { Media } from "$lib/Data/AniList/media"; +import { outboundLink } from "$lib/Media/links"; +import LinkedTooltip from "$lib/Tooltip/LinkedTooltip.svelte"; +import settings from "$stores/settings"; export let media: Media[]; -export let type: 'anime' | 'manga'; +export let type: "anime" | "manga"; export let upcoming = false; export let notYetReleased = false; export let lastUpdatedMedia: number; diff --git a/src/lib/List/ListTitle.svelte b/src/lib/List/ListTitle.svelte index 71b5e649..d000e91f 100644 --- a/src/lib/List/ListTitle.svelte +++ b/src/lib/List/ListTitle.svelte @@ -1,12 +1,12 @@ diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte index 0b967cb2..c9f66dd4 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -1,32 +1,32 @@ diff --git a/src/lib/List/MediaRoulette.svelte b/src/lib/List/MediaRoulette.svelte index b4a6d527..6196c669 100644 --- a/src/lib/List/MediaRoulette.svelte +++ b/src/lib/List/MediaRoulette.svelte @@ -1,15 +1,15 @@ diff --git a/src/lib/List/MediaTitleDisplay.svelte b/src/lib/List/MediaTitleDisplay.svelte index 4d379ee9..e7c26fb0 100644 --- a/src/lib/List/MediaTitleDisplay.svelte +++ b/src/lib/List/MediaTitleDisplay.svelte @@ -1,10 +1,10 @@
diff --git a/src/lib/Loading/Grid.svelte b/src/lib/Loading/Grid.svelte index 51fbd67e..3f521dd2 100644 --- a/src/lib/Loading/Grid.svelte +++ b/src/lib/Loading/Grid.svelte @@ -1,5 +1,5 @@
diff --git a/src/lib/Loading/Message.svelte b/src/lib/Loading/Message.svelte index 9ae91704..36f889d2 100644 --- a/src/lib/Loading/Message.svelte +++ b/src/lib/Loading/Message.svelte @@ -1,12 +1,12 @@
diff --git a/src/lib/Loading/Skeleton.svelte b/src/lib/Loading/Skeleton.svelte index 03637c28..d9343f52 100644 --- a/src/lib/Loading/Skeleton.svelte +++ b/src/lib/Loading/Skeleton.svelte @@ -1,8 +1,8 @@ diff --git a/src/lib/Media/Anime/Airing/AiringTime.svelte b/src/lib/Media/Anime/Airing/AiringTime.svelte index 0278de1c..be5f40d9 100644 --- a/src/lib/Media/Anime/Airing/AiringTime.svelte +++ b/src/lib/Media/Anime/Airing/AiringTime.svelte @@ -1,117 +1,121 @@ diff --git a/src/lib/Media/Anime/Airing/Subtitled/match.ts b/src/lib/Media/Anime/Airing/Subtitled/match.ts index 0570b7f9..d3950948 100644 --- a/src/lib/Media/Anime/Airing/Subtitled/match.ts +++ b/src/lib/Media/Anime/Airing/Subtitled/match.ts @@ -1,86 +1,95 @@ -import { get } from 'svelte/store'; -import type { Media } from '../../../../Data/AniList/media'; -import settings from '$stores/settings'; -import type { SubsPlease } from '$lib/Media/Anime/Airing/Subtitled/subsPlease'; -import stringSimilarity from 'string-similarity'; -import excludeMatch from '$lib/Data/Static/matchExclude.json'; -import { season } from '../../season'; +import { get } from "svelte/store"; +import type { Media } from "../../../../Data/AniList/media"; +import settings from "$stores/settings"; +import type { SubsPlease } from "$lib/Media/Anime/Airing/Subtitled/subsPlease"; +import stringSimilarity from "string-similarity"; +import excludeMatch from "$lib/Data/Static/matchExclude.json"; +import { season } from "../../season"; export interface Time { - title: string; - time: string; - day: string; + title: string; + time: string; + day: string; } interface IndexedTime { - time: Time; - normalizedTitle: string; - tokens: string[]; + time: Time; + normalizedTitle: string; + tokens: string[]; } interface DayScheduleIndex { - entries: IndexedTime[]; - exactTitleIndex: Map; - tokenIndex: Map; + entries: IndexedTime[]; + exactTitleIndex: Map; + tokenIndex: Map; } interface ScheduleIndex { - byDay: Map; - version: string; + byDay: Map; + version: string; } const secondsUntil = (targetTime: string, targetDay: string) => { - const now = new Date(); - const [targetHour, targetMinute] = targetTime.split(':').map(Number); - let dayDifference = - ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'].indexOf( - targetDay - ) - now.getDay(); - - if (dayDifference < 0) dayDifference += 7; - - const targetDate = new Date(now); - - targetDate.setDate(now.getDate() + dayDifference); - targetDate.setHours(targetHour, targetMinute, 0, 0); - - const secondsDifference = (Number(targetDate) - Number(now)) / 1000; - - return secondsDifference > 0 ? secondsDifference : secondsDifference + 7 * 24 * 60 * 60; + const now = new Date(); + const [targetHour, targetMinute] = targetTime.split(":").map(Number); + let dayDifference = + [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday", + ].indexOf(targetDay) - now.getDay(); + + if (dayDifference < 0) dayDifference += 7; + + const targetDate = new Date(now); + + targetDate.setDate(now.getDate() + dayDifference); + targetDate.setHours(targetHour, targetMinute, 0, 0); + + const secondsDifference = (Number(targetDate) - Number(now)) / 1000; + + return secondsDifference > 0 + ? secondsDifference + : secondsDifference + 7 * 24 * 60 * 60; }; const preprocessTitle = (title: string): string => { - return title - .toLowerCase() - .replace(/\b(season|s|part|cour)\b/g, ' ') - .replace(/[^a-z0-9\s]/gi, '') - .trim() - .split(/\s+/) - .join(' '); + return title + .toLowerCase() + .replace(/\b(season|s|part|cour)\b/g, " ") + .replace(/[^a-z0-9\s]/gi, "") + .trim() + .split(/\s+/) + .join(" "); }; const NON_DISTINCTIVE_TOKENS = new Set([ - 'a', - 'and', - 'de', - 'e', - 'for', - 'ga', - 'in', - 'na', - 'ni', - 'no', - 'o', - 'of', - 'on', - 'the', - 'to', - 'wa', - 'wo' + "a", + "and", + "de", + "e", + "for", + "ga", + "in", + "na", + "ni", + "no", + "o", + "of", + "on", + "the", + "to", + "wa", + "wo", ]); const isMeaningfulToken = (token: string): boolean => - /^\d+$/.test(token) || (token.length >= 3 && !NON_DISTINCTIVE_TOKENS.has(token)); + /^\d+$/.test(token) || + (token.length >= 3 && !NON_DISTINCTIVE_TOKENS.has(token)); const MIN_MATCH_SCORE = 0.3; const MIN_TOKEN_OVERLAP = 2; @@ -93,58 +102,69 @@ const STALE_AIRING_GRACE_SECONDS = 5 * 60; const MAX_EPISODE_SHIFT_WINDOW_SECONDS = 36 * 60 * 60; interface SimilarityAnalysis { - score: number; - tokenOverlap: number; - numericTokenOverlap: number; + score: number; + tokenOverlap: number; + numericTokenOverlap: number; } -const calculateWeightedSimilarity = (title1: string, title2: string): SimilarityAnalysis => { - const tokens1 = title1.split(' ').filter(isMeaningfulToken); - const tokens2 = title2.split(' ').filter(isMeaningfulToken); - - if (tokens1.length === 0 || tokens2.length === 0) - return { - score: 0, - tokenOverlap: 0, - numericTokenOverlap: 0 - }; - - const set2 = new Set(tokens2); - let score = 0; - let tokenOverlap = 0; - let numericTokenOverlap = 0; - const numericTokens1 = tokens1.filter((token) => /^\d+$/.test(token)); - const numericTokens2 = tokens2.filter((token) => /^\d+$/.test(token)); - - tokens1.forEach((token) => { - if (set2.has(token)) { - tokenOverlap += 1; - - if (/^\d+$/.test(token)) numericTokenOverlap += 1; - - score += /^\d+$/.test(token) ? 2 : 1; - } - }); - - let finalScore = - (score / ((Math.max(tokens1.length, tokens2.length) || 1) * 2)) * 0.7 + - stringSimilarity.compareTwoStrings(title1, title2) * 0.3; - - if (numericTokens1.length > 0 && numericTokens2.length > 0 && numericTokenOverlap === 0) - finalScore *= 0.5; - - return { - score: finalScore, - tokenOverlap, - numericTokenOverlap - }; +const calculateWeightedSimilarity = ( + title1: string, + title2: string, +): SimilarityAnalysis => { + const tokens1 = title1.split(" ").filter(isMeaningfulToken); + const tokens2 = title2.split(" ").filter(isMeaningfulToken); + + if (tokens1.length === 0 || tokens2.length === 0) + return { + score: 0, + tokenOverlap: 0, + numericTokenOverlap: 0, + }; + + const set2 = new Set(tokens2); + let score = 0; + let tokenOverlap = 0; + let numericTokenOverlap = 0; + const numericTokens1 = tokens1.filter((token) => /^\d+$/.test(token)); + const numericTokens2 = tokens2.filter((token) => /^\d+$/.test(token)); + + tokens1.forEach((token) => { + if (set2.has(token)) { + tokenOverlap += 1; + + if (/^\d+$/.test(token)) numericTokenOverlap += 1; + + score += /^\d+$/.test(token) ? 2 : 1; + } + }); + + let finalScore = + (score / ((Math.max(tokens1.length, tokens2.length) || 1) * 2)) * 0.7 + + stringSimilarity.compareTwoStrings(title1, title2) * 0.3; + + if ( + numericTokens1.length > 0 && + numericTokens2.length > 0 && + numericTokenOverlap === 0 + ) + finalScore *= 0.5; + + return { + score: finalScore, + tokenOverlap, + numericTokenOverlap, + }; }; -const indexPush = (index: Map, key: string, entryIndex: number) => { - const existing = index.get(key); +const indexPush = ( + index: Map, + key: string, + entryIndex: number, +) => { + const existing = index.get(key); - if (existing) existing.push(entryIndex); - else index.set(key, [entryIndex]); + if (existing) existing.push(entryIndex); + else index.set(key, [entryIndex]); }; const scheduleIndexCache = new WeakMap(); @@ -152,367 +172,444 @@ const closestMatchCache = new Map(); const injectAiringTimeCache = new Map(); const setBoundedCacheValue = ( - cache: Map, - key: string, - value: T, - maxEntries: number + cache: Map, + key: string, + value: T, + maxEntries: number, ) => { - if (cache.size >= maxEntries) cache.clear(); + if (cache.size >= maxEntries) cache.clear(); - cache.set(key, value); + cache.set(key, value); }; const animeTitleFingerprint = (anime: Media) => - [anime.title.romaji, anime.title.english, ...anime.synonyms] - .filter(Boolean) - .map(preprocessTitle) - .join('|'); - -const fallbackClosestMatch = (dayIndex: DayScheduleIndex, searchTitles: string[]): Time | null => { - let bestMatch: Time | null = null; - let bestScore = 0; - let secondBestScore = 0; - - for (const searchTitle of searchTitles) { - if (searchTitle.includes('OVA') || searchTitle.includes('Special')) continue; - - const normalizedSearchTitle = preprocessTitle(searchTitle); - - for (const candidateEntry of dayIndex.entries) { - const score = stringSimilarity.compareTwoStrings( - normalizedSearchTitle, - candidateEntry.normalizedTitle - ); - - if (score > bestScore) { - secondBestScore = bestScore; - bestScore = score; - bestMatch = candidateEntry.time; - } else if (score > secondBestScore) { - secondBestScore = score; - } - } - } - - if (bestScore < FALLBACK_MIN_SCORE) return null; - if (bestScore - secondBestScore < FALLBACK_MIN_MARGIN) return null; - - return bestMatch; + [anime.title.romaji, anime.title.english, ...anime.synonyms] + .filter(Boolean) + .map(preprocessTitle) + .join("|"); + +const fallbackClosestMatch = ( + dayIndex: DayScheduleIndex, + searchTitles: string[], +): Time | null => { + let bestMatch: Time | null = null; + let bestScore = 0; + let secondBestScore = 0; + + for (const searchTitle of searchTitles) { + if (searchTitle.includes("OVA") || searchTitle.includes("Special")) + continue; + + const normalizedSearchTitle = preprocessTitle(searchTitle); + + for (const candidateEntry of dayIndex.entries) { + const score = stringSimilarity.compareTwoStrings( + normalizedSearchTitle, + candidateEntry.normalizedTitle, + ); + + if (score > bestScore) { + secondBestScore = bestScore; + bestScore = score; + bestMatch = candidateEntry.time; + } else if (score > secondBestScore) { + secondBestScore = score; + } + } + } + + if (bestScore < FALLBACK_MIN_SCORE) return null; + if (bestScore - secondBestScore < FALLBACK_MIN_MARGIN) return null; + + return bestMatch; }; const buildScheduleIndex = (subsPlease: SubsPlease): ScheduleIndex => { - const byDay = new Map(); - const versionParts: string[] = []; - - for (const [day, value] of Object.entries(subsPlease.schedule)) { - const flattenedValue = Array.isArray(value) ? value.flat() : []; - const firstEntry = flattenedValue[0]; - const lastEntry = flattenedValue[flattenedValue.length - 1]; - - versionParts.push( - `${day}:${flattenedValue.length}:${firstEntry?.title || ''}:${firstEntry?.time || ''}:${ - lastEntry?.title || '' - }:${lastEntry?.time || ''}` - ); - - const dayIndex: DayScheduleIndex = { - entries: [], - exactTitleIndex: new Map(), - tokenIndex: new Map() - }; - - for (const scheduleTime of flattenedValue) { - const time = { - title: scheduleTime.title, - time: scheduleTime.time, - day - }; - const normalizedTitle = preprocessTitle(time.title); - const tokens = normalizedTitle.split(' ').filter(isMeaningfulToken); - const entryIndex = dayIndex.entries.length; - - dayIndex.entries.push({ - time, - normalizedTitle, - tokens - }); - indexPush(dayIndex.exactTitleIndex, normalizedTitle, entryIndex); - - for (const token of tokens) indexPush(dayIndex.tokenIndex, token, entryIndex); - } - - byDay.set(day, dayIndex); - } - - return { - byDay, - version: `${subsPlease.tz}:${versionParts.join('|')}` - }; + const byDay = new Map(); + const versionParts: string[] = []; + + for (const [day, value] of Object.entries(subsPlease.schedule)) { + const flattenedValue = Array.isArray(value) ? value.flat() : []; + const firstEntry = flattenedValue[0]; + const lastEntry = flattenedValue[flattenedValue.length - 1]; + + versionParts.push( + `${day}:${flattenedValue.length}:${firstEntry?.title || ""}:${firstEntry?.time || ""}:${ + lastEntry?.title || "" + }:${lastEntry?.time || ""}`, + ); + + const dayIndex: DayScheduleIndex = { + entries: [], + exactTitleIndex: new Map(), + tokenIndex: new Map(), + }; + + for (const scheduleTime of flattenedValue) { + const time = { + title: scheduleTime.title, + time: scheduleTime.time, + day, + }; + const normalizedTitle = preprocessTitle(time.title); + const tokens = normalizedTitle.split(" ").filter(isMeaningfulToken); + const entryIndex = dayIndex.entries.length; + + dayIndex.entries.push({ + time, + normalizedTitle, + tokens, + }); + indexPush(dayIndex.exactTitleIndex, normalizedTitle, entryIndex); + + for (const token of tokens) + indexPush(dayIndex.tokenIndex, token, entryIndex); + } + + byDay.set(day, dayIndex); + } + + return { + byDay, + version: `${subsPlease.tz}:${versionParts.join("|")}`, + }; }; -export const findClosestMatch = (scheduleIndex: ScheduleIndex, anime: Media): Time | null => { - if (excludeMatch.includes(anime.id)) { - setBoundedCacheValue(closestMatchCache, `${anime.id}:excluded`, null, MAX_MATCH_CACHE_ENTRIES); - - return null; - } - - const cacheKey = `${anime.id}:${anime.nextAiringEpisode?.airingAt || 0}:${animeTitleFingerprint( - anime - )}:${scheduleIndex.version}`; - const cached = closestMatchCache.get(cacheKey); - - if (cached !== undefined) return cached; - - const airingDay = new Date((anime.nextAiringEpisode?.airingAt || 0) * 1000).toLocaleString( - 'en-US', - { weekday: 'long' } - ); - const dayIndex = scheduleIndex.byDay.get(airingDay); - - if (!dayIndex || dayIndex.entries.length === 0) { - setBoundedCacheValue(closestMatchCache, cacheKey, null, MAX_MATCH_CACHE_ENTRIES); - - return null; - } - - let bestMatch: Time | null = null; - let bestScore = 0; - let secondBestScore = 0; - let bestTokenOverlap = 0; - let bestNumericTokenOverlap = 0; - const searchTitles = [anime.title.romaji, anime.title.english, ...anime.synonyms].filter(Boolean); - - for (const searchTitle of searchTitles) { - if (searchTitle.includes('OVA') || searchTitle.includes('Special')) continue; - - const normalizedSearchTitle = preprocessTitle(searchTitle); - const exactMatchIndexes = dayIndex.exactTitleIndex.get(normalizedSearchTitle); - - if (exactMatchIndexes && exactMatchIndexes.length > 0) { - const exactMatch = dayIndex.entries[exactMatchIndexes[0]]; - - if (exactMatch) { - setBoundedCacheValue(closestMatchCache, cacheKey, exactMatch.time, MAX_MATCH_CACHE_ENTRIES); - - return exactMatch.time; - } - } - - const searchTokens = normalizedSearchTitle.split(' ').filter(isMeaningfulToken); - const candidateIndexSet = new Set(); - - for (const token of searchTokens) { - for (const candidateIndex of dayIndex.tokenIndex.get(token) || []) - candidateIndexSet.add(candidateIndex); - } - - const candidateIndexes = - candidateIndexSet.size > 0 - ? [...candidateIndexSet] - : dayIndex.entries.map((_, entryIndex) => entryIndex); - - for (const candidateIndex of candidateIndexes) { - const candidateEntry = dayIndex.entries[candidateIndex]; - const similarity = calculateWeightedSimilarity( - normalizedSearchTitle, - candidateEntry.normalizedTitle - ); - - if (similarity.score > bestScore) { - secondBestScore = bestScore; - bestScore = similarity.score; - bestTokenOverlap = similarity.tokenOverlap; - bestNumericTokenOverlap = similarity.numericTokenOverlap; - bestMatch = candidateEntry.time; - } else if (similarity.score > secondBestScore) { - secondBestScore = similarity.score; - } - } - } - - if (bestScore < MIN_MATCH_SCORE) { - const fallbackMatch = fallbackClosestMatch(dayIndex, searchTitles); - - setBoundedCacheValue(closestMatchCache, cacheKey, fallbackMatch, MAX_MATCH_CACHE_ENTRIES); - - return fallbackMatch; - } - - if (bestScore - secondBestScore < MIN_MATCH_MARGIN) { - const fallbackMatch = fallbackClosestMatch(dayIndex, searchTitles); - - setBoundedCacheValue(closestMatchCache, cacheKey, fallbackMatch, MAX_MATCH_CACHE_ENTRIES); - - return fallbackMatch; - } - - if (bestNumericTokenOverlap === 0 && bestTokenOverlap < MIN_TOKEN_OVERLAP) { - const fallbackMatch = fallbackClosestMatch(dayIndex, searchTitles); - - setBoundedCacheValue(closestMatchCache, cacheKey, fallbackMatch, MAX_MATCH_CACHE_ENTRIES); - - return fallbackMatch; - } - - setBoundedCacheValue(closestMatchCache, cacheKey, bestMatch, MAX_MATCH_CACHE_ENTRIES); - - return bestMatch; +export const findClosestMatch = ( + scheduleIndex: ScheduleIndex, + anime: Media, +): Time | null => { + if (excludeMatch.includes(anime.id)) { + setBoundedCacheValue( + closestMatchCache, + `${anime.id}:excluded`, + null, + MAX_MATCH_CACHE_ENTRIES, + ); + + return null; + } + + const cacheKey = `${anime.id}:${anime.nextAiringEpisode?.airingAt || 0}:${animeTitleFingerprint( + anime, + )}:${scheduleIndex.version}`; + const cached = closestMatchCache.get(cacheKey); + + if (cached !== undefined) return cached; + + const airingDay = new Date( + (anime.nextAiringEpisode?.airingAt || 0) * 1000, + ).toLocaleString("en-US", { weekday: "long" }); + const dayIndex = scheduleIndex.byDay.get(airingDay); + + if (!dayIndex || dayIndex.entries.length === 0) { + setBoundedCacheValue( + closestMatchCache, + cacheKey, + null, + MAX_MATCH_CACHE_ENTRIES, + ); + + return null; + } + + let bestMatch: Time | null = null; + let bestScore = 0; + let secondBestScore = 0; + let bestTokenOverlap = 0; + let bestNumericTokenOverlap = 0; + const searchTitles = [ + anime.title.romaji, + anime.title.english, + ...anime.synonyms, + ].filter(Boolean); + + for (const searchTitle of searchTitles) { + if (searchTitle.includes("OVA") || searchTitle.includes("Special")) + continue; + + const normalizedSearchTitle = preprocessTitle(searchTitle); + const exactMatchIndexes = dayIndex.exactTitleIndex.get( + normalizedSearchTitle, + ); + + if (exactMatchIndexes && exactMatchIndexes.length > 0) { + const exactMatch = dayIndex.entries[exactMatchIndexes[0]]; + + if (exactMatch) { + setBoundedCacheValue( + closestMatchCache, + cacheKey, + exactMatch.time, + MAX_MATCH_CACHE_ENTRIES, + ); + + return exactMatch.time; + } + } + + const searchTokens = normalizedSearchTitle + .split(" ") + .filter(isMeaningfulToken); + const candidateIndexSet = new Set(); + + for (const token of searchTokens) { + for (const candidateIndex of dayIndex.tokenIndex.get(token) || []) + candidateIndexSet.add(candidateIndex); + } + + const candidateIndexes = + candidateIndexSet.size > 0 + ? [...candidateIndexSet] + : dayIndex.entries.map((_, entryIndex) => entryIndex); + + for (const candidateIndex of candidateIndexes) { + const candidateEntry = dayIndex.entries[candidateIndex]; + const similarity = calculateWeightedSimilarity( + normalizedSearchTitle, + candidateEntry.normalizedTitle, + ); + + if (similarity.score > bestScore) { + secondBestScore = bestScore; + bestScore = similarity.score; + bestTokenOverlap = similarity.tokenOverlap; + bestNumericTokenOverlap = similarity.numericTokenOverlap; + bestMatch = candidateEntry.time; + } else if (similarity.score > secondBestScore) { + secondBestScore = similarity.score; + } + } + } + + if (bestScore < MIN_MATCH_SCORE) { + const fallbackMatch = fallbackClosestMatch(dayIndex, searchTitles); + + setBoundedCacheValue( + closestMatchCache, + cacheKey, + fallbackMatch, + MAX_MATCH_CACHE_ENTRIES, + ); + + return fallbackMatch; + } + + if (bestScore - secondBestScore < MIN_MATCH_MARGIN) { + const fallbackMatch = fallbackClosestMatch(dayIndex, searchTitles); + + setBoundedCacheValue( + closestMatchCache, + cacheKey, + fallbackMatch, + MAX_MATCH_CACHE_ENTRIES, + ); + + return fallbackMatch; + } + + if (bestNumericTokenOverlap === 0 && bestTokenOverlap < MIN_TOKEN_OVERLAP) { + const fallbackMatch = fallbackClosestMatch(dayIndex, searchTitles); + + setBoundedCacheValue( + closestMatchCache, + cacheKey, + fallbackMatch, + MAX_MATCH_CACHE_ENTRIES, + ); + + return fallbackMatch; + } + + setBoundedCacheValue( + closestMatchCache, + cacheKey, + bestMatch, + MAX_MATCH_CACHE_ENTRIES, + ); + + return bestMatch; }; const normalizeTitle = (title: string | null) => - (title || '') - .toLowerCase() - .replace(/\b(s|season|part|cour)\s*\d+/g, '') - .replace(/[\W_]+/g, ' ') - .trim(); + (title || "") + .toLowerCase() + .replace(/\b(s|season|part|cour)\s*\d+/g, "") + .replace(/[\W_]+/g, " ") + .trim(); const findClosestMediaCache = new Map(); export const findClosestMedia = (media: Media[], matchFor: string) => { - if (!matchFor) return null; + if (!matchFor) return null; - const cached = findClosestMediaCache.get(matchFor); + const cached = findClosestMediaCache.get(matchFor); - if (cached !== undefined) return cached; + if (cached !== undefined) return cached; - const normalisedMatchFor = normalizeTitle(matchFor); - const matchForWords = normalisedMatchFor.split(' '); - let bestFitMedia: Media | null = null; - let bestDistance = -Infinity; + const normalisedMatchFor = normalizeTitle(matchFor); + const matchForWords = normalisedMatchFor.split(" "); + let bestFitMedia: Media | null = null; + let bestDistance = -Infinity; - for (const m of media) { - const titles = [m.title.romaji, m.title.english, ...m.synonyms].filter(Boolean); + for (const m of media) { + const titles = [m.title.romaji, m.title.english, ...m.synonyms].filter( + Boolean, + ); - if ( - titles.some( - (title) => title.toLowerCase().includes('special') || title.toLowerCase().includes('ova') - ) - ) - continue; + if ( + titles.some( + (title) => + title.toLowerCase().includes("special") || + title.toLowerCase().includes("ova"), + ) + ) + continue; - const normalisedTitles = titles.map(normalizeTitle); + const normalisedTitles = titles.map(normalizeTitle); - for (const normalisedTitle of normalisedTitles) { - const distance = stringSimilarity.compareTwoStrings(normalisedMatchFor, normalisedTitle); + for (const normalisedTitle of normalisedTitles) { + const distance = stringSimilarity.compareTwoStrings( + normalisedMatchFor, + normalisedTitle, + ); - if (distance <= bestDistance) continue; + if (distance <= bestDistance) continue; - const wordMatch = - matchForWords.every((word) => normalisedTitles.some((t) => t.includes(word))) || - normalisedTitles.some((t) => t.includes(normalisedMatchFor)); + const wordMatch = + matchForWords.every((word) => + normalisedTitles.some((t) => t.includes(word)), + ) || normalisedTitles.some((t) => t.includes(normalisedMatchFor)); - if (wordMatch) { - bestDistance = distance; - bestFitMedia = m; + if (wordMatch) { + bestDistance = distance; + bestFitMedia = m; - if (distance === 1) break; - } - } + if (distance === 1) break; + } + } - if (bestDistance === 1) break; - } + if (bestDistance === 1) break; + } - findClosestMediaCache.set(matchFor, bestFitMedia); + findClosestMediaCache.set(matchFor, bestFitMedia); - return bestFitMedia as Media | null; + return bestFitMedia as Media | null; }; export const clearClosestMediaCache = () => findClosestMediaCache.clear(); const getScheduleIndex = (subsPlease: SubsPlease): ScheduleIndex => { - const cached = scheduleIndexCache.get(subsPlease); + const cached = scheduleIndexCache.get(subsPlease); - if (cached) return cached; + if (cached) return cached; - const built = buildScheduleIndex(subsPlease); + const built = buildScheduleIndex(subsPlease); - scheduleIndexCache.set(subsPlease, built); + scheduleIndexCache.set(subsPlease, built); - return built; + return built; }; const buildInjectAiringTimeCacheKey = ( - anime: Media, - scheduleVersion: string, - displayNativeCountdown: boolean + anime: Media, + scheduleVersion: string, + displayNativeCountdown: boolean, ) => - [ - anime.id, - anime.status, - anime.nextAiringEpisode?.episode || 0, - anime.nextAiringEpisode?.airingAt || 0, - displayNativeCountdown ? 1 : 0, - scheduleVersion, - animeTitleFingerprint(anime) - ].join(':'); - -export const injectAiringTime = (anime: Media, subsPlease: SubsPlease | null) => { - if (season() !== anime.season) return anime; - - const displayNativeCountdown = get(settings).displayNativeCountdown; - const scheduleVersion = subsPlease ? getScheduleIndex(subsPlease).version : 'native-only'; - const cacheKey = buildInjectAiringTimeCacheKey(anime, scheduleVersion, displayNativeCountdown); - const cached = injectAiringTimeCache.get(cacheKey); - - if (cached) return cached; - - const airingAt = anime.nextAiringEpisode?.airingAt; - const now = new Date(); - // const nativeUntilAiring = airingAt - // ? Math.round((airingAt - Date.now() / 1000) * 100) / 100 - // : undefined; - const nativeTime = new Date(airingAt ? airingAt * 1000 : 0); - let untilAiring: number | undefined; - let time = new Date(airingAt ? airingAt * 1000 : 0); - let nextEpisode = anime.nextAiringEpisode?.episode || 0; - - if (!(displayNativeCountdown || !subsPlease)) { - const scheduleIndex = getScheduleIndex(subsPlease); - - if ((anime.nextAiringEpisode?.episode || 0) > 1) { - const foundTime: Time | null = findClosestMatch(scheduleIndex, anime); - - if (foundTime) { - untilAiring = secondsUntil((foundTime as Time).time, (foundTime as Time).day); - time = new Date(Date.now() + untilAiring * 1000); - } - } - } - - const SEVEN_DAYS = 7 * 24 * 60 * 60 * 1000; - - const nowEpochSeconds = Date.now() / 1000; - const nativeAheadSeconds = nativeTime.getTime() / 1000 - time.getTime() / 1000; - - if ( - nativeAheadSeconds > 0 && - nativeAheadSeconds <= MAX_EPISODE_SHIFT_WINDOW_SECONDS && - nativeTime.getTime() / 1000 > nowEpochSeconds + STALE_AIRING_GRACE_SECONDS - ) { - nextEpisode -= 1; - } - - if (nativeTime.getTime() - now.getTime() > SEVEN_DAYS) { - const beforeTime = time; - - time = nativeTime; - - time.setHours(beforeTime.getHours()); - time.setMinutes(beforeTime.getMinutes()); - } - - const injected = { - ...anime, - nextAiringEpisode: { - episode: nextEpisode, - airingAt: time.getTime() / 1000, - nativeAiringAt: nativeTime.getTime() / 1000, - nativeEpisode: anime.nextAiringEpisode?.episode || 0 - } - } as Media; - - setBoundedCacheValue(injectAiringTimeCache, cacheKey, injected, MAX_INJECT_CACHE_ENTRIES); - - return injected; + [ + anime.id, + anime.status, + anime.nextAiringEpisode?.episode || 0, + anime.nextAiringEpisode?.airingAt || 0, + displayNativeCountdown ? 1 : 0, + scheduleVersion, + animeTitleFingerprint(anime), + ].join(":"); + +export const injectAiringTime = ( + anime: Media, + subsPlease: SubsPlease | null, +) => { + if (season() !== anime.season) return anime; + + const displayNativeCountdown = get(settings).displayNativeCountdown; + const scheduleVersion = subsPlease + ? getScheduleIndex(subsPlease).version + : "native-only"; + const cacheKey = buildInjectAiringTimeCacheKey( + anime, + scheduleVersion, + displayNativeCountdown, + ); + const cached = injectAiringTimeCache.get(cacheKey); + + if (cached) return cached; + + const airingAt = anime.nextAiringEpisode?.airingAt; + const now = new Date(); + // const nativeUntilAiring = airingAt + // ? Math.round((airingAt - Date.now() / 1000) * 100) / 100 + // : undefined; + const nativeTime = new Date(airingAt ? airingAt * 1000 : 0); + let untilAiring: number | undefined; + let time = new Date(airingAt ? airingAt * 1000 : 0); + let nextEpisode = anime.nextAiringEpisode?.episode || 0; + + if (!(displayNativeCountdown || !subsPlease)) { + const scheduleIndex = getScheduleIndex(subsPlease); + + if ((anime.nextAiringEpisode?.episode || 0) > 1) { + const foundTime: Time | null = findClosestMatch(scheduleIndex, anime); + + if (foundTime) { + untilAiring = secondsUntil( + (foundTime as Time).time, + (foundTime as Time).day, + ); + time = new Date(Date.now() + untilAiring * 1000); + } + } + } + + const SEVEN_DAYS = 7 * 24 * 60 * 60 * 1000; + + const nowEpochSeconds = Date.now() / 1000; + const nativeAheadSeconds = + nativeTime.getTime() / 1000 - time.getTime() / 1000; + + if ( + nativeAheadSeconds > 0 && + nativeAheadSeconds <= MAX_EPISODE_SHIFT_WINDOW_SECONDS && + nativeTime.getTime() / 1000 > nowEpochSeconds + STALE_AIRING_GRACE_SECONDS + ) { + nextEpisode -= 1; + } + + if (nativeTime.getTime() - now.getTime() > SEVEN_DAYS) { + const beforeTime = time; + + time = nativeTime; + + time.setHours(beforeTime.getHours()); + time.setMinutes(beforeTime.getMinutes()); + } + + const injected = { + ...anime, + nextAiringEpisode: { + episode: nextEpisode, + airingAt: time.getTime() / 1000, + nativeAiringAt: nativeTime.getTime() / 1000, + nativeEpisode: anime.nextAiringEpisode?.episode || 0, + }, + } as Media; + + setBoundedCacheValue( + injectAiringTimeCache, + cacheKey, + injected, + MAX_INJECT_CACHE_ENTRIES, + ); + + return injected; }; diff --git a/src/lib/Media/Anime/Airing/Subtitled/subsPlease.ts b/src/lib/Media/Anime/Airing/Subtitled/subsPlease.ts index 69f56286..3815259d 100644 --- a/src/lib/Media/Anime/Airing/Subtitled/subsPlease.ts +++ b/src/lib/Media/Anime/Airing/Subtitled/subsPlease.ts @@ -1,13 +1,13 @@ export interface SubsPlease { - tz: string; - schedule: { - [key in string]: SubsPleaseEpisode; - }[]; + tz: string; + schedule: { + [key in string]: SubsPleaseEpisode; + }[]; } export interface SubsPleaseEpisode { - title: string; - page: string; - image_url: string; - time: string; + title: string; + page: string; + image_url: string; + time: string; } diff --git a/src/lib/Media/Anime/Airing/classify.test.ts b/src/lib/Media/Anime/Airing/classify.test.ts index cad08b43..6af36b77 100644 --- a/src/lib/Media/Anime/Airing/classify.test.ts +++ b/src/lib/Media/Anime/Airing/classify.test.ts @@ -1,153 +1,158 @@ -import { describe, expect, it } from 'vitest'; -import settings from '$stores/settings'; -import type { Media } from '$lib/Data/AniList/media'; -import { season } from '$lib/Media/Anime/season'; -import { hasDueEpisodes, getAnimeEpisodeState } from '$lib/Media/Anime/Airing/classify'; -import { injectAiringTime } from '$lib/Media/Anime/Airing/Subtitled/match'; -import type { SubsPlease } from '$lib/Media/Anime/Airing/Subtitled/subsPlease'; +import { describe, expect, it } from "vitest"; +import settings from "$stores/settings"; +import type { Media } from "$lib/Data/AniList/media"; +import { season } from "$lib/Media/Anime/season"; +import { + hasDueEpisodes, + getAnimeEpisodeState, +} from "$lib/Media/Anime/Airing/classify"; +import { injectAiringTime } from "$lib/Media/Anime/Airing/Subtitled/match"; +import type { SubsPlease } from "$lib/Media/Anime/Airing/Subtitled/subsPlease"; const toScheduleTime = (epochSeconds: number) => { - const date = new Date(epochSeconds * 1000); - const hours = String(date.getHours()).padStart(2, '0'); - const minutes = String(date.getMinutes()).padStart(2, '0'); + const date = new Date(epochSeconds * 1000); + const hours = String(date.getHours()).padStart(2, "0"); + const minutes = String(date.getMinutes()).padStart(2, "0"); - return `${hours}:${minutes}`; + return `${hours}:${minutes}`; }; const baseMedia = (id: number): Media => - ({ - id, - idMal: id, - status: 'RELEASING', - type: 'ANIME', - episodes: 12, - chapters: 0, - volumes: 0, - duration: 24, - format: 'TV', - title: { - romaji: `Fixture Show ${id}`, - english: `Fixture Show ${id}`, - native: `Fixture Show ${id}` - }, - nextAiringEpisode: { - episode: 8, - airingAt: Math.floor(Date.now() / 1000) + 24 * 60 * 60 - }, - synonyms: [], - mediaListEntry: { - progress: 6, - progressVolumes: 0, - status: 'CURRENT', - score: 0, - repeat: 0, - startedAt: { - year: 2025, - month: 1, - day: 1 - }, - completedAt: { - year: 0, - month: 0, - day: 0 - }, - createdAt: 0, - updatedAt: 0, - customLists: {} - }, - startDate: { - year: 2025, - month: 1 - }, - endDate: { - year: 2025, - month: 12 - }, - coverImage: { - extraLarge: 'https://example.com/cover-xl.jpg', - medium: 'https://example.com/cover-md.jpg' - }, - tags: [], - genres: [], - season: season(), - isAdult: false, - relations: { - edges: [] - } - }) as Media; + ({ + id, + idMal: id, + status: "RELEASING", + type: "ANIME", + episodes: 12, + chapters: 0, + volumes: 0, + duration: 24, + format: "TV", + title: { + romaji: `Fixture Show ${id}`, + english: `Fixture Show ${id}`, + native: `Fixture Show ${id}`, + }, + nextAiringEpisode: { + episode: 8, + airingAt: Math.floor(Date.now() / 1000) + 24 * 60 * 60, + }, + synonyms: [], + mediaListEntry: { + progress: 6, + progressVolumes: 0, + status: "CURRENT", + score: 0, + repeat: 0, + startedAt: { + year: 2025, + month: 1, + day: 1, + }, + completedAt: { + year: 0, + month: 0, + day: 0, + }, + createdAt: 0, + updatedAt: 0, + customLists: {}, + }, + startDate: { + year: 2025, + month: 1, + }, + endDate: { + year: 2025, + month: 12, + }, + coverImage: { + extraLarge: "https://example.com/cover-xl.jpg", + medium: "https://example.com/cover-md.jpg", + }, + tags: [], + genres: [], + season: season(), + isAdult: false, + relations: { + edges: [], + }, + }) as Media; const regressionIds = [192507, 189259, 198767]; -describe('anime episode classification', () => { - it('prefers nativeEpisode for due/upcoming classification', () => { - const media = baseMedia(192507); +describe("anime episode classification", () => { + it("prefers nativeEpisode for due/upcoming classification", () => { + const media = baseMedia(192507); - media.nextAiringEpisode = { - episode: 7, - nativeEpisode: 8, - airingAt: Math.floor(Date.now() / 1000) + 6 * 60 * 60, - nativeAiringAt: Math.floor(Date.now() / 1000) + 18 * 60 * 60 - }; + media.nextAiringEpisode = { + episode: 7, + nativeEpisode: 8, + airingAt: Math.floor(Date.now() / 1000) + 6 * 60 * 60, + nativeAiringAt: Math.floor(Date.now() / 1000) + 18 * 60 * 60, + }; - const state = getAnimeEpisodeState(media); + const state = getAnimeEpisodeState(media); - expect(state.airedEpisodes).toBe(7); - expect(hasDueEpisodes(media)).toBe(true); - }); + expect(state.airedEpisodes).toBe(7); + expect(hasDueEpisodes(media)).toBe(true); + }); - it('treats stale native release data as aired for due detection', () => { - const media = baseMedia(189259); + it("treats stale native release data as aired for due detection", () => { + const media = baseMedia(189259); - media.nextAiringEpisode = { - episode: 9, - airingAt: Math.floor(Date.now() / 1000) + 72 * 60 * 60, - nativeAiringAt: Math.floor(Date.now() / 1000) - 60 * 60 - }; + media.nextAiringEpisode = { + episode: 9, + airingAt: Math.floor(Date.now() / 1000) + 72 * 60 * 60, + nativeAiringAt: Math.floor(Date.now() / 1000) - 60 * 60, + }; - const state = getAnimeEpisodeState(media); + const state = getAnimeEpisodeState(media); - expect(state.airedEpisodes).toBe(9); - expect(hasDueEpisodes(media)).toBe(true); - }); + expect(state.airedEpisodes).toBe(9); + expect(hasDueEpisodes(media)).toBe(true); + }); }); -describe('native countdown toggle parity', () => { - for (const id of regressionIds) { - it(`keeps media ${id} due with native countdown on/off`, () => { - const media = baseMedia(id); - const subtitledAiringAt = Math.floor(Date.now() / 1000) + 24 * 60 * 60; - const nativeAiringAt = subtitledAiringAt + 12 * 60 * 60; - const nativeAiringDate = new Date(nativeAiringAt * 1000); - const airingDay = nativeAiringDate.toLocaleString('en-US', { weekday: 'long' }); - const subsPlease = { - tz: 'America/Los_Angeles', - schedule: { - [airingDay]: [ - { - title: media.title.romaji, - page: '', - image_url: '', - time: toScheduleTime(subtitledAiringAt) - } - ] - } - } as unknown as SubsPlease; - - media.nextAiringEpisode = { - episode: 8, - airingAt: nativeAiringAt - }; - - settings.setKey('displayNativeCountdown', true); - - const nativeOnly = injectAiringTime(media, subsPlease); - - settings.setKey('displayNativeCountdown', false); - - const subtitled = injectAiringTime(media, subsPlease); - - expect(hasDueEpisodes(nativeOnly)).toBe(true); - expect(hasDueEpisodes(subtitled)).toBe(true); - }); - } +describe("native countdown toggle parity", () => { + for (const id of regressionIds) { + it(`keeps media ${id} due with native countdown on/off`, () => { + const media = baseMedia(id); + const subtitledAiringAt = Math.floor(Date.now() / 1000) + 24 * 60 * 60; + const nativeAiringAt = subtitledAiringAt + 12 * 60 * 60; + const nativeAiringDate = new Date(nativeAiringAt * 1000); + const airingDay = nativeAiringDate.toLocaleString("en-US", { + weekday: "long", + }); + const subsPlease = { + tz: "America/Los_Angeles", + schedule: { + [airingDay]: [ + { + title: media.title.romaji, + page: "", + image_url: "", + time: toScheduleTime(subtitledAiringAt), + }, + ], + }, + } as unknown as SubsPlease; + + media.nextAiringEpisode = { + episode: 8, + airingAt: nativeAiringAt, + }; + + settings.setKey("displayNativeCountdown", true); + + const nativeOnly = injectAiringTime(media, subsPlease); + + settings.setKey("displayNativeCountdown", false); + + const subtitled = injectAiringTime(media, subsPlease); + + expect(hasDueEpisodes(nativeOnly)).toBe(true); + expect(hasDueEpisodes(subtitled)).toBe(true); + }); + } }); diff --git a/src/lib/Media/Anime/Airing/classify.ts b/src/lib/Media/Anime/Airing/classify.ts index 9b7487d2..9585fae9 100644 --- a/src/lib/Media/Anime/Airing/classify.ts +++ b/src/lib/Media/Anime/Airing/classify.ts @@ -1,53 +1,64 @@ -import type { Media } from '$lib/Data/AniList/media'; +import type { Media } from "$lib/Data/AniList/media"; export interface AnimeEpisodeState { - progress: number; - nextEpisode: number; - airedEpisodes: number; + progress: number; + nextEpisode: number; + airedEpisodes: number; } const hasAired = (airingAt: number | undefined, nowEpochSeconds: number) => - typeof airingAt === 'number' && airingAt <= nowEpochSeconds; + typeof airingAt === "number" && airingAt <= nowEpochSeconds; export const getAnimeEpisodeState = ( - media: Media, - nowEpochSeconds = Date.now() / 1000 + media: Media, + nowEpochSeconds = Date.now() / 1000, ): AnimeEpisodeState => { - const progress = media.mediaListEntry?.progress || 0; - const nextEpisode = - media.nextAiringEpisode?.nativeEpisode || media.nextAiringEpisode?.episode || 0; - - if (nextEpisode <= 0) { - return { - progress, - nextEpisode, - airedEpisodes: 0 - }; - } - - let airedEpisodes = Math.max(0, nextEpisode - 1); - const airingAt = media.nextAiringEpisode?.airingAt; - const nativeAiringAt = media.nextAiringEpisode?.nativeAiringAt; - - // If either source says the "next" episode already aired, treat it as released. - if (hasAired(airingAt, nowEpochSeconds) || hasAired(nativeAiringAt, nowEpochSeconds)) - airedEpisodes = Math.max(airedEpisodes, nextEpisode); - - return { - progress, - nextEpisode, - airedEpisodes - }; + const progress = media.mediaListEntry?.progress || 0; + const nextEpisode = + media.nextAiringEpisode?.nativeEpisode || + media.nextAiringEpisode?.episode || + 0; + + if (nextEpisode <= 0) { + return { + progress, + nextEpisode, + airedEpisodes: 0, + }; + } + + let airedEpisodes = Math.max(0, nextEpisode - 1); + const airingAt = media.nextAiringEpisode?.airingAt; + const nativeAiringAt = media.nextAiringEpisode?.nativeAiringAt; + + // If either source says the "next" episode already aired, treat it as released. + if ( + hasAired(airingAt, nowEpochSeconds) || + hasAired(nativeAiringAt, nowEpochSeconds) + ) + airedEpisodes = Math.max(airedEpisodes, nextEpisode); + + return { + progress, + nextEpisode, + airedEpisodes, + }; }; -export const hasDueEpisodes = (media: Media, nowEpochSeconds = Date.now() / 1000) => { - const episodeState = getAnimeEpisodeState(media, nowEpochSeconds); +export const hasDueEpisodes = ( + media: Media, + nowEpochSeconds = Date.now() / 1000, +) => { + const episodeState = getAnimeEpisodeState(media, nowEpochSeconds); - return episodeState.airedEpisodes > episodeState.progress; + return episodeState.airedEpisodes > episodeState.progress; }; -export const hasNoAiredEpisodes = (media: Media, nowEpochSeconds = Date.now() / 1000) => { - const episodeState = getAnimeEpisodeState(media, nowEpochSeconds); +export const hasNoAiredEpisodes = ( + media: Media, + nowEpochSeconds = Date.now() / 1000, +) => { + const episodeState = getAnimeEpisodeState(media, nowEpochSeconds); - return episodeState.airedEpisodes <= 0; + return episodeState.airedEpisodes <= 0; }; diff --git a/src/lib/Media/Anime/Airing/time.ts b/src/lib/Media/Anime/Airing/time.ts index 76d51668..dadcd6f1 100644 --- a/src/lib/Media/Anime/Airing/time.ts +++ b/src/lib/Media/Anime/Airing/time.ts @@ -1,122 +1,125 @@ -import type { Media } from '$lib/Data/AniList/media'; -import type { MediaPrequel } from '$lib/Data/AniList/prequels'; -import type { SubsPlease } from '$lib/Media/Anime/Airing/Subtitled/subsPlease'; -import settings from '$stores/settings'; -import { injectAiringTime } from './Subtitled/match'; -import { totalEpisodes } from '../episodes'; -import { get } from 'svelte/store'; +import type { Media } from "$lib/Data/AniList/media"; +import type { MediaPrequel } from "$lib/Data/AniList/prequels"; +import type { SubsPlease } from "$lib/Media/Anime/Airing/Subtitled/subsPlease"; +import settings from "$stores/settings"; +import { injectAiringTime } from "./Subtitled/match"; +import { totalEpisodes } from "../episodes"; +import { get } from "svelte/store"; export const airingTime = ( - originalAnime: Media, - subsPlease: SubsPlease | null, - upcoming = false, - forceDays = false + originalAnime: Media, + subsPlease: SubsPlease | null, + upcoming = false, + forceDays = false, ) => { - const anime = injectAiringTime(originalAnime, subsPlease); - const airingAt = anime.nextAiringEpisode?.airingAt; - const untilAiring = airingAt ? Math.round((airingAt - Date.now() / 1000) * 100) / 100 : undefined; - const time = new Date(airingAt ? airingAt * 1000 : 0).toLocaleTimeString([], { - hour12: !settings.get().display24HourTime, - hour: 'numeric', - minute: '2-digit' - }); - let timeFrame = ''; - let hours = null; - const shortenCountdown = get(settings).displayShortCountdown; - - if ( - (anime as unknown as MediaPrequel).startDate && - new Date( - anime.startDate.year, - (anime as unknown as MediaPrequel).startDate.month, - (anime as unknown as MediaPrequel).startDate.day - ) < new Date() - ) - return `on ${new Date( - anime.startDate.year, - (anime as unknown as MediaPrequel).startDate.month, - (anime as unknown as MediaPrequel).startDate.day - ).toLocaleDateString()}`; - - if (untilAiring !== undefined) { - let minutes = untilAiring / 60; - let few = true; - - if (minutes > 60) { - hours = minutes / 60; - - if (hours > 24) { - let weeks = Math.floor(hours / 24) / 7; - - few = false; - - if (weeks >= 1.5 && !forceDays) { - weeks = Math.round(weeks); - - timeFrame = `${weeks}${shortenCountdown ? 'w' : ' week'}${ - weeks === 1 || shortenCountdown ? '' : 's' - }`; - } else { - const days = Math.round(Math.floor(hours / 24)); - const residualHours = Math.floor(hours - days * 24); - - timeFrame += `${days.toFixed(0)}${shortenCountdown ? 'd' : ' day'}${ - days === 1 || shortenCountdown ? '' : 's' - }`; - - if (residualHours > 0) - timeFrame += `${shortenCountdown ? '' : ' '}${residualHours}${ - shortenCountdown ? 'h' : ' hour' - }${residualHours === 1 || shortenCountdown ? '' : 's'}`; - } - } else { - const residualMinutes = Math.round(minutes - Math.floor(hours) * 60); - - timeFrame += `${hours.toFixed(0)}${shortenCountdown ? 'h' : ' hour'}${ - hours === 1 || shortenCountdown ? '' : 's' - }`; - - if (residualMinutes > 0) - timeFrame += `${shortenCountdown ? '' : ' '}${residualMinutes}${ - shortenCountdown ? 'm' : ' minute' - }${residualMinutes === 1 || shortenCountdown ? '' : 's'}`; - } - } else { - minutes = Math.round(minutes); - - timeFrame += `${minutes}${shortenCountdown ? 'm' : ' minute'}${ - minutes === 1 || shortenCountdown ? '' : 's' - }`; - } - - const opacity = Math.max(50, 100 - (untilAiring / 60 / 60 / 24 / 7) * 50); - const nextEpisode = - anime.nextAiringEpisode?.nativeAiringAt && - !upcoming && - anime.nextAiringEpisode.nativeAiringAt < Date.now() / 1000 + 1 * 24 * 60 * 60 - ? anime.nextAiringEpisode.episode - 1 - : anime.nextAiringEpisode?.episode || 0; - const dateString = - new Date(airingAt ? airingAt * 1000 : 0).toLocaleDateString([], { - weekday: 'long', - year: 'numeric', - month: 'long', - day: 'numeric' - }) + - ' ' + - time; - - if (upcoming) - return `${nextEpisode}${totalEpisodes( - anime - )} in ${timeFrame} ${ - few && get(settings).displayCoverModeAnime ? '
' : '' - }${few ? `(${time})` : ''}
`; - else - return `${nextEpisode} in ${ - few && get(settings).displayCoverModeAnime ? '
' : '' - }${few ? '' : ''}${timeFrame}${few ? '' : ''} ${few ? `(${time})` : ''}
`; - } - - return ''; + const anime = injectAiringTime(originalAnime, subsPlease); + const airingAt = anime.nextAiringEpisode?.airingAt; + const untilAiring = airingAt + ? Math.round((airingAt - Date.now() / 1000) * 100) / 100 + : undefined; + const time = new Date(airingAt ? airingAt * 1000 : 0).toLocaleTimeString([], { + hour12: !settings.get().display24HourTime, + hour: "numeric", + minute: "2-digit", + }); + let timeFrame = ""; + let hours = null; + const shortenCountdown = get(settings).displayShortCountdown; + + if ( + (anime as unknown as MediaPrequel).startDate && + new Date( + anime.startDate.year, + (anime as unknown as MediaPrequel).startDate.month, + (anime as unknown as MediaPrequel).startDate.day, + ) < new Date() + ) + return `on ${new Date( + anime.startDate.year, + (anime as unknown as MediaPrequel).startDate.month, + (anime as unknown as MediaPrequel).startDate.day, + ).toLocaleDateString()}`; + + if (untilAiring !== undefined) { + let minutes = untilAiring / 60; + let few = true; + + if (minutes > 60) { + hours = minutes / 60; + + if (hours > 24) { + let weeks = Math.floor(hours / 24) / 7; + + few = false; + + if (weeks >= 1.5 && !forceDays) { + weeks = Math.round(weeks); + + timeFrame = `${weeks}${shortenCountdown ? "w" : " week"}${ + weeks === 1 || shortenCountdown ? "" : "s" + }`; + } else { + const days = Math.round(Math.floor(hours / 24)); + const residualHours = Math.floor(hours - days * 24); + + timeFrame += `${days.toFixed(0)}${shortenCountdown ? "d" : " day"}${ + days === 1 || shortenCountdown ? "" : "s" + }`; + + if (residualHours > 0) + timeFrame += `${shortenCountdown ? "" : " "}${residualHours}${ + shortenCountdown ? "h" : " hour" + }${residualHours === 1 || shortenCountdown ? "" : "s"}`; + } + } else { + const residualMinutes = Math.round(minutes - Math.floor(hours) * 60); + + timeFrame += `${hours.toFixed(0)}${shortenCountdown ? "h" : " hour"}${ + hours === 1 || shortenCountdown ? "" : "s" + }`; + + if (residualMinutes > 0) + timeFrame += `${shortenCountdown ? "" : " "}${residualMinutes}${ + shortenCountdown ? "m" : " minute" + }${residualMinutes === 1 || shortenCountdown ? "" : "s"}`; + } + } else { + minutes = Math.round(minutes); + + timeFrame += `${minutes}${shortenCountdown ? "m" : " minute"}${ + minutes === 1 || shortenCountdown ? "" : "s" + }`; + } + + const opacity = Math.max(50, 100 - (untilAiring / 60 / 60 / 24 / 7) * 50); + const nextEpisode = + anime.nextAiringEpisode?.nativeAiringAt && + !upcoming && + anime.nextAiringEpisode.nativeAiringAt < + Date.now() / 1000 + 1 * 24 * 60 * 60 + ? anime.nextAiringEpisode.episode - 1 + : anime.nextAiringEpisode?.episode || 0; + const dateString = + new Date(airingAt ? airingAt * 1000 : 0).toLocaleDateString([], { + weekday: "long", + year: "numeric", + month: "long", + day: "numeric", + }) + + " " + + time; + + if (upcoming) + return `${nextEpisode}${totalEpisodes( + anime, + )} in ${timeFrame} ${ + few && get(settings).displayCoverModeAnime ? "
" : "" + }${few ? `(${time})` : ""}
`; + else + return `${nextEpisode} in ${ + few && get(settings).displayCoverModeAnime ? "
" : "" + }${few ? "" : ""}${timeFrame}${few ? "" : ""} ${few ? `(${time})` : ""}
`; + } + + return ""; }; diff --git a/src/lib/Media/Anime/cache.ts b/src/lib/Media/Anime/cache.ts index 9aabb2ab..e988f255 100644 --- a/src/lib/Media/Anime/cache.ts +++ b/src/lib/Media/Anime/cache.ts @@ -1,31 +1,44 @@ -import { get } from 'svelte/store'; -import anime from '$stores/anime'; -import { mediaListCollection, Type } from '../../Data/AniList/media'; -import lastPruneTimes from '$stores/lastPruneTimes'; -import type { AniListAuthorisation, UserIdentity } from '../../Data/AniList/identity'; +import { get } from "svelte/store"; +import anime from "$stores/anime"; +import { mediaListCollection, Type } from "../../Data/AniList/media"; +import lastPruneTimes from "$stores/lastPruneTimes"; +import type { + AniListAuthorisation, + UserIdentity, +} from "../../Data/AniList/identity"; -export const cleanCache = (user: AniListAuthorisation, identity: UserIdentity) => - mediaListCollection(user, identity, Type.Anime, get(anime), get(lastPruneTimes).anime, { - forcePrune: true - }); +export const cleanCache = ( + user: AniListAuthorisation, + identity: UserIdentity, +) => + mediaListCollection( + user, + identity, + Type.Anime, + get(anime), + get(lastPruneTimes).anime, + { + forcePrune: true, + }, + ); export const incrementMediaProgress = ( - id: number, - progress: number | undefined, - user: AniListAuthorisation, - callback: () => void + id: number, + progress: number | undefined, + user: AniListAuthorisation, + callback: () => void, ) => { - fetch('https://graphql.anilist.co', { - method: 'POST', - headers: { - Authorization: `${user.tokenType} ${user.accessToken}`, - 'Content-Type': 'application/json', - Accept: 'application/json' - }, - body: JSON.stringify({ - query: `mutation { SaveMediaListEntry(mediaId: ${id}, progress: ${ - (progress || 0) + 1 - }) { id } }` - }) - }).then(callback); + fetch("https://graphql.anilist.co", { + method: "POST", + headers: { + Authorization: `${user.tokenType} ${user.accessToken}`, + "Content-Type": "application/json", + Accept: "application/json", + }, + body: JSON.stringify({ + query: `mutation { SaveMediaListEntry(mediaId: ${id}, progress: ${ + (progress || 0) + 1 + }) { id } }`, + }), + }).then(callback); }; diff --git a/src/lib/Media/Anime/episodes.ts b/src/lib/Media/Anime/episodes.ts index f4994f83..75281c1e 100644 --- a/src/lib/Media/Anime/episodes.ts +++ b/src/lib/Media/Anime/episodes.ts @@ -1,4 +1,6 @@ -import type { Media } from '$lib/Data/AniList/media'; +import type { Media } from "$lib/Data/AniList/media"; export const totalEpisodes = (anime: Media) => - anime.episodes === null ? '' : `/${anime.episodes}`; + anime.episodes === null + ? "" + : `/${anime.episodes}`; diff --git a/src/lib/Media/Anime/season.ts b/src/lib/Media/Anime/season.ts index d0cd6c25..cfd96856 100644 --- a/src/lib/Media/Anime/season.ts +++ b/src/lib/Media/Anime/season.ts @@ -1,11 +1,11 @@ export const season = () => { - if (new Date().getMonth() >= 0 && new Date().getMonth() <= 2) - return 'WINTER' as 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; - else if (new Date().getMonth() >= 3 && new Date().getMonth() <= 5) - return 'SPRING' as 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; - else if (new Date().getMonth() >= 6 && new Date().getMonth() <= 8) - return 'SUMMER' as 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; - else if (new Date().getMonth() >= 9 && new Date().getMonth() <= 11) - return 'FALL' as 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; - else return 'WINTER' as 'WINTER' | 'SPRING' | 'SUMMER' | 'FALL'; + if (new Date().getMonth() >= 0 && new Date().getMonth() <= 2) + return "WINTER" as "WINTER" | "SPRING" | "SUMMER" | "FALL"; + else if (new Date().getMonth() >= 3 && new Date().getMonth() <= 5) + return "SPRING" as "WINTER" | "SPRING" | "SUMMER" | "FALL"; + else if (new Date().getMonth() >= 6 && new Date().getMonth() <= 8) + return "SUMMER" as "WINTER" | "SPRING" | "SUMMER" | "FALL"; + else if (new Date().getMonth() >= 9 && new Date().getMonth() <= 11) + return "FALL" as "WINTER" | "SPRING" | "SUMMER" | "FALL"; + else return "WINTER" as "WINTER" | "SPRING" | "SUMMER" | "FALL"; }; diff --git a/src/lib/Media/Cover/HoverCover.svelte b/src/lib/Media/Cover/HoverCover.svelte index 48027e44..1909449f 100644 --- a/src/lib/Media/Cover/HoverCover.svelte +++ b/src/lib/Media/Cover/HoverCover.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Notification/NotificationsProvider.svelte b/src/lib/Notification/NotificationsProvider.svelte index 15e5f2b2..c346aceb 100644 --- a/src/lib/Notification/NotificationsProvider.svelte +++ b/src/lib/Notification/NotificationsProvider.svelte @@ -1,11 +1,11 @@ diff --git a/src/lib/Notification/options.ts b/src/lib/Notification/options.ts index be972a7e..28eeecb3 100644 --- a/src/lib/Notification/options.ts +++ b/src/lib/Notification/options.ts @@ -1,24 +1,26 @@ -type Position = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'; +type Position = "top-right" | "top-left" | "bottom-right" | "bottom-left"; export interface Options { - heading: string; - description?: string; - position: Position; - duration: number; - id: string; + heading: string; + description?: string; + position: Position; + duration: number; + id: string; } export const options = (preferences: { - heading: string; - description?: string; - position?: string; - duration?: number; + heading: string; + description?: string; + position?: string; + duration?: number; }): Options => { - return { - position: (preferences.position || 'top-right') as Position, - duration: preferences.duration || 3000, - heading: preferences.heading, - description: preferences.description, - id: Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15) - }; + return { + position: (preferences.position || "top-right") as Position, + duration: preferences.duration || 3000, + heading: preferences.heading, + description: preferences.description, + id: + Math.random().toString(36).substring(2, 15) + + Math.random().toString(36).substring(2, 15), + }; }; diff --git a/src/lib/Notification/store.ts b/src/lib/Notification/store.ts index 0cb4cf96..4eb163f9 100644 --- a/src/lib/Notification/store.ts +++ b/src/lib/Notification/store.ts @@ -1,32 +1,32 @@ -import { writable } from 'svelte/store'; +import { writable } from "svelte/store"; export interface Notification { - id: string; - heading: string; - description?: string; - duration?: number; + id: string; + heading: string; + description?: string; + duration?: number; } function createNotificationStore() { - const { subscribe, update } = writable([]); + const { subscribe, update } = writable([]); - return { - subscribe, - add: (notification: Omit) => { - const id = crypto.randomUUID(); + return { + subscribe, + add: (notification: Omit) => { + const id = crypto.randomUUID(); - update((notifications) => [...notifications, { ...notification, id }]); + update((notifications) => [...notifications, { ...notification, id }]); - return id; - }, - remove: (id: string) => { - update((notifications) => notifications.filter((n) => n.id !== id)); - } - }; + return id; + }, + remove: (id: string) => { + update((notifications) => notifications.filter((n) => n.id !== id)); + }, + }; } export const notifications = createNotificationStore(); -export function addNotification(notification: Omit) { - return notifications.add(notification); +export function addNotification(notification: Omit) { + return notifications.add(notification); } diff --git a/src/lib/Reader/Chapters/MangaDex.svelte b/src/lib/Reader/Chapters/MangaDex.svelte index f1a90338..2bbf076f 100644 --- a/src/lib/Reader/Chapters/MangaDex.svelte +++ b/src/lib/Reader/Chapters/MangaDex.svelte @@ -1,15 +1,15 @@ diff --git a/src/lib/Reader/resource.ts b/src/lib/Reader/resource.ts index 2ee606b0..d00767c5 100644 --- a/src/lib/Reader/resource.ts +++ b/src/lib/Reader/resource.ts @@ -1,40 +1,40 @@ export enum Resource { - MangaDex = 'MangaDex', - Rawkuma = 'Rawkuma' + MangaDex = "MangaDex", + Rawkuma = "Rawkuma", } export const identify = (url: string): Resource | undefined => { - if (url.match(/mangadex\.org\/title\/([a-f0-9-]+)\/?/)?.[1]) { - return Resource.MangaDex; - } else if (url.match(/rawkuma\.com\/manga\/([a-z0-9-]+)\/?/)?.[1]) { - return Resource.Rawkuma; - } + if (url.match(/mangadex\.org\/title\/([a-f0-9-]+)\/?/)?.[1]) { + return Resource.MangaDex; + } else if (url.match(/rawkuma\.com\/manga\/([a-z0-9-]+)\/?/)?.[1]) { + return Resource.Rawkuma; + } - return undefined; + return undefined; }; export const fetchResource = async (url: string) => { - const resource = identify(url); + const resource = identify(url); - if (resource === Resource.MangaDex) { - return await fetch( - `https://api.mangadex.org/manga/${ - url.match(/mangadex\.org\/title\/([a-f0-9-]+)\/?/)?.[1] - }/feed?order[chapter]=desc&translatedLanguage[]=en` - ); - } else if (resource === Resource.Rawkuma) { - return await fetch(url); - } + if (resource === Resource.MangaDex) { + return await fetch( + `https://api.mangadex.org/manga/${ + url.match(/mangadex\.org\/title\/([a-f0-9-]+)\/?/)?.[1] + }/feed?order[chapter]=desc&translatedLanguage[]=en`, + ); + } else if (resource === Resource.Rawkuma) { + return await fetch(url); + } - return fetch(url); + return fetch(url); }; export const decodeResource = async (response: Response, url: string) => { - const resource = identify(url); + const resource = identify(url); - if (resource === Resource.MangaDex) { - return await response.json(); - } else { - return await response.text(); - } + if (resource === Resource.MangaDex) { + return await response.json(); + } else { + return await response.text(); + } }; diff --git a/src/lib/Schedule/CoverBypass.svelte b/src/lib/Schedule/CoverBypass.svelte index 74810105..2656a696 100644 --- a/src/lib/Schedule/CoverBypass.svelte +++ b/src/lib/Schedule/CoverBypass.svelte @@ -1,12 +1,12 @@ -import Spacer from '$lib/Layout/Spacer.svelte'; -import crunchyroll from '$lib/Data/Static/crunchyroll.json'; -import './container.css'; - -interface CrunchyrollMedia { - year: number; - month: number; - day: T; - title: string; +import Spacer from "$lib/Layout/Spacer.svelte"; +import crunchyroll from "$lib/Data/Static/crunchyroll.json"; +import "./container.css"; + +interface CrunchyrollMedia { + year: number; + month: number; + day: T; + title: string; } type KnownMedia = { [key: string]: CrunchyrollMedia[] }; const days: KnownMedia = crunchyroll - .filter((media) => media.day !== 'soon' && media.day !== 'continuing') - .reduce((acc: KnownMedia, media) => { - const date = new Date(media.year, media.month - 1, media.day as number).toLocaleDateString(); + .filter((media) => media.day !== "soon" && media.day !== "continuing") + .reduce((acc: KnownMedia, media) => { + const date = new Date( + media.year, + media.month - 1, + media.day as number, + ).toLocaleDateString(); - if (!acc[date]) acc[date] = []; + if (!acc[date]) acc[date] = []; - acc[date].push(media as CrunchyrollMedia); + acc[date].push(media as CrunchyrollMedia); - return acc; - }, {}); + return acc; + }, {}); const continuing: CrunchyrollMedia[] = crunchyroll.filter( - (media) => media.day === 'continuing' + (media) => media.day === "continuing", ); const soon: CrunchyrollMedia[] = crunchyroll.filter( - (media) => media.day === 'soon' + (media) => media.day === "soon", ); $: columnCount = Math.ceil(Object.keys(days).length / 2); const ordinalSuffix = (i: number) => { - const j = i % 10; - const k = i % 100; + const j = i % 10; + const k = i % 100; - if (j === 1 && k !== 11) return i + 'st'; - if (j === 2 && k !== 12) return i + 'nd'; - if (j === 3 && k !== 13) return i + 'rd'; + if (j === 1 && k !== 11) return i + "st"; + if (j === 2 && k !== 12) return i + "nd"; + if (j === 3 && k !== 13) return i + "rd"; - return i + 'th'; + return i + "th"; }; diff --git a/src/lib/Schedule/Days.svelte b/src/lib/Schedule/Days.svelte index ed0ee4d9..0eb30579 100644 --- a/src/lib/Schedule/Days.svelte +++ b/src/lib/Schedule/Days.svelte @@ -1,102 +1,117 @@ diff --git a/src/lib/Schedule/container.css b/src/lib/Schedule/container.css index 8690629d..3a3beb1f 100644 --- a/src/lib/Schedule/container.css +++ b/src/lib/Schedule/container.css @@ -1,3 +1,3 @@ .list-container { - column-width: 250px; + column-width: 250px; } diff --git a/src/lib/Settings/Categories/Attributions.svelte b/src/lib/Settings/Categories/Attributions.svelte index 7d2939d1..ef78a0c1 100644 --- a/src/lib/Settings/Categories/Attributions.svelte +++ b/src/lib/Settings/Categories/Attributions.svelte @@ -1,6 +1,6 @@
    diff --git a/src/lib/Settings/Categories/Cache.svelte b/src/lib/Settings/Categories/Cache.svelte index c400e6ae..6af897c9 100644 --- a/src/lib/Settings/Categories/Cache.svelte +++ b/src/lib/Settings/Categories/Cache.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Settings/Categories/Calculation.svelte b/src/lib/Settings/Categories/Calculation.svelte index b8b27fc7..b4c76269 100644 --- a/src/lib/Settings/Categories/Calculation.svelte +++ b/src/lib/Settings/Categories/Calculation.svelte @@ -1,9 +1,9 @@ -import Spacer from '$lib/Layout/Spacer.svelte'; -import settings from '$stores/settings'; -import { addNotification } from '$lib/Notification/store'; -import SettingHint from '../SettingHint.svelte'; -import { options } from '$lib/Notification/options'; -import locale from '$stores/locale'; -import SettingCheckboxToggle from '../SettingCheckboxToggle.svelte'; -import localforage from 'localforage'; -import { browser } from '$app/environment'; +import Spacer from "$lib/Layout/Spacer.svelte"; +import settings from "$stores/settings"; +import { addNotification } from "$lib/Notification/store"; +import SettingHint from "../SettingHint.svelte"; +import { options } from "$lib/Notification/options"; +import locale from "$stores/locale"; +import SettingCheckboxToggle from "../SettingCheckboxToggle.svelte"; +import localforage from "localforage"; +import { browser } from "$app/environment"; const clearCaches = async () => { - if (!browser) return; + if (!browser) return; - await localforage.removeItem('anime'); - await localforage.removeItem('manga'); - addNotification( - options({ - heading: 'Anime and manga list caches successfully cleared' - }) - ); + await localforage.removeItem("anime"); + await localforage.removeItem("manga"); + addNotification( + options({ + heading: "Anime and manga list caches successfully cleared", + }), + ); }; diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index 783dd075..313e6cf5 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -1,69 +1,69 @@ diff --git a/src/lib/Settings/Categories/RSSFeeds.svelte b/src/lib/Settings/Categories/RSSFeeds.svelte index 452a068b..bf40eab4 100644 --- a/src/lib/Settings/Categories/RSSFeeds.svelte +++ b/src/lib/Settings/Categories/RSSFeeds.svelte @@ -1,10 +1,10 @@ diff --git a/src/lib/Settings/Categories/SettingSync.svelte b/src/lib/Settings/Categories/SettingSync.svelte index 39ba9d87..0cfe9261 100644 --- a/src/lib/Settings/Categories/SettingSync.svelte +++ b/src/lib/Settings/Categories/SettingSync.svelte @@ -1,13 +1,13 @@ {#if !$settings.settingsSync} diff --git a/src/lib/Settings/Category.svelte b/src/lib/Settings/Category.svelte index 58930cbb..daf49a21 100644 --- a/src/lib/Settings/Category.svelte +++ b/src/lib/Settings/Category.svelte @@ -1,6 +1,6 @@ diff --git a/src/lib/Settings/SettingToggle.svelte b/src/lib/Settings/SettingToggle.svelte index d389e72f..0e77c9b0 100644 --- a/src/lib/Settings/SettingToggle.svelte +++ b/src/lib/Settings/SettingToggle.svelte @@ -1,10 +1,10 @@ diff --git a/src/lib/Settings/Verbiage.svelte b/src/lib/Settings/Verbiage.svelte index 0baf2768..b82281ee 100644 --- a/src/lib/Settings/Verbiage.svelte +++ b/src/lib/Settings/Verbiage.svelte @@ -1,5 +1,5 @@
    diff --git a/src/lib/Tools/ActivityHistory/Grid.svelte b/src/lib/Tools/ActivityHistory/Grid.svelte index 84c182fa..6a931ab2 100644 --- a/src/lib/Tools/ActivityHistory/Grid.svelte +++ b/src/lib/Tools/ActivityHistory/Grid.svelte @@ -1,16 +1,16 @@ diff --git a/src/lib/Tools/ActivityHistory/Tool.svelte b/src/lib/Tools/ActivityHistory/Tool.svelte index 06924b22..3cf7b09e 100644 --- a/src/lib/Tools/ActivityHistory/Tool.svelte +++ b/src/lib/Tools/ActivityHistory/Tool.svelte @@ -1,19 +1,19 @@ diff --git a/src/lib/Tools/Birthdays.svelte b/src/lib/Tools/Birthdays.svelte index 49d72cfa..a41064f9 100644 --- a/src/lib/Tools/Birthdays.svelte +++ b/src/lib/Tools/Birthdays.svelte @@ -1,110 +1,118 @@ diff --git a/src/lib/Tools/BirthdaysTemplate.svelte b/src/lib/Tools/BirthdaysTemplate.svelte index 17763908..3dc5c4fd 100644 --- a/src/lib/Tools/BirthdaysTemplate.svelte +++ b/src/lib/Tools/BirthdaysTemplate.svelte @@ -1,36 +1,38 @@ {#await remoteBirthdays} diff --git a/src/lib/Tools/DumpProfile.svelte b/src/lib/Tools/DumpProfile.svelte index a111028c..a876f587 100644 --- a/src/lib/Tools/DumpProfile.svelte +++ b/src/lib/Tools/DumpProfile.svelte @@ -1,29 +1,29 @@ diff --git a/src/lib/Tools/EpisodeDiscussionCollector.svelte b/src/lib/Tools/EpisodeDiscussionCollector.svelte index 99c53f20..68addbdf 100644 --- a/src/lib/Tools/EpisodeDiscussionCollector.svelte +++ b/src/lib/Tools/EpisodeDiscussionCollector.svelte @@ -1,13 +1,13 @@ diff --git a/src/lib/Tools/FollowFix.svelte b/src/lib/Tools/FollowFix.svelte index a0e9902a..09a34bd2 100644 --- a/src/lib/Tools/FollowFix.svelte +++ b/src/lib/Tools/FollowFix.svelte @@ -1,12 +1,12 @@ {#if user === undefined} diff --git a/src/lib/Tools/Hayai.svelte b/src/lib/Tools/Hayai.svelte index 4de60a9b..8d9c2c9b 100644 --- a/src/lib/Tools/Hayai.svelte +++ b/src/lib/Tools/Hayai.svelte @@ -1,83 +1,95 @@
    diff --git a/src/lib/Tools/InputTemplate.svelte b/src/lib/Tools/InputTemplate.svelte index af77b296..e86e5350 100644 --- a/src/lib/Tools/InputTemplate.svelte +++ b/src/lib/Tools/InputTemplate.svelte @@ -1,8 +1,8 @@ diff --git a/src/lib/Tools/Likes.svelte b/src/lib/Tools/Likes.svelte index d8545c39..dde5c755 100644 --- a/src/lib/Tools/Likes.svelte +++ b/src/lib/Tools/Likes.svelte @@ -1,22 +1,25 @@ -import { browser } from '$app/environment'; -import { goto } from '$app/navigation'; -import root from '$lib/Utility/root'; -import { tools } from './tools'; +import { browser } from "$app/environment"; +import { goto } from "$app/navigation"; +import root from "$lib/Utility/root"; +import { tools } from "./tools"; export let tool: string; diff --git a/src/lib/Tools/RandomFollower.svelte b/src/lib/Tools/RandomFollower.svelte index 628f1b35..7ef0adb5 100644 --- a/src/lib/Tools/RandomFollower.svelte +++ b/src/lib/Tools/RandomFollower.svelte @@ -1,12 +1,12 @@ diff --git a/src/lib/Tools/SequelCatcher/List.svelte b/src/lib/Tools/SequelCatcher/List.svelte index 79e28703..b1512e22 100644 --- a/src/lib/Tools/SequelCatcher/List.svelte +++ b/src/lib/Tools/SequelCatcher/List.svelte @@ -1,9 +1,9 @@ Include current (watching, rewatching, diff --git a/src/lib/Tools/SequelCatcher/Tool.svelte b/src/lib/Tools/SequelCatcher/Tool.svelte index 01742d6f..727a3a6c 100644 --- a/src/lib/Tools/SequelCatcher/Tool.svelte +++ b/src/lib/Tools/SequelCatcher/Tool.svelte @@ -1,31 +1,38 @@ diff --git a/src/lib/Tools/SequelSpy/Prequels.svelte b/src/lib/Tools/SequelSpy/Prequels.svelte index 5929821e..98fea353 100644 --- a/src/lib/Tools/SequelSpy/Prequels.svelte +++ b/src/lib/Tools/SequelSpy/Prequels.svelte @@ -1,15 +1,15 @@
      diff --git a/src/lib/Tools/SequelSpy/Tool.svelte b/src/lib/Tools/SequelSpy/Tool.svelte index 0a862984..71056694 100644 --- a/src/lib/Tools/SequelSpy/Tool.svelte +++ b/src/lib/Tools/SequelSpy/Tool.svelte @@ -1,38 +1,42 @@ {#if user === undefined || $identity.id === -2} diff --git a/src/lib/Tools/Tracker/Tool.svelte b/src/lib/Tools/Tracker/Tool.svelte index 1849cbb1..8f7a3197 100644 --- a/src/lib/Tools/Tracker/Tool.svelte +++ b/src/lib/Tools/Tracker/Tool.svelte @@ -1,69 +1,70 @@ diff --git a/src/lib/Tools/UmaMusumeBirthdays.svelte b/src/lib/Tools/UmaMusumeBirthdays.svelte index 7d49cfaa..fc773bcb 100644 --- a/src/lib/Tools/UmaMusumeBirthdays.svelte +++ b/src/lib/Tools/UmaMusumeBirthdays.svelte @@ -1,50 +1,54 @@ diff --git a/src/lib/Tools/Wrapped/ActivityHistory.svelte b/src/lib/Tools/Wrapped/ActivityHistory.svelte index f1f1a28a..f47b5f71 100644 --- a/src/lib/Tools/Wrapped/ActivityHistory.svelte +++ b/src/lib/Tools/Wrapped/ActivityHistory.svelte @@ -1,12 +1,12 @@
      -import { onMount } from 'svelte'; +import { onMount } from "svelte"; export let onLoad: () => void; diff --git a/src/lib/Tools/Wrapped/Media.svelte b/src/lib/Tools/Wrapped/Media.svelte index bbd7ee5b..f7dd3007 100644 --- a/src/lib/Tools/Wrapped/Media.svelte +++ b/src/lib/Tools/Wrapped/Media.svelte @@ -1,8 +1,8 @@ diff --git a/src/lib/Tooltip/tooltip.ts b/src/lib/Tooltip/tooltip.ts index 024ca0fd..5772c33f 100644 --- a/src/lib/Tooltip/tooltip.ts +++ b/src/lib/Tooltip/tooltip.ts @@ -1,162 +1,163 @@ const tooltip = (element: HTMLElement) => { - let tooltipDiv: HTMLDivElement | null = null; - const offset = 10; - const tooltipTransitionTime = 200; - const tooltipHideDelay = 10; - const debounceDelay = 100; - let hideTimeout: number | null = null; - let debounceTimer: number | null = null; - - if (element.dataset.tooltipDisable === 'true') return; - - const createTooltip = () => { - if (!tooltipDiv) { - tooltipDiv = document.createElement('div'); - - tooltipDiv.style.position = 'absolute'; - tooltipDiv.style.zIndex = '1000'; - tooltipDiv.style.opacity = '0'; - tooltipDiv.style.transition = `opacity ${tooltipTransitionTime}ms ease-in-out, top 0.3s ease, left 0.3s ease`; - tooltipDiv.style.pointerEvents = 'none'; - tooltipDiv.style.whiteSpace = 'nowrap'; - tooltipDiv.style.zIndex = '1000'; - - tooltipDiv.classList.add('card'); - tooltipDiv.classList.add('card-small'); - document.body.appendChild(tooltipDiv); - } - }; - - const updateTooltipPosition = (x: number, y: number) => { - if (tooltipDiv) { - const tooltipPin = element.dataset.tooltippin; - - if (tooltipPin) { - const pinnedElement = document.getElementById(tooltipPin); - - if (pinnedElement) { - const rect = pinnedElement.getBoundingClientRect(); - const tooltipWidth = tooltipDiv.offsetWidth; - const tooltipHeight = tooltipDiv.offsetHeight; - let top = rect.top - tooltipHeight - offset; - let left = rect.left + rect.width / 2 - tooltipWidth / 2; - - if (left < 0) left = offset; - if (left + tooltipWidth > window.innerWidth) - left = window.innerWidth - tooltipWidth - offset; - if (top < 0) top = rect.top + rect.height + offset; - - tooltipDiv.style.left = `${left}px`; - tooltipDiv.style.top = `${top + window.scrollY}px`; - - return; - } - } - - const tooltipWidth = tooltipDiv.offsetWidth; - const tooltipHeight = tooltipDiv.offsetHeight; - let top = y - tooltipHeight - offset; - let left = x - tooltipWidth / 2; - - if (left < 0) left = offset; - if (left + tooltipWidth > window.innerWidth) left = window.innerWidth - tooltipWidth - offset; - if (top < 0) top = y + offset; - - tooltipDiv.style.left = `${left}px`; - tooltipDiv.style.top = `${top}px`; - } - }; - - const showTooltip = (content: string, x: number, y: number) => { - if (hideTimeout !== null) { - clearTimeout(hideTimeout); - - hideTimeout = null; - } - - createTooltip(); - - if (tooltipDiv) { - tooltipDiv.innerHTML = content.replace(/\n/g, '
      '); - - updateTooltipPosition(x, y); - setTimeout(() => { - if (tooltipDiv) { - tooltipDiv.style.opacity = '1'; - } - }, 10); - } - }; - - const hideTooltip = () => { - setTimeout(() => { - if (tooltipDiv) { - tooltipDiv.style.opacity = '0'; - - hideTimeout = window.setTimeout(() => { - if (tooltipDiv) { - document.body.removeChild(tooltipDiv); - tooltipDiv = null; - } - }, tooltipTransitionTime); - } - }, tooltipHideDelay); - }; - - const handleMouseEnter = (event: MouseEvent) => { - const title = element.getAttribute('title'); - - if (title) { - element.removeAttribute('title'); - - if (hideTimeout !== null) { - clearTimeout(hideTimeout); - hideTimeout = null; - } - - if (!tooltipDiv) { - showTooltip(title, event.pageX, event.pageY); - } - } - }; - - const handleMouseMove = (event: MouseEvent) => { - if (debounceTimer !== null) clearTimeout(debounceTimer); - - debounceTimer = window.setTimeout(() => { - if (tooltipDiv && tooltipDiv.style.opacity === '1') - updateTooltipPosition(event.pageX, event.pageY); - }, debounceDelay); - }; - - const handleMouseLeave = () => { - element.setAttribute( - 'title', - tooltipDiv ? tooltipDiv.innerHTML?.replace(/
      /g, '\n') || '' : '' - ); - hideTooltip(); - }; - - element.addEventListener('mouseenter', handleMouseEnter); - element.addEventListener('mousemove', handleMouseMove); - element.addEventListener('mouseleave', handleMouseLeave); - - return { - destroy() { - element.removeEventListener('mouseenter', handleMouseEnter); - element.removeEventListener('mousemove', handleMouseMove); - element.removeEventListener('mouseleave', handleMouseLeave); - - if (hideTimeout !== null) clearTimeout(hideTimeout); - if (debounceTimer !== null) clearTimeout(debounceTimer); - - if (tooltipDiv && document.body.contains(tooltipDiv)) { - document.body.removeChild(tooltipDiv); - - tooltipDiv = null; - } - } - }; + let tooltipDiv: HTMLDivElement | null = null; + const offset = 10; + const tooltipTransitionTime = 200; + const tooltipHideDelay = 10; + const debounceDelay = 100; + let hideTimeout: number | null = null; + let debounceTimer: number | null = null; + + if (element.dataset.tooltipDisable === "true") return; + + const createTooltip = () => { + if (!tooltipDiv) { + tooltipDiv = document.createElement("div"); + + tooltipDiv.style.position = "absolute"; + tooltipDiv.style.zIndex = "1000"; + tooltipDiv.style.opacity = "0"; + tooltipDiv.style.transition = `opacity ${tooltipTransitionTime}ms ease-in-out, top 0.3s ease, left 0.3s ease`; + tooltipDiv.style.pointerEvents = "none"; + tooltipDiv.style.whiteSpace = "nowrap"; + tooltipDiv.style.zIndex = "1000"; + + tooltipDiv.classList.add("card"); + tooltipDiv.classList.add("card-small"); + document.body.appendChild(tooltipDiv); + } + }; + + const updateTooltipPosition = (x: number, y: number) => { + if (tooltipDiv) { + const tooltipPin = element.dataset.tooltippin; + + if (tooltipPin) { + const pinnedElement = document.getElementById(tooltipPin); + + if (pinnedElement) { + const rect = pinnedElement.getBoundingClientRect(); + const tooltipWidth = tooltipDiv.offsetWidth; + const tooltipHeight = tooltipDiv.offsetHeight; + let top = rect.top - tooltipHeight - offset; + let left = rect.left + rect.width / 2 - tooltipWidth / 2; + + if (left < 0) left = offset; + if (left + tooltipWidth > window.innerWidth) + left = window.innerWidth - tooltipWidth - offset; + if (top < 0) top = rect.top + rect.height + offset; + + tooltipDiv.style.left = `${left}px`; + tooltipDiv.style.top = `${top + window.scrollY}px`; + + return; + } + } + + const tooltipWidth = tooltipDiv.offsetWidth; + const tooltipHeight = tooltipDiv.offsetHeight; + let top = y - tooltipHeight - offset; + let left = x - tooltipWidth / 2; + + if (left < 0) left = offset; + if (left + tooltipWidth > window.innerWidth) + left = window.innerWidth - tooltipWidth - offset; + if (top < 0) top = y + offset; + + tooltipDiv.style.left = `${left}px`; + tooltipDiv.style.top = `${top}px`; + } + }; + + const showTooltip = (content: string, x: number, y: number) => { + if (hideTimeout !== null) { + clearTimeout(hideTimeout); + + hideTimeout = null; + } + + createTooltip(); + + if (tooltipDiv) { + tooltipDiv.innerHTML = content.replace(/\n/g, "
      "); + + updateTooltipPosition(x, y); + setTimeout(() => { + if (tooltipDiv) { + tooltipDiv.style.opacity = "1"; + } + }, 10); + } + }; + + const hideTooltip = () => { + setTimeout(() => { + if (tooltipDiv) { + tooltipDiv.style.opacity = "0"; + + hideTimeout = window.setTimeout(() => { + if (tooltipDiv) { + document.body.removeChild(tooltipDiv); + tooltipDiv = null; + } + }, tooltipTransitionTime); + } + }, tooltipHideDelay); + }; + + const handleMouseEnter = (event: MouseEvent) => { + const title = element.getAttribute("title"); + + if (title) { + element.removeAttribute("title"); + + if (hideTimeout !== null) { + clearTimeout(hideTimeout); + hideTimeout = null; + } + + if (!tooltipDiv) { + showTooltip(title, event.pageX, event.pageY); + } + } + }; + + const handleMouseMove = (event: MouseEvent) => { + if (debounceTimer !== null) clearTimeout(debounceTimer); + + debounceTimer = window.setTimeout(() => { + if (tooltipDiv && tooltipDiv.style.opacity === "1") + updateTooltipPosition(event.pageX, event.pageY); + }, debounceDelay); + }; + + const handleMouseLeave = () => { + element.setAttribute( + "title", + tooltipDiv ? tooltipDiv.innerHTML?.replace(/
      /g, "\n") || "" : "", + ); + hideTooltip(); + }; + + element.addEventListener("mouseenter", handleMouseEnter); + element.addEventListener("mousemove", handleMouseMove); + element.addEventListener("mouseleave", handleMouseLeave); + + return { + destroy() { + element.removeEventListener("mouseenter", handleMouseEnter); + element.removeEventListener("mousemove", handleMouseMove); + element.removeEventListener("mouseleave", handleMouseLeave); + + if (hideTimeout !== null) clearTimeout(hideTimeout); + if (debounceTimer !== null) clearTimeout(debounceTimer); + + if (tooltipDiv && document.body.contains(tooltipDiv)) { + document.body.removeChild(tooltipDiv); + + tooltipDiv = null; + } + }, + }; }; export default tooltip; diff --git a/src/lib/User/BadgeWall/AWC.svelte b/src/lib/User/BadgeWall/AWC.svelte index 6d8dcf76..da01e484 100644 --- a/src/lib/User/BadgeWall/AWC.svelte +++ b/src/lib/User/BadgeWall/AWC.svelte @@ -1,10 +1,10 @@ diff --git a/src/lib/User/BadgeWall/BadgePreview.svelte b/src/lib/User/BadgeWall/BadgePreview.svelte index cf0cb284..fd323564 100644 --- a/src/lib/User/BadgeWall/BadgePreview.svelte +++ b/src/lib/User/BadgeWall/BadgePreview.svelte @@ -1,13 +1,13 @@ diff --git a/src/lib/User/BadgeWall/Badges.svelte b/src/lib/User/BadgeWall/Badges.svelte index 04943c64..67c00c53 100644 --- a/src/lib/User/BadgeWall/Badges.svelte +++ b/src/lib/User/BadgeWall/Badges.svelte @@ -1,14 +1,14 @@ diff --git a/src/lib/User/BadgeWall/badge.ts b/src/lib/User/BadgeWall/badge.ts index 8a8726dc..8db34f6b 100644 --- a/src/lib/User/BadgeWall/badge.ts +++ b/src/lib/User/BadgeWall/badge.ts @@ -1,18 +1,20 @@ -import type { Badge } from '../../../graphql/$types'; +import type { Badge } from "../../../graphql/$types"; export interface IndexedBadge extends Badge { - index: number; + index: number; } export const classifyDesignerName = (designer: string) => { - let name = designer; - const anilistUser = designer.match(/https?:\/\/anilist\.co\/user\/([^/]+)\/?/); + let name = designer; + const anilistUser = designer.match( + /https?:\/\/anilist\.co\/user\/([^/]+)\/?/, + ); - if (anilistUser) { - name = `@${anilistUser[1]}`; - } else if (!designer.toLowerCase().startsWith('@')) { - name = `@${designer}`; - } + if (anilistUser) { + name = `@${anilistUser[1]}`; + } else if (!designer.toLowerCase().startsWith("@")) { + name = `@${designer}`; + } - return name; + return name; }; diff --git a/src/lib/User/BadgeWall/badges.css b/src/lib/User/BadgeWall/badges.css index 0dffa860..19f8996f 100644 --- a/src/lib/User/BadgeWall/badges.css +++ b/src/lib/User/BadgeWall/badges.css @@ -6,11 +6,11 @@ } */ .badges { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(8%, 1fr)); - gap: 0.25rem; + display: grid; + grid-template-columns: repeat(auto-fill, minmax(8%, 1fr)); + gap: 0.25rem; } .edit-row-2 { - margin-top: -1.25rem; + margin-top: -1.25rem; } diff --git a/src/lib/Utility/device.ts b/src/lib/Utility/device.ts index fa3aeda9..179c57ac 100644 --- a/src/lib/Utility/device.ts +++ b/src/lib/Utility/device.ts @@ -1,17 +1,17 @@ export const mobile = () => { - let check = false; + let check = false; - ((a) => { - if ( - /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test( - a - ) || - /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test( - a.substr(0, 4) - ) - ) - check = true; - })(navigator.userAgent || navigator.vendor); + ((a) => { + if ( + /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test( + a, + ) || + /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test( + a.substr(0, 4), + ) + ) + check = true; + })(navigator.userAgent || navigator.vendor); - return check; + return check; }; diff --git a/src/lib/Utility/fingerprint.ts b/src/lib/Utility/fingerprint.ts index 2c7211b4..73a9a978 100644 --- a/src/lib/Utility/fingerprint.ts +++ b/src/lib/Utility/fingerprint.ts @@ -1,14 +1,18 @@ export const getFingerprint = () => - btoa( - `${(() => { - const gl = new OffscreenCanvas(0, 0).getContext('webgl'); + btoa( + `${(() => { + const gl = new OffscreenCanvas(0, 0).getContext("webgl"); - if (!gl) return 'none'; + if (!gl) return "none"; - const debugInfo = gl.getExtension('WEBGL_debug_renderer_info'); + const debugInfo = gl.getExtension("WEBGL_debug_renderer_info"); - return debugInfo ? gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL) : 'unknown'; - })()}-${ - navigator === null || navigator === void 0 ? void 0 : navigator.hardwareConcurrency - }-${new Date().getTimezoneOffset()}` - ); + return debugInfo + ? gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL) + : "unknown"; + })()}-${ + navigator === null || navigator === void 0 + ? void 0 + : navigator.hardwareConcurrency + }-${new Date().getTimezoneOffset()}`, + ); diff --git a/src/lib/Utility/html.ts b/src/lib/Utility/html.ts index 7e0f04c6..10d52971 100644 --- a/src/lib/Utility/html.ts +++ b/src/lib/Utility/html.ts @@ -1,97 +1,98 @@ -import settings from '$stores/settings'; -import { get } from 'svelte/store'; +import settings from "$stores/settings"; +import { get } from "svelte/store"; -export const nbsp = (str: string) => str.replace(/ /g, ' '); +export const nbsp = (str: string) => str.replace(/ /g, " "); export const createHeightObserver = (details = true) => { - const observedElements = new Set(); - const resizeObservers = new Map(); - const detailObservers = new Map(); + const observedElements = new Set(); + const resizeObservers = new Map(); + const detailObservers = new Map(); - const applyHeightLimit = (target: HTMLElement) => { - if (!get(settings).displayLimitListHeight) { - target.style.height = 'auto'; + const applyHeightLimit = (target: HTMLElement) => { + if (!get(settings).displayLimitListHeight) { + target.style.height = "auto"; - return; - } + return; + } - target.style.height = 'auto'; + target.style.height = "auto"; - const elementBound = target.getBoundingClientRect(); - const height = window.innerHeight - elementBound.top - 2.5 * 16; + const elementBound = target.getBoundingClientRect(); + const height = window.innerHeight - elementBound.top - 2.5 * 16; - if (elementBound.height > height) target.style.height = `${height}px`; - }; + if (elementBound.height > height) target.style.height = `${height}px`; + }; - const observeElement = (element: HTMLElement) => { - if (element.dataset.observed) return; + const observeElement = (element: HTMLElement) => { + if (element.dataset.observed) return; - const resizeObserver = new ResizeObserver((entries) => { - entries.forEach((entry) => { - const target = entry.target as HTMLElement; + const resizeObserver = new ResizeObserver((entries) => { + entries.forEach((entry) => { + const target = entry.target as HTMLElement; - applyHeightLimit(target); - }); - }); + applyHeightLimit(target); + }); + }); - resizeObserver.observe(element); - resizeObservers.set(element, resizeObserver); + resizeObserver.observe(element); + resizeObservers.set(element, resizeObserver); - if (details) { - const detailsObserver = new MutationObserver((mutations) => { - mutations.forEach((mutation) => { - const target = mutation.target as HTMLDetailsElement; + if (details) { + const detailsObserver = new MutationObserver((mutations) => { + mutations.forEach((mutation) => { + const target = mutation.target as HTMLDetailsElement; - if (target.tagName === 'DETAILS' && !target.open) target.style.height = 'auto'; - }); - }); + if (target.tagName === "DETAILS" && !target.open) + target.style.height = "auto"; + }); + }); - detailsObserver.observe(element, { attributes: true }); - detailObservers.set(element, detailsObserver); - } + detailsObserver.observe(element, { attributes: true }); + detailObservers.set(element, detailsObserver); + } - element.dataset.observed = 'true'; + element.dataset.observed = "true"; - observedElements.add(element); - applyHeightLimit(element); - }; + observedElements.add(element); + applyHeightLimit(element); + }; - document.querySelectorAll('.list').forEach(observeElement); + document.querySelectorAll(".list").forEach(observeElement); - const mutationObserver = new MutationObserver((mutations) => { - mutations.forEach((mutation) => { - mutation.addedNodes.forEach((node) => { - if (!(node instanceof HTMLElement)) return; + const mutationObserver = new MutationObserver((mutations) => { + mutations.forEach((mutation) => { + mutation.addedNodes.forEach((node) => { + if (!(node instanceof HTMLElement)) return; - if (node.matches('.list')) observeElement(node); + if (node.matches(".list")) observeElement(node); - node.querySelectorAll('.list').forEach(observeElement); - }); - }); - }); + node.querySelectorAll(".list").forEach(observeElement); + }); + }); + }); - mutationObserver.observe(document.body, { childList: true, subtree: true }); + mutationObserver.observe(document.body, { childList: true, subtree: true }); - const unsubscribeSettings = settings.subscribe(() => { - observedElements.forEach((element) => { - applyHeightLimit(element); - }); - }); + const unsubscribeSettings = settings.subscribe(() => { + observedElements.forEach((element) => { + applyHeightLimit(element); + }); + }); - return () => { - unsubscribeSettings(); - mutationObserver.disconnect(); - resizeObservers.forEach((observer) => { - observer.disconnect(); - }); - detailObservers.forEach((observer) => { - observer.disconnect(); - }); + return () => { + unsubscribeSettings(); + mutationObserver.disconnect(); + resizeObservers.forEach((observer) => { + observer.disconnect(); + }); + detailObservers.forEach((observer) => { + observer.disconnect(); + }); - observedElements.forEach((element) => { - element.style.height = 'auto'; + observedElements.forEach((element) => { + element.style.height = "auto"; - delete element.dataset.observed; - }); - }; + delete element.dataset.observed; + }); + }; }; diff --git a/src/lib/Utility/image.ts b/src/lib/Utility/image.ts index b8ed0663..2d08e62f 100644 --- a/src/lib/Utility/image.ts +++ b/src/lib/Utility/image.ts @@ -1,46 +1,50 @@ -import { env } from '$env/dynamic/public'; +import { env } from "$env/dynamic/public"; export const cdn = (urlString: string | undefined) => - !urlString || - !['http', 'https'].some((protocol) => urlString.startsWith(protocol)) || - env.PUBLIC_ANILIST_REDIRECT_URI?.includes('localhost') || - [ - 'api.telegram.org', - 'telegra.ph', - 't.me', - 'discord.com', - 'cdn.discordapp.com', - 'media.discordapp.net', - 'images-ext-1.discordapp.net', - 'images-ext-2.discordapp.net', - 'media.trace.moe', - 'files.catbox.moe' - ].includes(new URL(urlString).hostname) - ? urlString - : `https://cdn.due.moe?url=${encodeURIComponent(urlString)}`; + !urlString || + !["http", "https"].some((protocol) => urlString.startsWith(protocol)) || + env.PUBLIC_ANILIST_REDIRECT_URI?.includes("localhost") || + [ + "api.telegram.org", + "telegra.ph", + "t.me", + "discord.com", + "cdn.discordapp.com", + "media.discordapp.net", + "images-ext-1.discordapp.net", + "images-ext-2.discordapp.net", + "media.trace.moe", + "files.catbox.moe", + ].includes(new URL(urlString).hostname) + ? urlString + : `https://cdn.due.moe?url=${encodeURIComponent(urlString)}`; export const thumbnail = (url: string | undefined) => { - const width = 144; - const height = 200; + const width = 144; + const height = 200; - if (url && url.includes('catbox.moe') && !url.includes('gif')) - return url.replace('catbox.moe/', 'catbox.moe/thumbs/t_'); + if (url && url.includes("catbox.moe") && !url.includes("gif")) + return url.replace("catbox.moe/", "catbox.moe/thumbs/t_"); - if (url && url.includes('imgur') && !url.includes('gif')) - return (!url.includes('i.imgur.com') ? url.replace('imgur.com', 'i.imgur.com') : url).replace( - /(\.\w+)$/, - `_d.webp?maxwidth=${width}&shape=thumb&fidelity=high` - ); + if (url && url.includes("imgur") && !url.includes("gif")) + return ( + !url.includes("i.imgur.com") + ? url.replace("imgur.com", "i.imgur.com") + : url + ).replace( + /(\.\w+)$/, + `_d.webp?maxwidth=${width}&shape=thumb&fidelity=high`, + ); - if (url && url.includes('discordapp')) { - const match = url.match(/attachments\/(\d+)\/(\d+)\/(.+)/); + if (url && url.includes("discordapp")) { + const match = url.match(/attachments\/(\d+)\/(\d+)\/(.+)/); - if (match) { - const [, server, id, file] = match; + if (match) { + const [, server, id, file] = match; - return `https://media.discordapp.net/attachments/${server}/${id}/${file}?width=${width}&height=${height}`; - } - } + return `https://media.discordapp.net/attachments/${server}/${id}/${file}?width=${width}&height=${height}`; + } + } - return url; + return url; }; diff --git a/src/lib/Utility/notifications.ts b/src/lib/Utility/notifications.ts index 92f1f1f9..8ed44629 100644 --- a/src/lib/Utility/notifications.ts +++ b/src/lib/Utility/notifications.ts @@ -1,57 +1,64 @@ -import { env } from '$env/dynamic/public'; +import { env } from "$env/dynamic/public"; import { - isNotificationQueued, - notifications, - updateLastNotificationID -} from '$lib/Data/AniList/notifications'; -import { database } from '$lib/Database/IDB/user'; -import { getFingerprint } from './fingerprint'; -import root from './root'; + isNotificationQueued, + notifications, + updateLastNotificationID, +} from "$lib/Data/AniList/notifications"; +import { database } from "$lib/Database/IDB/user"; +import { getFingerprint } from "./fingerprint"; +import root from "./root"; export const requestNotifications = async () => { - if ('Notification' in window && navigator.serviceWorker) { - const registration = await navigator.serviceWorker.getRegistration(); - - if (registration) { - try { - const pushSubscription = await registration.pushManager.subscribe({ - userVisibleOnly: true, - applicationServerKey: env.PUBLIC_VAPID_PUBLIC_KEY - }); - - await fetch(root(`/api/notifications/subscribe?p=${getFingerprint()}`), { - method: 'POST', - headers: { - 'Content-Type': 'application/json' - }, - body: JSON.stringify(pushSubscription) - }); - } catch { - await fetch(`/api/notifications/unsubscribe?p=${getFingerprint()}`, { - method: 'POST' - }); - await updateLocalNotifications(); - setInterval(async () => await updateLocalNotifications(), 1000 * 60); - } - } - } + if ("Notification" in window && navigator.serviceWorker) { + const registration = await navigator.serviceWorker.getRegistration(); + + if (registration) { + try { + const pushSubscription = await registration.pushManager.subscribe({ + userVisibleOnly: true, + applicationServerKey: env.PUBLIC_VAPID_PUBLIC_KEY, + }); + + await fetch( + root(`/api/notifications/subscribe?p=${getFingerprint()}`), + { + method: "POST", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify(pushSubscription), + }, + ); + } catch { + await fetch(`/api/notifications/unsubscribe?p=${getFingerprint()}`, { + method: "POST", + }); + await updateLocalNotifications(); + setInterval(async () => await updateLocalNotifications(), 1000 * 60); + } + } + } }; const updateLocalNotifications = async () => { - const user = (await database.users.toArray()).at(0); + const user = (await database.users.toArray()).at(0); - if (!user) return; + if (!user) return; - const recentNotifications = await notifications(user.user.accessToken); + const recentNotifications = await notifications(user.user.accessToken); - if ((await window.Notification.requestPermission()) === 'granted') - if (recentNotifications && isNotificationQueued(recentNotifications, user.lastNotificationID)) { - await updateLastNotificationID(user.id, recentNotifications); + if ((await window.Notification.requestPermission()) === "granted") + if ( + recentNotifications && + isNotificationQueued(recentNotifications, user.lastNotificationID) + ) { + await updateLastNotificationID(user.id, recentNotifications); - new Notification('due.moe', { - body: `${recentNotifications[0].user.name}${recentNotifications[0].context}`, - icon: recentNotifications[0].user.avatar.large || '/favicon-196x196.png', - tag: 'notification-1' - }); - } + new Notification("due.moe", { + body: `${recentNotifications[0].user.name}${recentNotifications[0].context}`, + icon: + recentNotifications[0].user.avatar.large || "/favicon-196x196.png", + tag: "notification-1", + }); + } }; diff --git a/src/lib/Utility/oauth.ts b/src/lib/Utility/oauth.ts index c42739c3..07e8f114 100644 --- a/src/lib/Utility/oauth.ts +++ b/src/lib/Utility/oauth.ts @@ -1,51 +1,51 @@ -import { redirect, type Cookies } from '@sveltejs/kit'; +import { redirect, type Cookies } from "@sveltejs/kit"; export interface ClientOptions { - id: string; - secret: string; - redirectURI: string; + id: string; + secret: string; + redirectURI: string; } export interface CallbackOptions { - url: URL; - cookies: Cookies; - cookie: string; - authorise: string; - redirect?: string; - client: ClientOptions; - verifier?: string; + url: URL; + cookies: Cookies; + cookie: string; + authorise: string; + redirect?: string; + client: ClientOptions; + verifier?: string; } export const callback = async (options: CallbackOptions) => { - const { url, cookies, cookie, authorise, client } = options; - const formData = new FormData(); + const { url, cookies, cookie, authorise, client } = options; + const formData = new FormData(); - formData.append('grant_type', 'authorization_code'); - formData.append('client_id', client.id); - formData.append('client_secret', client.secret); - formData.append('redirect_uri', client.redirectURI); - formData.append('code', url.searchParams.get('code') || 'null'); + formData.append("grant_type", "authorization_code"); + formData.append("client_id", client.id); + formData.append("client_secret", client.secret); + formData.append("redirect_uri", client.redirectURI); + formData.append("code", url.searchParams.get("code") || "null"); - if (options.verifier) formData.append('code_verifier', options.verifier); + if (options.verifier) formData.append("code_verifier", options.verifier); - cookies.set( - cookie, - JSON.stringify( - await ( - await fetch(authorise, { - method: 'POST', - body: formData - }) - ).json() - ), - { - path: '/', - maxAge: 31536000 / 2, - httpOnly: false, - sameSite: 'lax', - secure: false - } - ); + cookies.set( + cookie, + JSON.stringify( + await ( + await fetch(authorise, { + method: "POST", + body: formData, + }) + ).json(), + ), + { + path: "/", + maxAge: 31536000 / 2, + httpOnly: false, + sameSite: "lax", + secure: false, + }, + ); - redirect(303, options.redirect ?? '/'); + redirect(303, options.redirect ?? "/"); }; diff --git a/src/lib/Utility/parameters.ts b/src/lib/Utility/parameters.ts index 07154754..17e97f1e 100644 --- a/src/lib/Utility/parameters.ts +++ b/src/lib/Utility/parameters.ts @@ -1,31 +1,31 @@ -import { browser } from '$app/environment'; -import { page } from '$app/stores'; -import { get } from 'svelte/store'; +import { browser } from "$app/environment"; +import { page } from "$app/stores"; +import { get } from "svelte/store"; export const clearAllParameters = (saved: string[] = []) => { - if (browser) { - if (get(page).url.searchParams.size === 0) return; + if (browser) { + if (get(page).url.searchParams.size === 0) return; - const parameters = new URLSearchParams(); + const parameters = new URLSearchParams(); - saved.forEach((key) => { - if (get(page).url.searchParams.has(key)) { - parameters.set(key, get(page).url.searchParams.get(key) || ''); - } - }); - history.replaceState(null, '', `${get(page).url.pathname}?${parameters}`); - } + saved.forEach((key) => { + if (get(page).url.searchParams.has(key)) { + parameters.set(key, get(page).url.searchParams.get(key) || ""); + } + }); + history.replaceState(null, "", `${get(page).url.pathname}?${parameters}`); + } }; export const parseOrDefault = ( - urlParameters: URLSearchParams | null, - parameter: string, - fallback: T + urlParameters: URLSearchParams | null, + parameter: string, + fallback: T, ): T => - typeof fallback === 'number' - ? ((browser && urlParameters?.size !== 0 - ? parseInt(urlParameters?.get(parameter) || '', 10) || fallback - : fallback) as T) - : ((browser && urlParameters?.size !== 0 - ? urlParameters?.get(parameter) || fallback - : fallback) as T); + typeof fallback === "number" + ? ((browser && urlParameters?.size !== 0 + ? parseInt(urlParameters?.get(parameter) || "", 10) || fallback + : fallback) as T) + : ((browser && urlParameters?.size !== 0 + ? urlParameters?.get(parameter) || fallback + : fallback) as T); diff --git a/src/lib/Utility/persistentStore.ts b/src/lib/Utility/persistentStore.ts index b08c825c..7df3049f 100644 --- a/src/lib/Utility/persistentStore.ts +++ b/src/lib/Utility/persistentStore.ts @@ -1,19 +1,19 @@ -import { writable, type Writable } from 'svelte/store'; -import { browser } from '$app/environment'; +import { writable, type Writable } from "svelte/store"; +import { browser } from "$app/environment"; export const persistentStore = (key: string, initial: T): Writable => { - const store = writable(initial); + const store = writable(initial); - if (browser) - import('localforage').then((localforage) => { - localforage.default.getItem(key).then((value) => { - if (value !== null) store.set(value); - }); + if (browser) + import("localforage").then((localforage) => { + localforage.default.getItem(key).then((value) => { + if (value !== null) store.set(value); + }); - store.subscribe((value) => { - localforage.default.setItem(key, value); - }); - }); + store.subscribe((value) => { + localforage.default.setItem(key, value); + }); + }); - return store; + return store; }; diff --git a/src/lib/Utility/privilegedUser.ts b/src/lib/Utility/privilegedUser.ts index 769032b9..b94e57bc 100644 --- a/src/lib/Utility/privilegedUser.ts +++ b/src/lib/Utility/privilegedUser.ts @@ -1,4 +1,4 @@ -import authorisedJson from '$lib/Data/Static/authorised.json'; +import authorisedJson from "$lib/Data/Static/authorised.json"; const privilegedUser = (id: number) => authorisedJson.includes(id); diff --git a/src/lib/Utility/proxy.ts b/src/lib/Utility/proxy.ts index 4c7cbb90..c6577ac0 100644 --- a/src/lib/Utility/proxy.ts +++ b/src/lib/Utility/proxy.ts @@ -1,16 +1,16 @@ -import { env } from '$env/dynamic/public'; +import { env } from "$env/dynamic/public"; export const proxy = (url: string, disable = false) => { - const randomKey = Math.floor(Math.random() * 90) + 10; + const randomKey = Math.floor(Math.random() * 90) + 10; - return env.PUBLIC_ANILIST_REDIRECT_URI?.includes('localhost') && !disable - ? url - : `https://proxy.due.moe/?d2=${btoa( - url - .split('') - .map((char) => char.charCodeAt(0) + randomKey) - .join(':') - )}${randomKey}&dh`; + return env.PUBLIC_ANILIST_REDIRECT_URI?.includes("localhost") && !disable + ? url + : `https://proxy.due.moe/?d2=${btoa( + url + .split("") + .map((char) => char.charCodeAt(0) + randomKey) + .join(":"), + )}${randomKey}&dh`; }; export default proxy; diff --git a/src/lib/Utility/root.ts b/src/lib/Utility/root.ts index f2a17d04..bf8bb11f 100644 --- a/src/lib/Utility/root.ts +++ b/src/lib/Utility/root.ts @@ -1,8 +1,8 @@ -import { env } from '$env/dynamic/public'; +import { env } from "$env/dynamic/public"; export const root = (path: string, enable = false) => - env.PUBLIC_ANILIST_REDIRECT_URI?.includes('localhost') || enable - ? `http://localhost:5173${path}` - : `https://due.moe${path}`; + env.PUBLIC_ANILIST_REDIRECT_URI?.includes("localhost") || enable + ? `http://localhost:5173${path}` + : `https://due.moe${path}`; export default root; diff --git a/src/lib/Utility/string.ts b/src/lib/Utility/string.ts index 7ecd2023..8cfc4ee5 100644 --- a/src/lib/Utility/string.ts +++ b/src/lib/Utility/string.ts @@ -1,2 +1,2 @@ export const abbreviate = (title: string, maxLength: number) => - title.length > maxLength ? `${title.slice(0, maxLength)}...` : title; + title.length > maxLength ? `${title.slice(0, maxLength)}...` : title; diff --git a/src/lib/Utility/time.ts b/src/lib/Utility/time.ts index da864e26..a390c3d5 100644 --- a/src/lib/Utility/time.ts +++ b/src/lib/Utility/time.ts @@ -1,14 +1,14 @@ -export const databaseTimeToDate = (time: string) => new Date(time + 'Z'); +export const databaseTimeToDate = (time: string) => new Date(time + "Z"); export const dateToDatabaseTime = (date: Date) => - date.toISOString().replace('T', ' ').replace(/\..+/, ''); + date.toISOString().replace("T", " ").replace(/\..+/, ""); export const dateToInputTime = (date: Date) => { - const offset = date.getTimezoneOffset(); + const offset = date.getTimezoneOffset(); - date.setMinutes(date.getMinutes() - offset); + date.setMinutes(date.getMinutes() - offset); - return date.toISOString().slice(0, 16); + return date.toISOString().slice(0, 16); }; export const inputTimeToDatabaseTime = (date: Date) => dateToDatabaseTime(date); -- cgit v1.2.3